<?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>Studio-Worx</title>
	<atom:link href="http://studio-worx.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://studio-worx.com</link>
	<description>Online Portfolio of Jason Skinner</description>
	<lastBuildDate>Sat, 23 Oct 2010 06:46:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Installing WordPress On A Local Server</title>
		<link>http://studio-worx.com/2010/10/installing-wordpress-on-a-local-server/</link>
		<comments>http://studio-worx.com/2010/10/installing-wordpress-on-a-local-server/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 20:02:39 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=157</guid>
		<description><![CDATA[Wordpress is ridiculously easy to setup.  This tutorial provides step by step instructions on how to install Wordpress locally utilizing MAMP.  ]]></description>
			<content:encoded><![CDATA[<div id="left_column">
<h1>Installing WordPress on a Local Server</h1>
<p>In a previous tutorial we went through the process of <a href="http://studio-worx.com/2010/09/setting-up-a-local-server-for-mac-osx/">Setting Up a Local Server Using MAMP for Mac OSX</a>.  If you have not setup a local server environment, then please refer to that tutorial before proceeding further.  If you have a local server environment already setup, please continue.</p>
<h5>Downloading WordPress</h5>
<p>WordPress is ridiculously easy to setup.  It really does not matter whether or not you are an expert at phpMyAdmin or SQL.  This is your opportunity to learn how to install WordPress locally, while giving you a second benefit of having a copy of WordPress that you can break (and thus learn) without any dire consequences.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/downloadwordpress.png" alt="Downloading WordPress" title="downloadwordpress" width="700" height="313" class="alignnone size-full wp-image-163" /></p>
<p>Let us begin the process.  Open up your browser of choice and visit <a href="http://www.wordpress.org">wordpress.org</a>.  Download the latest version of wordpress to your desktop.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/unzipwordpress.png" alt="Unzip WordPress" title="unzipwordpress" width="700" height="215" class="alignnone size-full wp-image-164" /></p>
<p>Once it has finished downloading, we are going to unzip the contents.  You will notice that the unzipped folder is labeled “Wordpress”.    Let’s rename the folder to “testsite”, or anything of your choosing (make sure to leave out any spaces).</p>
<h5>Create a New Database and User in phpMyAdmin</h5>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/openstartpage.png" alt="Open Start Page in Mamp" title="openstartpage" width="700" height="399" class="alignnone size-full wp-image-165" /></p>
<p>The next step in the processes to create a new MySQL database.  In order to do this we need to utilize phpMyAdmin.  Switch over to MAMP and open the start page.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/testingphp.png" alt="Open phpMyAdmin" title="testingphp" width="700" height="359" class="alignnone size-full wp-image-166" /></p>
<p>Click on the phpMyAdmin tab so we can create a new database.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/createnewdatabase.png" alt="Create a new MySQL database" title="createnewdatabase" width="700" height="334" class="alignnone size-full wp-image-167" /></p>
<p>Under create a new database type “testsite” or enter the name you chose to name your downloaded WordPress folder.  Make sure it is a collation database utilizing utf8.  Click create to finish setting up the database.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/privileges.png" alt="" title="privileges" width="700" height="342" class="alignnone size-full wp-image-168" /></p>
<p>The next step, setting up privileges to the database, only has to be done once.  The user you are about to add will have privileges over all the databases you create.  Click on the privileges tab at the top and then click add new user.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/adduser1.png" alt="Type in login information" title="adduser" width="700" height="313" class="alignnone size-full wp-image-170" /></p>
<p>Enter your user name under Login Information.  For this example, I am going use &#8220;jimmy.page&#8221; as the username.  Feel free to enter your name anyway you like.  Next, we are going to declare the host as &#8220;localhost&#8221;.  The last thing that needs to be done on this page is to enter a password (make sure to remember it for later).  For this example I am going to use &#8220;password&#8221; as the password.  Click “Go” at the bottom of the page.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/successfullyaddnewuser.png" alt="add new user success" title="successfullyaddnewuser" width="700" height="132" class="alignnone size-full wp-image-171" /></p>
<p>You will see the create new message dialogue at the top of the screen.  Now all we have to do is set the privileges for our newly created user.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/edituserprivileges.png" alt="" title="edituserprivileges" width="700" height="335" class="alignnone size-full wp-image-172" /></p>
<p>As the administrator you will want full privileges.  Check all global privileges and hit go.  You have successfully created a database and a user with access to that database.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/grantprivilegesupdated.png" alt="Privileges Updated" title="grantprivilegesupdated" width="700" height="85" class="alignnone size-full wp-image-173" /></p>
<h5>Installing and Configuring WordPress</h5>
<p>In the last tutorial, <a href="http://studio-worx.com/2010/09/setting-up-a-local-server-for-mac-osx/">Setting Up a Local Server for Mac OSX</a>,  we changed the default document location to the sites folder within your user profile.  If you are using a different or the default location used in MAMP, you can progress by remembering to make everything relative to that specific location.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/changewordpressfilename.png" alt="Change WordPress Filename to &quot;testsite&quot;" title="changewordpressfilename" width="700" height="215" class="alignnone size-full wp-image-174" /></p>
<p>Let&#8217;s go back to our downloaded and unarchived WordPress folder and change the name to &#8220;testsite&#8221;.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/copyingwordpresstosites.png" alt="Copying WordPress to Sites Folder" title="copyingwordpresstosites" width="700" height="380" class="alignnone size-full wp-image-175" /></p>
<p>The next step in the process is to place that folder in your Sites folder within your user profile.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/renamingwordpressconfigfile.png" alt="Renaming WordPress Config File" title="renamingwordpressconfigfile" width="700" height="481" class="alignnone size-full wp-image-176" /></p>
<p>Once we have the files in place, we need to make some little changes to the wp-config-sample.php file that is the default in WordPress.  Navigate to the &#8220;testsite&#8221; folder and open it.  We are looking for the &#8220;wp-config-sample.php&#8221; file.  The first thing we need to do is rename it &#8220;wp-config.php&#8221;, so just delete the &#8220;-sample&#8221; from the filename.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/mysqldbchanges.png" alt="wp-config Database Configuration" title="mysqldbchanges" width="700" height="244" class="alignnone size-full wp-image-177" /></p>
<p>Now, let&#8217;s open &#8220;wp-config.php&#8221; and change the MySQL settings to match the MySQL database we setup earlier.  I am opening it with Adobe Dreamweaver, but you can open it with any other web software or TextEdit.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/10/mysqldbchangesupdated.png" alt="wp-config Updated Database Configuration" title="mysqldbchangesupdated" width="700" height="244" class="alignnone size-full wp-image-178" /></p>
<p>Replace the default information with the database name, username and password that was used to create the MySQL database and user in previous steps.  Save the file once you have made the changes.</p>
<p>The last step is to open your browser of choice and type in &#8220;http://localhost/testsite&#8221; (make sure you have MAMP running) and fill in the information for your newly setup WordPress site.  If you see an error page, make sure the information your typed in &#8220;wp-config.php&#8221; is correct.</p>
<p>In the future, if you create a new WordPress site locally, you will only need to create a new database because the user we setup has global privileges.</p>
</div>
<div id="right_column">
   		<a class="subscriberss" a href="http://studio-worx.com/feed/">Subscribe via RSS</a></p>
<h3>Categories</h3>
<ul class="journal_list">
<li class="cat-item cat-item-7"><a href="http://studio-worx.com/category/journal/tutorials/" title="View all posts filed under Tutorials">Tutorials</a>
</li>
</ul>
<h3>Popular</h3>
<ul class="journal_list">
        			</ul>
<h3>Search the Journal</h3>
<form action="http://studio-worx.com/" method="get">
<fieldset id="searchform">
<input type="text" name="s" id="searchbar" value="" />
<input type="submit" value="Go" id="searchbtn" />
    </fieldset>
</form>
<h3>Recommended Reading</h3>
<ul class="journal_list">
<li><a class="genbutton" href="http://www.blog.spoongraphics.co.uk/">Spoongraphics Blog</a></li>
<li><a class="genbutton" href="http://www.smashingmagazine.com">Smashing Magazine</a></li>
<li><a class="genbutton" href="http://www.desandro.com/">David Desandro</a></li>
<li><a class="genbutton" href="http://www.drawar.com/">Drawar</a></li>
<li><a class="genbutton" href="http://sixrevisions.com/">Six Revisions</a></li>
<li><a class="genbutton" href="http://www.logochief.com/">Logo Chief</a></li>
<li><a class="genbutton" href="http://designinformer.com/">Design Informer</a></li>
<li><a class="genbutton" href="http://www.line25.com">Line 25</a></li>
</ul>
<ul class="journal_ads">
<li class="ad_freshbooks" style="margin-right: 10px;"><a href="https://studioworx.freshbooks.com/refer/www">Fresh Books</a></li>
<li class="ad_siteground"><a href="http://www.siteground.com/"></a></li>
<li class="ad_blank" style="margin-right: 10px;"><a href="#nogo"></a></li>
<li class="ad_blank"><a href="#nogo"></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/10/installing-wordpress-on-a-local-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire Eye</title>
		<link>http://studio-worx.com/2010/09/fire-eye/</link>
		<comments>http://studio-worx.com/2010/09/fire-eye/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 05:26:01 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Worx]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=158</guid>
		<description><![CDATA[A personal project in Photoshop.]]></description>
			<content:encoded><![CDATA[<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/fireeye1.png" alt="Fire Eye" title="fireeye" width="700" height="420" class="alignnone size-full wp-image-161" /></p>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/09/fire-eye/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up A Local Server for Mac OSX</title>
		<link>http://studio-worx.com/2010/09/setting-up-a-local-server-for-mac-osx/</link>
		<comments>http://studio-worx.com/2010/09/setting-up-a-local-server-for-mac-osx/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 02:09:10 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Journal]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=142</guid>
		<description><![CDATA[Setting up a local server environment on your Mac is easier than you might expect. Developing locally saves time and aids in error testing, ensuring a final product that does not hinder user experience. In this tutorial we will be utilizing MAMP, which creates a local server environment with PHP, MySQL and Apache right out of the box, as an effective means to develop websites locally.]]></description>
			<content:encoded><![CDATA[<div id="left_column">
<h1>Setting Up A Local Server for Mac OSX</h1>
<p>As a web designer and front-end developer, I am constantly building websites that require PHP, an Apache Server and a MySQL Server.  A majority of time I use <a href="http://www.wordpress.org">WordPress</a>, which requires all three processes.</p>
<p>There are also many benefits to developing a website locally.  It is amazing how much time is saved when developing and making changes to a website when you do not have to interact with a server via FTP (File Transfer Protocol).  Developing locally also allows the developer to find errors that might exist without it affecting user experience, which means you have a completed site upon launch that has been tested thoroughly.</p>
<h5>Downloading MAMP</h5>
<p>MAMP creates a local server environment on Mac OSX by installing PHP, MySQL and Apache right out of the box.  If you are familiar enough with using the built-in Apache server, you can skip this step.  If you are not going to use MAMP, I recommend using a Virtual Machine because, although the OSX Apache server may seem easy enough, it is doesn&#8217;t usually grow as robust as the requirements sometimes needed.</p>
<h2>Some of the disadvantages of using the local OSX Apache server:</h2>
<ul class="bullets">
<li>If you update the OSX Apache you have to modify system components.</li>
<li>It works perfectly for simple HTML pages, but if you decide later on to add PHP or MySQL you have to modify pathways in the operating system that can be overwritten by system updates.</li>
<li>Since you are using your OS, it tends to eat up CPU processes, especially when PHP and MySQL are added to the mix because of extra daemons.</li>
</ul>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/downloadmamp.png" alt="Download MAMP" title="downloadmamp" width="700" height="329" class="alignnone size-full wp-image-144" /></p>
<p>The first thing we need to do is go <a href="http://www.mamp.info/en/index.html">download MAMP</a>.  Download it to your desktop, because we are going to be deleting it later anyway. For now we are going to use the free version, but if it turns out you will be using MAMP a lot, I recommend purchasing <a href="http://www.mamp.info/en/mamp-pro/index.html">MAMP Pro</a> because it offers more features out of the box and is updated more often. </p>
<h5>Installing MAMP</h5>
<p>Installing MAMP is exactly the same as installing any software, so if you are comfortable with installing Applications, you can skip to the next step.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/unarchiveprocess.png" alt="Unarchive Downloaded .zip File" title="unarchiveprocess" width="700" height="278" class="alignnone size-full wp-image-145" /></p>
<p>Unarchive the file once it is downloaded and then mount it by double clicking the file. </p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/installingmamp.png" alt="Installing MAMP to Applications Folder" title="installingmamp" width="700" height="260" class="alignnone size-full wp-image-146" /></p>
<p>Drag the application file to the Applications shortcut folder.  This will install MAMP on your system.  After the install is complete you can delete all the files on your desktop and unmount the MAMP volume.</p>
<h5>Configuring MAMP</h5>
<p>Go ahead and launch MAMP from your applications folder.  Your web browser will be directed to the &#8220;Welcome to MAMP&#8221; webpage on startup (you can change whether it opens this page on launch in the future within preferences).  You can close the default webpage for now.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/mamppreferences.png" alt="Clicking the Preferences Button" title="mamppreferences" width="700" height="399" class="alignnone size-full wp-image-147" /></p>
<p>The next step is to change the default ports and location of the local web server.  Let&#8217;s switch over to the application and click the &#8220;Preferences&#8221; button.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/setdefaultports.png" alt="Set to Default Apache and MySQL ports" title="setdefaultports" width="700" height="399" class="alignnone size-full wp-image-148" /></p>
<p>You will notice that the ports configured for Apache and MySQL by default are 8888 and 8889 respectively.  We need to change that.  Click the &#8220;Set to default Apache and MySQL ports&#8221; button to change the ports for Apache and MySQL to 80 and 3306 respectively.  Doing this allows us to access the local server by hitting http://localhost rather than hitting the server by http://localhost:8888.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/sitesdirectory.png" alt="Selecting the Default Location of the Server" title="sitesdirectory" width="700" height="399" class="alignnone size-full wp-image-149" /></p>
<p>Once the port numbers have been changed, you need to change the default location of the server.  The default location is set to a htdocs folder within the MAMP application folder.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/sitesfolder.png" alt="Changing Document Root to Sites Folder" title="sitesfolder" width="700" height="427" class="alignnone size-full wp-image-150" /></p>
<p>Let&#8217;s change the document root to the sites folder within your user profile.  This is the location where you will put the files for you local website.  This also ensures that all of the websites we build will not be trashed if MAMP is deleted in the future. </p>
<h5>Up and Running</h5>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/openstartpage.png" alt="Opening Start Page" title="openstartpage" width="700" height="399" class="alignnone size-full wp-image-151" /></p>
<p>Now, let&#8217;s test to see if everything is working correctly.  Open the start page.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/mampisworking.png" alt="Welcome to MAMP" title="mampisworking" width="700" height="358" class="alignnone size-full wp-image-152" /></p>
<p>When the welcome page displays, you should see the statement verifying that MAMP has been installed correctly and is running without errors.</p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/testingphp.png" alt="Viewing phpMyAdmin Screen" title="testingphp" width="700" height="359" class="alignnone size-full wp-image-153" /></p>
<p>Now we need to test that phpMyAdmin is working correctly.  Click on the phpMyAdmin button.  Congratulations, you now have a local server environment.  Now, have fun and start building websites that can be accessed by http://localhost within any browser on your computer.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/09/setting-up-a-local-server-for-mac-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Katherine Grant Salon</title>
		<link>http://studio-worx.com/2010/09/katherine-grant-salon-and-spa/</link>
		<comments>http://studio-worx.com/2010/09/katherine-grant-salon-and-spa/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 02:28:20 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Worx]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=113</guid>
		<description><![CDATA[Katherine Grant Salon and Spa was founded in May of 2008 by owners, Katherine and Gary Grant.  They have tremendous pride in the upscale environment and professional atmosphere they offer their clients.

"Jason updated our salon's website and gave it new life.  He listened to my ideas and gave us a site we are proud to send our customers to!" -Katherine Grant

<p>Built upon the <a href="http://www.wordpress.org">Wordpress</a> content management system.</p>

<a href="http://www.katherinegrant.com" class="visiturl">View the site</a>

]]></description>
			<content:encoded><![CDATA[<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/KatherineGrant_website_one.png" alt="Katherine Grant Salon and Spa Website" title="KatherineGrant_website_one" width="700" height="550" class="alignnone size-full wp-image-115" /></p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/KatherineGrant_website_two.png" alt="Katherine Grant Salon and Spa Website" title="KatherineGrant_website_two" width="700" height="550" class="alignnone size-full wp-image-123" /></p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/09/KatherineGrant_website_three.png" alt="Katherine Grant Salon and Spa Website" title="KatherineGrant_website_three" width="700" height="550" class="alignnone size-full wp-image-125" /></p>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/09/katherine-grant-salon-and-spa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trek Arkansas</title>
		<link>http://studio-worx.com/2010/08/trek-arkansas/</link>
		<comments>http://studio-worx.com/2010/08/trek-arkansas/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 21:52:45 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Worx]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=92</guid>
		<description><![CDATA[Trek Arkansas is an online site committed to exhibiting guides, events, news and other snippets of information about the great outdoors of "The Natural State".

<p>Built upon the <a href="http://www.wordpress.org">Wordpress</a> content management system.</p>

<a href="http://www.trekarkansas.com" class="visiturl">Visit Trek Arkansas</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/trekarkansas_logo.png" alt="Trek Arkansas Logo" title="trekarkansas_logo" width="700" height="242" class="alignnone size-full wp-image-94" /></p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/trekarkansas_website.png" alt="Trek Arkansas Website" title="trekarkansas_website" width="700" height="550" class="alignnone size-full wp-image-97" /></p>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/08/trek-arkansas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Market Street Catering</title>
		<link>http://studio-worx.com/2010/08/market-street-catering/</link>
		<comments>http://studio-worx.com/2010/08/market-street-catering/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 03:35:45 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Worx]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=49</guid>
		<description><![CDATA[Market Street Catering is a restaurant that specializes in medium to large scale events.]]></description>
			<content:encoded><![CDATA[<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/marketstreet_logo.png" alt="Market Street Catering Logo" title="marketstreet_logo" width="700" height="489" class="alignnone size-full wp-image-52" /></p>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/08/market-street-catering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Green Jeans Grocery</title>
		<link>http://studio-worx.com/2010/08/green-jeans-grocery/</link>
		<comments>http://studio-worx.com/2010/08/green-jeans-grocery/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 03:26:21 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Worx]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=36</guid>
		<description><![CDATA[Green Jeans Grocery Company is a small distributor specializing in providing it's customers with organic produce that is fresh from the market.]]></description>
			<content:encoded><![CDATA[<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/greenjeans_mark.png" alt="Green Jeans Text" title="greenjeans_mark" width="700" height="337" class="alignnone size-full wp-image-40" /></p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/greenjeans_logo1.png" alt="Green Jeans Logo" title="greenjeans_logo" width="700" height="326" class="alignnone size-full wp-image-45" /></p>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/08/green-jeans-grocery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E2 Worx</title>
		<link>http://studio-worx.com/2010/08/e2-worx/</link>
		<comments>http://studio-worx.com/2010/08/e2-worx/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 02:51:00 +0000</pubDate>
		<dc:creator>Jason Skinner</dc:creator>
				<category><![CDATA[Worx]]></category>

		<guid isPermaLink="false">http://studio-worx.com/?p=14</guid>
		<description><![CDATA[E2Worx is a leading solutions provider of software products that extend Microsoft SharePoint technology. The company focuses on building, integrating, and developing solutions that bridges the gap between partner solutions and customers needs – with a passionate commitment to innovation and user experience. As a Microsoft Gold Partner E2Worx aligns with Microsoft’s strategic and architectural direction to ensure that corporate infrastructure and Microsoft products work in harmony, both today and into the future. 

<p>Built upon the <a href="http://www.wordpress.org">Wordpress</a> content management system.</p>

<a href="http://studio-worx.com/clientdemos/e2worx/" class="visiturl">View the Demo Site</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/e2word_website1.png" alt="E2 Worx Website" title="e2word_website" width="700" height="550" class="alignnone size-full wp-image-25" /></p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/e2worx_logo.png" alt="E2 Worx Logo" title="e2worx_logo" width="700" height="448" class="alignnone size-full wp-image-18" /></p>
<p><img src="http://studio-worx.com/wp-content/uploads/2010/08/e2worx_logoalt.png" alt="E2 Worx Logo Alternates" title="e2worx_logoalt" width="700" height="287" class="alignnone size-full wp-image-62" /></p>
]]></content:encoded>
			<wfw:commentRss>http://studio-worx.com/2010/08/e2-worx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

