<?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>Conner Tolley</title>
	<atom:link href="http://www.connertolley.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.connertolley.com</link>
	<description>Web Designer, Developer, and World Traveler</description>
	<lastBuildDate>Sun, 10 Apr 2011 22:54:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Shortcodes!</title>
		<link>http://www.connertolley.com/2011/04/shortcodes/</link>
		<comments>http://www.connertolley.com/2011/04/shortcodes/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 22:45:31 +0000</pubDate>
		<dc:creator>conner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.connertolley.com/?p=89</guid>
		<description><![CDATA[Wow. Just learned an awesome WordPress feature, Shortcodes! Shortcodes are super simple to create and I just know I&#8217;m going to have many many opportunities to use these in the future. As a test the &#8220;Hello World&#8221; you see above was created with a simple shortcode and I&#8217;ll show you how simple it is to [...]]]></description>
			<content:encoded><![CDATA[Hello World
<p>Wow. Just learned an awesome WordPress feature, Shortcodes! Shortcodes are super simple to create and I just know I&#8217;m going to have many many opportunities to use these in the future. As a test the &#8220;Hello World&#8221; you see above was created with a simple shortcode and I&#8217;ll show you how simple it is to create a short code.</p>
<p>Shortcodes are created in the functions.php file in your theme directory. Open functions.php up and pick a place to put your code. The first thing you are going to do is create a simple function. Try this one.</p>
<p>function Hello() {<br />
     return &#8220;Hello World&#8221;;<br />
}</p>
<p>Then below this you will create the shortcode by typing this&#8230;</p>
<p>add_shortcode( &#8216;hw&#8217;, &#8216;Hello&#8217;);</p>
<p>As you can see the first parameter will be the name of your shortcode (hw). The next parameter is the function that your shortcode will execute (Hello).</p>
<p>Now you are free to use this shortcode in any of your pages or posts. Just place Hello World anywhere in your posts or pages in the wordpress editor. When you go to view the post or the page you will see &#8220;Hello World&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connertolley.com/2011/04/shortcodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento</title>
		<link>http://www.connertolley.com/2011/04/magento/</link>
		<comments>http://www.connertolley.com/2011/04/magento/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 18:47:58 +0000</pubDate>
		<dc:creator>conner</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[e-commerce]]></category>

		<guid isPermaLink="false">http://www.connertolley.com/?p=73</guid>
		<description><![CDATA[So I&#8217;ve recently began learning the Magento e-commerce platform. Magento is one of the most popular, open-source, e-commerce platforms in use today. It uses a combination of HTML, PHTML, XML, and PHP files as the core files of the platform. It is possible to customize magento and build templates to make your e-commerce site look [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve recently began learning the <a href="http://magentocommerce.com">Magento</a> e-commerce platform. Magento is one of the most popular, open-source, e-commerce platforms in use today. It uses a combination of HTML, PHTML, XML, and PHP files as the core files of the platform. It is possible to customize magento and build templates to make your e-commerce site look unique and stand out among the crowd. There is definitely a learning curve involved and an intricate file structure you must learn to navigate. This is to be expected for a system that is so customizable. It just takes a lot of code to provide all the functionality and customization abilities. I&#8217;m excited about learning more and adding this new tool to my web developer toolchest.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connertolley.com/2011/04/magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Websites</title>
		<link>http://www.connertolley.com/2011/03/moving-websites/</link>
		<comments>http://www.connertolley.com/2011/03/moving-websites/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 01:17:26 +0000</pubDate>
		<dc:creator>conner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.connertolley.com/?p=71</guid>
		<description><![CDATA[If you ever want a challenging and frustrating experience try moving a dozen or so websites from one server to another. But not so fast. These have to be sites you did not develop yourself. A few will be simple straight up html sites but most will be coded in some cms or even be [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever want a challenging and frustrating experience try moving a dozen or so websites from one server to another. But not so fast. These have to be sites you did not develop yourself. A few will be simple straight up html sites but most will be coded in some cms or even be flash based. The cms sites could be wordpress or moveable type or the rare &#8220;open realty&#8221; platform. Most will have database backends that you also have to move. File permissions will mysteriously change and sites that should move easily will often not even show up in the browser once moved.</p>
<p>But despite all this it is your job to get these sites moved and working correctly on their new server home. You will have to use google extenselvely and learn from the trials of others who have attempted this foolhardy task. If you feel you just can&#8217;t do it or a site is giving you problems and you can&#8217;t figure it out, fear not. There is a wonderful service called <a href="http://websitemovers.com">Website Movers</a> that will do all of this for you. It will cost about $60 a site, but sometimes that is money well spent. Now just convince your boss to spend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connertolley.com/2011/03/moving-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE image bug fix</title>
		<link>http://www.connertolley.com/2011/03/ie-image-bug-fix/</link>
		<comments>http://www.connertolley.com/2011/03/ie-image-bug-fix/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 18:06:47 +0000</pubDate>
		<dc:creator>conner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.connertolley.com/?p=67</guid>
		<description><![CDATA[I recently have been struggling with a site I&#8217;ve been working on. My trouble has been that a few of the background images are not showing up in internet explorer. This happens in any version of internet explorer. It took me too long to figure out why this was happening but here it is. Your [...]]]></description>
			<content:encoded><![CDATA[<p>I recently have been struggling with a site I&#8217;ve been working on. My trouble has been that a few of the background images are not showing up in internet explorer. This happens in any version of internet explorer. It took me too long to figure out why this was happening but here it is. Your css might look something like this:</p>
<p>#myDiv {<br/><br />
background:url(images/myImage.png)top left no-repeat;<br/><br />
}</p>
<p>This will not show up in internet explorer. Here&#8217;s the fix:</p>
<p>#myDiv {<br/><br />
background:url(images/myImage.png) top left no-repeat;<br/><br />
}</p>
<p>Notice the space between &#8220;.png)&#8221; and &#8220;top&#8221;. That&#8217;s all you need to do to get your background images to show up in internet explorer. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.connertolley.com/2011/03/ie-image-bug-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress!</title>
		<link>http://www.connertolley.com/2011/03/wordpress/</link>
		<comments>http://www.connertolley.com/2011/03/wordpress/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 16:13:08 +0000</pubDate>
		<dc:creator>conner</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.connertolley.com/?p=58</guid>
		<description><![CDATA[Recently, I have been working almost exclusively with the content management system, WordPress. I have grown to really love this powerful platform and am excited to have it in my web development arsenal. I&#8217;m sure there are certain limitations that I haven&#8217;t stumbled across but so far I&#8217;ve been able to accomplish all mine and [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have been working almost exclusively with the content management system, <a href="http://wordpress.org">WordPress</a>. I have grown to really love this powerful platform and am excited to have it in my web development arsenal. I&#8217;m sure there are certain limitations that I haven&#8217;t stumbled across but so far I&#8217;ve been able to accomplish all mine and my client&#8217;s goal using wordpress. I have yet to do an e-commerce site in wordpress but I&#8217;ve been reading about it and I know it is possible. It looks like Foxycart is probably the way to go with this and I will definitely base the site on the wonderful videos presented by Chris Coyler over at <a href="http://css-tricks.com">css-tricks</a>. Chris Coyler is my favorite wordpress expert. He presents the often complicated nuances of the WordPress system in an easy to understand manner. I totally recommend his <a href="http://linda.com">Linda</a> video on wordpress. You can find it here <a href="http://www.lynda.com/tutorial/67160?srchtrk=index%3A2%0Alinktypeid%3A2%0Aq%3Awordpress%20themes%0Apage%3A1%0As%3Arelevance%0Asa%3Atrue%0Aproducttypeid%3A4">WordPress 3: Creating and Editing Custom Themes</a>. I especially recommend the section on <strong>custom fields</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connertolley.com/2011/03/wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Well, Hello There!</title>
		<link>http://www.connertolley.com/2011/02/hello-world/</link>
		<comments>http://www.connertolley.com/2011/02/hello-world/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 18:23:58 +0000</pubDate>
		<dc:creator>conner</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.connertolley.com/?p=1</guid>
		<description><![CDATA[Welcome to the online home of Conner Tolley. This is a place where I will discuss my thoughts on the web and more specifically web design and development. I work as a web developer and love my job. I love the web culture and all the exciting new discoveries and techniques that are out there.]]></description>
			<content:encoded><![CDATA[<p>Welcome to the online home of Conner Tolley. This is a place where I will discuss my thoughts on the web and more specifically web design and development. I work as a web developer and love my job. I love the web culture and all the exciting new discoveries and techniques that are out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.connertolley.com/2011/02/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

