Tag Archives: Browser
Tool to see how others view your website
Posted on 17. Dec, 2009 by Nikhil Sheth.
Google has launched a new addition to its collection of Labs tools called Browser Size .
Using the tool is simple: type a URL in at the top of the screen, and the site will load your webpage in the background. It will then overlay a semi-transparent graphic depicting how much of the web’s population can [...]
Continue Reading
Stop Users from Right-Clicking on Your Web Site
Posted on 19. Feb, 2009 by Nikhil Sheth.
To prevent your users from performing any of the other commands available by right-clicking on a web page in Internet Explorer, simply modify the opening tag of your HTML:
When the menu is requested, the oncontextmenu event runs. This cancels it instantly using JavaScript. The script isn’t foolproof, but it should prevent a majority [...]
Continue Reading
Running CrossOver Chromium under Ubuntu
Posted on 15. Oct, 2008 by Nikhil Sheth.
Installing CrossOver Chromium on Ubuntu
To install Crossover Chromium issue the following commands in the terminal window (Application-> Accessories -> Terminal):
Note: The package downloaded below is for 32bit version of the CrossOver Chromium , Codeweavers has released 64 bit version too. You can download 64bit version from this page.
wget http://media.codeweavers.com/pub/crossover/chromium/cxchromium_0.9.0-1_i386.deb
AND
sudo dpkg -i cxchromium_0.9.0-1_i386.deb
CrossOver Chromium should [...]
