Archive for August, 2009

WordPress google map plugin

Here’s  a cool plugin that I will use. This plugin allows you to add multiple addresses to a post/page and have those addresses automatically plotted on a Google Map in a sidebar widget or directly in the post/page. This is a great plugin to help localize your stories, events, news, etc. Hovering over a plot will display the title of the post, address, and also a thumbnail from the post if any images exist. Easily add and delete a single or multiple addresses to each post/page. Viewing a single post/page displays only addresses attached to that post/page, viewing anything else will show the most recent plots across your entire site. You can also set a custom title and description for each address saved. If no title or description is entered the post title and excerpt will be used.

Download here

, , , , , , ,

No Comments

How to enable mod_rewrite on Apache

Apache by default comes with the mod_rewrite module but it is not enabled. So your Apache’s mod_rewrite is most probably not enabled. To enable it find the httpd.conf file, usually in a folder called conf in your Apache folder. In the file uncomment this line:

LoadModule rewrite_module modules/mod_rewrite.so

by removing the pound ‘#’ sign from in front of the line.

Restart your Apache for it to take effect. If it’s not working try restarting your computer.

, , , ,

No Comments

Submit to RSS feed directories

One way to increase traffic is by submitting your feed to RSS directory. People who like your feed, might come to your blog. Go to this site and submit your blog to as many of these blog and RSS feed directories as possible. Some of them may not accept your Blog. This is going to take many hours, but the effort is well worth it.

, , , , , , , , , ,

1 Comment

Submit to directories

Here are some tips on doing directory submissions:

  • Find directory that have high PageRank.
  • Find directory that gave you link. Check their source code. It should not contains “nofollow”tag.
  • Use keyword on the link that is pointing to your website.
  • If the directory has high PageRank, consider paying fee if you have the budget to get yourwebsite on their featured websites list. You will have instant backlink from high PageRank toyour website.

Here’s my top 50 directory:

, , , , , , , , , , ,

No Comments

Submit to search engine

Some people said that they can list their/your website in Google under 24 hour. This can be done easily. Index in Google means, our website is in Google’s database. You can find out by searching your domain name at Google. If you haven’t find any result, that means that the website is not in Google index.

You can add your website at Google by submitting it at http://www.Google.com/addurl.html.
This is Google’s actual website submission form. They state that you can use this form to submit your website to their index of websites and it can take up to 6 weeks for your website to be placed into their index. So how do you get listed in 24 hour?

You need to search website with high PageRank. Higher pagerank means, that they are visited by Google more often. Your website will be listed in Google more quickly, if the high PageRank website links to you.
Besides submitting it to Google, you should also submit to Yahoo, and MSN, the other two big search engine.You can easily submit to various search engine using SubmitExpress.com.

, , , , , , , , , , , , ,

No Comments

How to run scheduled task using wordpress

To run scheduled task you can use UNIX cron facility. It is reliable. But if you want to do it with another way because your hosting does not allow cron job, then you can use wordpress cron by using wordpress plugin. You can use this plugin. After you have installed the plugin, the go to your admin page to set up the task, by entering start time, how often, and the task url.

, , , ,

No Comments