<?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/"
	xmlns:georss="http://www.georss.org/georss" >

<channel>
	<title>Ellev.com</title>
	<atom:link href="http://ellev.com/site/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://ellev.com/site</link>
	<description>Internet experts providing design, marketing and programming services for the SMB market.</description>
	<lastBuildDate>Wed, 24 Jun 2009 19:44:57 +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>Organizing site file and folders</title>
		<link>http://ellev.com/site/index.php/2009/06/organizing-site-file-and-folders/</link>
		<comments>http://ellev.com/site/index.php/2009/06/organizing-site-file-and-folders/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 19:44:57 +0000</pubDate>
		<dc:creator>wscheer</dc:creator>
				<category><![CDATA[notepad]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=52</guid>
		<description><![CDATA[File and folder organization is a little time consuming but will payoff in the long run. Here are a few things to consider when expanding or even starting a site.]]></description>
			<content:encoded><![CDATA[<p>It is a good idea to organize your site files into folders, but be careful you don&#8217;t make too many sub folders in your site. Too many sub folders can make your site just as unorganized as having no sub folders.</p>
<p>Consider a site like this:</p>
<p><img title="unorganized1" src="http://ellev.com/site/wp-content/uploads/unorganized1.jpg" alt="unorganized1" width="208" height="324" /></p>
<p>There are files in the root directory that are unnecessary or unclear as to what they are used for. Lets also take a look at our image management.</p>
<p><img class="alignnone size-full wp-image-55" title="unorganized2" src="http://ellev.com/site/wp-content/uploads/unorganized2.jpg" alt="unorganized2" width="208" height="527" /></p>
<p>Step 1 to clean this up will be to move site files (.html, .php, etc) into more appropriate folders. For example we can take party.htm, part2.htm, and party3.htm and put them into a folder called &#8220;party&#8221;.</p>
<p><img class="alignnone size-full wp-image-58" title="organized2" src="http://ellev.com/site/wp-content/uploads/organized2.jpg" alt="organized2" width="208" height="237" /></p>
<p>Now our urls look like this: http://yoursite.com/party/party2.htm</p>
<p>As for the images, this is matter of preference. You&#8217;ll want to decide how much division is need to make it as easy as possible to update and maintain. In our example all of the site file were in one folder called &#8220;images&#8221;.</p>
<p>We can clean this up by adding a few more folders and making sure our file names don&#8217;t have any spaces, special characters, etc.</p>
<p><img class="alignnone size-full wp-image-56" title="organized1" src="http://ellev.com/site/wp-content/uploads/organized1.jpg" alt="organized1" width="208" height="632" /></p>
<p>In          the organized site, images are located in one central folder, and all site files are organized using a sub folder system that is easy to understand and maintain.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2009/06/organizing-site-file-and-folders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>timthumb for image resizing</title>
		<link>http://ellev.com/site/index.php/2009/06/timthumb-for-image-resizing/</link>
		<comments>http://ellev.com/site/index.php/2009/06/timthumb-for-image-resizing/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:28:22 +0000</pubDate>
		<dc:creator>wscheer</dc:creator>
				<category><![CDATA[notepad]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=50</guid>
		<description><![CDATA[TimThumb  is a custom PHP image re-sizing script, that allows you to crop size an image on the fly. This is very useful for wordpress and static page applications. TimThumb.php is now open source, and I'll show you a quick implementation of the script.<!--more-->]]></description>
			<content:encoded><![CDATA[<p>Download <a title="timthumb" href="http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/" target="_blank">timthum.php</a> script and upload to your site. We are uploading to root of a site in a folder called /scripts/(ex: www.example.com/scripts/). You also need to create a folder &#8220;cache&#8221; inside of scipts.(ex: www.example.com/scripts/cache/) The cache folder needs read/write permissions.</p>
<p>The image we want to resize is called balloon.jpg located in www.example.com/images/</p>
<p>Create a .html page and place this code inside the body tags:<tt><br />
</tt></p>
<blockquote><p><tt>&lt;body&gt;<br />
</tt><code>&lt;img src="scripts/timthumb.php?src=/images/balloon.jpg&amp;h=150&amp;w=150&amp;zc=1" /&gt;</code><tt><br />
&lt;/body&gt;<br />
</tt></p></blockquote>
<p>Thats it! See a working example <a title="timthumb example" href="http://www.darrenhoyt.com/demo/timthumb/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2009/06/timthumb-for-image-resizing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pawleys Island Law</title>
		<link>http://ellev.com/site/index.php/2009/05/pawleys-island-law/</link>
		<comments>http://ellev.com/site/index.php/2009/05/pawleys-island-law/#comments</comments>
		<pubDate>Fri, 22 May 2009 19:51:24 +0000</pubDate>
		<dc:creator>wscheer</dc:creator>
				<category><![CDATA[recent work]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=47</guid>
		<description><![CDATA[Professional looking css website for attorney Dave Mason.]]></description>
			<content:encoded><![CDATA[<p><a title="Pawleys Island Law" href="http://pawleysislandlaw.com" target="_blank">Pawleysislandlaw.com</a> is the official website of attorney Dave Mason. The site is designed to project a clean and professional layout. A css dropdown was used to create the navigation menu with cross browser compatibility in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2009/05/pawleys-island-law/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Emedis Healthcare</title>
		<link>http://ellev.com/site/index.php/2009/05/emedis-healthcare/</link>
		<comments>http://ellev.com/site/index.php/2009/05/emedis-healthcare/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:49:49 +0000</pubDate>
		<dc:creator>wscheer</dc:creator>
				<category><![CDATA[recent work]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=46</guid>
		<description><![CDATA[The new Emedis site features a very simple, clean css design that relays all of the sites information much more quickly.]]></description>
			<content:encoded><![CDATA[<p><a title="eMedis.com" href="http://emedis.com" target="_blank">Emedis.com</a> was using an entirely flash based website. Updates were difficult to make due to the &#8220;hard coded&#8221; method of using flash. The slide navigation and images used by the site looked a little outdated. The new site features a very simple, clean css design that relays all of the sites information much more quickly. Emedis now uses a <a title="CMS definition" href="http://en.wikipedia.org/wiki/Content_management_system" target="_blank">CMS</a> that is styled using the latest <a title="what is css" href="http://www.w3.org/Style/CSS/" target="_blank">css</a> methods.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2009/05/emedis-healthcare/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golf Myrtle Beach TV</title>
		<link>http://ellev.com/site/index.php/2009/05/golf-myrtle-beach-tv/</link>
		<comments>http://ellev.com/site/index.php/2009/05/golf-myrtle-beach-tv/#comments</comments>
		<pubDate>Fri, 22 May 2009 16:23:42 +0000</pubDate>
		<dc:creator>wscheer</dc:creator>
				<category><![CDATA[recent work]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=40</guid>
		<description><![CDATA[Golfmyrtlebeach.tv features a googlemaps™ course finder which lets users view all courses available in the Myrtle Beach area.]]></description>
			<content:encoded><![CDATA[<p><a title="Golf Myrtle Beach Tv" href="http://golfmyrtlebeach.tv" target="_blank">GolfMyrtleBeach.TV</a> provides the traveling golfers with complete information on Myrtle Beach golf courses, packages and tee times. The organization wanted a fresh, modern looking site for users to search for golf packages.  The site features a googlemaps™ course finder which lets users view all courses available in the Myrtle Beach area.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2009/05/golf-myrtle-beach-tv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Carolina Tee Times</title>
		<link>http://ellev.com/site/index.php/2009/05/carolina-tee-times/</link>
		<comments>http://ellev.com/site/index.php/2009/05/carolina-tee-times/#comments</comments>
		<pubDate>Fri, 22 May 2009 15:09:01 +0000</pubDate>
		<dc:creator>wscheer</dc:creator>
				<category><![CDATA[recent work]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=39</guid>
		<description><![CDATA[carolinateetimes.com redesign. Updated graphics and used "table-less" css. Site is now faster loading and more user friendly. Click the image to read more.]]></description>
			<content:encoded><![CDATA[<p><a title="Carolina Tee Times" href="http://carolinateetimes.com" target="_blank">carolinateetimes.com</a> is an online golf reservation site. The original site was launched in 1998 and had not undergone many changes. In 2007 the site was redesigned to better organize the information that was being conveyed. The facelift included a graphics update as well as restructuring the site to make it easier for clients book their trips. The redesign also utilized the latest css to provide the most similar browser support available.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2009/05/carolina-tee-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>site refresh</title>
		<link>http://ellev.com/site/index.php/2009/05/site-refresh/</link>
		<comments>http://ellev.com/site/index.php/2009/05/site-refresh/#comments</comments>
		<pubDate>Fri, 22 May 2009 00:41:39 +0000</pubDate>
		<dc:creator>wscheer</dc:creator>
				<category><![CDATA[notepad]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=31</guid>
		<description><![CDATA[Our site has been redesigned. Click on the link to read more about it!]]></description>
			<content:encoded><![CDATA[<p>Well, its been awhile since we changed our theme so I decided it was time for a site refresh. The goal was to create a &#8220;<a title="Photo realism" href="http://en.wikipedia.org/wiki/Photo-realism" target="_blank">photorealistic</a>&#8221; notepad on a desktop design.  I found the pictures on istock.com and used photoshop to create the backgrounds and navigation links. It was a fun challenge and we hope you like the site. &lt;shameless pat on back&gt;We are really excited to continue developing this beautiful fresh design so don&#8217;t forget to check back often for site updates.&lt;/shameless pat on back&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2009/05/site-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Trends new address</title>
		<link>http://ellev.com/site/index.php/2008/03/web-trends-new-address/</link>
		<comments>http://ellev.com/site/index.php/2008/03/web-trends-new-address/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 21:50:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[announcements]]></category>

		<guid isPermaLink="false">http://ellev.com/site/index.php/2008/03/24/web-trends-new-address/</guid>
		<description><![CDATA[If your trying to reach Webtrends, the new web address is:
http://70.61.64.6:7099
]]></description>
			<content:encoded><![CDATA[<p>If your trying to reach Webtrends, the new web address is:</p>
<p><a title="webtrends address" href="http://70.61.64.6:7099" target="_blank">http://70.61.64.6:7099</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2008/03/web-trends-new-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving the office</title>
		<link>http://ellev.com/site/index.php/2008/03/moving-the-office/</link>
		<comments>http://ellev.com/site/index.php/2008/03/moving-the-office/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 19:17:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[announcements]]></category>

		<guid isPermaLink="false">http://ellev.com/site/index.php/2008/03/14/moving-the-office/</guid>
		<description><![CDATA[Friday March 14th through Monday March 17th, we will be packing up and moving our office. As soon as we are all settled in, we will post our new number, address, ect. In the mean time, email will be the best way to reach us.
]]></description>
			<content:encoded><![CDATA[<p>Friday March 14th through Monday March 17th, we will be packing up and moving our office. As soon as we are all settled in, we will post our new number, address, ect. In the mean time, email will be the best way to reach us.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2008/03/moving-the-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://ellev.com/site/index.php/2008/03/hello-world/</link>
		<comments>http://ellev.com/site/index.php/2008/03/hello-world/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 15:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ellev.com/site/?p=1</guid>
		<description><![CDATA[Welcome to Ellev.com. We have just finished some long over due maintenance. Please check back soon for new and exciting content.
]]></description>
			<content:encoded><![CDATA[<p>Welcome to Ellev.com. We have just finished some long over due maintenance. Please check back soon for new and exciting content.</p>
]]></content:encoded>
			<wfw:commentRss>http://ellev.com/site/index.php/2008/03/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
