<?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>Stevedev Inc. &#187; Web Development</title>
	<atom:link href="http://stevedev.com/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://stevedev.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:31:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Thoughts</title>
		<link>http://stevedev.com/2009/06/12/wordpress-thoughts/</link>
		<comments>http://stevedev.com/2009/06/12/wordpress-thoughts/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 23:17:33 +0000</pubDate>
		<dc:creator>Steve Thompson</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://stevedev.com/?p=12</guid>
		<description><![CDATA[This site is now running WordPress, pretty much the best blogging software out there, and so I thought it might be good to quickly write about the process and why I love working with it.
Installation
WordPress is fairly straight forward to install, provided you know how to create a database and change some permissions on your [...]]]></description>
			<content:encoded><![CDATA[<p>This site is now running <a href="http://www.wordpress.org/">WordPress</a>, pretty much the best blogging software out there, and so I thought it might be good to quickly write about the process and why I love working with it.</p>
<h2>Installation</h2>
<p>WordPress is fairly straight forward to install, provided you know how to create a database and change some permissions on your webserver. A typical install for me goes like this:</p>
<ol>
<li>Create a Database and User &#8211; Login to MySQL and add a new db, and create a user that has access only to this table. This is important because I do have some other sites running on my server. Although you could do this from the command line, I often find it faster to just load up <a href="http://navicat.com/en/products/navicat_mysql/mysql_overview.html">Navicat for MySQL</a>.</li>
<li>Download the wordpress archive. You can download this from your browser or ssh in to your server and type:
<ul>
<li>wget http://wordpress.org/latest.tar.gz</li>
<li>tar -zxvf latest.tar.gz, and move the files to the right place.</li>
</ul>
</li>
<li>Load up the site in my browser and fill in the details. I also always change the password that is assigned to you. I have no idea why it assigns you one instead of asking for an admin password.</li>
</ol>
<h2>Theming</h2>
<p>Theming WP is really easy. I take the design, usually a PSD, slice it up and write HTML as if I was doing a static page. Next I duplicate the default theme and rename the folder. I drop in my CSS and my images, and edit the header and footer files. That&#8217;s pretty much it. You can write the HTML how you want, but I find it easiest to stick to the default theme&#8217;s structure: #header, #footer, #sidebar, and #content divs.</p>
<h2>Using WP</h2>
<p>WP&#8217;s admin makes extensive use of AJAX which makes the interface snappy. They&#8217;ve really done great job working on the layout and design of the admin. It&#8217;s really simple to start using and very powerful once you get into the more advanced details.</p>
]]></content:encoded>
			<wfw:commentRss>http://stevedev.com/2009/06/12/wordpress-thoughts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX in Corporate and Retail Websites</title>
		<link>http://stevedev.com/2009/06/12/ajax-in-corporate-and-retail-websites/</link>
		<comments>http://stevedev.com/2009/06/12/ajax-in-corporate-and-retail-websites/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 22:13:29 +0000</pubDate>
		<dc:creator>Steve Thompson</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>

		<guid isPermaLink="false">http://stevedev.com/?p=3</guid>
		<description><![CDATA[If you spend a lot of time on the Internet reading up on web technologies you likely have come across the term AJAX. While you might be thinking this might just be the domain of indie web apps and social media sites such as Facebook, there are a lot of good reasons to look at [...]]]></description>
			<content:encoded><![CDATA[<p>If you spend a lot of time on the Internet reading up on web technologies you likely have come across the term AJAX. While you might be thinking this might just be the domain of indie web apps and social media sites such as Facebook, there are a lot of good reasons to look at implementing the technology on corporate, sales, customer service and other client facing websites.</p>
<p><a href="http://www.inspirestudios.ca/about/blog/2009/05/ajax-in-corporate-and-retail-websites/">Read more over at Inspire Studios&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stevedev.com/2009/06/12/ajax-in-corporate-and-retail-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
