I must say, I'm greatly impressed at the new public beta release of Apples Safari's version 4. Tons of new features proved that its living up to expectations. Some notable features that caught my eye were, firebug like web inspector, new intuitive tabbed browsing, and some cosmetic features like cover flow like history browsing and opera like top site marker (Check out the screen-shot below)
To enable the debug menu, you need to enable it from the preferences tab.
You'll see a new "Develop" menu has appeared. Now to the thing what this post is all about. From the Develop menu, set your user agent to "Mobile Safari".
Now just go to any site that has special pages for iPhone, my Gmail Looks like this.
And this is my how my Facebook profile looks in iPhone.
And you never had to use an iPhone to check it out.
Back to Blogging
After a failed attempt last year to get back to blogging, I'm trying it again this year. I really wanted to get back, but got busy will...
-
For my Univ project, I need 2 use graphics.h. Everyone knows graphics.h is not in C's standard library. Only Turbo C supports it and for...
-
Make sure you have grub installed in the same partition as the Ubuntu, not in MBR. Now boot into any linux Live CD and do this: $sudo dd if=...
-
Normally, when we are coding java in Eclipse , we do not see any javadoc help when we hover over a keyword. This is because by default, ecli...