<?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>Three Times Daily &#187; css</title>
	<atom:link href="http://3td.heimerman.org/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://3td.heimerman.org</link>
	<description>What do YOU do Three Times Daily?</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:01:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dispicable IE and neglectful web designers</title>
		<link>http://3td.heimerman.org/2006/12/05/dispicable-ie-and-neglectful-web-designers/</link>
		<comments>http://3td.heimerman.org/2006/12/05/dispicable-ie-and-neglectful-web-designers/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 16:16:43 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://northern-designs.com/ThreeTimesDaily.com/2006/12/05/dispicable-ie-and-neglectful-web-designers/</guid>
		<description><![CDATA[I thought IE7 was going to be the holy grail that brought global CSS compliance to the masses and made life for the average web designer once again worth living. What happened?! I&#8217;ve been doing CSS development for a couple years now. My standard M.O. is to get the site working perfectly in Firefox, then [...]]]></description>
			<content:encoded><![CDATA[<p>I thought IE7 was going to be the holy grail that brought global CSS compliance to the masses and made life for the average web designer once again worth living.  What happened?!</p>
<p>I&#8217;ve been doing CSS development for a couple years now.  My standard M.O. is to get the site working perfectly in Firefox, then tweak the CSS to make it IE5/6 friendly.  The purpose for this, in theory, is that by developing for Firefox you can pretty much be sure that your code is standards compliant.  If it looks good in Firefox, it should look pretty much the same in all standards-compliant browsers.  Then you add little tweaks here and there to make it look good in the non-standards-compliant browsers (IE).  I generally don&#8217;t worry about the smaller browsers &#8211; between Firefox and IE5/6 I am covering about 97-99% of the browsers out there, depending on whose stats you believe.</p>
<p>Ironically, I did not follow that procedure when developing <em>my own </em>site, as those of you using IE can attest to right now.  Incidentally, today was the first day I actually looked at this site using IE6, and yeah, I was shocked at how mangled it is.  So curiosity bit me and I fired up IE7 to see if it really is more standards compliant (as was promised).  To my shock and dismay, the site does not look all that different than it does in IE6.  But <em>there are differences</em>.  I looked at another of my sites which I had perfected for both Firefox and IE5/6, and there were elements of the site that just did not line up right in IE7.  This means I am going to need a new bag of tricks to get IE7 to look right without affecting IE5/6.</p>
<p>What is Microsoft trying to do to us?</p>
]]></content:encoded>
			<wfw:commentRss>http://3td.heimerman.org/2006/12/05/dispicable-ie-and-neglectful-web-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS for web development</title>
		<link>http://3td.heimerman.org/2006/09/20/cms-for-web-development/</link>
		<comments>http://3td.heimerman.org/2006/09/20/cms-for-web-development/#comments</comments>
		<pubDate>Wed, 20 Sep 2006 14:32:29 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[about me]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://northern-designs.com/ThreeTimesDaily.com/2006/09/20/cms-for-web-development/</guid>
		<description><![CDATA[For the web developers out there: Do you regularly use a CMS framework in your projects? First a little background about me I&#8217;ve been developing websites seriously for about 6 years. I&#8217;m self-taught and have no formal training. I started out by learning HTML and table layouts &#8212; no CSS, no &#60;DIV&#62;&#8217;s, etc. Pretty soon [...]]]></description>
			<content:encoded><![CDATA[<p>For the web developers out there: Do you regularly use a CMS framework in your projects?</p>
<p><strong>First a little background about me</strong><br />
I&#8217;ve been developing websites seriously for about 6 years.  I&#8217;m self-taught and have no formal training.  I started out by learning HTML and table layouts &#8212; no CSS, no &lt;DIV&gt;&#8217;s, etc.</p>
<p>Pretty soon I began hearing some talk about server-side scripting and became interested in JSP.  I had a short period of formal &#8220;C&#8221; training in my past, so I caught on to the Java syntax and language structure very quickly. However, for most of my clients, JSP was not a practical solution.</p>
<p>I started to notice that something called &#8220;PHP&#8221; was included in most hosting plans, and after some investigation discovered that it was a &#8220;lightweight&#8221; server-side scripting engine without all the overhead and server configuration required for JSP.  So I dove right in and before long abandoned JSP entirely.</p>
<p>Then about a year ago I finally discovered the wonders of CSS and table-less layouts.  What a liberation!</p>
<p>So up until about a month ago, my design process has been as follows:</p>
<div>
<ol>
<li>design page layout using graphical design software.</li>
<li>convert prototype image to valid HTML using CSS for layout.</li>
<li>&#8220;PHP-ize&#8221; the layout so that the same HTML &#8220;template&#8221; can be applied to all pages of the site.</li>
<li>develop some kind of back-end application to allow the client to manipulate site content.</li>
</ol>
<p><strong>The Present<br />
</strong>That step 4 has always been a doosy for me.  Every client is different and has different requirements.  Unfortunately, it seemed that every project involved re-inventing the wheel to some degree.  But basically, they all just want some sort of easy method to update and add content.</p>
<p>With a recent project, I decided to try something called <a href="http://www.joomla.org">Joomla</a>, because the site itself was more or less news-centered and I thought it would be a good fit.  I had tried <a href="http://www.phpnuke.org">phpNuke</a> and <a href="http://www.phpbb.com">phpBB</a> in the past, but the template designs were so complex that I soon gave up.  My first experience with Joomla was liberating.  The template design was stupidly simple &#8211; just a single index.php file and a stylesheet.  The site went up so fast, and porting content from their old site to the new &#8220;Joomla-enabled&#8221; site was so easy.  I threw together a &#8220;Content Management and Administration&#8221; document for the client, and away they go.</p>
<p><strong>The Future</strong><br />
So I start to think:  <em>what&#8217;s the drawback of this method of development?</em>  It seems like the CMS programs today have all of the flexibility to be able to deal with any kind of customization that might be required.  All it takes is sometimes digging into the PHP code and making tweaks here or there.  I suppose the overhead is a bit higher, as all of the content is stored in a database and response time is visibly slower at times and for some tasks (mileage may vary, depending on host).  But the time and effort this saved me in designing the site, and the convenience of the client being able to make changes effortlessly more than makes up for it in my opinion.</p>
<p>Another benefit of this approach is that Step 3 virtually goes away as well.  In the past I had to build back-end processors for building the pages and laying out the dynamic content, but all of that is included in the CMS.  So the PHP-izing consists of simply plugging the CMS hooks into your template where you want the dynamic content to go.  Piece of cake!</p>
<p>I think I&#8217;ve found my new best friend.  <img src='http://3td.heimerman.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>Discussion</strong><br />
If you use a CMS regularly, which one?  What drawbacks to you see to this approach?<strong><br />
</strong></div>
]]></content:encoded>
			<wfw:commentRss>http://3td.heimerman.org/2006/09/20/cms-for-web-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
