Posted in Blog
0 comments
05/13 2011

My first electronic music created using FL Studio 9

This is my first electronic music created using FL Studio 9. I have created it from scratch.
Click here to listen it

If you like or don’t like it, please let me know you view on this. Thanks.

Posted in Web
0 comments
08/28 2010

Google JavaScript Style Guide

Style Guide is a set of standards/rules  for the writing and design of documents.

Find here Google Style Guide for JavaScript.

Posted in Web
0 comments
08/28 2010

whichloadsfaster – web performance matters

whichloadsfaster is a fun way to spread the word that web performance matters. It’s about friendly competition and about testing in everybody’s browser, not just ones that have nice performance tools already.

http://www.whichloadsfaster.com

Posted in Web
0 comments
08/28 2010

SwatchSpot – random color swatches

SwatchSpot creates random color swatches to inspire you.

Lock in the colors you like and shuffle away the ones you don’t. Once you’re satisfied, grab the color codes or download your palette.

http://swatchspot.com

Posted in Blog, Technology
0 comments
05/19 2010

Preserve selection of selected text

Requirement was to preserve the selection of selected text when use click on icon which comes up as tool-tip after selection.

I was using <DIV> tag to show as tool-tip. And inside that <DIV> was placing image with <IMG> tag. But after the selection, when use clicked on image to open list of actions menu as drop-down, user lost their selection. And I supposed to preserve user’s selection until they click on link from drop-down menu.

I found that if user clicks on some form element link button or text field after the selection, he or she will not lose their selection made. So I converted the image as input button and place that image as background image of input button.

<input name=”showActionMenu” width=”30px” height=”30px” class=”buttonBgImg”  />