<?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>Atomic Interactive Blog &#187; Eric Ditmer</title>
	<atom:link href="http://atomicinteractive.com/blog/author/eric/feed/" rel="self" type="application/rss+xml" />
	<link>http://atomicinteractive.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Sep 2010 18:25:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Clean Code</title>
		<link>http://atomicinteractive.com/blog/clean-code/</link>
		<comments>http://atomicinteractive.com/blog/clean-code/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 18:41:16 +0000</pubDate>
		<dc:creator>Eric Ditmer</dc:creator>
				<category><![CDATA[marketing strategy]]></category>

		<guid isPermaLink="false">http://atomicinteractive.com/blog/?p=368</guid>
		<description><![CDATA[Mom always told me to clean behind my ears. But clean code? She wasn’t too familiar with that.
At Atomic, clean code is a way of life. It’s the foundation of all our development work. It’s how we make sites that run well now – and are easy to update and maintain over time.
A hundred and [...]]]></description>
			<content:encoded><![CDATA[<p>Mom always told me to clean behind my ears. But clean code? She wasn’t too familiar with that.</p>
<p>At <a title="”Dayton," href="http://www.atomicinteractive.com">Atomic</a>, clean code is a way of life. It’s the foundation of all our development work. It’s how we make sites that run well now – and are easy to update and maintain over time.</p>
<p>A hundred and one variables separate clean code from messy code: being compliant with <a href="http://www.w3.org/" target="_blank">W3C</a> conventions; using standard naming conventions; using a single CSS stylesheet; using title tags, in a clear hierarchy, to define page content; and eliminating extraneous code, just to name a few.</p>
<p>But in short, clean code uses streamlined, standardized protocols; is easy to read and understand (by humans and computers); and conveys complex information elegantly.</p>
<p><strong>Here’s an example of clean versus messy code:</strong></p>
<p><img class="alignnone size-full wp-image-389" title="Clean Code vs. Messy Code" src="http://atomicinteractive.com/blog/wp-content/uploads/2010/06/blog-pic-template-messyvsclean1.jpg" alt="Web Proposal" width="500" height="416" /><br />
<strong> </strong></p>
<p><strong>There are a number of benefits to writing code like this:</strong></p>
<ul>
<li><strong>Promotes good search.</strong> Code that is properly organized and tagged is easier for search engines to crawl and understand. That means you get better results in SEO.</li>
<li><strong>Helps with cross-browser compatibility.</strong> Using clean code helps your site display correctly no matter what browser your audience uses. See the difference in the pages below? That’s the result of careless coding. One browser is able to “figure out” what the confusing code means; the other browser can’t.</li>
</ul>
<p><img class="alignnone size-full wp-image-382" title="Clean Code vs. Messy Code" src="http://atomicinteractive.com/blog/wp-content/uploads/2010/06/blog-pic-template-messyvsclean2.jpg" alt="Web Proposal" width="500" height="271" /></p>
<ul>
<li><strong>Simplifies maintenance and troubleshooting.</strong> Most people want to update their websites over time – maybe add functionality or fix a security weakness. To do that, your code needs to be read and revised, often by someone other than the original developer. The easier your code is to read, the easier it is for the developer to find the code they need, understand it, and update it.</li>
<li><strong>Saves money.</strong> The difference between updating a messy site and a clean site can be the difference between 2 and 10 hours. Most developers charge an hourly rate for update and maintenance work, so the cost savings from having a cleanly written site can be huge.</li>
</ul>
<p>You can right-click nearly any website and select “View Source” to see how the website was built. Wondering if your site code is clean or cluttered? Give us a <a title="”Web" href="http://www.atomicinteractive.com/contact/">call</a> anytime. We’ll be happy to take a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://atomicinteractive.com/blog/clean-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using jQuery to simplify web development</title>
		<link>http://atomicinteractive.com/blog/using-jquery-to-simplify-web-development/</link>
		<comments>http://atomicinteractive.com/blog/using-jquery-to-simplify-web-development/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 15:40:33 +0000</pubDate>
		<dc:creator>Eric Ditmer</dc:creator>
				<category><![CDATA[interactive design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://atomicinteractive.com/blog/?p=254</guid>
		<description><![CDATA[

If you’re a web developer and you’re not using jQuery, I have three words for you: get with it. 
jQuery is a JavaScript library that makes working with JavaScript a lot easier. Basically, it helps you code more efficiently and more cleanly than you could using regular JavaScript code. It cuts out a lot of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://atomicinteractive.com/blog/wp-content/uploads/2010/02/blog-pic-template-JQUERY1.jpg" alt="Dayton Web Designer" title="Dayton Web Developer Coding jQuery" width="500" height="250" /></p>
<p></p>
<p>If you’re a web developer and you’re not using jQuery, I have three words for you: get with it. </p>
<p><a href="http://jquery.com/">jQuery</a> is a JavaScript library that makes working with JavaScript a lot easier. Basically, it helps you code more efficiently and more cleanly than you could using regular JavaScript code. It cuts out a lot of the mundane work that used to be required to add different types of animations and interactions to a page. In short, it helps you find whatever you want on a page, and make it do whatever you want.</p>
<p>If you’re not a web developer, the main thing you want to know about jQuery is that it can help make your website interface much more user-friendly. For example, you can use jQuery to &#8230;</p>
<ul>
<li>
		create calendars that let 	customers click on a date to make a reservation for an event
	</li>
<li>
		create seating charts that let 	customers select a seat on a plane, or in a theater
	</li>
<li>
		create forms and make sure that 	customers fill out forms properly
	</li>
<li>
		let customers “rate” shopping 	items by clicking on a certain number of stars
	</li>
<li>
		let customers magnify part of an 	image – such as the image of a product they’re thinking about 	buying
	</li>
</ul>
<p>Having your developer use jQuery is also important because, frankly, it saves so much time. That means we can build more functionality and more interactivity into your site more quickly. That keeps development costs down and helps your project get done in a timely fashion.</p>
<p>I like to think of jQuery as a library of shortcuts for web developers &#8230; effects that we can pick up and plug in to your site without reinventing the wheel. Again, this saves you time and cost.</p>
<p>Nearly every site we build at Atomic uses jQuery in some form or fashion. A great example is our site for <a href="http://www.applesales.com/">MacTown</a>.  We used jQuery to create a horizontal slider on the homepage to highlight different product categories. We also used it to create <a href="http://shop.applesales.com/index.php?c=22">a shopping cart with drag-and-drop functionality</a>, which simplifies the purchasing process. And who doesn’t want to make it easier for customers to buy stuff?</p>
<p>Interested in talking about how animation and interactivity can make your site more user friendly? <a href="http://www.atomicinteractive.com/contact">Contact us anytime</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://atomicinteractive.com/blog/using-jquery-to-simplify-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SlickPlan… Atomic’s New App</title>
		<link>http://atomicinteractive.com/blog/slickplan%e2%80%a6-atomic%e2%80%99s-new-app/</link>
		<comments>http://atomicinteractive.com/blog/slickplan%e2%80%a6-atomic%e2%80%99s-new-app/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 00:46:18 +0000</pubDate>
		<dc:creator>Eric Ditmer</dc:creator>
				<category><![CDATA[interactive design]]></category>
		<category><![CDATA[marketing strategy]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://atomicinteractive.com/blog/?p=143</guid>
		<description><![CDATA[
Stop the interweb presses! We’ve got some news!
Atomic has just released it’s first application. It’s called SlickPlan, and it’s a free tool that web developers can use to easily create great-looking sitemaps and flowcharts.
Q: Excuse me, you built an application? I thought you were web developers.
A: Well, of course we are. But often our clients [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://content.w3avenue.com/2009/tools/slickplan-web-based-sitemap-flowchart-generator/cover.jpg" alt="" width="500" height="250" /></p>
<p>Stop the interweb presses! We’ve got some news!</p>
<p>Atomic has just released it’s first application. It’s called <a href="http://www.slickplan.com/index.php">SlickPlan</a>, and it’s a free tool that web developers can use to easily create great-looking sitemaps and flowcharts.</p>
<p><strong>Q:</strong> Excuse me, you built an application? I thought you were web developers.</p>
<p>A: Well, of course we are. But often our clients need custom functionality or custom applications for their websites. We wanted to let everyone know we do that too.</p>
<p><strong>Q:</strong> Really? You can do that?</p>
<p><strong>A:</strong> Totally. Our own <a href="http://www.atomicinteractive.com/">Dayton web design</a> team handcrafted this application using PHP/MySQL and jQuery. We used Twitter to identify a qualified focus group that helped us to beta test the program. We released it about a month ago, and we’ve already got more than a thousand registered users.</p>
<p><strong>Q:</strong> So you created this app for your customers?</p>
<p><strong>A:</strong> Well, originally we created it for ourselves. We’re obsessive about project planning at Atomic – and the first step in planning every website is to create a sitemap. We found ourselves wasting a lot of time building sitemaps in InDesign or Illustrator. So we decided to create an app that could generate sitemaps more easily. That’s how SlickPlan was born.</p>
<p><strong>Q:</strong> Is it just for web developers?</p>
<p><strong>A:</strong> SlickPlan is great for web developers because they can use it to quickly build site maps, and then with a click of a button turn them into standards-compliant HTML. So that speeds development. It also speeds the review process because developers can send reviewers a URL directly from SlickPlan. Or, they can use SlickPlan to autogenerate a PDF, if that format is preferable.</p>
<p>But in answer to your question, SlickPlan is also great for anyone who needs to quickly and easily create a professional-looking flowchart or sitemap. Like you, for example.</p>
<p><strong>Q:</strong> Me?</p>
<p><strong>A:</strong> Yeah, you. You look like you could use a little more organization in your life.</p>
<p><strong>Q:</strong> &lt; sigh…. &gt;</p>
<p>Want to check out SlickPlan and give it a try? Go to <a href="http://www.SlickPlan.com">www.SlickPlan.com</a>. Or <a href="http://www.atomicinteractive.com/contact/">contact us</a> anytime to learn more.</p>
]]></content:encoded>
			<wfw:commentRss>http://atomicinteractive.com/blog/slickplan%e2%80%a6-atomic%e2%80%99s-new-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
