Friday, January 27, 2012

Google Chrome: input type="search" & results HTML attribute!

Pulled my hair for a while as the search icon did not appear inside "input type='search'" on Chrome.

Took a while to realize that I had missed results=".." attribute (number of history item to drop-down) in the HTML tag!

<input type="search" placeholder="Search" results="3" ...>

Friday, January 20, 2012

Boilerplate template for apache ant build.xml

Pulled up the basic boilerplate template for Apache ant build.xml that was written year's back.
You might find it useful to extend it further. Find it here.

This page is powered by Blogger. Isn't yours?