Satya - Instablogs
Jul 3 2007
This is a programming language rank for June 2007. PHP is at number Five position, which is very good.Source: TIOBE Position Jun 2007Position Jun 2006Delta in PositionProgramming LanguageRatings Jun 2007DeltaJun 2006Status11Java20.025%-1.10% ...
Jun 30 2007
RankAlbumArtistPrice1Before Your Love/A Moment Like ThisClarkson, Kelly$4.492HomeDixie Chicks$12.993Rising, TheSpringsteen, Bruce$13.494October RoadTaylor, James$13.495Bounce [Digipack]Bon Jovi$12.99By satya61229... More
Jun 29 2007
Microsoft crafted their empire with software. They are no stranger to hardware, either, crafting Microsoft-branded keyboards, mice, gamepads and a slim variety of other hardware. Microsoft is for the first time ever going to be selling desktop...
Tags:
Jun 25 2007
Count Your BlessingsWrite down five things you are grateful for and see your happiness quotient go up, says Sonja Lyubomirsky, an experimental psychologist.Hear the MusicWhen older people undergoing eye surgery listened to their choice of music, they...
Jun 22 2007
Nitish Kumar (Bihar Chief Minister) has shown next level of commitment for development of Bihar by hiring US firm for checking road project.Bihar government has tied up with US firm MSV International for a€ethird party quality check of...
Jun 17 2007
Here when an user click on a text link “select all”, all the contents of the textarea will be highlighted. You can use onclick event directly on textarea also.<script type=”text/javascript”>function select_all(element1) {//...
Jun 17 2007
We provide hide unhide of an element for providing interactivity to user interfaceand sometime for providing input guidelines to user. Sometimes it is also used forsaving space on page.You will use this toggle view facility using your choice. You can...
Jun 17 2007
Remove duplicate values from an array<php$arrUnique = array_unique ($array1);?>This array_unique function work in this manner-(String)element1 = (string)element2;String representation of each value will be checked.Check whether an array holds...
Jun 17 2007
You will use “print_r” and “foreach” many times during programming at the time of using array.<?php$arr3 = array(’a', ‘b’, ‘c’, ‘d’);echo ‘<pre>’;print_r($arr2);echo...
Jun 17 2007
You will use “print_r” and “foreach” many times during programming at the time of using array.<?php$arr3 = array(’a', ‘b’, ‘c’, ‘d’);echo ‘<pre>’;print_r($arr2);echo...