15 February 2010

How to place a default avatar for those who don't have profile picture?

Well, we all know how to display avatars besides Blogger comments. If not, check this out: Profile Avatars for Blogger Comments. This, however, works only for those who have profile pictures. But you may want to place a default profile picture for those who do not have one.

Just follow the instructions below:

1) Navigate to Layout>Edit HTML from your dashboard.
2) Make a back up of your template before you do any changes in the template, just in case!
3) Expand your template by checking Expand Widget Template check box.
4) Now, place the following piece of code above the line: ]]>


.avatar-image-container{background:url(YOUR DEFAULT AVATAR'S URL); width:35px;height:35px; }
.avatar-image-container img { border:none;}

5) Save your template.

Done!

For more information, read Display Avatars Besides Comments in Blogger

12 December 2009

How to reduce the memory usage on Firefox?

Or, simply put
H
ow to make Firefox run faster?

My old workstation has 1GB of physical RAM, 4 operating systems, and did I mention that it is OLD? There's no wonder that my browser acts slow and eats up my memory. Memory leak is a known Firefox problem, but it is getting better with each new version. So, first of all, it is a cleaver idea to upgrade to the latest version.

Extensions eats up memories like crazy, so uninstall all the add-ons or themes that you do not use.

Disable "Remember search and form history" from Tools > Options > Privacy tab.

Now let's get to the business:

  1. Open Firefox and type about:config in the address bar.
  2. Search for browser.cache.memory.enable, and set value true by double clicking.
  3. Create a new integer value browser.cache.memory.capacity by right-clicking on the browser, selecting New > Integer from the pop-up; then set the memory value cache depending on your RAM size (check this link to get yours).
  4. Create a new integer value config.trim_on_minimize by right-clicking on the browser, selecting New > Integer from the pop-up; then set value true.
Restart the browser, and you are done!
Hopefully, you will find your browser comparatively faster.

Fore more detailed tutorials visit Zolved Community Solution, The Hidden Guide, or MozillaZine.