Aptana Javascript editor
by jp on August 26, 2006
A robust, JavaScript-focused IDE for building dynamic web applications. Built top of the eclipse. Worth of checking out. http://www.aptana.com/
jQuery 1.0 Released
by jp on August 26, 2006
jQuery 1.0 Released. Version 1.0 of the lightweight JavaScript effects / DOM / Ajax library has been released. Here are some relevant links to get you started: jQuery 1.0 jQuery 1.0 – Compressed API Documentation (Partial) Test Suite
Spam blocking with JavaScript and CSS
by jp on August 18, 2006
I got inspired by kari patila’s post where he uses CSS class to hide spam text using CSS and I wrote something my own by using JavaScript and content to write email address. .email:after { content: “@jpkeisala.com”; } <a class=”email” (…)
Web 2.0 logo creator
by jp on August 16, 2006
When JavaScript is cool…
by jp on August 8, 2006
This is really cool especially for me old dhtml dude/today XSLT dude (and seems like AJAX dude tomorrow). $(“ul#menu>li[ul] a.active”).toggle(function(){} So, what is going on above? I am writing CSS selectors combined with XPath to target specific elements. Library that (…)