Syntax highlighting for Zepto is now available through the jQuery Litelighter plugin. I've been exploring Zepto lately and what better way to learn than to get your hands dirty with it. Zepto is a javascript framework with a "largely jQuery-compatible API" and a much smaller footprint. jQuery-Litelighter was originally built …
Of course, as you know jQuery Litelighter doesn't come with a toggle by default. By toggle I am referring to a link to turn on and off the syntax highlighting so you get a clean text for copy and paste. Litelighter was built to be super light weight and easy …
Need a super light weight syntax highlighter for jQuery? This is it, jQuery Litelighter. It's extremely small, and very easy to use and extend. It has a fully functional api. It comes with two themes built in, and 4 languages: Javascript, Html, CSS, and Generic C-like syntax for C, C …
Tables still have their place in the web development world. The best use for them is to display data in a grid, like for reports. I'd like to show a quick example of how to color the columns and rows using CSS3 with rgba. I won't show the full source …