sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: June 2010
http://sauravsavarn.blogspot.com/2010_06_01_archive.html
Saurav - fortune favours the wise , so don't be brave. How To Use HTML Meta Tags - Search Engine Watch (SEW). How To Use HTML Meta Tags - Search Engine Watch (SEW). Content with Style - Fixing the Back Button and Enabling Bookmarking for AJAX Apps. Content with Style - Fixing the Back Button and Enabling Bookmarking for AJAX Apps. XHConn - A Simple XMLHTTP Interface Library. XHConn - A Simple XMLHTTP Interface Library. The latest version of the code will always be available from this page. Then the final...
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: How to empty a StringBuffer
http://sauravsavarn.blogspot.com/2011/09/how-to-empty-stringbuffer.html
Saurav - fortune favours the wise , so don't be brave. How to empty a StringBuffer. We know that StringBuffer is reusable. We may want to empty a String Buffer ( lets say at end of a loop ). So how do you do it? The easiest way i came across use the method setLength(). There is other way out to do this too - using delete(). StringBuffer sb = new StringBuffer();. Sbdelete(0, sb.length() ;. StringBuffer delete() does a System.arraycopy, that is. Public void setLength(int newLength). StringBuffer sb = " ;.
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: July 2011
http://sauravsavarn.blogspot.com/2011_07_01_archive.html
Saurav - fortune favours the wise , so don't be brave. HTML5 vs. Native Apps: the Google Plus Thread. Over on Google's new social networking service Google Plus. Seesmic founder Loic Le Meur. Started a great discussion. On the differences between HTML5 mobile Web apps and native iOS and Android apps. The question he raised is what can you not do in a mobile Web app? You can't do video capture, for instance, or push notifications, among other things. But what else? What are the real challenges here? Says ...
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: May 2010
http://sauravsavarn.blogspot.com/2010_05_01_archive.html
Saurav - fortune favours the wise , so don't be brave. Bill Gates . his life and passion for work. Born October 28, 1955). The software company he founded with. He is consistently ranked among the. And was the wealthiest overall from 1995 to 2009, excluding 2008, when he was ranked third. During his career at Microsoft, Gates held the positions of. And remains the largest individual shareholder with more than 8 percent of the. He has also authored or co-authored several books. Chief software architect and.
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: November 2010
http://sauravsavarn.blogspot.com/2010_11_01_archive.html
Saurav - fortune favours the wise , so don't be brave. Lists of WYSIWYG rich text web editors. Http:/ www.geniisoft.com/showcase.nsf/WebEditors. Subscribe to: Posts (Atom). Which topic do you wish the next upcoming Blog relates to. Knut Kristian Johansen Portal. Best practices for AJAX programming(AJAX Patterns). Most wanted Ajax technology. Lists of WYSIWYG rich text web editors. A graduate from school of computer science and engg. View my complete profile. There was an error in this gadget.
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: Aliyun Os By Alibaba & Google's Android
http://sauravsavarn.blogspot.com/2012/09/aliyun-os-by-alibaba-googles-android.html
Saurav - fortune favours the wise , so don't be brave. Aliyun Os By Alibaba and Google's Android. Http:/ www.zdnet.com/is-aliyun-os-really-linux-android-a-rip-off-of-both-7000004318/. Subscribe to: Post Comments (Atom). Which topic do you wish the next upcoming Blog relates to. Knut Kristian Johansen Portal. Best practices for AJAX programming(AJAX Patterns). Most wanted Ajax technology. Aliyun Os By Alibaba and Googles Android. A graduate from school of computer science and engg. View my complete profile.
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: September 2011
http://sauravsavarn.blogspot.com/2011_09_01_archive.html
Saurav - fortune favours the wise , so don't be brave. String are made immutable in Java. Strings have been made immutable in Java with purpose as stated below. Though, performance is also a reason (assuming you are already aware of the internal String pool maintained for making sure that the same String object is used more than once without having to create/re-claim it those many times), but the main reason why String has been made immutable in Java is 'Security'. Surprised? With Strings being immutable...
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: String are made immutable in Java.
http://sauravsavarn.blogspot.com/2011/09/string-are-made-immutable-in-java.html
Saurav - fortune favours the wise , so don't be brave. String are made immutable in Java. Strings have been made immutable in Java with purpose as stated below. Though, performance is also a reason (assuming you are already aware of the internal String pool maintained for making sure that the same String object is used more than once without having to create/re-claim it those many times), but the main reason why String has been made immutable in Java is 'Security'. Surprised? With Strings being immutable...
sauravsavarn.blogspot.com
Saurav - fortune favours the wise , so don't be brave...: September 2010
http://sauravsavarn.blogspot.com/2010_09_01_archive.html
Saurav - fortune favours the wise , so don't be brave. How to Change MySQL root password on Windows. Use these instructions if you need change the root password for MySQL on Windows or if you need to add additional new users with general or specific limitations. Setting a root password for MySQL:. Start your command line by going to the Start Menu Run and typing cmd (or type command if you are using an older version of windows). Change directory to where you installed mysql to:. C: cd C: mysql bin. In th...