7 February 2011
Step 1: Add the Mozilla Daily PPA Repository # First, open up your terminal window. Once it’s up, type in the command below to add the Ubuntu Mozilla Daily PPA repository to your system:
sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa You’ll be prompted to enter your password. Go ahead and do that, then hit Enter to confirm the addition of the repository.
Step 2: Update Your Package List # After adding the repository, it’s crucial to update the package list to ensure you get the latest software.
...
30 September 2010
You don´t like Google Analytics? # Go to http://tools.google.com/dlpage/gaoptout and install a browser plugin to disable Google Analytics.
27 March 2010
I am happy to share with you my first Google Chrome extension.
It is a collection of Typo3 reference manuals that I have compiled from the typo3.org website.
It may not be the coolest extension out there, but it has been useful to me. 🙂
This Google Chrome extension is for:
• Those who have a slow or unreliable internet connection. For example, in India. • And those who prefer to stay in the browser while reading or searching something in the Typo3 swx reference manuals.
...
6 June 2009
To avoid inconsistencies across different browsers, always use the following CSS code unless you specify a different value for padding and margin. Some browsers do not set these properties to zero by default.
html { padding: 0px; margin: 0px; } body { padding: 0px; margin: 0px; }