I've been working on YQL (Yahoo Query Language). Using jQuery to retrieve the JSON result, it managed to retrieve the response from Yahoo but would not execute the success function.
[code]
var url = "http://query.yahooapis.com/v1/public/yql?q=select%20*%20from%20html%20where%20url%3D'http%3A%2F%2Ffinance.yahoo.com%2Flookup%3Fs%3Dknm%20and%20xpath%3D'%2F%2Fdiv%5B%40id%3D%22yfi_sym_results%22%5D%2Ftable%2Ftbody%2Ftr'&format=json&env=http%3A%2F%2Fdatatables.org%2Falltables.env&callback=cbfunc";
$.getJSON( url, function(data){
alert(data.query.results);
})
[/code]
After some search, the issue is cause by the callback in the URL. Changing the url to
I was working on a portlet that does a REST service call to Lotus Quickr ATOM feed. Initially I was having issue with the Single Sign On (SSO) from the portlet calling the Quickr ATOM. When signing into the portal, a LtpaToken cookie will be generated and I need to
I need to create some check box for a XPage application. By default, the Check Box control only show 1 option. Sames goes for the radio button.
If you need to have a multiple option for selection, the Check Box Group need to be selected.
It would be simpler if there is
I was browsing through some airline sites recently. Most of them are quite similar but one caught my attention. The interface is intuitive and have a user friendly process flow.
Since it's airline website, the most frequent action for user is select where to go.
On Tigerairways, the country selection box is
I was working on a new theme on WebSphere Portal. One of the theme improvement is to include dropdown menu on the top menu bar. The requirement is to have a 2 level top menu navigation.
Below are some sites with 2 level top menu navigation.
1) IBM site have a conventional