Create your own blog with my FREE Drupal installation

Have you ever wanted to start your very own blog but did not know how? Now you can! I will help you set it up for you and for free! One of the main reasons a lot of people do not start their blog is because they find it difficult set up. And when they hear terms like FTP, Modules, Themes, CPanel, Databases, and so on, they are completely discouraged to start their blog.

Many would be bloggers shy away from even attempting to start their blogs, again, because of the difficulty involved in setting it up. If you find yourself in this situation, you will be glad to hear about my FREE Drupal Blog Installation Service. Find out how to get your own FREE blog.

Firefox 4 slow? Make Firefox 4 faster

Firefox 4, the latest version of Mozilla Firefox, was too slow for me. The browser looked good in design, so I upgraded it(regreted it), but in terms of browsing, it was slow, especially when opening new tabs, and got slower when I had several tabs opened.

Here how to make Firefox 4 faster:

  1. Open a new tab in Firefox 4, type about:config. If you get a warning, just click the button.
  2. Then type network.http.pipelining in the Filter bar.
  3. Double click on network.http.pipelining, this will make the value to True.
  4. Same with network.http.pipelining.maxrequests, double click on it, now enter a value of 8 or 10.

Dear Domain Registry of Canada

Domain Registry of Canada, sounds like a huge company, or the body that manages all domains in Canada, however, this people just misguide the consumer. And their domain pricing is outrageous.

Let me tell you(Domain Registry of Canada/America or Liberty Domains) that I will not fall in your trap, nor I will ever ever pay $40/year bucks for registering a domain with you.

I am a reseller of domain names myself, and I can get you 3 domains for the same price you are charging your customers, and these includes all the perks and goodies.

Stop sending me unsolicited mails now!

Customizing a specific node in Drupal

Here is a quick tutorial about customizing a single node in Drupal. There are many reasons you want to customize a node, could be a sponsors page, a product you are promoting, a splash page, just a few examples. You can see a working example of a node already customized here.

Our goal here is to remove the top part of the page, the left and side parts of the page. You can also remove bottom part of the page if you like. The node can be fully customized. At the end, you are left with just the page content.

I used the fusion theme in this example, you can achieve the same thing with any other theme.

1 - First create a page/story, or if you have one already, find its node ID(node/NODENUMBER)

How to add the Facebook Like button to your theme

It's been a while since I wrote a post here on my blog. I have been busy lately with some personal projects.

Let's get started. With the increasing popularity of Facebook social plugins, such as the Like button, many people wonder how to add the Like button to their theme. In this quick tutorial, I will show you how to add it in your Zen theme.

1. Open your Zen theme folder and locate the node.tpl.php. I am using version 2.0 of Zen, and I have my themes saved at sites/all/themes/zen/templates/

2. Once you find the template, find the following code
<?php print $links; ?>
Add the following, right below it(Type it!):

How to add "Tweet This" to a node

Ever wanted to add a "Tweet This" to your nodes? Here is how I did it at somoscanada.com. This short tutorial is for people using Drupal.

Open the file node.tpl.php, located under your active theme(sites > all > themes).

At line 96 approximately, add this code(you need to type it!), just before "<?php if ($terms): ?>">. And I am using the Zen theme:

Replace http://somoscanada.com to your domain.

I am using URL Alias(Path module), that's why you see "echo $node->path", it prints the node alias. If you are not using the Path module, then replace that with "php print $node->nid", it prints node/ID.

Google Wave Invites

It's been almost a year now since Google unveiled Google Wave to a limited number of people. Google Wave is still in invitation only. I will not go into details about what Google Wave is, learn more about it here.

If you would like to give it a try, I am giving away some invites. I have given away a few ones, and it appears that the invites are sent out right away. Leave a comment and add your email or contact me here.

Update: May 19, 2010. Google Wave is now open to the general public.

Remove Bing as your default search engine in the address bar in Firefox

Firefox is my favorite browser, i use it a lot for searching using the address bar, i would just type what i am looking for and i would get the results using Google Search.

Firefox uses Google as the default search engine. But recently, this changed, instead of Google search, i get Bing, the new(just the name) search engine from Microsoft.

If you are in the same scenario as me, let me show you how to change or remove Bing as the default search engine in the address bar.

Here's how. I am using quotes just for highlighting.

Open Firefox, in the address bar, type "about:config", if it does not work, add a space(push the Space Bar) after config "about:config ", then hit enter.

Watermark a picture using Picasa

Open Picasa, click on a picture, to select multiple pictures, hold down the CTR key and click on another picture, any picture for that matter.

Now at the top left corner of your program, click on "File", select "Export Picture to Folder", check the option "Add a watermark:", type your message in the box, the text you enter here will appear on your image(s).

That's it, make sure you remember where you are saving your photos. Go ahead, upload them in Facebook or Twitpic. You do not need special software to watermark your photos.

Zen Classic, the best Drupal theme

The Zen theme is indeed one of the best themes for customizing your Drupal, in my opinion. The theme has lots of information in the page.tpl.php file, the usage of each Drupal function and CSS is included in the page.tpl.php template.

One feature i really like is the ability to have a fixed width of a site, Zen Classic makes it easy, just by checking a button. If you are new to Drupal and cannot decide on a theme, go for the Zen theme and enable the sub-theme Zen classic.