<?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>jc-designs.net &#187; Web Machine Updates</title>
	<atom:link href="http://jc-designs.net/blog/category/web-machine-updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://jc-designs.net/blog</link>
	<description>jc-designs blog</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:30:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Website update&#8230;Using the 960 Grid System</title>
		<link>http://jc-designs.net/blog/2010/10/website-update-using-the-960-grid-system/</link>
		<comments>http://jc-designs.net/blog/2010/10/website-update-using-the-960-grid-system/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 03:55:14 +0000</pubDate>
		<dc:creator>jcDesigns</dc:creator>
				<category><![CDATA[Web Machine Updates]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jc-designs.net/blog/?p=588</guid>
		<description><![CDATA[This is just an update I&#8217;m rebuilding my website, and I am learning multiple things at the same time while doing so. I&#8217;m using the HTML5 Boilerplate, HTML5 tags, the 960 Grid System (24-column), and will be using Sass. This isn&#8217;t a real post, just an update on why there won&#8217;t be one tonight. Tomorrow [...]]]></description>
			<content:encoded><![CDATA[<h3>This is just an update</h3>
<p>I&#8217;m rebuilding my website, and I am learning multiple things at the same time while doing so. I&#8217;m using the HTML5 Boilerplate, HTML5 tags, the 960 Grid System (24-column), and will be using Sass. This isn&#8217;t a real post, just an update on why there won&#8217;t be one tonight. Tomorrow I will write a review on the 960 Grid System now that I have the hang of it. Does anyone know if the HTML5 Boilerplate has a Sass option? Meaning it has the CSS written in SCSS? Would be awesome, because I do not look forward to rewriting that. Anyway, I&#8217;ll have a real post for you tomorrow.</p>
 <img src="http://jc-designs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=588" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jc-designs.net/blog/2010/10/website-update-using-the-960-grid-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Boilerplate, Conditional Comments, and things to come</title>
		<link>http://jc-designs.net/blog/2010/08/html5-boilerplate-conditional-comments-and-things-to-come/</link>
		<comments>http://jc-designs.net/blog/2010/08/html5-boilerplate-conditional-comments-and-things-to-come/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 04:05:44 +0000</pubDate>
		<dc:creator>jcDesigns</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Machine Updates]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html5]]></category>

		<guid isPermaLink="false">http://jc-designs.net/blog/?p=506</guid>
		<description><![CDATA[The boiler room If you haven&#8217;t at least heard of the HTML5 Boilerplate template, then you live in a dark cave as a hermit and are still using Photoshop 3. If you have, but haven&#8217;t checked it out, then you 100% need to. I downloaded the files (it comes with a few) and looked through [...]]]></description>
			<content:encoded><![CDATA[<h3>The boiler room</h3>
<p>If you haven&#8217;t at least heard of the <a href="http://html5boilerplate.com/">HTML5 Boilerplate</a> template, then you live in a dark cave as a hermit and are still using Photoshop 3. If you have, but haven&#8217;t checked it out, then you 100% need to. I downloaded the files (it comes with a few) and looked through it. Thank the gods it is commented so well, because there are a few things that I didn&#8217;t know going on.</p>
<p>It is an HTML 5 starting template loaded to the teeth with everything you could need&#8230;and then some. Just some of the things in it are: script tags to jQuery 1.4.2 (hosted on Google), Modernizer 1.5 js (see comment below by Paul Irish clearing things up for me on this), Google analytics code, Meyer&#8217;s reset CSS, conditional comments&#8230;this thing is PACKED with awesome.</p>
<p><span id="more-506"></span><br />
Personally I&#8217;m going to remove some things, because I don&#8217;t need them, which is perfectly fine because this file is delete friendly. What I am going to add is <a href="http://css3pie.com/">CSS PIE</a>. But that is the brilliance of it. It&#8217;s a great starting point, and you can do what you want with it. So go download it!</p>
<h3>Conditional Commenting Genius</h3>
<p>Forget about using conditional stylesheets now. Use <a href="http://paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/">this</a>:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;color: #439AD0; font-weight: bold;"><span style="color: #339933;color: #439AD0;">&lt;!--</span><span style="color: #009900;color: #439AD0;">&#91;</span><span style="color: #000066; font-weight: bold;color: #439AD0;">if</span> lt IE <span style="color: #CC0000;color: #439AD0;">7</span> <span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">&gt;</span> <span style="color: #339933;color: #439AD0;">&lt;</span>body <span style="color: #003366; font-weight: bold;color: #439AD0;">class</span><span style="color: #339933;color: #439AD0;">=</span><span style="color: #3366CC;color: #439AD0;">&quot;ie6&quot;</span><span style="color: #339933;color: #439AD0;">&gt;</span> <span style="color: #339933;color: #439AD0;">&lt;!</span><span style="color: #009900;color: #439AD0;">&#91;</span>endif<span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">--&gt;</span>
<span style="color: #339933;color: #439AD0;">&lt;!--</span><span style="color: #009900;color: #439AD0;">&#91;</span><span style="color: #000066; font-weight: bold;color: #439AD0;">if</span> IE <span style="color: #CC0000;color: #439AD0;">7</span> <span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">&gt;</span>    <span style="color: #339933;color: #439AD0;">&lt;</span>body <span style="color: #003366; font-weight: bold;color: #439AD0;">class</span><span style="color: #339933;color: #439AD0;">=</span><span style="color: #3366CC;color: #439AD0;">&quot;ie7&quot;</span><span style="color: #339933;color: #439AD0;">&gt;</span> <span style="color: #339933;color: #439AD0;">&lt;!</span><span style="color: #009900;color: #439AD0;">&#91;</span>endif<span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">--&gt;</span>
<span style="color: #339933;color: #439AD0;">&lt;!--</span><span style="color: #009900;color: #439AD0;">&#91;</span><span style="color: #000066; font-weight: bold;color: #439AD0;">if</span> IE <span style="color: #CC0000;color: #439AD0;">8</span> <span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">&gt;</span>    <span style="color: #339933;color: #439AD0;">&lt;</span>body <span style="color: #003366; font-weight: bold;color: #439AD0;">class</span><span style="color: #339933;color: #439AD0;">=</span><span style="color: #3366CC;color: #439AD0;">&quot;ie8&quot;</span><span style="color: #339933;color: #439AD0;">&gt;</span> <span style="color: #339933;color: #439AD0;">&lt;!</span><span style="color: #009900;color: #439AD0;">&#91;</span>endif<span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">--&gt;</span>
<span style="color: #339933;color: #439AD0;">&lt;!--</span><span style="color: #009900;color: #439AD0;">&#91;</span><span style="color: #000066; font-weight: bold;color: #439AD0;">if</span> IE <span style="color: #CC0000;color: #439AD0;">9</span> <span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">&gt;</span>    <span style="color: #339933;color: #439AD0;">&lt;</span>body <span style="color: #003366; font-weight: bold;color: #439AD0;">class</span><span style="color: #339933;color: #439AD0;">=</span><span style="color: #3366CC;color: #439AD0;">&quot;ie9&quot;</span><span style="color: #339933;color: #439AD0;">&gt;</span> <span style="color: #339933;color: #439AD0;">&lt;!</span><span style="color: #009900;color: #439AD0;">&#91;</span>endif<span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">--&gt;</span>
<span style="color: #339933;color: #439AD0;">&lt;!--</span><span style="color: #009900;color: #439AD0;">&#91;</span><span style="color: #000066; font-weight: bold;color: #439AD0;">if</span> gt IE <span style="color: #CC0000;color: #439AD0;">9</span><span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">&gt;</span>  <span style="color: #339933;color: #439AD0;">&lt;</span>body<span style="color: #339933;color: #439AD0;">&gt;</span>             <span style="color: #339933;color: #439AD0;">&lt;!</span><span style="color: #009900;color: #439AD0;">&#91;</span>endif<span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">--&gt;</span>
<span style="color: #339933;color: #439AD0;">&lt;!--</span><span style="color: #009900;color: #439AD0;">&#91;</span><span style="color: #000066; font-weight: bold;color: #439AD0;">if</span> <span style="color: #339933;color: #439AD0;">!</span>IE<span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">&gt;&lt;!--&gt;</span> <span style="color: #339933;color: #439AD0;">&lt;</span>body<span style="color: #339933;color: #439AD0;">&gt;</span>         <span style="color: #339933;color: #439AD0;">&lt;!--&lt;!</span><span style="color: #009900;color: #439AD0;">&#91;</span>endif<span style="color: #009900;color: #439AD0;">&#93;</span><span style="color: #339933;color: #439AD0;">--&gt;</span></pre></div></div>

<p>This is great, because now you don&#8217;t need the extra CSS files for IE problems, and you don&#8217;t need to use hacks. For example, let&#8217;s say you have margin or something that is going bad in IE6. If the browser detected is IE6, then it puts the class &#8220;ie6&#8243; onto the body. You would then write the CSS like this:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;color: #439AD0; font-weight: bold;"><span style="color: #cc00cc;">#myContainer</span> <span style="color: #00AA00;color: #439AD0;">&#123;</span>
<span style="color: #000000; font-weight: bold;color: #439AD0;">margin</span><span style="color: #00AA00;color: #439AD0;">:</span> <span style="color: #933;">20px</span> <span style="color: #933;">20px</span> <span style="color: #cc66cc;color: #439AD0;">0</span> <span style="color: #933;">10px</span><span style="color: #00AA00;color: #439AD0;">;</span>
<span style="color: #00AA00;color: #439AD0;">&#125;</span>
<span style="color: #6666ff;color: #439AD0;">.ie6</span> <span style="color: #cc00cc;">#myContainer</span> <span style="color: #00AA00;color: #439AD0;">&#123;</span>
<span style="color: #000000; font-weight: bold;color: #439AD0;">margin</span><span style="color: #00AA00;color: #439AD0;">:</span> <span style="color: #933;">20px</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;color: #439AD0;">0</span> <span style="color: #933;">5px</span><span style="color: #00AA00;color: #439AD0;">;</span>
<span style="color: #00AA00;color: #439AD0;">&#125;</span></pre></div></div>

<p>Easy? YES. And awesome. Not much else to say about it other than start using this instead of whatever else you were doing, because this was better.</p>
<h3>Things to come at The Web Machine</h3>
<p>Well, as you may know from previous posts, I&#8217;m starting to learn how to theme Magento, which will come in handy, because I will be selling HTML/WordPress templates. Unique, not templates. Meaning only 1 of each will be sold. If you buy it, no one else will have it. Along with that I plan on writing more on Magento, maybe my own tutorial on how to theme it, or whatever strikes my fancy. Plus I am starting to FINALLY learn PHP, so I plan on throwing some articles on that here as well. More things to write about, so stay tuned folks!</p>
<p>What are you guys learning? Let me know!</p>
<div class="gator">
<a  href="http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=jcDesigns-"><img src="http://tracking.hostgator.com/img/Shared/468x60.gif" border=0></a></p>
<p>Coupon Code: webmachine</p>
</div>
 <img src="http://jc-designs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=506" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jc-designs.net/blog/2010/08/html5-boilerplate-conditional-comments-and-things-to-come/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick post&#8230;checking out WP 3.0</title>
		<link>http://jc-designs.net/blog/2010/06/quick-post-checking-out-wp-3-0/</link>
		<comments>http://jc-designs.net/blog/2010/06/quick-post-checking-out-wp-3-0/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 03:39:18 +0000</pubDate>
		<dc:creator>jcDesigns</dc:creator>
				<category><![CDATA[Web Machine Updates]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://jc-designs.net/blog/?p=368</guid>
		<description><![CDATA[Just making a quick post about my foray into WordPress 3.0. As if you didn&#8217;t know, I use Host Gator for all my web hosting. I know I shamelessly plug them, but one of the reasons I love this host, is I can install a new WordPress installation on a click of a button, and [...]]]></description>
			<content:encoded><![CDATA[<p>Just making a quick post about my foray into WordPress 3.0. As if you didn&#8217;t know, I use Host Gator for all my web hosting. I know I shamelessly plug them, but one of the reasons I love this host, is I can install a new WordPress installation on a click of a button, and entering text in a couple fields. Anyway, I created a new folder and installed it (2.9.2). I then did the auto upgrade to 3.0, and it took like 5 seconds with no problems. I then installed all of the plugins I have on this install, and activated them. This also went without a hitch.</p>
<p>I then tooled around in it. The feel is the same, and you will find everything where it should be. The menu editor is indeed cool. Very easy to use, and I only touched it for about a minute. Now that this trial went smooth, I think I will upgrade my version this weekend&#8230;AFTER I have backed up my database.</p>
<p>Please note: If you are going to upgrade, make sure to go to the WordPress forums and read through the instructions per version you have. If you have 2.9.2 like I did, deactivate your plugins before upgrading.</p>
 <img src="http://jc-designs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=368" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://jc-designs.net/blog/2010/06/quick-post-checking-out-wp-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

