Share Your Schedule Using Google Calendar

I’m starting to love Google Calendar because I can use Google Calendar to share my basketball training and tournament schedule with my team members now. I can customize reminders help me and my team members stay on schedule. Some of them choose to be notified by email, and many of them get a text message sent right to their mobile phone. Google Calendar save my time and simplify my work, I love it.

How to Fix Error 421 Too Many Connections (8) From This IP

I just changed web hosting account recently but I still using the existing web hosting provider because this new web hosting will be hosted on an another domain name, so I need to upload all the necessary files to new web hosting again.

Normally I prefer using Filezilla to upload or download files, but sometimes I will found some error like 421 too many connections (8) from this ip. This may sometimes be accompanied with a “Delaying connection for 5 seconds due to previously failed connection attempt” error. So how to solve this type of problem? Do you ever see this error before?

When you see error 421 too many connections (8) from this ip, then you go to File > Site Manager. Select “Transfer Setting” tab, and then simply click on the checkmark box next to “Limit number of simultaneous connections” and you can keep “1″ in the box. (refer below image)

After you have limited the number of simultaneous connections to 1 but you still get the error 421 too many connections (8) from this ip, switch of your modem and on it back, and you may need to completely shut things down so the previous connections are killed.

Important: Don’t download thing when you upload or download files using Filezilla. and don’t surf net using browser too. Normally I seldom get the error 421 too many connections (8) from this ip.

High Pay Drilling Rig Job

Drilling rig jobs are great jobs that allow us to make and save a lot of money fast, there is a lot of competition for these very demanding positions. Of course I love the drilling rig jobs because the pay is so much, unfortunately I don’t have related experience in this kind of job, I think I don’t have chance to enter to this field.

I have a friend of friend who doing Mud Engineer knowledgeable in chemistry and he makes lots of money yearly. So far he only work for 2 years, but he already bought a big car and a big car now. We are so admired him because he have such a great job with high salary.

I believe that there will be lots of people are searching new or used drilling rig for sale online. I was thinking that if I and my friends can try to start a new business to sell new or use drilling rig online in order to make big money, then it will be very great. HaHa! I think this is impossible as may be it needs lots of investment capital to start this type of business, we don’t have so much money to do business. LOL!

Anyway, for those people who are interested in drilling rig jobs or want to do business by selling drilling rig, then I suggest you go for it. Smile

How to Insert Facebook “Like” Button on Your WordPress Blog

Lots of people are using Facebook now, so inserting Facebook “Like” button on your blogs is one of the best ways to increase your blog traffic. When people clicking on Facebook “Like” button on your blog posts, then your blog posts will be automatically shared on their Facebook and indirectly promoting your blog post to their friends.

There are two methods to insert Facebook “Like” button on your blogs, you can try the easy way which using iFrame, and another complicated method is using XFBML and JavaScript SDK. To insert the Facebook “Like” button on your blogs (iFrame), copy and paste the following coding to your WordPress file single.php will do!

<iframe src="http://www.facebook.com/plugins/like.php?href=<?php  the_permalink()  ?>&amp;layout=standard&amp;show_faces=false&amp;width=600&amp;action=like&amp;font=verdana&amp;colorscheme=light&amp;height=35"  scrolling="no" frameborder="0" style="border:none; overflow:hidden;  width:600px; height:35px;" allowTransparency="true"></iframe>

Render Your WordPress Blogs on Mobile Handsets with MobilePress WP Plugin

Smartphone like iPhone and Android are became so popular and widely used by many people nowadays, I’m also one of them is using iPhone right now. When the time I’m surfing to the Internet using my iPhone, I found there are lots of websites have using the same themes like what I have browse by using computer. Since the screen display of the phone has limitation, normally I can’t read what we want properly due to the layout, font size, button of the websites and etc, and this may cause to the downloading time become so long.

For those people who have WordPress blogs and you want to render your WordPress blogs on mobile handsets, with the ability to use customized mobile themes, track ana, perhaps you can using MobilePress WordPress plugin. You can create custom mobile themes for MobilePress enabled blogs.

