<?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 by Joe Sak &#187; Code</title>
	<atom:link href="http://www.joesak.com/category/programming/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joesak.com</link>
	<description>Rails, HTML5, CSS3, jQuery - Thoughts, Advice &#38; Work</description>
	<lastBuildDate>Tue, 27 Jul 2010 14:10:14 +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>My First Real-World Rails Project, Part II</title>
		<link>http://www.joesak.com/2008/11/20/my-first-real-world-rails-project-part-ii/</link>
		<comments>http://www.joesak.com/2008/11/20/my-first-real-world-rails-project-part-ii/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 17:16:56 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Custom Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.joesak.com/?p=171</guid>
		<description><![CDATA[Continuing my series on my first real-world rails project, I&#8217;ve made some great advancements. Using attachment_fu, following Mike Clark&#8217;s Tutorial for Uploading / Resizing images in Ruby on Rails, and Rmagick with ImageMagick, I was able to add Categories functionality with featured images. I also used lightbox and Coda Slider for Admin &#38; Home presentations, [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing <a href="http://www.joesak.com/2008/11/10/real-world-rails-project-part-15/">my series on my first real-world rails project</a>, I&#8217;ve made some great advancements.</p>
<p>Using <a href="http://svn.techno-weenie.net/projects/plugins/attachment_fu/">attachment_fu</a>, following <a href="http://clarkware.com/cgi/blosxom/2007/02/24">Mike Clark&#8217;s Tutorial for Uploading / Resizing images in Ruby on Rail</a>s, and <a href="http://rmagick.rubyforge.org/">Rmagick</a> with <a href="http://www.imagemagick.org/script/index.php">ImageMagick</a>, I was able to add Categories functionality with featured images.</p>
<p>I also used <a href="http://www.lokeshdhakar.com/projects/lightbox2/">lightbox</a> and <a href="http://www.ndoherty.com/demos/coda-slider/1.1.1/">Coda Slider</a> for Admin &amp; Home presentations, respectively.</p>
<p>Enjoy!</p>
<p><a href="http://screencast.com/t/Jli6m3lzL">http://screencast.com/t/Jli6m3lzL</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2008/11/20/my-first-real-world-rails-project-part-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails will Save Web Development</title>
		<link>http://www.joesak.com/2008/11/05/ruby-on-rails-will-save-web-development/</link>
		<comments>http://www.joesak.com/2008/11/05/ruby-on-rails-will-save-web-development/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 02:21:29 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Work Stuff]]></category>

		<guid isPermaLink="false">http://www.joesak.com/?p=152</guid>
		<description><![CDATA[I&#8217;m investing time to learn Ruby on Rails and guess what? I&#8217;m becoming happier by the page.   Ruby on Rails is built on, emphasizes and aides developers in working according to the principles of the Agile Manifesto. I&#8217;ve never read anything more inspiring than those 12 principles. Rails has made it possible to skip [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m investing time to learn Ruby on Rails and guess what? I&#8217;m becoming happier by the page.</p>
<p> </p>
<p>Ruby on Rails is built on, emphasizes and aides developers in working according to <a title="Agile Manifesto" href="http://agilemanifesto.org/principles.html">the principles of the Agile Manifesto</a>. I&#8217;ve never read anything more inspiring than those 12 principles. Rails has made it possible to skip functional specs, comprehensive documents and all the other garbage that stops us from delivering working software to our customers that gives them a competitive advantage.</p>
<p>Rails allows you to respond to change rather than try to avoid it. Face it: clients change their minds. They forget to tell you some detail until the last week of development. They decide they don&#8217;t like their original ideas and want to try something new. In order for them to remain competitive, we need to be able to adapt and respond to those changes. So if you can&#8217;t control clients and stop this from happening, why would you continue to beat the dead horse? You write pages and pages of functional specs, scope docs and project plans. But I&#8217;ve never seen a single project completed without a change to any of those. It just doesn&#8217;t happen. Rails makes it easy to work with change, rather than constantly trying to figure out how to avoid it (you can&#8217;t).</p>
<p>Rails makes it possible to work and grow in a dynamic and competitive world. As I learn more, I&#8217;ll post more. Until then, I suggest you try Rails and see for yourself how much better your work can be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2008/11/05/ruby-on-rails-will-save-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CFD Smile Goes Live!</title>
		<link>http://www.joesak.com/2007/11/12/cfd-smile-goes-live/</link>
		<comments>http://www.joesak.com/2007/11/12/cfd-smile-goes-live/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 03:08:43 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Custom Development]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Portfolio - Freelance]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Semantic XHTML]]></category>
		<category><![CDATA[Skinning]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Work Stuff]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.joesak.com/cfd-smile-goes-live/</guid>
		<description><![CDATA[Well, my first side project has finally gone live! After months of hard work, I now unveil www.cfdsmile.com to you. We wanted to bring out the services right up front for best emphasis, and lots of heavy stock photo usage for high impact. We also worked with a professional web content writer to make the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, my first side project has finally gone live! After months of hard work, I now unveil <a href="http://www.cfdsmile.com/">www.cfdsmile.com</a> to you. We wanted to bring out the services right up front for best emphasis, and lots of heavy stock photo usage for high impact.</p>
<p>We also worked with a professional web content writer to make the content more effective and search-engine optimized. This, coupled with semantic HTML, CSS, and google web master tools, will help this site rank high in keywords for Texas Dental Services.</p>
<p>So, please visit the site if you get a chance, and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/11/12/cfd-smile-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Login Usability: Am I in or out?</title>
		<link>http://www.joesak.com/2007/08/01/login-usability-am-i-in-or-out/</link>
		<comments>http://www.joesak.com/2007/08/01/login-usability-am-i-in-or-out/#comments</comments>
		<pubDate>Wed, 01 Aug 2007 13:41:44 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Feedback]]></category>
		<category><![CDATA[Improving Code]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.joesak.com/login-usability-am-i-in-or-out/</guid>
		<description><![CDATA[UPDATE: After making this post, and refreshing the parallels forums page, I was presented with &#8220;Welcome, Joseph Sak&#8221; instead of a login prompt. So maybe I got it wrong, or they did, but this post still stands! The Parallels Forums recently got some redesign and information restructure, which all looks good and is organized quite [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE:</strong> <em>After making this post, and refreshing the parallels forums page, I was presented with &#8220;Welcome, Joseph Sak&#8221; instead of a login prompt. So maybe I got it wrong, or they did, but this post still stands!<br />
</em></p>
<p><a href="http://forums.parallels.com">The Parallels Forums</a> recently got some redesign and information restructure, which all looks good and is organized quite well. But they&#8217;ve missed a couple really easy issues with their login functionality.</p>
<p><span id="more-47"></span></p>
<p>When you log into the Parallels Forums, it takes you to a &#8220;logging in&#8221; screen and redirects you back to where you were, which is fine, but what is this?!</p>
<h2>Am I logged in or out?</h2>
<p><img src="/images/logged-in-or-out.gif" alt="Am I logged in or out of Parallels Forums?" /></p>
<p>This is what you see in the top right of the forums after logging in. Apparantly, I&#8217;m logged in because I can start threads, but unless I click on the &#8220;+&#8221; symbol in the top left and opening a post-thread page, I have no visual cue that I am logged in.</p>
<p>Originally, with the old design, you saw your name and a &#8220;logout&#8221; link next to it. Or you could click your name to edit your profile. This was highly usable and gave immediate feedback to the user that yes, <strong>John Smith</strong>, you are logged in.</p>
<p>Now, Parallels, if you&#8217;re not willing to clean up that little mess, why are you making me erase &#8220;Login&#8221; from your textbox before typing my user name?</p>
<p><img src="/images/dont-erase-me-please.gif" alt="Why doesn't it disappear onclick?" /></p>
<p>You can solve this with a simple function.</p>
<p><code><br />
onclick="eraseInput();"</p>
<p>...</p>
<p>function eraseInput(){<br />
     if(this.value == "Login"){<br />
        this.value = "";<br />
     } else { return false; }<br />
}</p>
<p></code></p>
<p>Pretty simple usability points, and I can&#8217;t believe Parallels just got rid of them with their new design.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/08/01/login-usability-am-i-in-or-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Having my Cake and Coding it Too</title>
		<link>http://www.joesak.com/2007/04/04/i-love-cakephp/</link>
		<comments>http://www.joesak.com/2007/04/04/i-love-cakephp/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 06:00:50 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Marionette]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.joesak.com/i-love-cakephp/</guid>
		<description><![CDATA[1 hour into CakePHP and I&#8217;m so enthused. This has re-sparked my love for PHP development. I can&#8217;t wait to take Marionette into full swing!]]></description>
			<content:encoded><![CDATA[<p>1 hour into CakePHP and I&#8217;m so enthused. This has re-sparked my love for PHP development. I can&#8217;t wait to take Marionette into full swing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/04/04/i-love-cakephp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Project &quot;Marionette&quot; in the works</title>
		<link>http://www.joesak.com/2007/04/03/new-project-marionette-in-the-works/</link>
		<comments>http://www.joesak.com/2007/04/03/new-project-marionette-in-the-works/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 04:03:44 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Marionette]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.joesak.com/design/new-project-marionette-in-the-works/</guid>
		<description><![CDATA[OK, so I know I haven&#8217;t worked on the veritas project in a long time, but I promise you it is because my client has been busy working a second job and we just haven&#8217;t been in touch on the matter lately. It&#8217;s no big deal, I&#8217;m not charging money for the project and there [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so I know I haven&#8217;t worked on <a href="http://www.joesak.com/design/web-design-process-part-iii/">the veritas project</a> in a long time, but I promise you it is because my client has been busy working a second job and we just haven&#8217;t been in touch on the matter lately. It&#8217;s no big deal, I&#8217;m not charging money for the project and there is no strict deadline. I will be posting about that soon, though. I just got on him to purchase a domain and hosting solution so I can begin scripting the site. I will use <a href="http://www.joesak.com/design/shirock-photography-is-live/">wordpress and convert it into a CMS</a> just like I did for <a href="http://www.shirockphotography.com/">Shirock Photography</a>.</p>
<p>So, I am working on a new project, teaching myself cakePHP, and for now, it is codenamed &#8220;Marionette&#8221;. I&#8217;m very, very excited about this project and I hope to produce something in the coming weeks. Stay posted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/04/03/new-project-marionette-in-the-works/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix your Javascript Print Style Switcher for Internet Explorer</title>
		<link>http://www.joesak.com/2007/02/19/fix-your-javascript-print-style-switcher-for-internet-explorer/</link>
		<comments>http://www.joesak.com/2007/02/19/fix-your-javascript-print-style-switcher-for-internet-explorer/#comments</comments>
		<pubDate>Mon, 19 Feb 2007 21:08:03 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.joesak.com/design/fix-your-javascript-print-style-switcher-for-internet-explorer/</guid>
		<description><![CDATA[So you&#8217;ve decided to use javascript to swap out a print style css sheet that basically hides a bunch of divs and maybe widens the content area. Perhaps your re-color the links and the text and fix the font sizes. You try it in Firefox and it prints perfectly, but when you print in IE, [...]]]></description>
			<content:encoded><![CDATA[<p>So you&#8217;ve decided to use javascript to swap out a print style css sheet that basically hides a bunch of divs and maybe widens the content area. Perhaps your re-color the links and the text and fix the font sizes.</p>
<p>You try it in Firefox and it prints perfectly, but when you print in IE, you&#8217;ll notice IE didn&#8217;t really print your printable version.</p>
<p>So you think, &#8216;Ok I&#8217;ll add media=&#8221;print&#8221; to my stylesheet link!&#8217; and then you refresh your page, try your Print this Page link, and nothing happens! And it still prints the wrong version! What to do?</p>
<p>Well, your old pal Joe here figured it out.</p>
<p>Here&#8217;s what you do:</p>
<ol>
<li>Create a separate stylesheet called print.css</li>
<li>Add this code to your master stylesheet:<br />
<code><br />
@media print {</p>
<p>@import "print.css";</p>
<p>}<br />
</code></li>
<li>Implement your javascript for making the stylesheet override your master stylesheet</li>
<li>Test</li>
<li>Enjoy!</li>
</ol>
<p>This allows you to switch to your print style so it is preview-able before printing and also tells IE to use print.css when it prints a page on your site. So incidentally, if a user just clicks print in IE without switching to your style, they will still get your printable version. I suppose this might cause confusion but considering the most reasons for making hard copies of digital information, it probably shouldn&#8217;t pose too much of a problem for your average user.</p>
<p>Now if your user wants to have a pretty print out of your website because they can&#8217;t access a computer to show it to someone else away from home, they&#8217;ll probably get stuck with the fact that IE does not print background images and colors by default any way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/02/19/fix-your-javascript-print-style-switcher-for-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Web Design Process: Part I</title>
		<link>http://www.joesak.com/2007/02/18/a-web-design-process-part-i/</link>
		<comments>http://www.joesak.com/2007/02/18/a-web-design-process-part-i/#comments</comments>
		<pubDate>Sun, 18 Feb 2007 19:49:18 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Macbook Pro]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.joesak.com/design/a-web-design-process-part-i/</guid>
		<description><![CDATA[I&#8217;m not particularly gifted in web design but I thought I&#8217;d like to blog about my process from blank PSD using Photoshop CS3 beta on my Macbook Pro to full on HTML / CSS. So I&#8217;ll get right to the meat of my newest project: Veritas Community. Veritas Community is an emerging church being started [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not particularly gifted in web design but I thought I&#8217;d like to blog about my process from blank PSD using Photoshop CS3 beta on my Macbook Pro to full on HTML / CSS. So I&#8217;ll get right to the meat of my newest project: Veritas Community.</p>
<p>Veritas Community is an <a href="http://en.wikipedia.org/wiki/Emerging_Church">emerging church</a> being started in Flint and Owosso by <a href="http://www.xanga.com/movinginpower">Tom</a> and <a href="http://www.xanga.com/somuch_closer">Rachel</a> Wyatt with the help of the Salvation Army. It&#8217;s going to be a faith-based community hell-bent on sharing lives, faith, hope, love, music, art, and the occasional <a href="http://en.wikiquote.org/wiki/The_Big_Lebowski">Lebowski references</a>. Tom sent me a list of websites he likes, including <a href="http://www.mosaic.org/">Mosaic</a>, which will be the base for my inspiration on the project.</p>
<p>The scope of the project will include a blog, a newsletter sign up, some informational pages (about us, contact us, etc), and an event list for music shows. The gathering place will double as a venue for indie rock bands. My vision is to develop this site using XHTML, CSS, PHP, Javascript, maybe some flash, and host it on WordPress 2.</p>
<p>So without further ado, here is the preview.<br />
<a href="/images/Veritas_Home_lg.jpg" rel="lightbox"><img src="/images/Veritas_Home_lg.jpg" alt="view veritas home page version 1" width="200" height="150" /></a><br />
This is Veritas home page, version 1.</p>
<p>Most of my focus was on logo development. I knew right off the bat I wanted a font like Gill Sans. I also knew I wanted to incorporate some sort of leafy symbol, to represent growth. You can see I have taken the greys and blue from mosaic and played with it for my layout and header. I hope they won&#8217;t mind. This is obviously not close to being finished but it&#8217;s a start and hopefully we&#8217;ll see something more as we progress.</p>
<p><a href="http://www.joesak.com/design/a-web-design-process-part-ii/">Part II of my Design Process</a> is now available</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/02/18/a-web-design-process-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Beauty of Standard Code</title>
		<link>http://www.joesak.com/2007/02/14/the-beauty-of-standard-code/</link>
		<comments>http://www.joesak.com/2007/02/14/the-beauty-of-standard-code/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 22:06:26 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Teamwork]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://www.joesak.com/programming/the-beauty-of-standard-code/</guid>
		<description><![CDATA[Eric Puidokas used to be a coworker of mine, but now he works in Florida for the New York Times. While he was here, he developed a standard skin and css naming convention for us to use so we could easily jump into each others&#8217; code when need be to fix problems or implement redesigns. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.puidokas.com">Eric Puidokas</a> used to be a coworker of mine, but now he works in Florida for the New York Times. While he was here, he developed a standard skin and css naming convention for us to use so we could easily jump into each others&#8217; code when need be to fix problems or implement redesigns.</p>
<p>I recently had the opportunity to do just that. I had to put in a new design for a client based on roughly the same layout. Eric&#8217;s standard coding made it very simple, and a process that takes 4 to 5 hours from a blank sheet took about 1 hour with Eric&#8217;s code.</p>
<p>We use the same names for similar layout elements in every single web page we do. It goes kind of like this: (this list identifies common unique DIV IDs)</p>
<ul>
<li>Frame (main container)</li>
<ul>
<li>Header</li>
<ul>
<li>Nav (main nav bar)</li>
</ul>
<li>Sidebar (sub page nav bar)</li>
<li>Main &#8211; or &#8211; Content</li>
</ul>
<li>Footer</li>
</ul>
<p>So thanks to Eric for the great code, and let this be an encouragement to other development teams to use standard naming conventions for your CSS and HTML elements.</p>
<p><a href="http://www.joesak.com/files/standardsite.zip">Download a zipped example</a> of our standard code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/02/14/the-beauty-of-standard-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shirock Photography is live!</title>
		<link>http://www.joesak.com/2007/02/14/shirock-photography-is-live/</link>
		<comments>http://www.joesak.com/2007/02/14/shirock-photography-is-live/#comments</comments>
		<pubDate>Wed, 14 Feb 2007 21:39:14 +0000</pubDate>
		<dc:creator>Joe Sak</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.joesak.com/design/shirock-photography-is-live/</guid>
		<description><![CDATA[After a couple months of planning, designing, coding, hosting, and blah blah blah, Sarah&#8217;s photography portfolio site is now live: http://www.shirockphotography.com I redesigned her site last January, and hosted it on WordPress this past month. I followed a few steps to make WordPress a CMS, and so far it&#8217;s been working well. Except instead of [...]]]></description>
			<content:encoded><![CDATA[<p>After a couple months of planning, designing, coding, hosting, and blah blah blah, Sarah&#8217;s photography portfolio site is now live: <a href="http://www.shirockphotography.com">http://www.shirockphotography.com</a> I redesigned her site last January, and hosted it on WordPress this past month. I followed <a href="http://www.3point7designs.com/blog/2006/10/25/5-wordpress-plugins-that-will-turn-wordpress-into-a-cms/">a few steps</a> to make WordPress a CMS, and so far it&#8217;s been working well. Except instead of fgallery, we&#8217;re using <a href="http://lazyest.keytwo.net/">Lazyest Gallery</a>.</p>
<p>She is happy with it because now she can log in and easily make edits to her content. I also set up a method for her to easily change the pictures on her front page.</p>
<p>I created a contact page with a form so people can easily contact her for quotes. I utilized the front page to point visitors to important sections of her gallery.</p>
<p>For Phase 2, we&#8217;re hoping to make it possible for her clients to log in and view their pictures online. This might be doable with the help of <a href="http://www.flickr.com">Flickr</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joesak.com/2007/02/14/shirock-photography-is-live/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 10/16 queries in 0.013 seconds using disk

Served from: www.joesak.com @ 2010-09-08 01:39:50 -->