Monthly Archives: August, 2009
A classname to save, using negative magin to remove the "first" / "last" class in your list
It is common to create a list with a separator in between like this:
Item 1 | Item 2 | Item 3
One common way of doing this is create a list (ol / ul) then apply the border-left and add a class “first” to the first li setting the border to 0px. This is good, but [...]
A play with "frontend application"
After created the yqlClient, it looks like I can do something fun with it. I love investing in stock market that sounds good if I can do something about it.
Here i created a quote panel which use YUI, jquery, flot extension on jquery, my yqlClient…etc. Everything done with HTML, CSS, Javascript. 0 lines PHP. But [...]