<?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 Design Ledger &#187; css</title>
	<atom:link href="http://webdesignledger.com/tag/css/feed" rel="self" type="application/rss+xml" />
	<link>http://webdesignledger.com</link>
	<description>A Publication for Web Designers</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:00:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Developing Streamlined and Efficient CSS Styles</title>
		<link>http://webdesignledger.com/tips/developing-streamlined-and-efficient-css-styles</link>
		<comments>http://webdesignledger.com/tips/developing-streamlined-and-efficient-css-styles#comments</comments>
		<pubDate>Tue, 05 Jul 2011 04:06:48 +0000</pubDate>
		<dc:creator>Jake Rocheleau</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=10333</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=10333&c=2104377330' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=10333&c=2104377330' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />CSS can be compared to the sculptor&#8217;s tool set when crafting a sculpture. We as web designers utilize all the assets CSS brings forth to create structured layouts for our websites. Over the years this design process has become more organized and fitted. Rules have been put in place for best-practice procedures when coding. We&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=10333&c=1030373345' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=10333&c=1030373345' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>CSS can be compared to the sculptor&#8217;s tool set when crafting a sculpture. We as web designers utilize all the assets CSS brings forth to create structured layouts for our websites. Over the years this design process has become more organized and fitted. Rules have been put in place for best-practice procedures when coding.<span id="more-10333"></span></p>
<p>We&#8217;ll have a look at some ideas you can apply to your stylesheets to help speed up your code in future projects. Efficient CSS is easy to manage and easy to read while also supplying a resource to the web designer. Keeping everything organized is a big step forward, but things get a bit more complicated than that.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/san-francisco-water-skyline.jpg" border="0" alt="San Francisco night skyline" /></p>
<p>Throughout the article keep your personal idiosyncrasies in the back of your mind and try to absorb as much information as possible. The best advice you can get from any developer is to find your own way of working. Try combining a few of these techniques with your own workflow to see how you can benefit the greatest as a CSS developer.</p>
<h3>Why Bother to Streamline CSS?</h3>
<p>Many web designers get lost in the comparison of frontend to backend languages when talking about parsing code. CSS and HTML are frontend design languages used to format and style elements on your website. Files are downloaded and parsed by the web browser your visitor is using.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/disorganized-css-style-cards.jpg" border="0" alt="messy CSS styles on cards" /></p>
<p>This means frontend code still has a quantitative load time. Code developed and parsed by a browser still takes time to be read and computed, just like backend languages such as PHP or Ruby. This is where streamlined CSS can provide a huge benefit to your site in seeing shorter load times and quicker structuring of page elements.</p>
<p>This may not be so obvious with much of today&#8217;s high-speed connections and advanced Operating Systems. You may want to try viewing your site through a mobile browser to compare not only load times, but how the website is loaded.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/iphone-mobile-css-demo.jpg" border="0" alt="Streamlined CSS collections on iPhone mobile" /></p>
<p>When CSS is coded efficiently you should see elements form and style as they are processed. This can change browser to browser but it&#8217;s a common occurrence you&#8217;ll see the more you test your website&#8217;s code.</p>
<p>You&#8217;ll also want to keep your code standardized and simple. When you&#8217;re updating your blog or personal website a few months after initial development it&#8217;ll be a lot simpler to churn through CSS styles you&#8217;re already familiar with. Adapting to a set structure for best industry practices will help in the long run.</p>
<p><strong>How to Work with Efficient Code</strong></p>
<p>To begin coding with ultimate efficiency in your styles you&#8217;ll have to adopt some fresh new ideas. These are some basic CSS techniques being used even today by high-tier Internet websites and app developers.</p>
<h3>Keep your Code Simple</h3>
<p>This seems like an easy one that many will overlook. When mapping out a set of data for how your styles will develop keep it all simple &#8211; create data sets in a column stack if you need to.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/coding-basic-css-styles.jpg" border="0" alt="coding basic stylesheets CSS in Dreamweaver for Mac" /></p>
<p>Start by creating a list of the different sections you will work on in your styles. These can include text, forms, layout boxes, headers, footers, anything you may need. If you&#8217;d like to really get organized you can even break things down into a few known styles you will need, such as an ID or class for navigation links.</p>
<p>Afterwards this makes things much simpler when you go sit down to code. Having your resource list in front of you will almost create super-human coding powers to be pouring out code so quickly. This first step helps create a blueprint of your website mockup using &#8220;plain words&#8221; before going into any style language.</p>
<h3>Keep Blocks of Code Delineated and Sparse</h3>
<p>There has been an ongoing debate for a while between how CSS code should be written. When I first started I used block notation since it was all I had seen before. However single-line notation is much, <em>much</em> quicker when it comes to parsing and being able to read from a human eye.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/code-blocks-sparse-macosx.jpg" border="0" alt="Coding Adobe Dreamweaver CSS on Mac OS X" /></p>
<p>This isn&#8217;t to say I&#8217;m making a case to ignore block-style CSS, far from it. When you are dealing with a key element or ID holding 6 or 7 major properties it will be easier to keep it in blocked form. You&#8217;ll be isolating the important pieces and elements out of your style so they&#8217;re quicker to find at a glance.</p>
<p>It&#8217;s also much simpler to read longer styles in block notation. This is because most text editors will wrap longer lines and reading property:value pairs can get very confusing when you&#8217;ve got 10+ to go through. As the web designer it&#8217;s your call how you space your CSS code. Just keep the efficiency issue in mind while doing so and always use your best judgement.</p>
<h3>Working with Other Developers</h3>
<p>This can be an annoyance or a blessing depending on the team. However the fact stands that if you&#8217;re currently or aspire to be a professional web designer, chances are you&#8217;ll be working with a team at some point.</p>
<p>As designers we can be especially difficult with making major changes to our works. With CSS code it&#8217;s a bit different since you&#8217;re trying to portray a beautiful layout using only property values. This can get messy when files pass between a few hands so be sure to keep things organized.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/web-dev-team-canada.jpg" border="0" alt="Team Work Designing in Toronto" /></p>
<p>Comments can be a major help here. Adding comments to lines or blocks of code which may be confusing or misleading to some will save hours of working time. You want to communicate all of the work you&#8217;ve put into a stylesheet in the most elegant way possible.</p>
<p>Ensure while you work there aren&#8217;t any duplicate styles or appended styles being overwritten. For example imagine a website&#8217;s page headings h1-h4 are styled earlier in a CSS document but some code changes the fonts deeper in. This could be imminently confusing for somebody who didn&#8217;t even write the code and now has to go through and fix this bug.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/digg-rss-mac-finder-pillows.jpg" border="0" alt="Mac Finder, RSS Feed, and Digg throw pillows" /></p>
<p>Communication is also very important in web development teams. You can write some of the most efficient code around, but lack of communication is what kills projects. Keep your mental processes focused on the task at hand and work within the boundaries of your team, not just your own creative ideas.</p>
<h3>Keep Track of Separate CSS Documents</h3>
<p>Another way to keep code clean and organized is to separate the many types of styles you may be applying. This works much better on larger websites which require so many styles that a single document holding them all is an unrealistic sight.</p>
<p>One example of such a site could be Facebook. They would have so many different pages for styles to load on &#8211; profile, search, registration, photos. I wouldn&#8217;t want to be the guy sorting through all that code to apply a simple bug fix if it were in one consolidated file.</p>
<p>Granted Facebook may be garnering a lot more traffic than you would expect but the principles are the same. If organization is an issue separate stylesheets can go a long way. Commonly today you&#8217;ll see web designers keeping code organized based on how it structures the document. For example you may have layout.css, text.css, and forms.css.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/webdesign-dev-home-office-space.jpg" border="0" alt="CSS Home Office Workdesk" /></p>
<p>The benefit here is not all of these style documents need to be loaded on every page. This allows for greater customization when it comes to building your website. You&#8217;ll cut down on parsing time tremendously just by creating separate views and styles for each one.</p>
<h3>Testing Support for IE</h3>
<p>Internet Explorer has always portrayed the evil bandit for web developers, CSS coding especially. Luckily Conditional Comments can be applied to your HTML which look like regular comments to most browsers. In Internet Explorer they can be used to implement new styles based on the browser your running.</p>
<p>This has always been an issue and with the release of <a href="http://ie.microsoft.com/testdrive/">Internet Explorer 9 beta</a> we&#8217;re getting just a bit closer to a more solidified Internet experience. Only problem is how many people are still running browsers as old as IE6 or IE7. These have serious processing bugs and sometimes require external styles to fix them, appearing only based on their flawed rendering engines.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/google-instant-internet-explorer.jpg" border="0" alt="Internet Explorer Google Instant search" /></p>
<p>Thankfully support has gotten better and Microsoft seems to be turning things around. Keep an eye out for conditional comments if you haven&#8217;t worked with them yet. They can prove to be invaluable in many cases where CSS properties just won&#8217;t work right and you need an alternative.</p>
<h3>Adding a Table of Contents</h3>
<p>This is an optional step which I have found to work wonders in my stylesheets. You can keep a table outside of the CSS document itself, but I have found this to be a bit counter-productive. Especially when it&#8217;s so easy to add comments in-line.</p>
<p>The main purpose of placing a Table of Contents into your styles would be ease of access and streamlining the editing process. Place markers in the beginning of your document to separate your code into easily-dividable sections.</p>
<p><img class="aligncenter size-full wp-image-3448" src="http://webdesignledger.com/wp-content/uploads/2011/07/css-cheatsheet.jpg" border="0" alt="CSS Table of Contents" /></p>
<p>A good way to approach this would be to create your own table key. For example, if you were splitting your table into each main area of the document (layout, font, header, navigation etc.) you could key them with a set of unique characters.</p>
<p><code>=!layout</code> and <code>=!font</code> could be used to delineate the layout and font sections, respectively. Since you probably won&#8217;t run into those exact pairs of characters anywhere in your code it&#8217;s easy to add them both in your table and at the start of each section in comments. Then using the Search or Find feature of your text editor you can skip down the sections of your CSS styles with ease.</p>
<p>This is also a great way to approach a teamwork project where many people will be looking at the same code. It keeps things organized and easier to find in the mess of styles we see today.</p>
<h3>Conclusion</h3>
<p>Although there are many ways to approach optimizing the efficiency of your code these examples are a great way to get started. CSS is an ever-changing subset of the design industry and has a lot of new ideas being built around it.</p>
<p>Passion and dedication are required to make it in the design industry. If you can hold onto your passion for digital design it shouldn&#8217;t be difficult to keep up with the <a href="http://webdesignledger.com/tools/11-useful-online-tools-for-better-css-development">curve on CSS practices</a>. Reaching out to the community of web designers found all over the web is a leap forward. The experts of industry are more than happy to share their techniques for streamlined CSS which evoke bouts of innovation into others.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/developing-streamlined-and-efficient-css-styles/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HTML5 &amp; CSS3: Take Your Design to Another Level</title>
		<link>http://webdesignledger.com/tips/html5-css3-take-your-design-to-another-level</link>
		<comments>http://webdesignledger.com/tips/html5-css3-take-your-design-to-another-level#comments</comments>
		<pubDate>Thu, 24 Feb 2011 05:46:41 +0000</pubDate>
		<dc:creator>Brian Flores</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=8676</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=8676&c=609162446' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=8676&c=609162446' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />While both languages for HTML5 and CSS3 aren&#8217;t fully complete yet, taking the time time to familiarize yourself with some of the pointers in this post can really help you achieve that clean look and feel for your site. Let&#8217;s take a deeper look at them. HTML5 HTML5 is the latest version of HTML or [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=8676&c=1321731884' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=8676&c=1321731884' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>While both languages for HTML5 and CSS3 aren&#8217;t fully complete yet, taking the time time to familiarize yourself with some of the pointers in this post can really help you achieve that clean look and feel for your site.  Let&#8217;s take a deeper look at them.<span id="more-8676"></span></p>
