November 2009
1 post
Human friendly dates - jQuery plugin →
September 2009
1 post
The Process Virtual Machine - O'Reilly Media →
This article will show how both business analysts and developers can benefit from workflow, Business Process Management (BPM), and orchestration. We’ll explain the core essence of workflow engines in simple terms, and how this can be leveraged in a Java environment. While every self-respecting developer knows the relational model behind databases, such a model is absent for workflow engines....
January 2009
1 post
jQuery API Browser v1.3 →
December 2008
1 post
Java server logs in Firefox with LogDigger →
LogDigger is an extension for Firefox and Firebug that collects Log4j log messages related to requested application URL and shows them in Firebug. It’s ideal for monitoring of application log messages in cases when multiple users access the application as each user receives only events generated by his/her request.
September 2008
1 post
google-depan - Google Code →
Will be useful to find unused classes, dependencies between classes etc in legacy code
August 2008
3 posts
Most of the issues related to mixing AWT and Swing components are related to the...
– Mixing heavy and light components
woork: 25 Awesome tutorials for web designers →
Introduction to Hibernate Search, which integrates the sophisticated search...
– Introduction to Hibernate Search - Java World
July 2008
5 posts
How to use CVS on ext ssh protocol over the... →
ANT Tutorial →
developerWorks : Java technology : Technical... →
Excel file generation made easy(er) - NewInstance →
This is a good idea because there is no need to create an XLS file on the server before you start streaming data. Frameworks like POI and JExcel put all row and column objects into memory before they create the excel and this can lead to OutOfMemory issues quite often.
Java theory and practice: Garbage collection in the HotSpot JVM
– Java theory and practice: Garbage collection in the HotSpot JVM
June 2008
4 posts
How to disable form submit on Enter
– AJAX No Form Submit On Enter - Web - Tom Wilson
Understanding the closures debate Does Java need closures? Three proposals...
– Understanding the closures debate - Java World
Python Tips, Tricks, and Hacks →
Alex Miller - Favorite Java resources →
May 2008
8 posts
Inversion of Control Containers and the Dependency Injection pattern
– Inversion of Control Containers and the Dependency Injection pattern
Ajaxian » Testing IE Versions Just Got a Little... →
Test ur app on multiple versions of IE on this tool
Find the Font from a Logo →
Ever tried using a color picker on a high resolution monitor? It’s...
– ColorPicker
Official Gmail Blog: A need for speed: the path to... →
Count Bytes in JavaScript →
Sometimes your form input might have limited storage on the server—such as when your database uses a varchar field in an older Oracle database. If you’re using UTF-8 on both your forms and in your database, you might want to validate if the user typed too many characters. Here’s some JavaScript that does this using a trick.
A Pownce Jabber bot with a Django backend
– pownce-jabber-bot - Google Code
Programming →
April 2008
6 posts
ACM Queue - Developer Tools, Hardware, Security,... →
A96533 Oracle Performance Tuning » SlideShare →
High-Performance JavaScript » SlideShare →
J
gPowered: By the Power of Google...: Update Google... →
Google Talk status update is one of the most non intrusive form of broadcast. You only get the info when you want to.
parsedatetime - Python module that is able to... →
parsedatetime Python module that is able to parse ‘human readable’ date/time expressions.
Download Youtube video online - Convert Online flv... →
March 2008
9 posts
Beautiful Soup: We called him Tortoise because he... →
Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping.
JavaScript Madness: Keyboard Events →
The Django Book →
fantastic material on django
Python IAQ: Infrequently Answered Questions →
Java IAQ: Infrequently Answered Questions →
John Resig - Bringing the Browser to the Server →
hacking Rhino to do screen scraping too
Official Google Blog: New Google AJAX Language API... →
neat API to translate or detect language
encodeURIComponent
To prevent special chars like ‘&’, ‘, =, ? etc to disrupt your URL in HTML, use encodeURIComponent(uricomponent) http://www.w3schools.com/jsref/jsref_encodeURIComponent.asp
Hello World
I intend this tumblr account to be my exhaust for code related short cuts, fixes and interesting links