<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Interweb Adventures &#187; Website Creation</title>
	<atom:link href="http://www.jeremylindh.com/category/website-creation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremylindh.com</link>
	<description>Website creation, Social Media, and Community Development</description>
	<lastBuildDate>Fri, 09 Apr 2010 19:16:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Moving a Website &amp; Changing Nameservers</title>
		<link>http://www.jeremylindh.com/moving-a-website-changing-nameservers/</link>
		<comments>http://www.jeremylindh.com/moving-a-website-changing-nameservers/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 16:42:33 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Website Creation]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[moving a website]]></category>
		<category><![CDATA[nameservers]]></category>

		<guid isPermaLink="false">http://www.jeremylindh.com/?p=305</guid>
		<description><![CDATA[This week was another web &#8216;first&#8217; for me.  I moved this site to a new host!  It really wasn&#8217;t very complicated, but I ran into a few speed-bumps.  I&#8217;ll run through a few things I had to do. There were 2 major obstacles for me.  First off, I&#8217;m running WordPress for this blog, and needed [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="aligncenter size-full wp-image-313" title="change-hosting" src="http://www.jeremylindh.com/wp-content/uploads/2009/08/change-hosting.jpg" alt="change-hosting" width="490" height="115" /></p>
<p>This week was another web &#8216;first&#8217; for me.  I moved this site to a new host!  It really wasn&#8217;t very complicated, but I ran into a few speed-bumps.  I&#8217;ll run through a few things I had to do.</p>
<p>There were 2 major obstacles for me.  First off, I&#8217;m running WordPress for this blog, and needed to move my posts, etc. to the new host.  Second, I needed to make the URL point to the new host, and not this old one.</p>
<h2>Moving WordPress</h2>
<p><em>First off &#8211; before you do anything else &#8211; back up EVERYTHING.  Back up the files on your host, your databases, settings&#8230; anything you can think of.  It&#8217;ll save you later if anything goes foul.</em></p>
<p>I had done some online research for ways of moving WordPress.  Some would have you create the exact database names, tables, etc. on your new host, but that seemed like a lot more work than I was interested in.  I decided to try the &#8216;easy&#8217; way, first.  The easy way was simply to do an export from the WordPress Admin panel that can then be imported into a new WordPress installation.  You can do that by clicking <strong>Export</strong> under the <strong>Tools</strong> menu in your sidebar.  Once you&#8217;ve performed the export, you have a file that you can import in to a fresh WordPress installation that will restore all of your post content.  That covers your content, but you&#8217;ll also need to copy the folder with all of your media over.  You can find that at <em>root/wp-content/uploads/</em>.</p>
<p>That covers most of your content, but there are a couple additional things that&#8217;ll help you get your new install to match your old one.  First is plugins.  Back up all of your plugins to your local drive, then upload them to your new host.  Once they&#8217;re uploaded, you&#8217;ll just need to activate them from the admin panel.  Some of them will of course need some additional configuring.  Once your plugins are good to go, you have one last thing you may choose to do.  If you&#8217;ve used any Text widgets, you might want to copy the code out of them so you&#8217;ll have it for your new install.  This might include things like AdSense, graphics, etc.  I forgot to do this when moving my site, and it was a pain to recreate what I&#8217;d done previously&#8230;</p>
<p>Now that you&#8217;ve got all of your goods ready to use on your new install, you&#8217;ll need to install WordPress at your new location.  I&#8217;m switching from GoDaddy to Host Gator.  One of the best things about Host Gator is Fantastico De Luxe.  It&#8217;s kind of like cheating, it makes installing WordPress REALLY easy.  It handles the creation of a My SQL database and the process takes about a minute.  Now for the catch&#8230; you can&#8217;t get to your admin panel.  It&#8217;ll redirect to your current WordPress install on the old host.  It&#8217;s time to change the nameservers.</p>
<h2>Changing Nameservers</h2>
<p>There are probably ways to do this seamlessly, but I couldn&#8217;t find any &#8212; and I had the luxury of changing over a site that doesn&#8217;t get a ton of traffic.  A little down time was fine by me.</p>
<p>When you change the nameservers, you&#8217;re pointing your URL to the place where your website is hosted.  In my case I needed to point them to my new Host Gator installation.  You&#8217;ll find the nameserver addresses on your Host Gator control panel.  Once you have that info, go in to the GoDaddy Domain Manager.  Click on the domain you&#8217;re changing, and click Manage for the Nameservers section.  Add your two new Nameservers in the fields.  You&#8217;re done!  Now you wait.  This process can be quick&#8230; or it can take a while, up to 72 hours.  Check your site often to see if the change has taken place ( probably an hour or two ).  This is a good time to upload your Uploads folder, Plugins, and Theme so they&#8217;ll be ready.</p>
<p>Once you&#8217;re rerouted, get into your WordPress install and Import the file you Exported earlier.  Then install your theme and activate your plugins. Next check your settings &#8211; permalinks, blog address, number of posts shown, etc.  Check your site, you should be good to go!</p>
<p>I&#8217;ve read this method isn&#8217;t foolproof.  You can run into issues with links changing, etc.  If it doesn&#8217;t work, you may have to opt for one of the more complicated methods.  Cross your fingers, maybe you&#8217;ll get lucky like I was.</p>
<p style="text-align: center;"><em>I&#8217;ll hit on it in the future, but if you need cheap, reliable hosting check out Host Gator.</em><a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=glorifiedj-interweb" target="_blank"><img class="aligncenter" src="http://www.hostgator.com/affiliates/banners/hgator-468x60d.gif" alt="" /></a></p>


<p>Related posts:<ol><li><a href='http://www.jeremylindh.com/great-starter-plugins-for-wordpress/' rel='bookmark' title='Permanent Link: Great Starter Plugins for WordPress'>Great Starter Plugins for WordPress</a> <small>I&#8217;ve only been using WordPress for a short time.  I&#8217;m...</small></li>
<li><a href='http://www.jeremylindh.com/6-more-great-starter-plugins-for-wordpress/' rel='bookmark' title='Permanent Link: 6 MORE Great Starter Plugins for WordPress'>6 MORE Great Starter Plugins for WordPress</a> <small>A while back I put together a quick list of...</small></li>
<li><a href='http://www.jeremylindh.com/wordpress-and-drinking-the-thesis-theme-kool-aid/' rel='bookmark' title='Permanent Link: WordPress, and Drinking the Thesis Theme Kool Aid'>WordPress, and Drinking the Thesis Theme Kool Aid</a> <small>6 months ago I would have thought the idea of...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremylindh.com/moving-a-website-changing-nameservers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress, and Drinking the Thesis Theme Kool Aid</title>
		<link>http://www.jeremylindh.com/wordpress-and-drinking-the-thesis-theme-kool-aid/</link>
		<comments>http://www.jeremylindh.com/wordpress-and-drinking-the-thesis-theme-kool-aid/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 23:32:02 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Website Creation]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Thesis theme]]></category>

		<guid isPermaLink="false">http://www.jeremylindh.com/?p=287</guid>
		<description><![CDATA[6 months ago I would have thought the idea of purchasing a WordPress theme was pretty inane.  I&#8217;m by no means a great designer, but I&#8217;ve been able to toss together sites, or tweak existing themes to meet my needs. I recently learned of the Thesis Theme.  Turns out there are a LOT of blogs [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a target="_blank" href="http://www.shareasale.com/r.cfm?b=202503&#038;u=402908&#038;m=24570&#038;urllink=&#038;afftrack="><img src="http://www.shareasale.com/image/24570/468x60.png" alt="Thesis Theme for WordPress:  Options Galore and a Helpful Support Community" border="0"></a></p>
<p>6 months ago I would have thought the idea of purchasing a WordPress theme was pretty inane.  I&#8217;m by no means a great designer, but I&#8217;ve been able to toss together sites, or tweak existing themes to meet my needs.</p>
<p>I recently learned of the <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=402908&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis Theme</a>.  Turns out there are a LOT of blogs that are using the theme, but it&#8217;s so easy to change to suit your needs that it&#8217;s not always that obvious.  There are a few reasons that people give Thesis rave reviews.  I don&#8217;t need to go into details here, but I&#8217;ll note a few of my highlights.</p>
<p>My favorite thing about Thesis is that it gives you a bare bones site and lets you add or subtract from there.  Changing fonts, columns, and a bunch of other layout elements is easy, using your WordPress dashboard.  You can use the same template across several websites, and they can all look completely different!  The number of easy options that you can change through the dashboard is GREAT.</p>
<p>The other major thing you&#8217;ll read all about when learning about the <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=402908&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis Theme</a> is the SEO.  The thesis theme is a really clean runnin&#8217; wordpress theme.  They&#8217;ve stripped it down to be really friendly to Google and the other search engines.  I can&#8217;t vouch for that, necessarily, but I recently had a blog I created end up indexed on Google in under a week, coming in at #6 for the top keyword.  Impressive to me, considering I wasn&#8217;t even done designing the site yet.</p>
<p>The downside&#8230;  there is a steep learning curve for Thesis.  The use of &#8220;hooks&#8221; for design elements is one that you&#8217;ll have to learn about before you&#8217;re able to change your header, or move parts of the layout around.  Luckily there are a ton of tutorials on the &#8216;net to help you out, and I&#8217;ve been able to do anything I&#8217;ve needed to do so far.</p>
<p>Just a heads up, I&#8217;ll be writing quite a bit about Thesis in the upcoming weeks.  Just little things as I tweak and figure things out!</p>
<p>**NOTE**  When this post was written, I this blog was not yet running <a href="http://www.shareasale.com/r.cfm?b=198392&#038;u=402908&#038;m=24570&#038;urllink=&#038;afftrack=">Thesis</a>.  However, it is now!  Almost every site I work with runs Thesis on WordPress.  Use the dropdown menu at the top right of my blog to view some of my other sites.</p>


<p>Related posts:<ol><li><a href='http://www.jeremylindh.com/basic-tweaks-for-the-thesis-theme-round-1/' rel='bookmark' title='Permanent Link: Basic Tweaks for the Thesis Theme Round 1'>Basic Tweaks for the Thesis Theme Round 1</a> <small>I&#8217;ve done enough reading to know that while the learning...</small></li>
<li><a href='http://www.jeremylindh.com/tweaks-for-the-thesis-wordpress-theme-round-2/' rel='bookmark' title='Permanent Link: Tweaks for the Thesis WordPress Theme Round 2'>Tweaks for the Thesis WordPress Theme Round 2</a> <small>&nbsp; I&#8217;ve been converting most of my websites over to...</small></li>
<li><a href='http://www.jeremylindh.com/thesis-1-7-new-features/' rel='bookmark' title='Permanent Link: Thesis 1.7: New Features'>Thesis 1.7: New Features</a> <small>Thesis WordPress Theme I LOVE Thesis. I&#8217;ve been using it...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremylindh.com/wordpress-and-drinking-the-thesis-theme-kool-aid/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Great Starter Plugins for WordPress</title>
		<link>http://www.jeremylindh.com/great-starter-plugins-for-wordpress/</link>
		<comments>http://www.jeremylindh.com/great-starter-plugins-for-wordpress/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 05:04:56 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Website Creation]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://www.jeremylindh.com/?p=9</guid>
		<description><![CDATA[I&#8217;ve only been using WordPress for a short time.  I&#8217;m constantly finding new plugins that add great options and features.  I think part of the fun of having a blog is constantly adding new Widgets and Plugins. When I started this site, I instantly installed several plugins to get me up and running fast.  In [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignright size-full wp-image-10" style="float: right;" title="wordpress logo" src="http://www.jeremylindh.com/wp-content/uploads/2009/01/wordpress.jpg" alt="wordpress logo" width="250" height="207" />I&#8217;ve only been using WordPress for a short time.  I&#8217;m constantly finding new plugins that add great options and features.  I think part of the fun of having a blog is constantly adding new Widgets and Plugins.</p>
<p>When I started this site, I instantly installed several plugins to get me up and running fast.  In case this could someday help somebody else&#8230; here they are!</p>
<p>In no particular order&#8230;</p>
<h2>Great Starter Plugins for WordPress</h2>
<p><strong>Askimet</strong>.  This one is obvious, and now comes with the WordPress install.  You&#8217;ll just need to activate it.</p>
<p><strong><a title="All in One SEO Pack" href="http://semperfiwebdesign.com/portfolio/wordpress/wordpress-plugins/all-in-one-seo-pack/" target="_blank">All in One SEO Pack</a></strong> &#8211; This one is great!  It helps you give all of your posts the proper metadata that you&#8217;d put on a normal webpage, like a Title, Description, and Tags.  It also manages your the titles of all of your other pages.  It&#8217;s really nice to have.</p>
<p><strong><a title="Visit plugin homepage" href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a></strong> &#8211; This one creates a Sitemap for your site.  This is really helpful to get your site indexed by the search engines.  It also notifies Ask.com, Google, MSN Live Search and YAHOO about any changes or new posts.</p>
<p><strong><a title="Visit plugin homepage" href="http://yoast.com/wordpress/sociable/">Sociable</a></strong> &#8211; There are several options for icons, etc. to let others Share or Subscribe to your content.  I&#8217;ve tried a few, and this is my favorite.  It puts little graphics for the many Social Media sites across the bottom of your posts.  You can pick from a huge list of popular sites, then you can even reorder those to your liking.</p>
<p><strong><a title="Visit plugin homepage" href="http://www.ilfilosofo.com/blog/wp-db-backup">WordPress Database Backup</a></strong> &#8211; This one just does what it needs to do.  It helps you back up your content on a regular basis.  It even runs on a schedule, so that you don&#8217;t have to remember.  Because, really, who remembers to back up their databases?  I wish I could find a phpBB plugin like this!</p>
<p><strong>**Update** </strong><a href="http://www.jeremylindh.com/6-more-great-starter-plugins-for-wordpress/">I&#8217;ve added a list of 6 additional plugins that are great when getting started with WordPress.</a> Be sure to check them out, too!</p>


<p>Related posts:<ol><li><a href='http://www.jeremylindh.com/6-more-great-starter-plugins-for-wordpress/' rel='bookmark' title='Permanent Link: 6 MORE Great Starter Plugins for WordPress'>6 MORE Great Starter Plugins for WordPress</a> <small>A while back I put together a quick list of...</small></li>
<li><a href='http://www.jeremylindh.com/wordpress-and-drinking-the-thesis-theme-kool-aid/' rel='bookmark' title='Permanent Link: WordPress, and Drinking the Thesis Theme Kool Aid'>WordPress, and Drinking the Thesis Theme Kool Aid</a> <small>6 months ago I would have thought the idea of...</small></li>
<li><a href='http://www.jeremylindh.com/2009-my-year-to-discover-social-media/' rel='bookmark' title='Permanent Link: 2009:  My Year to Discover Social Media.'>2009:  My Year to Discover Social Media.</a> <small>After starting two new online communities in 2008, I became...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremylindh.com/great-starter-plugins-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating the Favicon.ico Graphic for Your Website</title>
		<link>http://www.jeremylindh.com/creating-the-faviconico-graphic-for-your-website/</link>
		<comments>http://www.jeremylindh.com/creating-the-faviconico-graphic-for-your-website/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 01:33:53 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Website Creation]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Favicon]]></category>
		<category><![CDATA[How-To]]></category>

		<guid isPermaLink="false">http://www.jeremylindh.com/?p=6</guid>
		<description><![CDATA[I just created the favicon for this site!   If you don&#8217;t know what it is, the &#8220;favicon&#8221; is the tiny graphic that shows up to the left of the URL on your browser.  It is also used in your bookmarks, and it becomes a major part of the branding of a website. Since I just [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just created the favicon for this site!   If you don&#8217;t know what it is, the &#8220;favicon&#8221; is the tiny graphic that shows up to the left of the URL on your browser.  It is also used in your bookmarks, and it becomes a major part of the branding of a website.</p>
<p>Since I just did it, I&#8217;ll run through the quick and easy steps to get it done.  There are other ways to do it, but this has always worked for me, and it&#8217;s quick.</p>
<p>To create a favicon.ico graphic in Photoshop, you&#8217;ll need do download the plugin from <a href="http://www.telegraphics.com.au/sw/">Telegraphics.</a></p>
<p>Now it&#8217;s time to create your graphic.  The final product is only 16px square.  You have to be pretty basic, or your graphic ends up being a jumbled mess.  I like to crunch down my site&#8217;s logo, or use a letter or two.</p>
<p>To make the graphic live, just drop it into your root directory.  That&#8217;s it!</p>


<p>Related posts:<ol><li><a href='http://www.jeremylindh.com/6-more-great-starter-plugins-for-wordpress/' rel='bookmark' title='Permanent Link: 6 MORE Great Starter Plugins for WordPress'>6 MORE Great Starter Plugins for WordPress</a> <small>A while back I put together a quick list of...</small></li>
<li><a href='http://www.jeremylindh.com/great-starter-plugins-for-wordpress/' rel='bookmark' title='Permanent Link: Great Starter Plugins for WordPress'>Great Starter Plugins for WordPress</a> <small>I&#8217;ve only been using WordPress for a short time.  I&#8217;m...</small></li>
<li><a href='http://www.jeremylindh.com/phpbb3-auto-backup-database-mod/' rel='bookmark' title='Permanent Link: phpBB3 Auto-backup Database Mod'>phpBB3 Auto-backup Database Mod</a> <small>Remembering to backup your phpBB3 forum database can be a...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeremylindh.com/creating-the-faviconico-graphic-for-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