<h3>HTML5</h3>
<p>HTML5 is the latest version of HTML or Hypertext Markup Language.  It is currently only fully supported by a handful of browsers but the next year should see a large increase in usage.  It isn’t expected to be completed until 2014, but the features that are available now are a great way to become acquainted with HTML5 and add some cool elements to your website.</p>
<p><img class="alignnone size-full wp-image-8268" src="http://webdesignledger.com/wp-content/uploads/2011/01/w3chtml5logo.png" alt="HTML5 Logo" width="590" height="563" /></p>
<p>Steve Jobs famously refuses to allow Flash on the iOS due to the many bugs and crashes it experiences, therefore, learning how to use the more intricate features of HTML5 is going to be a must for those who want to develop apps and iOS-friendly websites.  With Google rolling out an HTML5-friendly version of YouTube, many developers are starting to see how important this system will become in the near future. However, with Firefox resisting some of the advent of HTML5, developers and designers are still feeling the need to cover all of their bases when implementing new features on a website.</p>
<p>The idea behind HTML5 is that it’s not one large entity, but rather made up of smaller parts that work together to create something innovative and advanced.  Each browser may support different features of HTML5, which makes it important for those interested in coding to figure out which features they need and which will be supported by different browsers.</p>
<p>HTML5 simply builds upon the widespread success of HTML4.  That means a coder doesn’t have to throw away the existing markup, but rather build upon and improve the old one.  For example, forms can be updated to allow for new features such as a better email input for those using a mobile device.  However, viewers stuck in IE6 will simply see it as a text field and still be able to use it.</p>
<p>Here are some examples of HTML5 in use:</p>
<p><a href="http://arno.hoog.ma/#me" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_1.jpg" alt="html5 css3" /></a></p>
<p><a href="http://centvingtcinq.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_2.jpg" alt="html5 css3" /></a></p>
<p><a href="http://agent8ball.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_3.jpg" alt="html5 css3" /></a></p>
<p><a href="http://blog.meetweb.it/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_4.jpg" alt="html5 css3" /></a></p>
<p><a href="http://rumpetroll.com/#" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_5.jpg" alt="html5 css3" /></a></p>
<h3>Features</h3>
<ul>
<li>Any HTML5 syntax requires a  doctype to be specified so that the browser can render the page in standards mode.  The good news though is that the doctype declaration has also been simplified from previous HTML.  It is now just: <code>&lt;!DOCTYPE html&gt;</code> </li>
<li>The audio and visual support in HTML5 is outstanding.  As soon as it’s fully running and all browsers support HTML5, you will find it easy to add audio and video to websites without the need for outside plugins. </li>
<li>Editing the content of your website is simplified with HTML5.  Using the contenteditable attribute, you can quickly and painlessly change your text by adding contenteditable=“true” to any element.</li>
<li>The canvas element makes it possible for you to bypass Photoshop to make your 2D images and directly place them in your code. </li>
<li>The application cache enables you to navigate web applications while you are offline.  </li>
</ul>
<h3>Why Use It</h3>
<ul>
<li>HTML5 will load much quicker than its older brother because it implements <a href="http://en.wikipedia.org/wiki/WebSockets">WebSockets</a>.</li>
<li>Mobile phone applications will be much more accessible if written in HTML5 because you will not have to write applications for a specific brand of phone but rather can create universal applications for all phones.</li>
<li>You have more flexibility in creating your website.</li>
<li>Video, audio and images are all easily written right into the code, eliminating the need for any third party software.</li>
<li>This language is growing and will only result in more, new, better and faster features that will leave old websites looking outdated.</li>
<li>HTML5 simply builds on HTML4, so the old markup can stay in place as you develop the new features.</li>
<li>HTML5 and CSS3 together will give you some serious designer credibility.</li>
</ul>
<h3>CSS 3</h3>
<p>Cascading Style Sheets (CSS) offer increased flexibility in the presentation of website content.  In essence, it just makes everything prettier.  Although CSS3 isn’t supported by all browsers yet, it&#8217;s becoming increasingly popular because it makes these changes so much easier than trying to get the same effect using something like a Javascript plugin or creating slightly different versions of the exact same image.</p>
<p>One drawback to using CSS is the requirement to implement filters to change how something will appear onscreen using different browsers.  Although Internet Explorer is known for bugs, CSS can still be incorrectly interpreted by Firefox or Chrome.  As such, some web designers have created different CSS codes to be sent to different browsers, or use filters to cut off CSS delivery completely.</p>
<p>CSS3 offers some exciting new features to enhance the appearance of a website. Although these features might not be absolutely necessary to the functionality of a website, users are coming to expect a website to look awesome as well as operate cleanly. CSS3 makes it easier for designs that will make visitors “ooh and aah” over them to be implemented.</p>
<p>Some features, such as menus, are necessary in almost any website.  But with CSS3, the functionality and aesthetic appeal increases exponentially.  Submenus upon hovering, horizontal menus, menus with rounded edges, submenus with tabs, submenus with descriptions, and menus with submenus with rounded edges with descriptions on hover are now all possible with some tweaking.  Users will appreciate the ability to see a little more of what that page is about before potentially wasting loading time.</p>
<h3>Cool New Tricks</h3>
<p><strong>Box-shadows</strong> &#8211; This could allow the main content to slide beneath another area, such as a footer, or cause the area to look as if it’s coming out of or sinking into the website.  CSS3 makes this happen without requiring the coder to create a new image or use a Javascript plugin.  Another technique is to cause the shadow to appear upon hover.</p>
<p><a href="http://themetrust.com/demos/work/" title="professional wordpress themes" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_6.jpg"  alt="Work - Portfolio WordPress Theme" /></a></p>
<p><strong>Text shadows</strong> &#8211; Sounds exactly like what it is: provide a drop shadow underneath HTML text elements. </p>
<p><a href="http://themetrust.com/" title="professional wordpress themes" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_7.jpg" alt="Theme Trust - Professional WordPress Themes" /></a></p>
<pre>
h1 {
     text-shadow: 0px 1px 1px rgba(0,0,0,.2);
}
</pre>
<p><strong>Easier font additions</strong> &#8211; To add a new font, simply upload the file to your server, link to the CSS file and create a font family.</p>
<p><strong>Multiple backgrounds</strong> &#8211; Overlaying multiple backgrounds to a page is possible with this code:</p>
<pre>
body {
     background:
     url(../images/bottom-left.png) top right fixed no-repeat,
     url(../images/bottom-right.png) top left fixed no-repeat,
     url(../images/top-left.png) bottom left fixed no-repeat,
     url(../images/top-right.png) bottom right fixed no-repeat;
     background-color:#ffffff;
}
</pre>
<p><strong>Border images</strong> &#8211; Rather than simply using a stodgy old plain border, CSS3 allows you to upload an image to use as a border.</p>
<p><strong>Opacity levels</strong> &#8211; Before, you had to create a new image or use a CSS filter. Now, simply input &#8220;opacity: 0.5;&#8221; or another desired number to get the effect.</p>
<p><strong>RGBA coloring</strong> &#8211; Rather than using hex colors and memorizing them or referring to a cheat sheet, this technique allows you to choose the amount of red, green, blue and opacity in your design and doesn’t require any browser extensions.</p>
<p><strong>Transform</strong> &#8211; This code allows you to choose how big you want an area to become during hover. </p>
<p><strong>Rounded corners</strong> &#8211; Prior to CSS3, these used to be tricky, but now you can get rid of those sharp corners without using images..</p>
<p><a href="http://themetrust.com/demos/filtered/" title="professional wordpress themes" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2011/02/html5_css3_8.jpg" alt="Filtered - Portfolio WordPress Theme" /></a></p>
<pre>
div {
     border: 2px solid #434343;
     padding: 10px;
     background: #e3e3e3;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     width: 500px;
}
</pre>
<p><em>Note: Moz stands for Mozilla, while webkit is for Safari and Chrome.</em></p>
<p><strong>Resizing elements</strong> &#8211; This code works in Safari to provide a small resizing triangle that allows users to&#8230;resize.</p>
<pre>
div {
     resize: both;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/html5-css3-take-your-design-to-another-level/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>7 Useful Resources to Help You Learn HTML5</title>
		<link>http://webdesignledger.com/resources/7-useful-resources-to-help-you-learn-html5</link>
		<comments>http://webdesignledger.com/resources/7-useful-resources-to-help-you-learn-html5#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:15:31 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=6327</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6327&c=1953105125' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6327&c=1953105125' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />Even though HTML5 is relatively new and it&#8217;s not supported yet by all major browsers, it is being used now by a lot of web designers and developers. Without a doubt, HTML5 is going to play a big part in the way we develop on the web, for many years to come. As I just [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6327&c=1157995073' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=6327&c=1157995073' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>Even though HTML5 is relatively new and it&#8217;s not supported yet by all major browsers, it is being used now by a lot of web designers and developers. Without a doubt, HTML5 is going to play a big part in the way we develop on the web, for many years to come. As I just mentioned, many people are using it now, but there are also many of you out there that hasn&#8217;t touched it yet. Now is a good time to start learning it. So, in order to give you a helping hand with that task, we&#8217;ve rounded up <strong>7 Useful Resources to Help you Learn HTML5</strong>.<span id="more-6327"></span></p>
<h3><a href="http://dev.w3.org/html5/html-author/" target="_blank">A Web Developer’s Guide to HTML 5</a></h3>
<p><a href="http://dev.w3.org/html5/html-author/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/html5_resources_2.jpg" alt="html5" /></a></p>
<p>This document illustrates how to write HTML 5 documents, focussing on simplicity and practical applications for beginners while also providing in depth information for more advanced web developers.</p>
<h3><a href="hhttp://blog.whatwg.org/" target="_blank">The WHATWG Blog</a></h3>
<p><a href="http://blog.whatwg.org/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/html5_resources_6.jpg" alt="html5" /></a></p>
<p>The WHATWG Blog is the blog of The Web Hypertext Application Technology Working Group, which are the people responsible for the HTML 5 spec.</p>
<h3><a href="http://diveintohtml5.org/" target="_blank">Dive Into HTML 5</a></h3>
<p><a href="http://diveintohtml5.org/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/07/web_design_books_9.jpg" alt="web design books" /></a></p>
<p>Dive Into HTML 5 is a book that seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards.</p>
<h3><a href="http://html5doctor.com/" target="_blank">HTML5 Doctor</a></h3>
<p><a href="http://html5doctor.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/html5_resources_1.jpg" alt="html5" /></a></p>
<p>HTML5 Doctor publishes articles relating to HTML5, its semantics, and how to use it right now. They also invite questions via <a href="http://html5doctor.com/ask-the-doctor/">Ask the Doctor</a>, and post answers in future articles so that everyone can benefit.</p>
<h3><a href="http://caniuse.com/" target="_blank">When can I use&#8230;</a></h3>
<p><a href="http://caniuse.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/html5_resources_3.jpg" alt="html5" /></a></p>
<p>This is a one-pager that acts as a cheat sheet of compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies.</p>
<h3><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank">HTML5 Visual Cheat Sheet</a></h3>
<p><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/html5_resources_4.jpg" alt="html5" /></a></p>
<p>This cheat sheet is essentially a simple visual grid that contains a list of all HTML tags and of their related attributes supported by HTML 5.</p>
<h3><a href="http://html5gallery.com/" target="_blank">HTML5 Gallery</a></h3>
<p><a href="http://html5gallery.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/08/html5_resources_5.jpg" alt="html5" /></a></p>
<p>HTML5 gallery has two primary aims, the first is to showcase sites that use HTML5 for markup, so that we can see how people have interpreted the specification and how they’ve implemented it. The second is to help people learn about html5 and how it should be used and how to implement it.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/resources/7-useful-resources-to-help-you-learn-html5/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>10 HTML5 Demos to Make You Forget About Flash</title>
		<link>http://webdesignledger.com/inspiration/10-html5-demos-to-make-you-forget-about-flash</link>
		<comments>http://webdesignledger.com/inspiration/10-html5-demos-to-make-you-forget-about-flash#comments</comments>
		<pubDate>Thu, 24 Jun 2010 06:02:23 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=5809</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5809&c=63956828' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5809&c=63956828' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />You&#8217;ve probably been hearing a lot lately about how Flash is a dying technology and how it&#8217;ll soon be replaced by HTML5. Personally, I think that it will slowly replace Flash for some things, but Flash will always have a place, especially for developing complex games and rich internet applications. If you&#8217;ve yet to see [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5809&c=399310445' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5809&c=399310445' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>You&#8217;ve probably been hearing a lot lately about how Flash is a dying technology and how it&#8217;ll soon be replaced by <a href="http://webdesignledger.com/tutorials/15-useful-html5-tutorials-and-cheat-sheets">HTML5</a>. Personally, I think that it will slowly replace Flash for some things, but Flash will always have a place, especially for developing complex games and rich internet applications. If you&#8217;ve yet to see what HTML5 can do, I&#8217;ve rounded up 10 demos that show off some of its capabilities.<span id="more-5809"></span></p>
<p>So what do you think &#8211; will HTML5 replace Flash?</p>
<h3><a href="http://www.feedtank.com/labs/html_canvas/" target="_blank">Canvas Minimal Particle Animation</a></h3>
<p><a href="http://www.feedtank.com/labs/html_canvas/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_2.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://alteredqualia.com/canvasmol/" target="_blank">CanvasMol</a></h3>
<p><a href="http://alteredqualia.com/canvasmol/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_6.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://www.xs4all.nl/~peterned/3d/" target="_blank">Flickr and Canvas in 3D</a></h3>
<p><a href="http://www.xs4all.nl/~peterned/3d/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_3.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://www.andrew-hoyer.com/experiments/cloth" target="_blank">Cloth Simulation</a></h3>
<p><a href="http://www.andrew-hoyer.com/experiments/cloth" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_4.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://fokistudios.com/etchaphysics/" target="_blank">etchaPhysics</a></h3>
<p><a href="http://fokistudios.com/etchaphysics/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_7.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://www.addyosmani.com/resources/googlebox/" target="_blank">Google Images Gift Box &#8211; CSS 3D example</a></h3>
<p><a href="http://www.addyosmani.com/resources/googlebox/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_5.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://spielzeugz.de/html5/liquid-particles.html" target="_blank">Liquid Particles</a></h3>
<p><a href="http://spielzeugz.de/html5/liquid-particles.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_1.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://www.professorcloud.com/mainsite/canvas-nebula.htm" target="_blank">HTML5 Canvas Nebula</a></h3>
<p><a href="http://www.professorcloud.com/mainsite/canvas-nebula.htm" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_11.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://mrdoob.com/projects/chromeexperiments/ball_pool/" target="_blank">Ball Pool</a></h3>
<p><a href="http://mrdoob.com/projects/chromeexperiments/ball_pool/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_9.jpg" alt="html5 demos" /></a></p>
<h3><a href="http://bomomo.com/" target="_blank">Bomomo</a></h3>
<p><a href="http://bomomo.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/06/html5_demos_10.jpg" alt="html5 demos" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/inspiration/10-html5-demos-to-make-you-forget-about-flash/feed</wfw:commentRss>
		<slash:comments>73</slash:comments>
		</item>
		<item>
		<title>13 Pure CSS Techniques for Creating JavaScript-like Interactions</title>
		<link>http://webdesignledger.com/tutorials/13-pure-css-techniques-for-creating-javascript-like-interactions</link>
		<comments>http://webdesignledger.com/tutorials/13-pure-css-techniques-for-creating-javascript-like-interactions#comments</comments>
		<pubDate>Tue, 18 May 2010 07:55:22 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=5262</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5262&c=363993765' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5262&c=363993765' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />We all know that JavaScript allows us to do great things when it comes to user interfaces, but with a little imagination and creativity, the same types of effects can be created with only CSS. Here are 13 tutorials that teach you how to push the limits of CSS and make it do things that [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5262&c=1452584716' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=5262&c=1452584716' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>We all know that JavaScript allows us to do great things when it comes to user interfaces, but with a little imagination and creativity, the same types of effects can be created with only CSS. Here are 13 tutorials that teach you how to push the limits of CSS and make it do things that we&#8217;re not accustomed to it doing. You&#8217;ll notice that some of these techniques can be very useful, while others are simple for proving it can be done.<span id="more-5262"></span></p>
<h3><a href="http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery" target="_blank">How To Create a Pure CSS Polaroid Photo Gallery</a></h3>
<p><a href="http://line25.com/tutorials/how-to-create-a-pure-css-polaroid-photo-gallery" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_5.jpg" alt="css only" /></a></p>
<h3><a href="http://www.admixweb.com/2010/05/12/creating-a-bubble-coda-style-with-css3/" target="_blank">Creating a Bubble Coda Style with CSS3</a></h3>
<p><a href="http://www.admixweb.com/2010/05/12/creating-a-bubble-coda-style-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_1.jpg" alt="css only" /></a></p>
<h3><a href="http://www.fofronline.com/2009-06/accordion-using-only-css/" target="_blank">Accordion using only CSS</a></h3>
<p><a href="http://www.fofronline.com/2009-06/accordion-using-only-css/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_8.jpg" alt="css only" /></a></p>
<h3><a href="http://www.admixweb.com/2010/03/08/how-to-create-a-fancy-image-gallery-with-css3/" target="_blank">How to Create a Fancy Image Gallery with CSS3</a></h3>
<p><a href="http://www.admixweb.com/2010/03/08/how-to-create-a-fancy-image-gallery-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_9.jpg" alt="css only" /></a></p>
<h3><a href="http://www.kamikazemusic.com/quick-tips/css3-hover-tabs-without-javascript/" target="_blank">CSS3 Hover Tabs without JavaScript</a></h3>
<p><a href="http://www.kamikazemusic.com/quick-tips/css3-hover-tabs-without-javascript/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_10.jpg" alt="css only" /></a></p>
<h3><a href="http://www.nealgrosskopf.com/tech/thread.php?pid=45" target="_blank">Create a JQuery Content Slider Using Pure CSS</a></h3>
<p><a href="http://www.nealgrosskopf.com/tech/thread.php?pid=45" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_3.jpg" alt="css only" /></a></p>
<h3><a href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/" target="_blank">How to Create a Valid Non-Javascript Lightbox</a></h3>
<p><a href="http://carsonified.com/blog/design/css/how-to-create-a-valid-non-javascript-lightbox/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_2.jpg" alt="css only" /></a></p>
<h3><a href="http://cssglobe.com/post/1272/pure-css-data-chart" target="_blank">Pure Css Data Chart</a></h3>
<p><a href="http://cssglobe.com/post/1272/pure-css-data-chart" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_4.jpg" alt="css only" /></a></p>
<h3><a href="http://aext.net/2009/11/bubble-effect-with-css/" target="_blank">Bubble Effect with CSS</a></h3>
<p><a href="http://aext.net/2009/11/bubble-effect-with-css/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_7.jpg" alt="css only" /></a></p>
<h3><a href="http://css-tricks.com/video-screencasts/82-css-image-switcher/" target="_blank">CSS Image Switcher</a></h3>
<p><a href="http://css-tricks.com/video-screencasts/82-css-image-switcher/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_11.jpg" alt="css only" /></a></p>
<h3><a href="http://cssglobe.com/post/4175/pure-css-line-graph" target="_blank">Pure Css Line Graph</a></h3>
<p><a href="http://cssglobe.com/post/4175/pure-css-line-graph" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_6.jpg" alt="css only" /></a></p>
<h3><a href="http://www.skyrocketlabs.com/articles/css3-web-form-hints.php" target="_blank">CSS Image Switcher</a></h3>
<p><a href="http://www.skyrocketlabs.com/articles/css3-web-form-hints.php" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_12.jpg" alt="css only" /></a></p>
<h3><a href="http://mattbango.com/notebook/web-development/pure-css-timeline/" target="_blank">Pure CSS Timeline</a></h3>
<p><a href="http://mattbango.com/notebook/web-development/pure-css-timeline/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/05/css_only_13.jpg" alt="css only" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tutorials/13-pure-css-techniques-for-creating-javascript-like-interactions/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>15 Useful HTML5 Tutorials and Cheat Sheets</title>
		<link>http://webdesignledger.com/tutorials/15-useful-html5-tutorials-and-cheat-sheets</link>
		<comments>http://webdesignledger.com/tutorials/15-useful-html5-tutorials-and-cheat-sheets#comments</comments>
		<pubDate>Wed, 28 Apr 2010 05:03:31 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[cheatsheet]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=4942</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4942&c=1931453270' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4942&c=1931453270' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />HTML5 is giving web designers and developers new capabilities that were things of fantasy with previous versions of HTML. Web pages will now be more semantic with the use of structure specific tags. Visual elements like rounded corners are now built in, and so is the ability to create drag and drop interactivity. Even though [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4942&c=1215907174' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4942&c=1215907174' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>HTML5 is giving web designers and developers new capabilities that were things of fantasy with previous versions of HTML. Web pages will now be more semantic with the use of structure specific tags. Visual elements like rounded corners are now built in, and so is the ability to create drag and drop interactivity. Even though HTML5 is not fully supported in major browsers, there are those that are pushing forward and experimenting with its new features. In an effort to encourage you to do the same and to prepare you for the future, we&#8217;ve rounded up <strong>15 useful HTML5 tutorials and cheat sheets</strong>.<span id="more-4942"></span></p>
<h4>Tutorials</h4>
<h3><a href="http://sixrevisions.com/web-development/html5-iphone-app/" target="_blank">How to Make an HTML5 iPhone App</a></h3>
<p><a href="http://sixrevisions.com/web-development/html5-iphone-app/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_3.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://inspectelement.com/tutorials/code-a-backwards-compatible-one-page-portfolio-with-html5-and-css3/" target="_blank">Code a Backwards Compatible, One Page Portfolio with HTML5 and CSS3</a></h3>
<p><a href="http://inspectelement.com/tutorials/code-a-backwards-compatible-one-page-portfolio-with-html5-and-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_8.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5" target="_blank">Design &#038; Code a Cool iPhone App Website in HTML5</a></h3>
<p><a href="http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_10.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" target="_blank">Coding A HTML 5 Layout From Scratch</a></h3>
<p><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_1.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/" target="_blank">HTML 5 and CSS 3: The Techniques You’ll Soon Be Using </a></h3>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/html-5-and-css-3-the-techniques-youll-soon-be-using/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_2.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms" target="_blank">Have a Field Day with HTML5 Forms</a></h3>
<p><a href="http://24ways.org/2009/have-a-field-day-with-html5-forms" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_6.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://html5doctor.com/designing-a-blog-with-html5/" target="_blank">Designing a blog with html5</a></h3>
<p><a href="http://html5doctor.com/designing-a-blog-with-html5/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_7.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://www.pvmgarage.com/en/2010/04/touch-the-future-create-an-elegant-website-with-hmtl-5-and-css3/" target="_blank">Touch The Future: Create An Elegant Website With HTML 5 And CSS3</a></h3>
<p><a href="http://www.pvmgarage.com/en/2010/04/touch-the-future-create-an-elegant-website-with-hmtl-5-and-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_5.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://orderedlist.com/our-writing/resources/html-css/structural-tags-in-html5/" target="_blank">Structural Tags in HTML5</a></h3>
<p><a href="http://orderedlist.com/our-writing/resources/html-css/structural-tags-in-html5/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_4.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://tutorialzine.com/2010/02/html5-css3-website-template/" target="_blank">Coding a CSS3 &#038; HTML5 One-Page Website Template</a></h3>
<p><a href="http://tutorialzine.com/2010/02/html5-css3-website-template/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_9.jpg" alt="html5 tutorial" /></a></p>
<h3><a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-make-all-browsers-render-html5-mark-up-correctly-even-ie6/" target="_blank">How to Make All Browsers Render HTML5 Mark-up Correctly – Even IE6</a></h3>
<p><a href="http://line25.com/tutorials/design-and-code-a-cool-iphone-app-website-in-html5" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_11.jpg" alt="html5 tutorial" /></a></p>
<h4>Cheat Sheets</h4>
<h3><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/" target="_blank">HTML 5 Cheat Sheet</a></h3>
<p><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_1.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank">HTML 5 Visual Cheat Sheet</a></h3>
<p><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_8.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" target="_blank">HTML5 Canvas Cheat Sheet</a></h3>
<p><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_4.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://adactio.com/extras/pocketbooks/html5/" target="_blank">HTML 5 Pocket Book</a></h3>
<p><a href="http://adactio.com/extras/pocketbooks/html5/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/html5_tutorials_12.jpg" alt="html5 tutorial" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tutorials/15-useful-html5-tutorials-and-cheat-sheets/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>12 Excellent CSS3 Button and Menu Techniques</title>
		<link>http://webdesignledger.com/tutorials/12-excellent-css3-button-and-menu-techniques</link>
		<comments>http://webdesignledger.com/tutorials/12-excellent-css3-button-and-menu-techniques#comments</comments>
		<pubDate>Fri, 23 Apr 2010 04:59:34 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=4856</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4856&c=1820738485' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4856&c=1820738485' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />CSS3 is changing how we build websites. Even though many of us are still reluctant to start using CSS3 due to the lack of support in some browsers, there are those out there that are moving forward and doing some amazing stuff with its cool new features. No longer will we have to rely on [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4856&c=2038062204' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=4856&c=2038062204' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>CSS3 is changing how we build websites. Even though many of us are still reluctant to start using CSS3 due to the lack of support in some browsers, there are those out there that are moving forward and doing some amazing stuff with its cool new features. No longer will we have to rely on so much JavaScript and images to create nice looking website elements such as buttons and menu <a href="http://webdesignledger.com/inspiration/30-website-navigations-that-make-you-wanna-click-it">navigations</a>. So, in order to encourage you to start experimenting with CSS3, we&#8217;ve rounded up <strong>12 excellent CSS3 button and menu techniques</strong>.<span id="more-4856"></span></p>
<h3><a href="http://www.zurb.com/playground/google-buttons" target="_blank">Roll Your Own Google Buttons</a></h3>
<p><a href="http://www.zurb.com/playground/google-buttons" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_2.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://css-tricks.com/examples/CSSTabs/#box-fifteen" target="_blank">CSS3-Only Tabbed Area</a></h3>
<p><a href="http://www.tobypitman.com/jquery-style-menu-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_10.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.zurb.com/playground/radioactive-buttons" target="_blank">Radioactive Buttons</a></h3>
<p><a href="http://www.zurb.com/playground/radioactive-buttons" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_3.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://westciv.com/style_master/blog/apples-navigation-bar-using-only-css" target="_blank">Apple’s Navigation bar using only CSS</a></h3>
<p><a href="http://westciv.com/style_master/blog/apples-navigation-bar-using-only-css" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_8.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://line25.com/tutorials/how-to-build-a-simple-button-with-css-image-sprites" target="_blank">How to Build a Simple Button with CSS Image Sprites</a></h3>
<p><a href="http://line25.com/tutorials/how-to-build-a-simple-button-with-css-image-sprites" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_4.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://naioo.com/blog/creating-dynamic-buttons-with-css3/" target="_blank">Creating Dynamic Buttons With CSS3</a></h3>
<p><a href="http://naioo.com/blog/creating-dynamic-buttons-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_12.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.pvmgarage.com/en/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/" target="_blank">How To Create Depth And Nice 3D Ribbons Only Using CSS3</a></h3>
<p><a href="http://www.pvmgarage.com/en/2010/01/how-to-create-depth-and-nice-3d-ribbons-only-using-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_5.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://zubeta.com/css3-menu-demo.html" target="_blank">CSS3 Chunky Menu</a></h3>
<p><a href="http://zubeta.com/css3-menu-demo.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_6.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank">CSS3 Dropdown Menu</a></h3>
<p><a href="http://www.webdesignerwall.com/tutorials/css3-dropdown-menu/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_7.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://papermashup.com/pretty-css3-buttons/" target="_blank">Pretty CSS3 Buttons</a></h3>
<p><a href="http://papermashup.com/pretty-css3-buttons/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_1.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.tobypitman.com/jquery-style-menu-with-css3/" target="_blank">jQuery style menu with CSS3</a></h3>
<p><a href="http://www.tobypitman.com/jquery-style-menu-with-css3/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_9.jpg" alt="css3 buttons" /></a></p>
<h3><a href="http://www.skyrocketlabs.com/categories/tutorials/css3-only-horizontal-dropline-tab-menu/demo/index.html" target="_blank">CSS3-only horizontal drop line tab menu</a></h3>
<p><a href="http://www.skyrocketlabs.com/categories/tutorials/css3-only-horizontal-dropline-tab-menu/demo/index.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/04/css3_nav_11.jpg" alt="css3 buttons" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tutorials/12-excellent-css3-button-and-menu-techniques/feed</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>The Most Common HTML and CSS Mistakes to Avoid</title>
		<link>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid</link>
		<comments>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid#comments</comments>
		<pubDate>Tue, 16 Feb 2010 05:27:46 +0000</pubDate>
		<dc:creator>Shannon Noack</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=3746</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3746&c=1528672510' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3746&c=1528672510' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />Beginners through advanced coders make mistakes in their HTML and CSS files, either through carelessness or lack of experience. Clean code is very important though and will help further your skills as a developer, as well as save you time in editing later on! It never hurts to review if you&#8217;re a skilled developer, many [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3746&c=1612297212' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3746&c=1612297212' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>Beginners through advanced coders make mistakes in their HTML and <a href="http://webdesignledger.com/tag/css">CSS</a> files, either through carelessness or lack of experience. <a href="http://webdesignledger.com/tools/20-tools-for-quick-and-clean-code-development">Clean code</a> is very important though and will help further your skills as a developer, as well as save you time in editing later on! It never hurts to review if you&#8217;re a skilled developer, many mistakes are caused by going too quickly and not practicing good coding skills from the beginning. Here&#8217;s a helpful list of common mistakes and missteps that I&#8217;ve encountered through my own work, as well as working with others.<span id="more-3746"></span></p>
<h2>HTML Mistakes</h2>
<h3>Forgetting to Close a Tag</h3>
<p>This is very common, especially in beginners. Several tags require closing tags such as divs, strong tags, and links to name a few. Other tags require a closing slash to end the line such as an img tag.</p>
<pre>
<code>&lt;div&gt;Text inside the div.&lt;/div&gt;</code>
</pre>
<pre>
<code>&lt;img src="images/imagename.jpg" /&gt;</code>
</pre>
<h3>Incorrect DOCTYPE</h3>
<p>HTML requires that you start out the document with the <a href="http://www.w3schools.com/tags/tag_DOCTYPE.asp">correct DOCTYPE declaration</a>. It needs to be before anything else in the code, starting the document by declaring what type of HTML you&#8217;re using. Here&#8217;s the DOCTYPE for XHTML 1.0 Transitional.</p>
<pre>
<code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;</code>
</pre>
<h3>Improperly nesting tags</h3>
<p>It&#8217;s very important to open and close tags in the proper order. Once something (for example a div) has opened, it must close before anything above it can close. The following is incorrect.</p>
<pre>
<code>&lt;div&gt;&lt;strong&gt;text&lt;/div&gt;&lt;/strong&gt;</code>
</pre>
<h3>Capitalizing tags</h3>
<p>This is just considered bad practice, but won&#8217;t result in your code not being validated. You should always use lowercase for tags like divs, links, and images. The following is incorrect. </p>
<pre>
<code>&lt;DIV&gt;&lt;/DIV&gt;</code>
</pre>
<h3>Forgetting to open or close quotes</h3>
<p>I&#8217;ve seen this a lot in beginners and will result in broken code and things not functioning properly. HTML requires double quotes that open and close correctly. Here&#8217;s an example of correct usage.</p>
<pre>
<code>&lt;img src="images/headerimage.jpg" /&gt;</code>
</pre>
<h3>Using Inline Styles</h3>
<p>This is another one that is considered bad practice. Inline styles do work but will result in headaches later on! Items should be styled globally through an external stylesheet. It will be much easier to edit and add styles to in the future. An example of inline styles:</p>
<pre>
<code>&lt;a href="link.html" style="color: #000; text-decoration: none;"&gt;link name&lt;/a&gt;</code>
</pre>
<h3>Not Encoding Special Characters</h3>
<p>Characters like &#8220;&copy;&#8221; and &#8220;&amp;&#8221; should be shown with the proper HTML code for the character. <a href="http://rabbit.eng.miami.edu/info/htmlchars.html">Here&#8217;s a great list of characters</a> and their HTML counterparts that you should use.</p>
<h3>Confusing Classes and Ids</h3>
<p>Classes are for items that are used more than once on one page. This can be a link style that you&#8217;ll call in multiple times on one page but doesn&#8217;t follow the global link styling. Ids are items that are called in just once, like the header div. Classes and ids are often overused and used in unnecessary places as well. Stick to the minimum amount of classifications that you need.</p>
<h2>CSS</h2>
<h3>Forgetting to Close Things Properly</h3>
<p>Each div or item called in starts with the opening curly bracket and ends with the closing curly bracket. Each style called in needs to end with a semicolon. The last declaration within an item doesn&#8217;t need a semicolon, but it&#8217;s best to use it in case you plan on adding more items later on, you may forget to add it back in. An example of proper use:
</p>
<pre>
<code>#divname {
width: 40px;
height: 30px;
}</code>
</pre>
<p>Condensing your stylesheet and putting all declarations for a div on one line is up for debate. I prefer to put each declaration on its own line, I think it&#8217;s easier to edit that way, but some may say that it just produces longer code.</p>
<h3>Not Using Global Styles</h3>
<p>Many things should be styled globally like paragraph and heading styles for text as well as link styles. This will reduce the risk of mistakes and will also cut down on the amount of code in your stylesheet.</p>
<h3>Not Using Unique Names for Ids and Classes</h3>
<p>It&#8217;s very important to choose names that are unique so that it&#8217;s easy to edit later on, and easy to identify in your stylesheet. Name your divs specific things like #home-left-column which is better than just #left.</p>
<h3>Not Using Shorthand Code</h3>
<p>Shorthand code is another way to condense your stylesheet, which is helpful for speeding up user load times as well as finding things when you&#8217;re editing later on. Instead of calling in padding-top, -left, -bottom, and -right you can just use:</p>
<pre>
<code>padding: 5px 10px 0 10px;</code>
</pre>
<p>Shorthand code can be used for many declarations including: padding, margin, border, and font.</p>
<h3>Not Using Shortened Color Declarations</h3>
<p>Hex numbers that repeat like #ffffff and #000000 can be condensed to #fff and #000. This is another way to condense your code and keep things short and easy to look at.</p>
<h3>Incorrectly Using Positioning</h3>
<p><a href="http://www.w3schools.com/Css/css_positioning.asp">Positioning</a> is tough to understand when you&#8217;re first starting out with CSS. Your choices are static, relative, absolute, and fixed. Static is the default option and is positioned according to the normal page flow. A relative item is positioned relative to itself, meaning you can move it up, down, left or right, based on where it would normally sit. Absolute allows you to place an item anywhere on the page, and is the most misused positioning statement. The values you set for it will be relative to the last parent item with relative or absolute, and if there aren&#8217;t any, it defaults back to the html tag, allowing you to position it anywhere by declaring top left right or bottom values. Fixed is positioned relative to the browser window, so an item will stay in place if a user has to scroll. Learning how to use positioning correctly is important, but shouldn&#8217;t be used excessively. I rarely use these at all in my stylesheets.</p>
<h2>Validate</h2>
<p>Validating your <a href="http://validator.w3.org/">HTML</a> and <a href="http://jigsaw.w3.org/css-validator/">CSS</a> files will help in reducing errors and figuring out where a problem might be coming from. Your website may function correctly with some of the common HTML and CSS mistakes, but it doesn&#8217;t make it good practice or valid code. The validator will help identify these problems and you&#8217;ll be able to adjust the way you code for the future.</p>
<h2>More Resources</h2>
<ul>
<li><a href="http://www.csulb.edu/divisions/students/dss/accessibility/web/webaim-12comm.html">12 Common HTML Mistakes</a></li>
<li><a href="http://www.devirtuoso.com/2009/06/10-html-mistakes-that-should-be-avoided/">10 HTML Mistakes that Should be Avoided</a></li>
<li><a href="http://www.designdetector.com/2006/06/ten-common-css-mistakes.php">Ten Common CSS Mistakes</a></li>
<li><a href="http://www.dustindiaz.com/css-shorthand/">CSS Shorthand Guide</a></li>
<li><a href="http://css-tricks.com/css-beginner-mistakes-1/">CSS Beginner Mistakes</a></li>
<li><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet-version-1/">CSS Cheat Sheet</a></li>
</ul>
<p>Many of us are guilty of these HTML and CSS errors, myself included! We can only strive to learn from our mistakes and practice better coding in the future. Cleaning up your code will help you further your coding skills and allow you to create better sites with more functionality for your users.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tips/the-most-common-html-and-css-mistakes-to-avoid/feed</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>14 Helpful Cheat Sheets for Front-end Web Development</title>
		<link>http://webdesignledger.com/resources/14-helpful-cheat-sheets-for-front-end-web-development</link>
		<comments>http://webdesignledger.com/resources/14-helpful-cheat-sheets-for-front-end-web-development#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:44:59 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=3106</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3106&c=1365238820' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3106&c=1365238820' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />For web developers and designers, it can be difficult to memorize the syntax for multiple programming languages and frameworks, especially since they are always evolving and growing. This is where cheat sheets come in handy. Most cheat sheets are designed to be printer friendly, so you can have them laying around on your desk as [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3106&c=621549974' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=3106&c=621549974' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>For web developers and designers, it can be difficult to memorize the syntax for multiple programming languages and frameworks, especially since they are always evolving and growing. This is where cheat sheets come in handy. Most cheat sheets are designed to be printer friendly, so you can have them laying around on your desk as quick reference cards. Here is a collection of useful cheat sheets specifically for front end web development that will help you with HTML, <a href="http://webdesignledger.com/tag/jquery">JavaScript</a>, and <a href="http://webdesignledger.com/tag/css">CSS</a>.<span id="more-3106"></span></p>
<h2>HTML</h2>
<h3><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/" target="_blank">HTML 5 Cheat Sheet</a></h3>
<p><a href="http://www.smashingmagazine.com/2009/07/06/html-5-cheat-sheet-pdf/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_1.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank">HTML 5 Visual Cheat Sheet</a></h3>
<p><a href="http://woorkup.com/2009/12/16/html5-visual-cheat-sheet-reloaded/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_8.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://www.elizabethcastro.com/html/extras/xhtml_ref.html" target="_blank">(X)HTML Elements and Attributes</a></h3>
<p><a href="http://www.elizabethcastro.com/html/extras/xhtml_ref.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_2.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/" target="_blank">HTML Cheat Sheet</a></h3>
<p><a href="http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_3.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" target="_blank">HTML5 Canvas Cheat Sheet</a></h3>
<p><a href="http://blog.nihilogic.dk/2009/02/html5-canvas-cheat-sheet.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_4.jpg" alt="cheat sheet" /></a></p>
<h2>CSS</h2>
<h3><a href="http://woorkup.com/2009/10/02/css2-visual-cheat-sheet/" target="_blank">CSS Level 2 Visual Cheat Sheet</a></h3>
<p><a href="http://woorkup.com/2009/10/02/css2-visual-cheat-sheet/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_14.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/" target="_blank">CSS 3 Cheat Sheet</a></h3>
<p><a href="http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_5.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/" target="_blank">CSS Cheat Sheet (V2)</a></h3>
<p><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_6.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://lesliefranke.com/files/reference/csscheatsheet.html" target="_blank">CSS Cheat Sheet</a></h3>
<p><a href="http://lesliefranke.com/files/reference/csscheatsheet.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_7.jpg" alt="cheat sheet" /></a></p>
<h2>JavaScript</h2>
<h3><a href="http://www.futurecolors.ru/jquery/" target="_blank">jQuery 1.4 API Cheat Sheet</a></h3>
<p><a href="http://www.futurecolors.ru/jquery/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_9.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://labs.impulsestudios.ca/jquery-cheat-sheet" target="_blank">jQuery 1.4 Cheat Sheet</a></h3>
<p><a href="http://labs.impulsestudios.ca/jquery-cheat-sheet" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_10.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://woork.blogspot.com/2009/09/jquery-visual-cheat-sheet.html" target="_blank">jQuery 1.4 Cheat Sheet</a></h3>
<p><a href="http://woork.blogspot.com/2009/09/jquery-visual-cheat-sheet.html" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_11.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/" target="_blank">mootools 1.2 cheat sheet</a></h3>
<p><a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_12.jpg" alt="cheat sheet" /></a></p>
<h3><a href="http://www.addedbytes.com/download/javascript-cheat-sheet-v1/png/" target="_blank">JavaScript Cheat Sheet</a></h3>
<p><a href="http://www.addedbytes.com/download/javascript-cheat-sheet-v1/png/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2010/01/cheat_sheet_13.jpg" alt="cheat sheet" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/resources/14-helpful-cheat-sheets-for-front-end-web-development/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>11 Useful Online Tools for Better CSS Development</title>
		<link>http://webdesignledger.com/tools/11-useful-online-tools-for-better-css-development</link>
		<comments>http://webdesignledger.com/tools/11-useful-online-tools-for-better-css-development#comments</comments>
		<pubDate>Mon, 30 Nov 2009 18:28:29 +0000</pubDate>
		<dc:creator>Henry Jones</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://webdesignledger.com/?p=2115</guid>
		<description><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2115&c=662183101' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2115&c=662183101' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br />Whether you&#8217;re a CSS pro or just learning, it&#8217;s important to have a good set of tools to speed up and simplify your development. What makes the web so great now, is that many valuable tools can be found online and used inside your browser. Here are 11 online CSS tools that should be a [...]]]></description>
			<content:encoded><![CDATA[<a href='http://rss.buysellads.com/click.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2115&c=395463120' target='_blank'><img src='http://rss.buysellads.com/img.php?z=1260035&k=41a9fc188355b6ab15f5fc023749ebc5&a=2115&c=395463120' border='0' alt='' /></a><p><a href='http://buysellads.com/buy/sitedetails/pubkey/41a9fc188355b6ab15f5fc023749ebc5/zone/1260035' target='_blank'>Advertise here with BSA</a></p><br /><p>Whether you&#8217;re a CSS pro or just learning, it&#8217;s important to have a good set of tools to speed up and simplify your development. What makes the web so great now, is that many valuable tools can be found online and used inside your browser. Here are 11 online CSS tools that should be a huge help to your CSS development.<span id="more-2115"></span></p>
<h3><a href="http://grid.mindplay.dk" target="_blank">Grid Designer</a></h3>
<p><a href="http://grid.mindplay.dk" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_1.jpg" alt="css tools" /></a></p>
<p>Grid Designer is an easy to use tool that lets you quickly create complex grid layouts.</p>
<h3><a href="http://drawter.com/" target="_blank">Drawter</a></h3>
<p><a href="http://drawter.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_2.jpg" alt="css tools" /></a></p>
<p>Drawter Beta 2 is a tool written in JavaScript and based on jQuery library. It provides you the possibility to literally draw your website&#8217;s code. It runs on every single web-browser which makes it really useful and helpful. Each tag is presented as a layer you have drawn.</p>
<h3><a href="http://builder.yaml.de/" target="_blank">YAML Builder</a></h3>
<p><a href="http://builder.yaml.de/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_3.jpg" alt="css tools" /></a></p>
<p>The YAML Builder is a tool for visually creating YAML-based CSS layouts.  It allows for the setting of basic layout characteristics like the number and positioning of the content columns, as well as the dynamic creation of grid-based layouts by dragging and dropping subtemplates.</p>
<h3><a href="http://kematzy.com/blueprint-generator/" target="_blank">Blueprint Grid CSS Generator</a></h3>
<p><a href="http://kematzy.com/blueprint-generator/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_4.jpg" alt="css tools" /></a></p>
<p>This tool will help you generate more flexible versions of Blueprint&#8217;s grid.css and compressed.css and grid.png files. Whether you prefer 8, 10,16 or 24 columns in your design, this generator now enables you that flexibility with Blueprint.</p>
<h3><a href="http://www.lonniebest.com/FormatCSS/" target="_blank">Format CSS</a></h3>
<p><a href="http://www.lonniebest.com/FormatCSS/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_5.jpg" alt="css tools" /></a></p>
<p>This tool lets you paste your css into a field and returns a formatted version based on various settings that you specify.</p>
<h3><a href="http://www.csstypeset.com/" target="_blank">CSS Type Set</a></h3>
<p><a href="http://www.csstypeset.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_6.jpg" alt="css tools" /></a></p>
<p>CSS Type Set allows you to enter text and then experiment with various settings such as font, font size, color and more to see what your css text will look like.</p>
<h3><a href="http://www.cleancss.com/" target="_blank">Clean CSS</a></h3>
<p><a href="http://www.cleancss.com/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_7.jpg" alt="css tools" /></a></p>
<p>CleanCSS is a powerful CSS optimizer and formatter. Basically, it takes your CSS code and makes it cleaner and more concise. </p>
<h3><a href="http://developer.yahoo.com/yui/grids/builder/" target="_blank">YUI CSS Grid Builder</a></h3>
<p><a href="http://developer.yahoo.com/yui/grids/builder/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_8.jpg" alt="css tools" /></a></p>
<p>CSS Grid Builder is part of Yahoo!&#8217;s YUI Library. It&#8217;s a simple interface for Grids customization.</p>
<h3><a href="http://www.typetester.org/" target="_blank">Typetester</a></h3>
<p><a href="http://www.typetester.org/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_9.jpg" alt="css tools" /></a></p>
<p>Typetester gives you lots of settings to create side-by-side comparisons of on screen text, and then grab the CSS for the one you like.</p>
<h3><a href="http://lab.xms.pl/css-generator/" target="_blank">CSS Frame Generator</a></h3>
<p><a href="http://lab.xms.pl/css-generator/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_10.jpg" alt="css tools" /></a></p>
<p>CSS Frame Generator allows you to paste your XHTML code into a text area and it converts it into a CSS Frame layout.</p>
<h3><a href="http://jigsaw.w3.org/css-validator/" target="_blank">W3C CSS Validation Service</a></h3>
<p><a href="http://jigsaw.w3.org/css-validator/" target="_blank"><img src="http://webdesignledger.com/wp-content/uploads/2009/11/css_tools_11.jpg" alt="css tools" /></a></p>
<p>If you haven&#8217;t heard of the W3C CSS Validation Service, you should start using it. It is a great and easy way to make sure your CSS and XHTML is valid.</p>
]]></content:encoded>
			<wfw:commentRss>http://webdesignledger.com/tools/11-useful-online-tools-for-better-css-development/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>

