Jan 13
Autocomplete should'nt be mistaken by the Ajax autocomplete/autosuggest.
AutoComplete is a feature of a browser in which the user is provided with the options he has previously used. The AutoComplete feature gives suggestions for possible matches as a user types in. The options suggested by the Auto-complete feature can either be used or ignored by the user.
Continue reading »
Tagged with: jQuery
Nov 25
There are cases where we require to have log4j configuration files outside of our web or standalone applications. Loading them using DOMConfigurator.configure("configurationfile.xml") is pretty simple.
Continue reading »
Tagged with: Java
Sep 26
Documenting code is part of best practices that need to be followed. Though I missed this step in my earlier projects, started as a mandatory task now and documenting the code where ever needed.I mainly use Eclipse to generate the javadocs.
Continue reading »
Tagged with: Java • Learning
Aug 01
There was a case in the recent project where I needed to get previous Quarters Start date and End date. Previous Quarters could be any thing, say previous 3,4,5..n.
Continue reading »
Tagged with: Java
Apr 23
Recently one of my colleague was trying to fix an issue relating to form submitting twice in IE (Internet Explorer).
Continue reading »
Tagged with: Java • Learning
Sep 02
All these years we were just using Eclipse for Java and Flex development. We had plugins installed for Tomcat Startup, SVN to make our lives easier working with the code and eclipse.
Continue reading »
Tagged with: Eclipse • mantisbt
Aug 11
Had drained my brain for the past couple of hours to remove watermark on AdvancedDataGrid. Had googled a lot and read bunch of blogs explaining how to overcome this. All were explaining to modify flex-config.xml and specify the flexbuilder3 in the licenses tag. But this didn't work for me.
Continue reading »
Tagged with: Flex
Aug 10
We have two different language sets (English & French) for the product we are currently building. We have a translator who converts the content from English to French and pass them to us in timely manner.
Continue reading »
Tagged with: google
Aug 06
Cygwin - They officially term it as a Linux-like environment for Windows.
Continue reading »
Tagged with: Unix
Apr 22
Its been long time writing out a post on my blog. Been busy with many things.
So coming to this post, I was in need to fetch and load few set of objects in my flex app from the service layer when the user logs in for the first time. These objects don't get changed, so fetching once, loading them in the app and using is quite simple.
Continue reading »
Tagged with: Flex • Swiz