This post is a roundup of the posts which made it BIG in JUNE’07. This is for the attention of all my new readers. Hope you will all enjoy reading them.
The much-anticipated iPhone hits the streets today. While developers and users alike aren’t thrilled that third-party iPhone apps are limited to the web, you might be surprised at the impressive offerings that have already been developed for new iPhone users. Today’s top 10 features the best iPhone applications that should be ready for your iPhone […]
Cross Site Scripting: PoC in Yahoo Mail.
The attacking program could obtain your entire address-book, supplementing spammers’’ lucrative database of spam victims. And thanks to Yahoo’s recent integration of instant messaging within its web-mail site, it could also send instant messages to your friends impersonating you. (”You wanna do what to me?!”) Many of your online accounts would then become vulnerable as […]
Hearing about AJAX constantly, but never have found time to read a lengthy, frustrating, complex tutorial? In the following post, I’m going to explain how to add AJAX functionality to your website in three easy steps. It’s actually quite simple, and I’m going to try and be clear and to the point, but not over […]
How To: Burn YouTube videos to a DVD.
Amit Agarwal of tech blog digital inspiration tells us how to burn Youtube videos to DVD’s.
How to create a DVD movie of video downloaded from Google Video, Youtube or Myspace so that these videos can be watched on the TV screen ? more>>
How to get free available memory in Java program
Continuing with our interest for java, I decided to write something about getting free avaialble memory in Java program. Below, i am putting the code snippet which will print the total and free memory at runtime to the console.
public class MemoryExp {
public static void main(String[] args) {
System.out.println(”Total Memory”+Runtime.getRuntime().totalMemory());
System.out.println(”Free Memory”+Runtime.getRuntime().freeMemory());
}
}
Cheers
Vaibhav
Follow me on Twitter at @vaibhav1981 Tagged with: Apple, June, Roundup, Technology, Tutorials
