Posted by Ajay Matharu in .Net, ASP.Net, Chrome, Internet ExplorerJan 6th, 2010 | No Comments
ASP.Net menu controls breaks in Google Chrome and works fine in other browsers. Here is the hack to make it work in Google Chrome as well,
if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
Request.Browser.Adapters.Clear();
Just add this code on your page load and the menu control will start working fine in Google Chrome as well.
Also some times the hover menus don’t work on IE8 to make it work on IE8 you need to set
“z-index”
in DynamicMenuStyle property of the menu control.
Hope this helps
Posted by Ajay Matharu in Browsers, Technology, WebDec 8th, 2009 | 2 Comments
Here is some of the features, I liked about Opera Unite -
Here are some of the applications supported by opera unite. I am going to give example of Opera Unite File Sharing.
List of Opera Unite Applications
Opera Unite file sharing configuration options.
Opera Unite File Sharing Configuration
This is how your screen will look after file sharing configuration it will show all the files from the folder. You can also see the password option on the right bottom. Once set it will ask the password to the person you send the link to.
Opera Unite File sharing Lists
This is the password screen
Opera unite...
Posted by Ajay Matharu in Browsers, WebDec 7th, 2009 | 3 Comments
We keep hearing internet pundits predict how the internet browser that handy application which lets you browse your favorite websites is slowly going to become the center of all your work. The internet browser is rapidly moving away from just being a software that let you browse the web. And it has just been given another fillip.
Opera may not be as popular as Internet Explorer or Mozilla Firefox, but the Opera browser has forged a reputation for being one of the most innovative in the world. It was the first to come up with tabbed browsing – the option to open multiple websites in the same...
Posted by Ajay Matharu in Google, Technology, WebNov 23rd, 2009 | 7 Comments
Google’s Chrome OS doesn’t signal the apocalypse for Apple and Microsoft, but that doesn’t mean the operating system won’t succeed when it arrives next year. Just like the Chrome Web browser, Google’s carving out a small slice of the market for people who want the company’s buzzwords of speed, security and simplicity. Over time, the legion of Chrome OS fans will grow, and Google will look at its operating system as a success, not a failure.
Price
Google still hasn’t said how much Chrome OS machines will cost, but there are a couple things to remember:...
Posted by Ajay Matharu in Information, WebNov 22nd, 2009 | 3 Comments
- Online video revolution in 2006 that led to a boom in homemade and professional content on the internet and helped reshape everything from pop culture to politics.
- Facebook opens to non-collage students and twitter takes off in 2006
- The iPhone debuts in 2007 and smartphones go from a luxury item to a necessity with an app for just about every aspect of modern life.
- American presidential campaign in 2008 in which the internet changed every facet of the way campaigns are run. Obama camp managed campaigns on web effectively.
- Iranian election protest in 2009 when twitter proved vital in...