Saturday, April 28, 2012
Twitter 101
Twitter integration basic
http://search.twitter.com/search.json?q=@XXX&page=X
@XXX : search keyword
X : Current Page
http://search.twitter.com/search.json?q=@XXX&page=X
@XXX : search keyword
X : Current Page
Wednesday, April 18, 2012
Monday, April 16, 2012
Saturday, April 14, 2012
Friday, April 13, 2012
Thursday, April 12, 2012
loading User control
Reference
Someone builds a project on this
Similar concept but this is lazy loading
The problem with this is that, you won't be able to leverage on the server control that you have.
This is a big problem if you are looking at async postback, because you cannot have full control on the control name generated.
Someone builds a project on this
Similar concept but this is lazy loading
The problem with this is that, you won't be able to leverage on the server control that you have.
This is a big problem if you are looking at async postback, because you cannot have full control on the control name generated.
Thursday, April 5, 2012
Wednesday, April 4, 2012
Clean slider
You can get tons of slider in jquery, but most are confusing and hard to make changes.
This one is quite clean and easy to use, and it is able to hide the next and prev button whenever it is not necessary.
This slider is used for generating the content in the slider page.
This one is quite clean and easy to use, and it is able to hide the next and prev button whenever it is not necessary.
This slider is used for generating the content in the slider page.
Center alignment
This is always the pain the in the neck when you need to deal with CSS and div.
Solutions
Detailed explaination is provided in the above solutions,
instead of only applying the CSS on menu selection, you can change ul and li to class name in div.
Solutions
Detailed explaination is provided in the above solutions,
instead of only applying the CSS on menu selection, you can change ul and li to class name in div.
Tuesday, April 3, 2012
Subscribe to:
Posts (Atom)