Better forms – javascript tricks Monday, Dec 12 2011 

Change background of current field:
example.css
input:focus { background: yellow }
input:focus:hover { background: LightYellow }

Hide/Show fields with Radiobutton selection:

 OnClick=”{ElementID.style.visibility = ‘visible’;ElementID2.style.visibility = ‘hidden’}”

Automatically move to next field on certainlength:
example.aspx
< input ID=”txtF1″ onKeyPress=”{if ( document.form1.txtF1.value.length == 5 ) { document.form1.txtETF2.focus();}}”>
< input ID =”txtF2″ onKeyPress=”{if ( document.form1.txtF2.value.length == 3 ){ document.form1.txtF3.focus();}}”>
< input ID=”txtF3″ >

(onKeyPress,onChange, onClick)

Colour Names

Cyber-steath 164 Friday, Oct 28 2011 

http://en.wikipedia.org/wiki/Stuxnet

http://www.ted.com/talks/ralph_langner_cracking_stuxnet_a_21st_century_cyberweapon.html

http://blogs.technet.com/b/markrussinovich/archive/2011/05/10/3422212.aspx

http://technet.microsoft.com/en-us/sysinternals/bb795533

It’s back! Tuesday, Oct 25 2011 

CJSW Funding Drive 2011

Next Page »

Follow

Get every new post delivered to your Inbox.