<?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>Simpixelated &#187; Wordpress</title>
	<atom:link href="http://simpixelated.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://simpixelated.com</link>
	<description>The blog of Jordan Kohl</description>
	<lastBuildDate>Wed, 25 Jan 2012 05:13:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress 101</title>
		<link>http://simpixelated.com/wordpress-101/</link>
		<comments>http://simpixelated.com/wordpress-101/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 21:05:26 +0000</pubDate>
		<dc:creator>simpixelated</dc:creator>
				<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.simpixelated.com/?p=127</guid>
		<description><![CDATA[I recently served as a tutor for two people I met over craigslist who wanted to learn more about using WordPress. Without knowing exactly what they needed to know going in I tried to prepare a general overview of how to develop a WordPress theme. But as it turns out, the &#8220;students&#8221; were on two [...]]]></description>
			<content:encoded><![CDATA[<p>I recently served as a tutor for two people I met over craigslist who wanted to learn more about using WordPress. Without knowing exactly what they needed to know going in I tried to prepare a general overview of how to develop a WordPress theme. But as it turns out, the &#8220;students&#8221; were on two very different levels, both far below what I was trying to teach. I talked a little too much and too long about template heirarchy and the WordPress codex. But once we started talking about their exact problems it was easy to provide quick answers. I think it worked out well and I hope I can do it again!</p>
<p>Here&#8217;s a list of the links that I provided them for future reference:</p>
<p><strong>Official Documentation</strong>:</p>
<ul>
<li><a href="http://codex.wordpress.org/">Official WordPress Codex</a></li>
<li><a href="http://codex.wordpress.org/Template_Tags">Template Tags (codex)</a></li>
<li><a href="http://codex.wordpress.org/Template_Hierarchy">Template Hierarchy (codex)</a></li>
</ul>
<p><strong>Tutorial Websites</strong>:</p>
<ul>
<li><a href="http://net.tutsplus.com/category/tutorials/wordpress/">Nettuts</a></li>
<li><a href="http://www.smashingmagazine.com/tag/wordpress/">Smashing Magazine</a></li>
<li><a href="http://rockablepress.com/">Rockable Press (ebook)</a></li>
</ul>
<p><strong>Other Useful Links</strong>:</p>
<ul>
<li><a href="http://starkerstheme.com/">Starkers Theme</a></li>
<li><a href="http://themeshaper.com/thematic/">Thematic</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://simpixelated.com/wordpress-101/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Installing WordPress</title>
		<link>http://simpixelated.com/installing-wordpress/</link>
		<comments>http://simpixelated.com/installing-wordpress/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 15:41:28 +0000</pubDate>
		<dc:creator>simpixelated</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.simpixelated.com/?p=113</guid>
		<description><![CDATA[A few tips: Install WordPress in its own directory, below the root, with a unique name. I tend to use a password generator to create my directory name. Although the location of your folder can easily be found in the HTML of your site (all your CSS and image files will be inside it), this [...]]]></description>
			<content:encoded><![CDATA[<p>A few tips:</p>
<ul>
<li>Install WordPress in its own directory, below the root, with a unique name. I tend to use a password generator to create my directory name. Although the location of your folder can easily be found in the HTML of your site (all your CSS and image files will be inside it), this will be a smaller barrier against scripts that look for WordPress at the root or in common folders like &#8220;blog&#8221;, &#8220;wp&#8221; or &#8220;wordpress&#8221;. Keeping WordPress out of the root will keep the install cleaner and allow you to have sub-directories and other files in your root that won&#8217;t conflict with WordPress.</li>
<li>Do not use admin as your username. Previous versions of WordPress forced you to use it on first install, but with 3.0 you can now choose your own username. It doesn&#8217;t have to be crazy, although the more complex it is the safer it will be, but anything besides admin will be an improvement.</li>
<li>Do not use an English word as your password. Again, use a password generator. In addition, consider using a password repository to store your password in case you want to access your admin from another computer. But trying to use a password that is easy to remember probably means it is easy to crack.</li>
<li>Install the plugins and themes you want, remove the ones you don&#8217;t. Although the default WordPress theme (Twenty Ten), akismet, and Hello Dolly are probably very safe, its good practice to just remove any files you aren&#8217;t using. Don&#8217;t worry, you can download them again if you really want them. But by keeping them off your server, its fewer files that you have to worry about updating and if you ever run into security problems, you won&#8217;t have to worry about checking them.</li>
<li>Update your comment settings. You&#8217;ll probably want to treat most posts spam, only allow comments from people who have posted before, and generally make it hard for your blog to get filled up with spam. Get an akismet API and activate the plugin. Once your blog gets popular, you&#8217;ll be happy you had it all ready to go first.</li>
<li>Setup your permalinks. Despite it not being an option, category/postname seems to be the most recommended option for SEO purposes. Its also the most readable for humans. No one cares what the post date was, but if they want to find more posts in that category, its easy for them to do by manipulating the URL. It also allows people on other sites to trust the link more which means they are more likely to click on it.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://simpixelated.com/installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