MobilePress is SEO enabled and detects Google, Yahoo and MSN mobile search bots. These mobile search engine bots will see the mobile version of your blog and get your mobile site indexed in the mobile search results.

Increase Your Internet Speed with NameBench

If you are experiencing slow browsing for your internet speed, perhaps you can try NameBench and it is used to hunts down the fastest DNS servers available for your computer to use. This project began as a 20% project at Google so it might not be so prefect as what you expected, may be there will be lots of features added in future. NameBench available to download for windows as well as mac users.

Start the NameBench and after that you will see the queries it’s running through and it will takes about 5-10 minutes to complete.

How to Create Page Templates

Normally I will use page templates to display the archives which will list all posts on my blog, anyway you can use page templates to get specialized results apart from the basic static page template.

What you need to do is to add the following code to the first line of your php files, you can change the template name as you wish.

<?php
/*
Template Name: Archives
*/
?>

So now, you have to create a page template named Archives. Then, create a new page, find Template drop down box (refer picture) and choose Archives, this is a page template named Archives that you have created just now.

Google Search Filter for Receipt

For those people who like to search food receipts from Internet, I suggest you use Google because Google has added a new search filter for receipts which positioned at the left hand side of Google.

For example, you type “onion” and then press enter to search. Look at the left hand side of Google, you will find “receipts” and click on it, it helps to narrow down the search results for receipts.

The recipes can be filtered based on the estimated cooking time to look for the food that can be prepared within 15, 30 or 60 minutes. Apart from that, you can select the your favorite ingredients that you wish to use in your receipts and etc. Check out the Image as above!

How to Display the Total Number of Comments on Your Blog

Who don’t like to have comments on your blog? If your blog has many comments, it can be say that your blogs is popular, at least people like to interact with you to ask question and share information with you. If you really proud with your total number of comments on your blog, and want to show off to visitors.

To display the total number of comments on your blog, simple add the following code to your wordpress files.

<?php
$numcomms = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
if (0 < $numcomms)  $numcomms = number_format($numcomms);
echo "There's ".$numcomms." total comments on my blog";
?>

Special thanks to PHP Magic Book for this awesome code.

How to Remove Ads from Windows Live Messenger 2011

Every time I installed Windows Live Messenger, I’m sure will remove the ads which will displaying at the bottom of Windows Live Messenger. This time, I gonna be remove the ads again after update my old version of Windows Live Messenger to Windows Live Messenger 2011. I was thinking that if there is no ads appearing in Windows Live Messenger in future version, I believe that many people will clap their hands, I think this is impossible will going to happen. Haha! Anyway, for those people want to remove the Windows Live Messenger 2011 ads, there are two ways that you can do that.

(1) Remove ads without touching your registry or install any other software
1. Exit Windows Live Messenger 2011.
2. Run Notepad (Run as Administrator if you are using Windows Vista or 7)
3. Browse to this location C:\Windows\System32\drivers\etc and select All files (*.*)
4. Open Hosts file and input the following

0.0.0.0 rad.msn.com

5. Save and close the notepad.

(2) Remove ads Using A-Patch
A-Patch was last updated on 16th November 2010 and has the following customization ability over Windows Live Messenger 2011:

  • Remove banner ad from contact list
  • Remove text ad from chat window
  • Remove nudge delay
  • Disable nudge shake
  • Remove search bar
  • Accept more than 3 files transfer at a time
  • Remove the top of contact list
  • Remove the “Connected to…” bar
  • Remove the “See More Offerings” items in the file menus
  • Remove “Featured” section from the Emoticons “more” dialog box.
  • Polygamy: open more than one messenger simultaneously

P/S: I propose you remove your ads using A-Patch. :)

Calling cards for domestic and international use, great rates and excellent connectivity.
International prepaid phone card plans offer the ultimate in convenience for phone card users at the lowest cost available.
Australia international calling cards for low-cost international calls from United States to Australia.