The Infinite Loop – Beginner's SEO, Beginner C# & JQuery Tutorials Problem. Problem Solved. Loop. – The life of a programmer

22May/100

ING Direct Orange Key 2010

Using this ING Direct 2010 orange key: 17190811S1 you and I will receive a $25 each when you deposit a minimum of $100 to start your account!

Who doesn't like free money? :) Enjoy

21May/101

Hide Google Custom Search Engine (CSE) Textbox

There doesn't seem to be any articles on this, so I will try to save you time by letting you know. Using firebug, we can inspect the textbox element to see it is a form with the class .gsc-search-box.

To hide the search box simply add this to your css:

.gsc-search-box {
display:none;
}

6Mar/100

How to Easily Migrate WordPress to a New Server

Oddly enough, I was having trouble with this because of the way Wordpress handles URLs. At first I tried, http://www.mydigitallife.info/2007/10/01/how-to-move-wordpress-blog-to-new-domain-or-location/ which got me on the right track. However, I could not fully use this solution. Since my wordpress needed an upgrade anyways to 2.9.2, I figured I would reinstall.

I did a fresh install of wordpress on my new server, and then found this amazing little feature that wordpress has integrated.

In the WordPress admin panel, there is a Tools menu. Click Tools, then Export and Wordpress will export all your posts, comments, and attachments to an XML file! THANK YOU WORDPRESS.

I logged into my new installation of WordPress and clicked Tools and then Import.

All my posts, comments, attachments were migrated!
After this, it was just a matter of logging into MySQL and copying over the users :)

Awesome Night.
We are now theinfiniteloopblog.com :) Enjoy!