<?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>Web Development &#38; Design in Medina Ohio &#124; ETHODE</title>
	<atom:link href="http://www.ethode.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ethode.com</link>
	<description>You&#039;re source for Development and Design in North East Ohio</description>
	<lastBuildDate>Fri, 03 Sep 2010 16:59:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Testing adf.ly on MyPraize</title>
		<link>http://www.ethode.com/270/testing-adf-ly-on-mypraize</link>
		<comments>http://www.ethode.com/270/testing-adf-ly-on-mypraize#comments</comments>
		<pubDate>Fri, 03 Sep 2010 16:59:27 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[adf.ly]]></category>
		<category><![CDATA[shorteners]]></category>
		<category><![CDATA[url shortener]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=270</guid>
		<description><![CDATA[Looking to make money on URL shorteners?  Look no further, read on to get the skinny!]]></description>
			<content:encoded><![CDATA[<p>So, today I ran across a new URL shortening service.  <a title="adf.ly" href="http://adf.ly/?id=101849" target="_blank">http://adf.ly</a></p>
<p>This service looks promising and while I do not really use any URL shorteners, they do offer a JavaScript implementation that you can stick in your head tag, and specify which domains to exclude.  This turning each outsite-link to a possible ad conversion.  This I can get onboard with.</p>
<p>I implemented the service into MyPraize.com and also my blog here at ETHODE to see how it works.. After 1 month I will give stats, analytics and we&#8217;ll how it stacks up for the rest of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/270/testing-adf-ly-on-mypraize/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Out with (JSON Serializer) and In With GSON</title>
		<link>http://www.ethode.com/267/out-with-and-in-with-gson</link>
		<comments>http://www.ethode.com/267/out-with-and-in-with-gson#comments</comments>
		<pubDate>Wed, 01 Sep 2010 16:59:55 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[APIs]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring MVC]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[FlexJson]]></category>
		<category><![CDATA[Gson]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[REST API]]></category>
		<category><![CDATA[RESTful]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=267</guid>
		<description><![CDATA[Using JSON in a RESTful API?  Having trouble finding a good JSON serializer?  Stop using what ever it is you're using and check out this article!]]></description>
			<content:encoded><![CDATA[<p>So as many of you know, we worth a lot with <a title="Spring MVC - By SpringSource" href="http://www.springsource.com" target="_blank">Spring MVC</a> (2.5 and up) and utilize the RESTful-ness of Spring quite often.  Many times we have also needed to simply respond with JSON for AJAX calls and remote calls.  For this, <a title="FlexJSON Home" href="http://flexjson.sourceforge.net/" target="_blank">FlexJson</a> works pretty well.  I haven&#8217;t had much to complain about until I ran into a limitation this week.</p>
<p>Apparently <a title="FlexJSON" href="http://flexjson.sourceforge.net/" target="_blank">FlexJson</a> doesn&#8217;t really handle next objects or List&lt;&gt;&#8217;s very well.  Matter of fact I found it almost impossible to get the result I was looking for even after using their &#8220;include()&#8221; method to added in different object properties.</p>
<p>After toying around in a couple forums I finally stumbled upon someone mentioning <a title="GSON Library Home" href="http://code.google.com/p/google-gson/" target="_blank">Gson</a>.  <a title="GSON Library" href="http://code.google.com/p/google-gson/" target="_blank">Gson</a> is now my favorite thing for this week <img src='http://www.ethode.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> !!!</p>
<p>Implementing GSON was simple.</p>
<p>// Initialize Gson<br />
Gson serializer = new Gson();<br />
// Serialize almost any object.. POOF, done!<br />
String jsonString = serializer.toJson(object);</p>
<p>Simple huh?  Have fun with Gson, and comment any tips or tricks you have for Json API&#8217;s!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/267/out-with-and-in-with-gson/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading dotCMS</title>
		<link>http://www.ethode.com/265/upgrading-dotcms</link>
		<comments>http://www.ethode.com/265/upgrading-dotcms#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:49:04 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[CMS Products]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[dotCMS 1.9]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[dotCMS]]></category>
		<category><![CDATA[dotcms 1.7]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[updating]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[upgrading dotCMS]]></category>
		<category><![CDATA[Velocity]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=265</guid>
		<description><![CDATA[Need to upgrade dotCMS from an older version?  The process is pretty simple, here is a short snippet from dotCMS's documentation WIKI.]]></description>
			<content:encoded><![CDATA[<p>Need to upgrade dotCMS from an older version?  The process is pretty simple, here is a short snippet from dotCMS&#8217;s documentation WIKI.</p>
<h1>Upgrading dotCMS</h1>
<p><strong>1</strong>. <strong><span style="color: #ff0000;"><span style="text-decoration: underline;">Backup your dotCMS directory and database</span></span></strong>. (I&#8217;ve had several upgrades fail and ruin a db, please make sure and back everything up)</p>
<p><strong>2</strong>. Download the latest dotCMS and unzip it. (I experienced better results from using the latest &#8220;trunk&#8221; in svn and compiling then I did with releases zip from their site)</p>
<p><strong>3</strong>. Copy your older dotCMS/assets directory to the newer dotCMS-Root /dotCMS/<br />
Note: If you have changed where your assets live use your altered assets directory.</p>
<p><strong>4</strong>. If you have changed velocity files or jsps on the filesystem you will also need to move them.  If you don&#8217;t<br />
know what these are then you probably haven&#8217;t.</p>
<p>Note: If you have changed any language properties copy the file under /common/ext-ejb/content/*</p>
<p>Note: From a version prior to 1.7a you need to move your reports directory also.<br />
<strong>5</strong>. Change new instance database settings.<br />
Uncomment the database you are using in the config (/dotcms/tomcat/conf/Catalina/localhost/ROOT.xml).</p>
<p>You will need to update the last part of the URL to your database name along with username:password.<br />
The following is an example of a postgres config pointing to a database named dotcms</p>
<p>&lt;!&#8211; POSTGRESQL &#8211;&gt;<br />
&lt;Resource name=&#8221;jdbc/dotCMSPool&#8221; auth=&#8221;Container&#8221;<br />
type=&#8221;javax.sql.DataSource&#8221; driverClassName=&#8221;org.postgresql.Driver&#8221;<br />
url=&#8221;jdbc:postgresql://127.0.0.1/dotcms&#8221;<br />
username=&#8221;postgres&#8221; password=&#8221;xxxxx&#8221; maxActive=&#8221;50&#8243; maxIdle=&#8221;10&#8243; maxWait=&#8221;-1&#8243;<br />
removeAbandoned=&#8221;true&#8221; removeAbandonedTimeout=&#8221;60&#8243; logAbandoned=&#8221;true&#8221;/&gt;</p>
<p><strong>6</strong>. Check your setting in conf/server.xml are correct.<br />
This file is all new. Make sure that ip, ports, settings and ssl are all configured<br />
correctly (configuring Tomcat is outside the scope of this document).<br />
By default dotCMS will automatically run on localhost. If you need<br />
the dotCMS to run on a particular IP address, edit the ./conf/server.xml file and search<br />
the connector and server tags and add the address property on both. E.G.</p>
<p>&lt;Server address=&#8221;208.250.1.102&#8243; port=&#8221;8005&#8243; shutdown=&#8221;SHUTDOWN&#8221; debug=&#8221;0&#8243;&gt;<br />
&#8230;<br />
&lt;Resource name=&#8221;jdbc/dotCMSPool&#8221; auth=&#8221;Container&#8221;<br />
type=&#8221;javax.sql.DataSource&#8221; driverClassName=&#8221;org.postgresql.Driver&#8221;<br />
url=&#8221;jdbc:postgresql://localhost/dotcms&#8221;<br />
username=&#8221;postgres&#8221; password=&#8221;xxxxx&#8221; maxActive=&#8221;60&#8243; maxIdle=&#8221;10&#8243; maxWait=&#8221;60000&#8243;<br />
removeAbandoned=&#8221;true&#8221; removeAbandonedTimeout=&#8221;60&#8243; logAbandoned=&#8221;true&#8221;<br />
testOnBorrow=&#8221;true&#8221; validationQuery=&#8221;SELECT 1&#8243;/&gt;</p>
<p><strong>7</strong>. If you are on a UNIX box, change the /bin scripts permissions,<br />
add execution permission to *.sh in the bin dir.<br />
&gt; cd /wwwroot/test.dotcms.org/bin<br />
&gt; chmod 755 *.sh</p>
<p><strong>8</strong>. Start your dotCMS using bin/startup.bat or bin/startup.sh depending on whether on UNIX or Windows.</p>
<p><strong>9</strong>. Log into the dotCMS as an admin and goto CMS Maintenance usually under CMS Admin tab and do the following.<br />
1. Execute Fix Asset Inconsistencies<br />
2. Reindex all structures (very important, if you do not, then don&#8217;t be surprised if your hosts POOF disappear!)</p>
<h2>Conclusion</h2>
<p>All in all the process is pretty simple.  If you&#8217;re paying for a non CE version of DotCMS then they can simply upgrade you with a WAR file which in essence is just the new compile sources and once ran by your container (tomcat, GlassFish, etc) then it will perform upgrade tasks to the db and else where.  It&#8217;s fairly straight forward, but for those of you trying to save some dough this manual process is all you have at your disposal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/265/upgrading-dotcms/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS SQL Server JDBC 4.0 Driver</title>
		<link>http://www.ethode.com/232/ms-sql-server-jdbc-4-0-driver</link>
		<comments>http://www.ethode.com/232/ms-sql-server-jdbc-4-0-driver#comments</comments>
		<pubDate>Thu, 26 Aug 2010 17:23:27 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=232</guid>
		<description><![CDATA[Need to connect to SQL Server using a Java 1.6 stack? Well your in luck, Microsoft has released it's latest revisions of drivers, and specifically a jar driver compatible with 4.0 driver sets and Java 1.6]]></description>
			<content:encoded><![CDATA[<p>Need to connect to SQL Server using a Java 1.6 stack?  Well your in luck, Microsoft has released it&#8217;s latest revisions of drivers, and specifically a jar driver compatible with 4.0 driver sets and Java 1.6.</p>
<p><a title="ETHODE Downloads" href="http://www.ethode.com/resources/downloads" target="_self">Click to go to Downloads</a></p>
<h2>Implementing MS SQL Server JDBC 4.0 Driver</h2>
<pre class="brush: java">
Connection con = null;
CallableStatement proc_stmt = null;
ResultSet rs = null;
try {
// populate a connection
Class.forName(&quot;com.microsoft.sqlserver.jdbc.SQLServerDriver&quot;);
String connectionUrl = &quot;jdbc:sqlserver://&lt;host&gt;:1433;databaseName=&lt;database&gt;;user=&lt;username&gt;;password=&lt;password&gt;;&quot;;
con = DriverManager.getConnection(connectionUrl);

// If the procedure has parameters, then your procedure call would look like this &quot;call PROCEDURE_NAME(?,?)&quot; where each question mark represents a parameter
proc_stmt = con.prepareCall(&quot;{ call PROCEDURE_NAME() }&quot;);

// OPTIONAL if you have parameters
proc_stmt.set&lt;type&gt;(1(param index), &quot;param_value&quot;);
rs = proc_stmt.executeQuery();

// if resultset is populated loop through records
if (rs.next()) {
this.setSomething(rs.getString(&quot;someColumn&quot;));
} catch (SQLException ex) {
Logger.getLogger(Case.class.getName()).log(Level.SEVERE, null, ex);
} finally {
try {
rs.close();
proc_stmt.close();
con.close();
} catch (SQLException ex) {
Logger.getLogger(Case.class.getName()).log(Level.SEVERE, null, ex);
}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/232/ms-sql-server-jdbc-4-0-driver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Affordable Dominican Vacations</title>
		<link>http://www.ethode.com/210/affordable-dominican-vacations</link>
		<comments>http://www.ethode.com/210/affordable-dominican-vacations#comments</comments>
		<pubDate>Fri, 23 Jul 2010 23:23:03 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[The Web]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=210</guid>
		<description><![CDATA[Affordable Dominican Vacations is ETHODE&#8217;s latest CMS client. Trying to capture part of the timeshare market, A.D.V. partners with Lifestyle Holidays to provide some of the most beautiful vacation spots in the world. http://www.affordabledominicanvacations.com]]></description>
			<content:encoded><![CDATA[<div id="attachment_211" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ethode.com/wp-content/uploads/2010/07/AffordableDominicanVacations.jpg"><img class="size-medium wp-image-211" title="AffordableDominicanVacations" src="http://www.ethode.com/wp-content/uploads/2010/07/AffordableDominicanVacations-300x213.jpg" alt="Affordable Dominican Vacations" width="300" height="213" /></a><p class="wp-caption-text">Affordable Dominican Vacations</p></div>
<p>Affordable Dominican Vacations is ETHODE&#8217;s latest CMS client.  Trying to capture part of the timeshare market, A.D.V. partners with Lifestyle Holidays to provide some of the most beautiful vacation spots in the world.</p>
<p><a title="Lifestyle Holiday Dominican Republic Vacations" href="http://www.affordabledominicanvacations.com" target="_blank">http://www.affordabledominicanvacations.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/210/affordable-dominican-vacations/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Hosting</title>
		<link>http://www.ethode.com/169/web-hosting</link>
		<comments>http://www.ethode.com/169/web-hosting#comments</comments>
		<pubDate>Wed, 21 Jul 2010 20:18:58 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Homepage Slides]]></category>
		<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Linux Servers]]></category>
		<category><![CDATA[Shared Hosting]]></category>
		<category><![CDATA[VIrtual Server]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=169</guid>
		<description><![CDATA[ETHODE Web Hosting started at $10/month; this deal won't last forever!  Get hosted on our state-of-the-art servers with a 99.998% up-time guarantee, and your email hosting, analytics and sub domains are all included for free!]]></description>
			<content:encoded><![CDATA[<p>ETHODE Web Hosting utilizes the best servers in the industry.  Placed on LiquidWeb network in Lansing MI, our servers have a 99.998% up-time guarantee.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/169/web-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ETHODE CMS Special</title>
		<link>http://www.ethode.com/166/ethode-cms-summer-special</link>
		<comments>http://www.ethode.com/166/ethode-cms-summer-special#comments</comments>
		<pubDate>Wed, 21 Jul 2010 20:14:23 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Homepage Slides]]></category>
		<category><![CDATA[Businesses]]></category>
		<category><![CDATA[Churches]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Site Backend]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=166</guid>
		<description><![CDATA[Now get started on ETHODE CMS for half price!  $500 + $39.99/monthly you can get your entire site redesigned and setup on ETHODE CMS. For more information contact us via email or phone.]]></description>
			<content:encoded><![CDATA[<p>Now get started on ETHODE CMS for half price!  $500 + $39.99/monthly you can get your entire site redesigned and setup on ETHODE CMS.</p>
<p>For more information contact us via email or phone.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/166/ethode-cms-summer-special/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joe Hintz for Commissioner Website</title>
		<link>http://www.ethode.com/123/joe-hintz-for-commissioner-website</link>
		<comments>http://www.ethode.com/123/joe-hintz-for-commissioner-website#comments</comments>
		<pubDate>Thu, 15 Jul 2010 12:42:13 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[Commissioner]]></category>
		<category><![CDATA[Elect Joe]]></category>
		<category><![CDATA[Elect Joe Hintz]]></category>
		<category><![CDATA[Huron County]]></category>
		<category><![CDATA[Joe Hintz]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=123</guid>
		<description><![CDATA[http://www.joehintz.com]]></description>
			<content:encoded><![CDATA[<div id="attachment_124" class="wp-caption alignnone" style="width: 360px"><a href="http://www.ethode.com/wp-content/uploads/2010/07/JoeHintz.jpg"><img class="size-medium wp-image-124 " title="Joe Hintz For Commissioner" src="http://www.ethode.com/wp-content/uploads/2010/07/JoeHintz-300x187.jpg" alt="Joe Hintz For Commissioner" width="350" height="235" /></a><p class="wp-caption-text">Joe Hintz For Commissioner</p></div>
<p>http://www.joehintz.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/123/joe-hintz-for-commissioner-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Web Design and Development Resources You Can&#8217;t Live Without</title>
		<link>http://www.ethode.com/118/4-web-design-and-development-resources-you-cant-live-without</link>
		<comments>http://www.ethode.com/118/4-web-design-and-development-resources-you-cant-live-without#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:11:14 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Active Den]]></category>
		<category><![CDATA[ActiveDen]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Code Canyon]]></category>
		<category><![CDATA[CodeCanyon]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Flash Apps]]></category>
		<category><![CDATA[FlashDen]]></category>
		<category><![CDATA[Graphic River]]></category>
		<category><![CDATA[GraphicRiver]]></category>
		<category><![CDATA[Site Templates]]></category>
		<category><![CDATA[Site Themes]]></category>
		<category><![CDATA[Stock Photos]]></category>
		<category><![CDATA[Theme Forest]]></category>
		<category><![CDATA[ThemeForest]]></category>
		<category><![CDATA[Web templates]]></category>
		<category><![CDATA[Web Themes]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=118</guid>
		<description><![CDATA[In the pursuit of trying to make my life easier, I have stumbled upon online resources that really help make my life easier. More importantly, they allow me not to re-invent the wheel every time I start a new site.]]></description>
			<content:encoded><![CDATA[<p>In the pursuit of trying to make my life easier, I have stumbled upon online resources that really help make my life easier.  More importantly, they allow me not to re-invent the wheel every time I start a new site.</p>
<p>Here is a list of 7 Online Resources that you (and I) can&#8217;t live without&#8221;</p>
<ol>
<li><strong>Web Templates</strong>:  <a title="Theme Forest - Web Templates" href="http://themeforest.com?ref=holmessph" target="_blank">Theme Forest<br />
</a>Theme Forest is a young site, but is my number 1 source when I need a new fresh template.  They offer a pretty good selection between PSD, HTML, and pre-made themes for CMS&#8217;s like <a title="Joomla CMS" href="http://www.joomla.org" target="_blank">Joomla</a>, <a title="Drupal CMS" href="http://www.drupal.org" target="_blank">Drupal</a>, and <a title="WordPress CMS - Blogging Software" href="http://www.wordpress.org" target="_blank">WordPress</a>.  The prices are cheaper then the famed competitor Template Monster and the designed (in my opinion) tend to be more Web 2.0 and trendy.  Also, because you&#8217;re technically buying the theme from a fellow designer/developer, they become a resource for updates, bugs, etc.</li>
<li><strong>Small Apps: </strong><a title="Code Canyon - Code and Small Apps" href="http://codecanyon.net?ref=holmessph" target="_blank">Code Canyon<br />
</a>Code Canyon, also very young still (just a couple months) is already starting to dominate the market and take traffic from sites like Hot Scripts.  The reason?  Their stuff is much better, better organized, more useful, and less oriented at selling &#8220;premium listings&#8221;.  Because they make money on every thing bought from their site they don&#8217;t offer specialized listings, or push you junky apps first, they really allow you to find what you wanted in the first place.    Much like Theme Forest, once you purchase something, the developer who created the small is usually pretty easy to get a hold of, and have changes made.  This is not a &#8220;must see&#8221; site, but it&#8217;s very useful and I can&#8217;t live without it.</li>
<li><strong>Flash Apps: </strong><a title="Flash Apps - Flash Den" href="http://activeden.net?ref=holmessph" target="_blank">Active Den<br />
</a>Active Den as you can imagine after checking it out for 5 minutes, is the best place to get Flash Apps.  I have in the past outsource projects on sites like oDesk, Elance, etc, but the problem is, I&#8217;m never happy with their work.  For literally hundreds less you can usually find a pre-made app that does exactly what you need and the developer is usually more then happy to customize it for you if you would like for a small fee.  Also, it&#8217;s more of a community with discussions and ways to chat with other users and collaborate.  I&#8217;ve used a couple things from their site, MP3 players, banner rotators, etc and all of them worked great and the source code was actually very neat and clean with comments on most of them.  Of course this is up to the individual developer/designer but the ones&#8217; who succeed on these type of sites are the ones who go the extra mile.</li>
<li><strong>Graphics: </strong><a title="Royalty Free Graphics - Graphic River" href="http://graphicriver.net?ref=holmessph" target="_blank">Graphic River<br />
</a>Graphic River is a great resource to add to your stock photo site bookmarks.  I can&#8217;t say it fills ALL of my needs but I can usually find stuff here, and cheaper then more expensive stock sites.  I still wind up using other sites here and there, and that&#8217;s okay with me, but Graphic River has quickly became priceless for me.  Also, the competition of photographers really helps keep the photo&#8217;s top notch!</li>
</ol>
<p>Well there you have it, that is my list of awesome resources&#8230;  That you or I shouldn&#8217;t live without and you should learn and love them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/118/4-web-design-and-development-resources-you-cant-live-without/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LeBron James Special</title>
		<link>http://www.ethode.com/115/lebron-james-special</link>
		<comments>http://www.ethode.com/115/lebron-james-special#comments</comments>
		<pubDate>Fri, 09 Jul 2010 11:13:19 +0000</pubDate>
		<dc:creator>Joshua</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[LeBron James]]></category>
		<category><![CDATA[Specials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.ethode.com/?p=115</guid>
		<description><![CDATA[That's right you heard it here first, ETHODE Web Development is going a 'Turn-up the Heat' Web Development special in congrats to 'The King'.]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right you heard it here first, ETHODE Web Development is going a &#8216;Turn-up the Heat&#8217; Web Development special in congrats to &#8216;The King&#8217;.</p>
<p>Here in Cleveland you can breathe easy, not because our basketball team stands a chance any more but because you can now get your very own website for as low as $25 dollars a month! That&#8217;s includes, hosting, design, development, email hosting, and SEO changes before the site goes live.  All sites go on our award-winning Content Management System (Built on dotCMS).</p>
<p>Give us a call today or send us an email and we can talk about what your needs are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ethode.com/115/lebron-james-special/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
