<?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>100% Fresh Blog &#187; HTML</title>
	<atom:link href="http://www.c2gps.com/blog/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.c2gps.com/blog</link>
	<description>Tips, News, and Tricks of the Trade</description>
	<lastBuildDate>Fri, 09 Dec 2011 15:37:58 +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>HTML5, CSS3 and jQuery</title>
		<link>http://www.c2gps.com/blog/2010/12/14/html5-css3-and-jquery/</link>
		<comments>http://www.c2gps.com/blog/2010/12/14/html5-css3-and-jquery/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 05:36:46 +0000</pubDate>
		<dc:creator>James Conway</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Standards-Based Web Design]]></category>

		<guid isPermaLink="false">http://www.c2gps.com/blog/?p=2717</guid>
		<description><![CDATA[A repost of the links from my HTML5, CSS3 and jQuery Presentation A very short history of the web &#8211; from basic text to the equivalent of the printed page http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html http://web.archive.org/web/19961017235908/http://www2.yahoo.com/ http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/ http://www.csszengarden.com/?cssfile=/206/206.css&#38;page=0 Examples of HTML5, CSS3 and Javascript &#8211; applications in the browser window http://html5advent.com/ http://www.apple.com/html5/ http://radikalfx.com/files/collage/demo.html http://www.kesiev.com/akihabara/ http://htmlfive.appspot.com/static/gifter.html http://mrdoob.com/projects/harmony/ http://html5demos.com/ HTML5 references [...]]]></description>
			<content:encoded><![CDATA[<p>A repost of the links from my HTML5, CSS3 and jQuery Presentation</p>
<p><strong>A very short history of the web &#8211; from basic text to the equivalent of the printed page</strong></p>
<p><a href="http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html">http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html</a></p>
<p><a href="http://web.archive.org/web/19961017235908/http://www2.yahoo.com/">http://web.archive.org/web/19961017235908/http://www2.yahoo.com/</a></p>
<p><a href="http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/">http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/</a></p>
<p><a href="http://www.csszengarden.com/?cssfile=/206/206.css&amp;page=0">http://www.csszengarden.com/?cssfile=/206/206.css&amp;page=0</a></p>
<p><strong>Examples of HTML5, CSS3 and Javascript &#8211; applications in the browser window</strong></p>
<p><a href="http://html5advent.com/">http://html5advent.com/</a></p>
<p><a href="http://www.apple.com/html5/">http://www.apple.com/html5/</a></p>
<p><a href="http://radikalfx.com/files/collage/demo.html">http://radikalfx.com/files/collage/demo.html</a></p>
<p><a href="http://www.kesiev.com/akihabara/">http://www.kesiev.com/akihabara/</a></p>
<p><a href="http://htmlfive.appspot.com/static/gifter.html">http://htmlfive.appspot.com/static/gifter.html</a></p>
<p><a href="http://mrdoob.com/projects/harmony/">http://mrdoob.com/projects/harmony/</a></p>
<p><a href="http://html5demos.com/">http://html5demos.com/</a></p>
<p><strong>HTML5 references and browser capability resources</strong></p>
<p><a href="http://diveintohtml5.org/">http://diveintohtml5.org/</a></p>
<p><a href="http://www.w3schools.com/html5/html5_reference.asp">http://www.w3schools.com/html5/html5_reference.asp</a></p>
<p><a href="http://caniuse.com/">http://caniuse.com/</a></p>
<p><a href="http://beta.html5test.com/">http://beta.html5test.com/</a></p>
<p><a href="http://www.findmebyip.com/">http://www.findmebyip.com/</a></p>
<p><a href="http://www.findmebyip.com/litmus/">http://www.findmebyip.com/litmus/</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)">http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)">http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)</a></p>
<p><a href="http://html5demos.com/">http://html5demos.com/</a></p>
<p><strong>HTML5 &amp; CSS3 feature detection and Javascript browser enhancement </strong></p>
<p><a href="http://www.modernizr.com/">http://www.modernizr.com/</a></p>
<p><a href="http://diveintohtml5.org/detect.html">http://diveintohtml5.org/detect.html</a></p>
<p><a href="http://remysharp.com/2009/01/07/html5-enabling-script/">http://remysharp.com/2009/01/07/html5-enabling-script/</a></p>
<p><a href="http://css3please.com/">http://css3please.com/</a></p>
<p><a href="http://www.fontsquirrel.com/fontface/generator">http://www.fontsquirrel.com/fontface/generator</a></p>
<p><strong>Exercise showing the new HTML5 semantic tags in use</strong></p>
<p><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/</a></p>
<p><strong>New HTML5 Attributes</strong></p>
<p><a href="http://www.w3schools.com/html5/html5_ref_standardattributes.asp">http://www.w3schools.com/html5/html5_ref_standardattributes.asp</a></p>
<p><strong>New HTML5 Events</strong></p>
<p><a href="http://www.w3schools.com/html5/html5_ref_eventattributes.asp">http://www.w3schools.com/html5/html5_ref_eventattributes.asp</a></p>
<p><strong>New HTML5 Form Elements, Types and Attributes</strong><br />
<em>(Note: Only the Opera browser currently has a noticeable amount of support for these new features)</em></p>
<p><a href="http://people.opera.com/brucel/demo/html5-forms-demo.html">http://people.opera.com/brucel/demo/html5-forms-demo.html</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_input_types.asp">http://www.w3schools.com/html5/html5_form_input_types.asp</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_elements.asp">http://www.w3schools.com/html5/html5_form_elements.asp</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_attributes.asp">http://www.w3schools.com/html5/html5_form_attributes.asp</a></p>
<p><strong>Geolocation</strong><br />
<em>(Note: these demos are only useable on mobile devices for the most part)</em></p>
<p><a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">http://www.html5rocks.com/tutorials/geolocation/trip_meter/</a></p>
<p><a href="http://www.drdobbs.com/web-development/225600440">http://www.drdobbs.com/web-development/225600440</a></p>
<p><a href="http://developer.practicalecommerce.com/articles/2066-An-Introduction-to-HTML5-Geolocation">http://developer.practicalecommerce.com/articles/2066-An-Introduction-to-HTML5-Geolocation</a></p>
<p><strong>Local Storage</strong></p>
<p><a href="http://www.html5rocks.com/tutorials/webdatabase/todo/">http://www.html5rocks.com/tutorials/webdatabase/todo/</a></p>
<p><strong>Session Storage</strong></p>
<p><a href="http://demos.w3avenue.com/html5-unleashed-tips-tricks-and-techniques/sample-09-sessionstorage-demo.html">http://demos.w3avenue.com/html5-unleashed-tips-tricks-and-techniques/sample-09-sessionstorage-demo.html</a></p>
<p><strong>Web Workers</strong></p>
<p><a href="http://html5demos.com/worker">http://html5demos.com/worker</a></p>
<p><a href="http://www.drdobbs.com/web-development/225701170">http://www.drdobbs.com/web-development/225701170</a></p>
<p><strong>HTML5 Audio Tag</strong></p>
<p><a href="http://code.coneybeare.net/getting-html5-audio-tag-and-flash-fallback-to">http://code.coneybeare.net/getting-html5-audio-tag-and-flash-fallback-to</a></p>
<p><a href="http://www.html5rocks.com/tutorials/audio/quick/">http://www.html5rocks.com/tutorials/audio/quick/</a></p>
<p><a href="http://html5doctor.com/native-audio-in-the-browser/">http://html5doctor.com/native-audio-in-the-browser/</a></p>
<p><strong>HTML5 Video Tag</strong></p>
<p><a href="http://jilion.com/sublime/video">http://jilion.com/sublime/video</a></p>
<p><a href="http://camendesign.com/code/video_for_everybody">http://camendesign.com/code/video_for_everybody</a></p>
<p><a href="http://henriksjokvist.net/archive/2009/2/using-the-html5-video-tag-with-a-flash-fallback">http://henriksjokvist.net/archive/2009/2/using-the-html5-video-tag-with-a-flash-fallback</a></p>
<p><strong>HTML5 Canvas Tag</strong></p>
<p><a href="http://www.kesiev.com/akihabara/">http://www.kesiev.com/akihabara/</a></p>
<p><a href="http://www.canvasdemos.com/">http://www.canvasdemos.com/</a></p>
<p><a href="http://html5games.com/">http://html5games.com/</a></p>
<p><a href="https://developer.mozilla.org/en/canvas_tutorial">https://developer.mozilla.org/en/canvas_tutorial</a></p>
<p><a href="http://thinkvitamin.com/dev/html-5-dev/how-to-draw-with-html-5-canvas/">http://thinkvitamin.com/dev/html-5-dev/how-to-draw-with-html-5-canvas/</a></p>
<p><a href="http://www.rgraph.net/">http://www.rgraph.net/</a></p>
<p><a href="http://www.html5rocks.com/">http://www.html5rocks.com/</a></p>
<p><strong>CSS3</strong></p>
<p><a href="http://css3please.com/">http://css3please.com/</a></p>
<p><a href="http://www.fontsquirrel.com/">http://www.fontsquirrel.com/</a></p>
<p><a href="http://www.alistapart.com/articles/responsive-web-design/">http://www.alistapart.com/articles/responsive-web-design/</a></p>
<p><strong>Some Favorite jQuery Plug-ins</strong></p>
<p><a href="http://jquery.malsup.com/cycle/">http://jquery.malsup.com/cycle/</a></p>
<p><a href="http://flowplayer.org/tools/index.html">http://flowplayer.org/tools/index.html</a></p>
<p><a href="http://nyromodal.nyrodev.com/">http://nyromodal.nyrodev.com/</a></p>
<p><strong>Use HTML5, CSS3 and javascript to make native applications</strong></p>
<p><a href="http://www.phonegap.com/">http://www.phonegap.com/</a></p>
<p><a href="http://www.appcelerator.com/">http://www.appcelerator.com/</a></p>
<p><strong>New HTML5 Tags</strong></p>
<p>article<br />
aside<br />
audio<br />
canvas<br />
command<br />
datalist<br />
details<br />
embed<br />
figcaption<br />
figure<br />
footer<br />
header<br />
hgroup<br />
input*<br />
keygen<br />
mark<br />
meter<br />
nav<br />
output<br />
progress<br />
rp<br />
rt<br />
ruby<br />
section<br />
source<br />
summary<br />
time<br />
video</p>
<p><em>*(input itself is not new but there are so many new input types and attributes that I want to draw attention to those)</em></p>
<p><strong>Existing tags that have been redefined in HTML5 (some subtly)</strong></p>
<p><a href="http://www.w3schools.com/html5/tag_doctype.asp">!DOCTYPE</a> &#8211; simplified, shortened<br />
<a href="http://www.w3schools.com/html5/tag_a.asp">a</a> &#8211; used for hyperlinks ONLY, name is no longer valid attribute, must have href.<br />
<a href="http://www.w3schools.com/html5/tag_address.asp">address</a> &#8211; new rule when address is in article tag<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">b</a> &#8211; stylistically offset<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">em</a> &#8211; stress emphasis<br />
<a href="http://html5doctor.com/small-hr-element/">hr</a> &#8211; paragraph-level thematic break<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">i</a> &#8211; alternate voice<br />
<a href="http://www.w3schools.com/html5/tag_legend.asp">legend</a> &#8211; legend can now be used with figure tag and details tag in addition to fieldset tag<br />
<a href="http://www.w3schools.com/html5/tag_menu.asp">menu</a> &#8211; list form controls, no longer deprecated<br />
<a href="http://html5doctor.com/small-hr-element/">small</a> &#8211; side comments and small print<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">strong</a> &#8211; strong importance</p>
<p><strong>Removed Tags</strong></p>
<p>acronym<br />
applet<br />
basefont<br />
big<br />
center<br />
dir<br />
font<br />
frame<br />
frameset<br />
noframes<br />
s<br />
strike<br />
tt<br />
u<br />
xmp</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2010/12/14/html5-css3-and-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Links for Mobile Web Development</title>
		<link>http://www.c2gps.com/blog/2010/11/10/links-for-mobile-web-development/</link>
		<comments>http://www.c2gps.com/blog/2010/11/10/links-for-mobile-web-development/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 06:41:37 +0000</pubDate>
		<dc:creator>James Conway</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Standards-Based Web Design]]></category>
		<category><![CDATA[Web design for print designers made easy]]></category>

		<guid isPermaLink="false">http://www.c2gps.com/blog/?p=2656</guid>
		<description><![CDATA[History of the Web in 3 minutes http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/ http://www.csszengarden.com/?cssfile=/209/209.css&#38;page=0 http://radikalfx.com/files/collage/demo.html http://mrdoob.com/projects/harmony/ Examples and Mobile Showcase Articles http://sixrevisions.com/design-showcase-inspiration/35-beautiful-iphone-app-website-designs/ http://blog.insicdesigns.com/2010/06/best-examples-of-web-design-for-iphone/ http://www.csszengarden.com/?cssfile=/213/213.css&#38;page=0 http://www.tacobell.com/ Replacing Flash with Javascript for Mobile http://jquery.com/ http://flowplayer.org/tools/index.html http://www.kesiev.com/akihabara/ http://colorpowered.com/colorbox/ http://jquery.malsup.com/cycle/ New Phones Hitting the Market http://www.engadget.com/ CSS Media Query &#8211; Resizable Websites http://www.alistapart.com/d/responsive-web-design/ex/ex-site-FINAL.html http://www.alistapart.com/articles/responsive-web-design/ http://hicksdesign.co.uk/journal http://perishablepress.com/press/2010/10/20/target-iphone-and-ipad-with-css3-media-queries/ Resolution http://en.wikipedia.org/wiki/List_of_common_resolutions iPhone Retina Display http://globalmoxie.com/blog/designing-for-iphone4-retina-display.shtml http://blog.iwalt.com/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries.html [...]]]></description>
			<content:encoded><![CDATA[<p><strong>History of the Web in 3 minutes</strong></p>
<p><a href="http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html">http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html</a></p>
<p><a href="http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/">http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/</a></p>
<p><a href="http://www.csszengarden.com/?cssfile=/209/209.css&amp;page=0">http://www.csszengarden.com/?cssfile=/209/209.css&amp;page=0</a></p>
<p><a href="http://radikalfx.com/files/collage/demo.html">http://radikalfx.com/files/collage/demo.html</a></p>
<p><a href="http://mrdoob.com/projects/harmony/">http://mrdoob.com/projects/harmony/</a></p>
<p><strong>Examples and Mobile Showcase Articles</strong></p>
<p><a href="http://sixrevisions.com/design-showcase-inspiration/35-beautiful-iphone-app-website-designs/">http://sixrevisions.com/design-showcase-inspiration/35-beautiful-iphone-app-website-designs/</a></p>
<p><a href="http://blog.insicdesigns.com/2010/06/best-examples-of-web-design-for-iphone/">http://blog.insicdesigns.com/2010/06/best-examples-of-web-design-for-iphone/</a></p>
<p><a href="http://www.csszengarden.com/?cssfile=/213/213.css&amp;page=0">http://www.csszengarden.com/?cssfile=/213/213.css&amp;page=0</a></p>
<p><a href="http://www.tacobell.com/">http://www.tacobell.com/</a></p>
<p><strong>Replacing Flash with Javascript for Mobile</strong></p>
<p><a href="http://jquery.com/">http://jquery.com/</a></p>
<p><a href="http://flowplayer.org/tools/index.html">http://flowplayer.org/tools/index.html</a></p>
<p><a href="http://www.kesiev.com/akihabara/">http://www.kesiev.com/akihabara/</a></p>
<p><a href="http://colorpowered.com/colorbox/">http://colorpowered.com/colorbox/</a></p>
<p><a href="http://jquery.malsup.com/cycle/">http://jquery.malsup.com/cycle/</a></p>
<p><strong>New Phones Hitting the Market</strong></p>
<p><a href="http://www.engadget.com/">http://www.engadget.com/</a></p>
<p><strong>CSS Media Query &#8211; Resizable Websites</strong></p>
<p><a href="http://www.alistapart.com/d/responsive-web-design/ex/ex-site-FINAL.html">http://www.alistapart.com/d/responsive-web-design/ex/ex-site-FINAL.html</a></p>
<p><a href="http://www.alistapart.com/articles/responsive-web-design/">http://www.alistapart.com/articles/responsive-web-design/</a></p>
<p><a href="http://hicksdesign.co.uk/journal">http://hicksdesign.co.uk/journal</a></p>
<p><a href="http://perishablepress.com/press/2010/10/20/target-iphone-and-ipad-with-css3-media-queries/">http://perishablepress.com/press/2010/10/20/target-iphone-and-ipad-with-css3-media-queries/</a></p>
<p><strong>Resolution</strong></p>
<p><a href="http://en.wikipedia.org/wiki/List_of_common_resolutions">http://en.wikipedia.org/wiki/List_of_common_resolutions</a></p>
<p><strong>iPhone Retina Display</strong></p>
<p><a href="http://globalmoxie.com/blog/designing-for-iphone4-retina-display.shtml">http://globalmoxie.com/blog/designing-for-iphone4-retina-display.shtml</a></p>
<p><a href="http://blog.iwalt.com/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries.html">http://blog.iwalt.com/2010/06/targeting-the-iphone-4-retina-display-with-css3-media-queries.html</a></p>
<p><a href="http://www.lukew.com/ff/entry.asp?1142">http://www.lukew.com/ff/entry.asp?1142</a></p>
<p><strong>Tutorials</strong></p>
<p><a href="http://slodive.com/web-development/a-roundup-of-15-mobile-web-design-tutorials/">http://slodive.com/web-development/a-roundup-of-15-mobile-web-design-tutorials/</a></p>
<p><a href="http://perishablepress.com/press/2009/08/02/the-5-minute-css-mobile-makeover/">http://perishablepress.com/press/2009/08/02/the-5-minute-css-mobile-makeover/</a></p>
<p><strong>Native Apps for Web Developers</strong></p>
<p><a href="http://www.phonegap.com/">http://www.phonegap.com/</a></p>
<p><a href="http://www.appcelerator.com/">http://www.appcelerator.com/</a></p>
<p><strong>Tools, Plug-ins and Templates</strong></p>
<p><a href="http://www.modernizr.com/">http://www.modernizr.com/</a></p>
<p><a href="http://www.teehanlax.com/blog/2010/08/12/iphone-4-gui-psd-retina-display/">http://www.teehanlax.com/blog/2010/08/12/iphone-4-gui-psd-retina-display/</a></p>
<p><a href="http://mobify.me/">http://mobify.me/</a></p>
<p><a href="http://www.unitymobile.com/">http://www.unitymobile.com/</a></p>
<p><strong>Reading and Reference</strong></p>
<p><a href="http://findmebyip.com/litmus/">http://findmebyip.com/litmus/</a></p>
<p><a href="http://www.smashingmagazine.com/">http://www.smashingmagazine.com/</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)">http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2010/11/10/links-for-mobile-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML5 Overview &#8211; 5 Dollar Friday at C2</title>
		<link>http://www.c2gps.com/blog/2010/08/20/html5-overview-5-dollar-friday-at-c2/</link>
		<comments>http://www.c2gps.com/blog/2010/08/20/html5-overview-5-dollar-friday-at-c2/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 03:35:19 +0000</pubDate>
		<dc:creator>James Conway</dc:creator>
				<category><![CDATA[$5.00 Fridays]]></category>
		<category><![CDATA[C2]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Standards-Based Web Design]]></category>
		<category><![CDATA[Web design for print designers made easy]]></category>

		<guid isPermaLink="false">http://www.c2gps.com/blog/?p=2610</guid>
		<description><![CDATA[Another Friday, another five bucks. We had great turnout for our discussion of HTML5 on Friday afternoon, Thanks to everyone who attended. As promised, here is a list of the links visited during the demo of HTML5 and related technologies. A very short history of the web &#8211; from basic text to the equivalent of [...]]]></description>
			<content:encoded><![CDATA[<p>Another Friday, another five bucks.</p>
<p>We had great turnout for our discussion of HTML5 on Friday afternoon, Thanks to everyone who attended.</p>
<p>As promised, here is a list of the links visited during the demo of HTML5 and related technologies.</p>
<p><strong>A very short history of the web &#8211; from basic text to the equivalent of the printed page</strong></p>
<p><a href="http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html">http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html</a></p>
<p><a href="http://web.archive.org/web/19961017235908/http://www2.yahoo.com/">http://web.archive.org/web/19961017235908/http://www2.yahoo.com/</a></p>
<p><a href="http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/">http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/</a></p>
<p><a href="http://www.csszengarden.com/?cssfile=/206/206.css&amp;page=0">http://www.csszengarden.com/?cssfile=/206/206.css&amp;page=0</a></p>
<p><strong>Examples of HTML5, CSS3 and Javascript &#8211; applications in the browser window</strong></p>
<p><a href="http://www.apple.com/html5/">http://www.apple.com/html5/</a></p>
<p><a href="http://radikalfx.com/files/collage/demo.html">http://radikalfx.com/files/collage/demo.html</a></p>
<p><a href="http://www.kesiev.com/akihabara/">http://www.kesiev.com/akihabara/</a></p>
<p><a href="http://htmlfive.appspot.com/static/gifter.html">http://htmlfive.appspot.com/static/gifter.html</a></p>
<p><a href="http://mrdoob.com/projects/harmony/">http://mrdoob.com/projects/harmony/</a></p>
<p><a href="http://html5demos.com/">http://html5demos.com/</a></p>
<p><strong>HTML5 references and browser capability resources</strong></p>
<p><a href="http://diveintohtml5.org/">http://diveintohtml5.org/</a></p>
<p><a href="http://www.w3schools.com/html5/html5_reference.asp">http://www.w3schools.com/html5/html5_reference.asp</a></p>
<p><a href="http://caniuse.com/">http://caniuse.com/</a></p>
<p><a href="http://beta.html5test.com/">http://beta.html5test.com/</a></p>
<p><a href="http://www.findmebyip.com/">http://www.findmebyip.com/</a></p>
<p><a href="http://www.findmebyip.com/litmus/">http://www.findmebyip.com/litmus/</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)">http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)">http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)</a></p>
<p><a href="http://html5demos.com/">http://html5demos.com/</a></p>
<p><a href="http://net.tutsplus.com/tutorials/html-css-techniques/25-html5-features-tips-and-techniques-you-must-know/">HTML5 28 Tips</a></p>
<p><a href="http://slides.html5rocks.com/#slide1">HTML5 Slideshow</a></p>
<p><a href="http://www.css3maker.com/">CSS3 Generator</a></p>
<p><strong>HTML5 &amp; CSS3 feature detection and Javascript browser enhancement </strong></p>
<p><a href="http://www.modernizr.com/">http://www.modernizr.com/</a></p>
<p><a href="http://diveintohtml5.org/detect.html">http://diveintohtml5.org/detect.html</a></p>
<p><a href="http://remysharp.com/2009/01/07/html5-enabling-script/">http://remysharp.com/2009/01/07/html5-enabling-script/</a></p>
<p><a href="http://css3please.com/">http://css3please.com/</a></p>
<p><a href="http://www.fontsquirrel.com/fontface/generator">http://www.fontsquirrel.com/fontface/generator</a></p>
<p><strong>Exercise showing the new HTML5 semantic tags in use</strong></p>
<p><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/</a></p>
<p><strong>New HTML5 Attributes</strong></p>
<p><a href="http://www.w3schools.com/html5/html5_ref_standardattributes.asp">http://www.w3schools.com/html5/html5_ref_standardattributes.asp</a></p>
<p><strong>New HTML5 Events</strong></p>
<p><a href="http://www.w3schools.com/html5/html5_ref_eventattributes.asp">http://www.w3schools.com/html5/html5_ref_eventattributes.asp</a></p>
<p><strong>New HTML5 Form Elements, Types and Attributes</strong><br />
<em>(Note: Only the Opera browser currently has a noticeable amount of support for these new features)</em></p>
<p><a href="http://people.opera.com/brucel/demo/html5-forms-demo.html">http://people.opera.com/brucel/demo/html5-forms-demo.html</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_input_types.asp">http://www.w3schools.com/html5/html5_form_input_types.asp</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_elements.asp">http://www.w3schools.com/html5/html5_form_elements.asp</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_attributes.asp">http://www.w3schools.com/html5/html5_form_attributes.asp</a></p>
<p><strong>Geolocation</strong><br />
<em>(Note: these demos are only useable on mobile devices for the most part)</em></p>
<p><a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">http://www.html5rocks.com/tutorials/geolocation/trip_meter/</a></p>
<p><a href="http://www.drdobbs.com/web-development/225600440">http://www.drdobbs.com/web-development/225600440</a></p>
<p><a href="http://developer.practicalecommerce.com/articles/2066-An-Introduction-to-HTML5-Geolocation">http://developer.practicalecommerce.com/articles/2066-An-Introduction-to-HTML5-Geolocation</a></p>
<p><strong>Local Storage</strong></p>
<p><a href="http://www.html5rocks.com/tutorials/webdatabase/todo/">http://www.html5rocks.com/tutorials/webdatabase/todo/</a></p>
<p><strong>Session Storage</strong></p>
<p><a href="http://demos.w3avenue.com/html5-unleashed-tips-tricks-and-techniques/sample-09-sessionstorage-demo.html">http://demos.w3avenue.com/html5-unleashed-tips-tricks-and-techniques/sample-09-sessionstorage-demo.html</a></p>
<p><strong>Web Workers</strong></p>
<p><a href="http://wearehugh.com/public/2010/08/html5-web-workers/">Guide to web workers</a></p>
<p><a href="http://html5demos.com/worker">http://html5demos.com/worker</a></p>
<p><a href="http://www.drdobbs.com/web-development/225701170">http://www.drdobbs.com/web-development/225701170</a></p>
<p><strong>HTML5 Audio Tag</strong></p>
<p><a href="http://code.coneybeare.net/getting-html5-audio-tag-and-flash-fallback-to">http://code.coneybeare.net/getting-html5-audio-tag-and-flash-fallback-to</a></p>
<p><a href="http://www.html5rocks.com/tutorials/audio/quick/">http://www.html5rocks.com/tutorials/audio/quick/</a></p>
<p><a href="http://html5doctor.com/native-audio-in-the-browser/">http://html5doctor.com/native-audio-in-the-browser/</a></p>
<p><strong>HTML5 Video Tag</strong></p>
<p><a href="http://jilion.com/sublime/video">http://jilion.com/sublime/video</a></p>
<p><a href="http://camendesign.com/code/video_for_everybody">http://camendesign.com/code/video_for_everybody</a></p>
<p><a href="http://henriksjokvist.net/archive/2009/2/using-the-html5-video-tag-with-a-flash-fallback">http://henriksjokvist.net/archive/2009/2/using-the-html5-video-tag-with-a-flash-fallback</a></p>
<p><strong>HTML5 Canvas Tag</strong></p>
<p><a href="http://www.kesiev.com/akihabara/">http://www.kesiev.com/akihabara/</a></p>
<p><a href="http://www.canvasdemos.com/">http://www.canvasdemos.com/</a></p>
<p><a href="http://html5games.com/">http://html5games.com/</a></p>
<p><a href="https://developer.mozilla.org/en/canvas_tutorial">https://developer.mozilla.org/en/canvas_tutorial</a></p>
<p><a href="http://thinkvitamin.com/dev/html-5-dev/how-to-draw-with-html-5-canvas/">http://thinkvitamin.com/dev/html-5-dev/how-to-draw-with-html-5-canvas/</a></p>
<p><a href="http://www.rgraph.net/">http://www.rgraph.net/</a></p>
<p><a href="http://www.html5rocks.com/">http://www.html5rocks.com/</a></p>
<p><strong>New HTML5 Tags</strong></p>
<p>article<br />
aside<br />
audio<br />
canvas<br />
command<br />
datalist<br />
details<br />
embed<br />
figcaption<br />
figure<br />
footer<br />
header<br />
hgroup<br />
input*<br />
keygen<br />
mark<br />
meter<br />
nav<br />
output<br />
progress<br />
rp<br />
rt<br />
ruby<br />
section<br />
source<br />
summary<br />
time<br />
video</p>
<p><em>*(input itself is not new but there are so many new input types and attributes that I want to draw attention to those)</em></p>
<p><strong>Existing tags that have been redefined in HTML5 (some subtly)</strong></p>
<p><a href="http://www.w3schools.com/html5/tag_doctype.asp">!DOCTYPE</a> &#8211; simplified, shortened<br />
<a href="http://www.w3schools.com/html5/tag_a.asp">a</a> &#8211; used for hyperlinks ONLY, name is no longer valid attribute, must have href.<br />
<a href="http://www.w3schools.com/html5/tag_address.asp">address</a> &#8211; new rule when address is in article tag<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">b</a> &#8211; stylistically offset<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">em</a> &#8211; stress emphasis<br />
<a href="http://html5doctor.com/small-hr-element/">hr</a> &#8211; paragraph-level thematic break<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">i</a> &#8211; alternate voice<br />
<a href="http://www.w3schools.com/html5/tag_legend.asp">legend</a> &#8211; legend can now be used with figure tag and details tag in addition to fieldset tag<br />
<a href="http://www.w3schools.com/html5/tag_menu.asp">menu</a> &#8211; list form controls, no longer deprecated<br />
<a href="http://html5doctor.com/small-hr-element/">small</a> &#8211; side comments and small print<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">strong</a> &#8211; strong importance</p>
<p><strong>Removed Tags</strong></p>
<p>acronym<br />
applet<br />
basefont<br />
big<br />
center<br />
dir<br />
font<br />
frame<br />
frameset<br />
noframes<br />
s<br />
strike<br />
tt<br />
u<br />
xmp</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2010/08/20/html5-overview-5-dollar-friday-at-c2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML5 Resources</title>
		<link>http://www.c2gps.com/blog/2010/07/20/html5-resources/</link>
		<comments>http://www.c2gps.com/blog/2010/07/20/html5-resources/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 21:47:29 +0000</pubDate>
		<dc:creator>James Conway</dc:creator>
				<category><![CDATA[C2]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Standards-Based Web Design]]></category>

		<guid isPermaLink="false">http://www.c2gps.com/blog/?p=2480</guid>
		<description><![CDATA[I was lucky enough to be invited to lead a discussion of HTML5 with the Madison Web Design &#38; Dev Meetup group Monday night. Instead of the standard Keynote/PowerPoint presentation, I decided that because the topic was so intimately web related I&#8217;d go with a live demo of actual web pages, projects and resources related [...]]]></description>
			<content:encoded><![CDATA[<p>I was lucky enough to be invited to lead a discussion of HTML5 with the <a href="http://www.meetup.com/madisonwebmeetup/">Madison Web Design &amp; Dev Meetup</a> group Monday night. Instead of the standard Keynote/PowerPoint presentation, I decided that because the topic was so intimately web related I&#8217;d go with a live demo of actual web pages, projects and resources related to the new features of the HTML5 language, focusing, where possible, on features we can use right now. The &#8220;live demo&#8221; nature gave the group plenty of opportunities ask questions, make comments and offer up their experiences with HTML5.</p>
<p>The <a href="http://www.meetup.com/madisonwebmeetup/">Madison Web Design &amp; Dev Meetup</a> is a great group of web professionals of all skill levels and a fantastic resource for the Madison web community. If you&#8217;re very experienced you&#8217;ll find peers you can discuss the most advanced development topics with and anyone just dipping their toes into web design can get real world answers they&#8217;ll understand from working professionals in the field.</p>
<p>You can find all their contact info here:</p>
<p><a href="http://www.meetup.com/madisonwebmeetup/">http://www.meetup.com/madisonwebmeetup/</a></p>
<p>If you&#8217;re interested in learning more about HTML5 (and CSS3 and Javascript) here is a list of the sites visited/discussed during my presentation.</p>
<p><strong>A very short history of the web &#8211; from basic text to the equivalent of the printed page</strong></p>
<p><a href="http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html">http://www.w3.org/History/19921103-hypertext/hypertext/WWW/TheProject.html</a></p>
<p><a href="http://web.archive.org/web/19961017235908/http://www2.yahoo.com/">http://web.archive.org/web/19961017235908/http://www2.yahoo.com/</a></p>
<p><a href="http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/">http://web.archive.org/web/19961225070933/http:/www.bestbuy.com/</a></p>
<p><a href="http://www.csszengarden.com/?cssfile=/206/206.css&amp;page=0">http://www.csszengarden.com/?cssfile=/206/206.css&amp;page=0</a></p>
<p><strong>Examples of HTML5, CSS3 and Javascript &#8211; applications in the browser window</strong></p>
<p><a href="http://www.apple.com/html5/">http://www.apple.com/html5/</a></p>
<p><a href="http://radikalfx.com/files/collage/demo.html">http://radikalfx.com/files/collage/demo.html</a></p>
<p><a href="http://www.kesiev.com/akihabara/">http://www.kesiev.com/akihabara/</a></p>
<p><a href="http://htmlfive.appspot.com/static/gifter.html">http://htmlfive.appspot.com/static/gifter.html</a></p>
<p><a href="http://mrdoob.com/projects/harmony/">http://mrdoob.com/projects/harmony/</a></p>
<p><a href="http://html5demos.com/">http://html5demos.com/</a></p>
<p><strong>HTML5 references and browser capability resources</strong></p>
<p><a href="http://diveintohtml5.org/">http://diveintohtml5.org/</a></p>
<p><a href="http://www.w3schools.com/html5/html5_reference.asp">http://www.w3schools.com/html5/html5_reference.asp</a></p>
<p><a href="http://caniuse.com/">http://caniuse.com/</a></p>
<p><a href="http://beta.html5test.com/">http://beta.html5test.com/</a></p>
<p><a href="http://www.findmebyip.com/">http://www.findmebyip.com/</a></p>
<p><a href="http://www.findmebyip.com/litmus/">http://www.findmebyip.com/litmus/</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)">http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(Cascading_Style_Sheets)</a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)">http://en.wikipedia.org/wiki/Comparison_of_layout_engines_(HTML5)</a></p>
<p><a href="http://html5demos.com/">http://html5demos.com/</a></p>
<p><strong>HTML5 &amp; CSS3 feature detection and Javascript browser enhancement </strong></p>
<p><a href="http://www.modernizr.com/">http://www.modernizr.com/</a></p>
<p><a href="http://diveintohtml5.org/detect.html">http://diveintohtml5.org/detect.html</a></p>
<p><a href="http://remysharp.com/2009/01/07/html5-enabling-script/">http://remysharp.com/2009/01/07/html5-enabling-script/</a></p>
<p><a href="http://css3please.com/">http://css3please.com/</a></p>
<p><a href="http://www.fontsquirrel.com/fontface/generator">http://www.fontsquirrel.com/fontface/generator</a></p>
<p><strong>Exercise showing the new HTML5 semantic tags in use</strong></p>
<p><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/">http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/</a></p>
<p><strong>New HTML5 Attributes</strong></p>
<p><a href="http://www.w3schools.com/html5/html5_ref_standardattributes.asp">http://www.w3schools.com/html5/html5_ref_standardattributes.asp</a></p>
<p><strong>New HTML5 Events</strong></p>
<p><a href="http://www.w3schools.com/html5/html5_ref_eventattributes.asp">http://www.w3schools.com/html5/html5_ref_eventattributes.asp</a></p>
<p><strong>New HTML5 Form Elements, Types and Attributes</strong><br />
<em>(Note: Only the Opera browser currently has a noticeable amount of support for these new features)</em></p>
<p><a href="http://people.opera.com/brucel/demo/html5-forms-demo.html">http://people.opera.com/brucel/demo/html5-forms-demo.html</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_input_types.asp">http://www.w3schools.com/html5/html5_form_input_types.asp</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_elements.asp">http://www.w3schools.com/html5/html5_form_elements.asp</a></p>
<p><a href="http://www.w3schools.com/html5/html5_form_attributes.asp">http://www.w3schools.com/html5/html5_form_attributes.asp</a></p>
<p><strong>Geolocation</strong><br />
<em>(Note: these demos are only useable on mobile devices for the most part)</em></p>
<p><a href="http://www.html5rocks.com/tutorials/geolocation/trip_meter/">http://www.html5rocks.com/tutorials/geolocation/trip_meter/</a></p>
<p><a href="http://www.drdobbs.com/web-development/225600440">http://www.drdobbs.com/web-development/225600440</a></p>
<p><a href="http://developer.practicalecommerce.com/articles/2066-An-Introduction-to-HTML5-Geolocation">http://developer.practicalecommerce.com/articles/2066-An-Introduction-to-HTML5-Geolocation</a></p>
<p><strong>Local Storage</strong></p>
<p><a href="http://www.html5rocks.com/tutorials/webdatabase/todo/">http://www.html5rocks.com/tutorials/webdatabase/todo/</a></p>
<p><strong>Session Storage</strong></p>
<p><a href="http://demos.w3avenue.com/html5-unleashed-tips-tricks-and-techniques/sample-09-sessionstorage-demo.html">http://demos.w3avenue.com/html5-unleashed-tips-tricks-and-techniques/sample-09-sessionstorage-demo.html</a></p>
<p><strong>Web Workers</strong></p>
<p><a href="http://html5demos.com/worker">http://html5demos.com/worker</a></p>
<p><a href="http://www.drdobbs.com/web-development/225701170">http://www.drdobbs.com/web-development/225701170</a></p>
<p><strong>HTML5 Audio Tag</strong></p>
<p><a href="http://code.coneybeare.net/getting-html5-audio-tag-and-flash-fallback-to">http://code.coneybeare.net/getting-html5-audio-tag-and-flash-fallback-to</a></p>
<p><a href="http://www.html5rocks.com/tutorials/audio/quick/">http://www.html5rocks.com/tutorials/audio/quick/</a></p>
<p><a href="http://html5doctor.com/native-audio-in-the-browser/">http://html5doctor.com/native-audio-in-the-browser/</a></p>
<p><strong>HTML5 Video Tag</strong></p>
<p><a href="http://jilion.com/sublime/video">http://jilion.com/sublime/video</a></p>
<p><a href="http://camendesign.com/code/video_for_everybody">http://camendesign.com/code/video_for_everybody</a></p>
<p><a href="http://henriksjokvist.net/archive/2009/2/using-the-html5-video-tag-with-a-flash-fallback">http://henriksjokvist.net/archive/2009/2/using-the-html5-video-tag-with-a-flash-fallback</a></p>
<p><strong>HTML5 Canvas Tag</strong></p>
<p><a href="http://www.kesiev.com/akihabara/">http://www.kesiev.com/akihabara/</a></p>
<p><a href="http://www.canvasdemos.com/">http://www.canvasdemos.com/</a></p>
<p><a href="http://html5games.com/">http://html5games.com/</a></p>
<p><a href="https://developer.mozilla.org/en/canvas_tutorial">https://developer.mozilla.org/en/canvas_tutorial</a></p>
<p><a href="http://thinkvitamin.com/dev/html-5-dev/how-to-draw-with-html-5-canvas/">http://thinkvitamin.com/dev/html-5-dev/how-to-draw-with-html-5-canvas/</a></p>
<p><a href="http://www.rgraph.net/">http://www.rgraph.net/</a></p>
<p><a href="http://www.html5rocks.com/">http://www.html5rocks.com/</a></p>
<p><strong>New HTML5 Tags</strong></p>
<p>article<br />
aside<br />
audio<br />
canvas<br />
command<br />
datalist<br />
details<br />
embed<br />
figcaption<br />
figure<br />
footer<br />
header<br />
hgroup<br />
input*<br />
keygen<br />
mark<br />
meter<br />
nav<br />
output<br />
progress<br />
rp<br />
rt<br />
ruby<br />
section<br />
source<br />
summary<br />
time<br />
video</p>
<p><em>*(input itself is not new but there are so many new input types and attributes that I want to draw attention to those)</em></p>
<p><strong>Existing tags that have been redefined in HTML5 (some subtly)</strong></p>
<p><a href="http://www.w3schools.com/html5/tag_doctype.asp">!DOCTYPE</a> &#8211; simplified, shortened<br />
<a href="http://www.w3schools.com/html5/tag_a.asp">a</a> &#8211; used for hyperlinks ONLY, name is no longer valid attribute, must have href.<br />
<a href="http://www.w3schools.com/html5/tag_address.asp">address</a> &#8211; new rule when address is in article tag<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">b</a> &#8211; stylistically offset<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">em</a> &#8211; stress emphasis<br />
<a href="http://html5doctor.com/small-hr-element/">hr</a> &#8211; paragraph-level thematic break<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">i</a> &#8211; alternate voice<br />
<a href="http://www.w3schools.com/html5/tag_legend.asp">legend</a> &#8211; legend can now be used with figure tag and details tag in addition to fieldset tag<br />
<a href="http://www.w3schools.com/html5/tag_menu.asp">menu</a> &#8211; list form controls, no longer deprecated<br />
<a href="http://html5doctor.com/small-hr-element/">small</a> &#8211; side comments and small print<br />
<a href="http://html5doctor.com/i-b-em-strong-element/">strong</a> &#8211; strong importance</p>
<p><strong>Removed Tags</strong></p>
<p>acronym<br />
applet<br />
basefont<br />
big<br />
center<br />
dir<br />
font<br />
frame<br />
frameset<br />
noframes<br />
s<br />
strike<br />
tt<br />
u<br />
xmp</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2010/07/20/html5-resources/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Some thoughts on HTML5 from James Conway</title>
		<link>http://www.c2gps.com/blog/2010/02/18/some-thoughts-on-html5-from-james-conway/</link>
		<comments>http://www.c2gps.com/blog/2010/02/18/some-thoughts-on-html5-from-james-conway/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:19:51 +0000</pubDate>
		<dc:creator>James Conway</dc:creator>
				<category><![CDATA[C2]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.c2gps.com/blog/?p=2063</guid>
		<description><![CDATA[The Question I&#8217;m getting: Is it time start using HTML5? The Answer I&#8217;m giving: It depends. (and that answer doesn&#8217;t get a lot of applause) HTML5 is the next (proposed) version of the underlying language of the web, bringing with it some great features like plug-in-less video and audio, a pixel-based drawing and animating canvas, [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_2065" class="wp-caption alignnone" style="width: 610px;">
<dt class="wp-caption-dt"><a href="http://www.c2gps.com/blog/wp-content/when-can-i-use-HTML5.png"><img class="size-full wp-image-2065" title="when-can-i-use-HTML5" src="http://www.c2gps.com/blog/wp-content/when-can-i-use-HTML5.png" alt="" width="600" height="201" /></a></dt>
</dl>
</div>
<p>The Question I&#8217;m getting: Is it time start using HTML5?</p>
<p>The Answer I&#8217;m giving: It depends.</p>
<p>(and that answer doesn&#8217;t get a lot of applause)</p>
<p>HTML5 is the next (proposed) version of the underlying language of the web, bringing with it some great features like plug-in-less video and audio, a pixel-based drawing and animating canvas, local storage of data, and additional semantic tags that more accurately reflect the kind of content web developers create on a daily basis.</p>
<p>HTML5 will (along with the improvements in Javascript, Javascript libraries, CSS3 and SVG) allow web developers to create powerful online web applications in addition to more capable web pages.</p>
<p>HTML5 is coming to a browser near you soon. As a matter of fact, depending on which browser you&#8217;re using, you may already have an almost full complement of HTML5 capabilities. And there&#8217;s the rub: standards-based web development requires that our content accommodate the least capable of browsers &#8211; we don&#8217;t lock people out from our content because of their choice of browsers. Which means we generally don&#8217;t use a new web technology until all common browsers can use it.</p>
<p>So if you&#8217;re asking &#8220;should I start coding all my sites in HTML5 today?&#8221; &#8211; the answer is &#8220;of course not.&#8221;</p>
<p>If you&#8217;re asking &#8220;can I start enhancing my sites with strategically-used parts of HTML5 using progressive enhancement techniques that allow modern browsers to enjoy the full experience while still providing essential information to everyone?&#8221; &#8211;  then I say go for it, there are wonderful things to be built with this new technology.</p>
<p>For a great overview of what parts of HTML5 are currently supported by each major browser go to <a href="http://a.deveria.com/caniuse/">http://a.deveria.com/caniuse/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2010/02/18/some-thoughts-on-html5-from-james-conway/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Future of Web, Interactive, and Motion Graphics: Eisner Museum Talk</title>
		<link>http://www.c2gps.com/blog/2010/02/08/future-of-web-interactive-and-motion-graphics-eisner-museum-talk/</link>
		<comments>http://www.c2gps.com/blog/2010/02/08/future-of-web-interactive-and-motion-graphics-eisner-museum-talk/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 15:39:14 +0000</pubDate>
		<dc:creator>Alex Lucas</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[C2]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[professional development]]></category>
		<category><![CDATA[social media]]></category>

		<guid isPermaLink="false">http://www.c2gps.com/blog/?p=1868</guid>
		<description><![CDATA[On Wednesday, four panelists spoke at the The Eisner American Museum of Advertising &#38; Design about the broad topics of Web, Interactive and Motion Graphics. I was lucky enough to be one of the participating panelists and it was an exciting opportunity to talk with people in the community about the options, future, and general [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.c2gps.com/blog/wp-content/OnlyatTheEisnerFeb33.jpg"><img class="alignnone size-full wp-image-1890" title="OnlyatTheEisnerFeb3" src="http://www.c2gps.com/blog/wp-content/OnlyatTheEisnerFeb33.jpg" alt="" width="575" height="123" /></a><br/>On Wednesday, four panelists spoke at the <a href="http://eisnermuseum.org/">The Eisner American Museum of Advertising &amp; Design</a> about the broad topics of Web, Interactive and Motion Graphics. I was lucky enough to be one of the participating panelists and it was an exciting opportunity to talk with people in the community about the options, future, and general information concerning these areas of the creative world.</p>
<p>We had a good turnout of about 50 people. Most of the attendees were students at MIAD and MATC, not surprising since the event was part of the College Lecture Series, but there were also some professionals from the community there.</p>
<p>It was an interesting time as the four panelists had a great variety of experiences and focus that they brought to the discussion. The panelists were Micah Eberman of <em><a href="http://www.fullhouseinteractive.com/">Fullhouse Interactive</a></em>, Jason Evans of <em><a href="http://gsdesign.com/">GS Design</a></em>, Nick Waraska of <em><a href="http://blend-studios.com/">Blend Studios</a></em>, and me (Alexander Lucas of <a href="http://www.c2gps.com"><em>C2 Graphics</em></a> and <em><a href="http://www.stammmedia.com">Stamm Media</a><span style="font-style: normal;">)</span></em>. The experiences touted included: high-end broadcast motion graphics, interactive websites, iPhone apps, trade show displays, and flash applications.</p>
<p>The panel agreed for the most part on the prepared questions concerning whether you need to continue to educate yourself, where to find the sites, and the importance of knowing broad skills but also specializing in a specific skill.</p>
<p>One topic brought up at the panel, of no great surprise, was the question of the future with the iPad and other tablet computers. There was again mostly consensus on this issue that while the iPad does not support Flash that it would not be an instant Flash killer and that it will take a long lumbering time for the internet to fully embrace HTML 5.</p>
<p>The two biggest questions which split the panel, however, concerned the role of social media and the future of the web/interactive/motion graphics space.  Some of the panelists saw social media as being of the most importance and something that is the wave of future revenue and expression, while others admitting not really having a firm grip on where to proceed in this realm and what to do with it.</p>
<p>The only main consensus in the future debate: a sense of uncertainty of exactly what will happen. But that is what makes the future so interesting. We can still be surprised and be creative with emerging technologies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2010/02/08/future-of-web-interactive-and-motion-graphics-eisner-museum-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New classes!  Coming this fall&#8230;</title>
		<link>http://www.c2gps.com/blog/2009/08/03/new-classes-coming-this-fall/</link>
		<comments>http://www.c2gps.com/blog/2009/08/03/new-classes-coming-this-fall/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 19:50:20 +0000</pubDate>
		<dc:creator>Kate Barrie</dc:creator>
				<category><![CDATA[Adobe Authorized Training Center]]></category>
		<category><![CDATA[C2]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://www.c2gps.com/blog/?p=932</guid>
		<description><![CDATA[Is everyone ready for some new classes from C2? Here is a sneak preview of some of the new classes we will be introducing this fall. The JavaScript family: Interactivity for Designers 1 &#8211; No programming knowledge required. This class introduces designers with a knowledge of both CSS and HTML to several pre-build JavaScript projects [...]]]></description>
			<content:encoded><![CDATA[<p>Is everyone ready for some new classes from C2? Here is a sneak preview of some of the new classes we will be introducing this fall.</p>
<p><span style="text-decoration: underline;">The JavaScript family:</span></p>
<p><strong>Interactivity for Designers 1</strong> &#8211; No programming knowledge required. This class introduces designers with a knowledge of both CSS and HTML to several pre-build JavaScript projects that can be implemented with virtually no programming. Lightboxes, slideshows, tooltips, simple form validation are all covered in this 4-hour class. This class is an excellent introduction to interactive concepts for designers wary of programming.</p>
<p><strong>Interactivity for Designers 2</strong> &#8211; No programming knowledge required but Interactivity for Designers 1 is recommended. This 4-hour class shows designers with HTML &amp; CSS knowledge how to configure and modify pre-built JavaScript projects without having to dive deep into JavaScript programming. This class is an excellent introduction to interactive concepts for designers wary of programming.</p>
<p><strong>Introduction to jQuery</strong> &#8211; Most professional web developers don&#8217;t feel like re-inventing the wheel, so over the last 5 years the use of JavaScript libraries for web page interactivity has skyrocketed and jQuery is one of the most popular libraries available. This 6-hour class introduces the web developer with a solid understanding of HTML &amp; CSS to the programming concept necessary to start building highly interactive web pages using jQuery.</p>
<p><span style="text-decoration: underline;">The Flex/ActionScript family:</span></p>
<p><strong>Introduction to Adobe Flex</strong> &#8211; This 6-hour class is an introduction to Adobe&#8217;s Flex framework for anyone interested in creating and deploying highly interactive web applications.</p>
<p><strong>Creating Adobe AIR projects</strong> &#8211; Adobe&#8217;s AIR technology allows designers &amp; developers to create multi-platform standalone applications using a variety of technologies underneath the skin.</p>
<p><strong>Introduction to Adobe Catalyst</strong> &#8211; Adobe&#8217;s new development environment aimed at designers &#8211; use the tools you already know and love (Photoshop &amp; Illustrator) to create functional, dynamic user interfaces that can stand alone or can be handed-off to a developer for advanced functionality.</p>
<p>Just a sampling of some of the things we&#8217;ll be unveiling soon. Let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2009/08/03/new-classes-coming-this-fall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO &#8211; Ethics and Traffic</title>
		<link>http://www.c2gps.com/blog/2009/06/05/seo-ethics-and-traffic/</link>
		<comments>http://www.c2gps.com/blog/2009/06/05/seo-ethics-and-traffic/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 15:53:57 +0000</pubDate>
		<dc:creator>Alex Lucas</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://c2gps.marakana.com/blog/?p=618</guid>
		<description><![CDATA[There is a whole world of strategy and techniques that go far beyond the simply placing of tags and aligning divs.  There is the murky realm of beating out the competition and using the acronym - SEO.]]></description>
			<content:encoded><![CDATA[<p>As a web designer there are a few things that go without saying:</p>
<ol>
<li>Make code neat</li>
<li>Make site accessible</li>
<li>Deliver content</li>
</ol>
<p>But there is a whole world of strategy and techniques that go far beyond the simply placing of tags and aligning divs.  There is the murky realm of beating out the competition and using the acronym &#8211; SEO.</p>
<p>Symbolic Erratic Origin?<br />
Semantic Emphasis Object?</p>
<p>Search Engine Optimization.  I know some of you are yawning and looking to see if there is a better article further down the page.  The fact is that SEO is big business.  There are thousands of companies that do SEO consultation as their primary business.</p>
<p>But why the fuss?  Well how do most people find a website?  Either direct knowledge of the website (in which case you don&#8217;t need to worry about anything but content) or through using a search engine, primarily Google and now, more and more, Bing.</p>
<p>The secrets to scoring well on a search engine are not exactly well kept but the implementation of these tips to the extreme makes the web experience much less enjoyable.  The main goals of SEO are to cluster keywords, make pages spider friendly, and get as many top 10 results as possible.  Think about it.  When was the last time you went to page 2 of Google results?</p>
<p>The issue becomes one of ethics more when you start talking about individual landing pages and rewriting content, not merely for clarity, but for search engine score. It used to be that people would meta keyword stuff or make invisible text the same color as the background.  Search engines grew wise.  Now it is more about content stuffing and multiple page creation.</p>
<p>The idea behind design (and usually good writing) is to communicate clearly and efficiently (read:brief).  Good SEO work means having the same keyword 4 or 5 times in the same body text.  How many times can you put in &#8220;Milwaukee&#8217;s Best Enchilada&#8221; in the same body text?</p>
<p>The truth is that eventually the cream floats to the top, so that if you are really good, no matter how much SEO your competitor does or how little you do the most linked to and visited sites will climb to the top.  But if there is no true forerunner, SEO  may make the difference between a top 10 listing and a top result &#8211; which can mean thousands of clicks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2009/06/05/seo-ethics-and-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why can&#8217;t I just learn Dreamweaver?</title>
		<link>http://www.c2gps.com/blog/2009/03/03/why-cant-i-just-learn-dreamweaver/</link>
		<comments>http://www.c2gps.com/blog/2009/03/03/why-cant-i-just-learn-dreamweaver/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 20:27:00 +0000</pubDate>
		<dc:creator>Kevin Stohlmeyer</dc:creator>
				<category><![CDATA[C2]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Standards-Based Web Design]]></category>

		<guid isPermaLink="false">http://c2gps.marakana.com/blog/2009/03/03/why-cant-i-just-learn-dreamweaver/</guid>
		<description><![CDATA[Let&#8217;s talk about web design for a minute. In the print world, if you know how to use InDesign or Quark you essentially know how to create any document or page (with a couple caveats based on background knowledge like: placed images need the proper resolution, no accidental spot or RGB colors, etc). What you [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s talk about web design for a minute.</p>
<p>In the print world, if you know how to use InDesign or Quark you essentially know how to create any document or page (with a couple caveats based on background knowledge like: placed images need the proper resolution, no accidental spot or RGB colors, etc). What you see is what you get.</p>
<p>Web design is different in that just knowing the Dreamweaver program does not allow you to make proper web pages. Or maybe a better way to put it is that there is much more required background knowledge before you will be able to build a professional, useful, successful web page. With that knowledge, Dreamweaver is a great tool for building websites but that background knowledge needs to come first.</p>
<p>What do you need to know before Dreamweaver is useful?</p>
<p>1 &#8211; You need to learn the rules for saving images for the web. Easy.</p>
<p>2 &#8211; HTML is how you get &#8220;stuff&#8221; on the page. You need to learn HTML and semantic markup (a fancy way of saying &#8220;tag things by their meaning, not their look&#8221;). It sounds like programming but it&#8217;s really not, it&#8217;s typing. You have to learn about 10 basic tags for HTML and then you&#8217;re up and running. You can get a working knowledge of HTML in a couple hours. Fairly easy to learn.</p>
<p>3 &#8211; You need to learn CSS (Cascading Style Sheets). This is, admittedly,  the difficult part of web design. Everything you think of as &#8220;Design&#8221; is CSS on the web &#8211; from font control to page layout. CSS has to be created by hand by typing text to create a set of rules &#8211; you can&#8217;t use a tool like the frame tool InDesign to draw a box. This isn&#8217;t as difficult as it may sound &#8211; you only use about 20 CSS properties on a regular basis so that&#8217;s another 20 words to understand. But yes, CSS takes a while to learn because it&#8217;s really more about judgement and problem solving than learning some &#8220;code words&#8221;. And that&#8217;s why when people ask me &#8220;Why isn&#8217;t there a program where I put stuff where I want it then makes a web page for me?&#8221; I have to tell them there isn&#8217;t a program like that because the act of laying out a web page involves creativity, judgement and problem solving and no program can do that for us (yet).</p>
<p>Acceptance that web design is not done the same way as print design is the first step.</p>
<p>We have 3 web related classes:</p>
<p>In our <span class="Apple-style-span" style="font-weight: bold;">Standards-Based Web Design</span> class we use Dreamweaver as we learn the 3 topics above and we create websites at the highest level of professionalism &#8211; what&#8217;s known as &#8220;Standards Based web design&#8221;  &#8211; This class has my strongest recommendation.</p>
<p>We do have a <span class="Apple-style-span" style="font-weight: bold;">Dreamweaver</span> specific class that teaches all the &#8220;parts&#8221; of Dreamweaver but it is for people who are part of a team that already uses Dreamweaver and that person is not responsible for creating pages but maybe updating them or doing a couple specific things using Dreamweaver. Recommended only for special cases.</p>
<p>We also have a class dedicated to <span class="Apple-style-span" style="font-weight: bold;">Creating</span> <span class="Apple-style-span" style="font-weight: bold;">HTML Email </span>- even though they may look the same, the rules are completely different for web pages and email HTML pages. This class uses a very specific subset of Dreamweaver&#8217;s tools along with Photoshop.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2009/03/03/why-cant-i-just-learn-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C2&#8242;s Standards-based Web Design Training</title>
		<link>http://www.c2gps.com/blog/2008/06/05/c2s-standards-based-web-design-training/</link>
		<comments>http://www.c2gps.com/blog/2008/06/05/c2s-standards-based-web-design-training/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 15:38:00 +0000</pubDate>
		<dc:creator>James Conway</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Standards-Based Web Design]]></category>

		<guid isPermaLink="false">http://c2gps.marakana.com/blog/2008/06/05/c2s-standards-based-web-design-training/</guid>
		<description><![CDATA[Standards-based web design is a process that uses open standards (like HTML and CSS) to create web sites that are fast-loading, clean, accessible to everyone, backwards and forwards compatible, search engine friendly, beautiful and purposeful. C2&#8242;s Standards-based Web Design class is for designers (or anyone) serious about creating professional web sites that adhere to these [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Standards-based web design is a process that uses open standards (like HTML and CSS) to create web sites that are fast-loading, clean, accessible to everyone, backwards and forwards compatible, search engine friendly, beautiful and purposeful.</p>
<p>
<p> C2&#8242;s <strong>Standards-based Web Design</strong> class is for designers (or anyone) serious about creating professional web sites that adhere to these principles. The techniques taught in this class are used to create the most popular and well-designed sites on the web. Standards-based web design focuses on the process of implementing a design in the most efficient, accessible method possible, using a set of standardized techniques without needing complex programming language knowledge (all you really need is a text editor to create pages). Using C2&#8242;s best-practice driven curriculum, this class provides all the skills necessary to create an entire web site including: </p>
<p>
<ul>
<li>planning &amp; information architecture</li>
<p>
<li>hand-coding HTML &amp; CSS</li>
<p>
<li>design and layout techniques</li>
<p>
<li> typographic control</li>
<p>
<li>image preparation</li>
<p>
<li>navigation systems</li>
<p>
<li>interactive behaviors</li>
<p>
<li>search engine optimization</li>
<p>
<li>accessibility, usability and compatibility</li>
<p>
<li>email HTML</li>
<p>
<li>site testing, optimization,validation and management</li>
<p></ul>
<p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2008/06/05/c2s-standards-based-web-design-training/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Quick Web Tip , Part Two</title>
		<link>http://www.c2gps.com/blog/2008/03/01/quick-web-tip-part-two/</link>
		<comments>http://www.c2gps.com/blog/2008/03/01/quick-web-tip-part-two/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 03:42:00 +0000</pubDate>
		<dc:creator>Alex Lucas</dc:creator>
				<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://c2gps.marakana.com/blog/2008/03/01/quick-web-tip-part-two/</guid>
		<description><![CDATA[Ok&#8230;just finished part one, but this second tip will be a lot quicker and less confusing. I know whenever I am testing a site (on my Mac) I am frustrated by the fact that I cannot test on Internet Explorer, which I believe is still well over 50% of the viewing public. That is without [...]]]></description>
			<content:encoded><![CDATA[<p>Ok&#8230;just finished part one, but this second tip will be a lot quicker and less confusing.</p>
<p>I know whenever I am testing a site (on my Mac) I am frustrated by the fact that I cannot test on Internet Explorer, which I believe is still well over 50% of the viewing public.  That is without launching Parallels, Bootcamp, or something similar.  But that wastes some time, and there are some other browsers that I don&#8217;t have that I should probably check too &#8211; not to mention previous versions which I have long ago overwritten with newer versions of browser.</p>
<p>Well fret no more, if you did before, because there is a site which will test your site on a wide variety of browsers, over different verions, on different platforms.</p>
<p><img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;" src="/static/images/blog/2008/temp.jpg" border="0" alt="" /><a href="http://www.browsercam.com/">BrowserCam</a> is an amzing website which lets you upload html, or even a site that is currently live and takes snapshots of it in the browsers that you select.  I selected every browser and it gave me something like 120 different images of my about page (<a href="http://www.mythtaken.com/about.html">Mythtaken</a>).  Now when I was using the site, the speed was really slow, but the service is certainly cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2008/03/01/quick-web-tip-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Web Tips/Notes, Part One</title>
		<link>http://www.c2gps.com/blog/2008/03/01/quick-web-tipsnotes-part-one/</link>
		<comments>http://www.c2gps.com/blog/2008/03/01/quick-web-tipsnotes-part-one/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 03:15:00 +0000</pubDate>
		<dc:creator>Alex Lucas</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://c2gps.marakana.com/blog/2008/03/01/quick-web-tipsnotes-part-one/</guid>
		<description><![CDATA[I always find it interesting as I teach or work in my daily life, how little things that you might accidentally discover may revolutionize your workflow, or maybe add some efficiency to your practices. While reading up more on web standards and practices, I have come upon two little neat things that have helped immensely [...]]]></description>
			<content:encoded><![CDATA[<p>I always find it interesting as I teach or work in my daily life, how little things that you might accidentally discover may revolutionize your workflow, or maybe add some efficiency to your practices.</p>
<p>While reading up more on web standards and practices, I have come upon two little neat things that have helped immensely with two headaches I have had in the past concerning website creation.</p>
<p><span style="font-weight: bold;">Headache #1: </span>When working with something like a blog where you need some links to launch in a new browser &#8211; but you don&#8217;t want every link to launch a new browser window.</p>
<p><span style="font-weight: bold;">Why a headache: </span> Well suppose you put your blog in as a frame in your website, and it is perfect for the blog size, but external sites look really bizarre embedded in your site (beside the potential for copyright issues).  But if every link opens up a new page, every internal link you have also opens a new page, leading to the potential for dozens of open pages.<br />Well, if you yourself are writing all the content you can always write your own targets for each link, but if you have people contributing who don&#8217;t write in HTML &#8211; well, problem city.</p>
<p><span style="font-weight: bold;">Solution:<br /></span><span style="font-style: italic;"><br />Part 1:</span>  Writing code that makes all links launch in a new window.  Solves the issue of links appearing inside your frame &#8211; but means a new launch window for every link clicked. <span style="font-style: italic;">(I could also write this directly into CSS, but in this example, I don&#8217;t have access to the CSS)</span><br /><span style="font-size:85%;"><br /><span style="font-style: italic;">(using </span><span style="font-weight: bold; font-style: italic;">[ </span><span style="font-style: italic;">instead of </span><span style="font-weight: bold; font-style: italic;"><</span><span style="font-style: italic;"> and </span><span style="font-weight: bold; font-style: italic;">></span><span style="font-style: italic;"> so it can be read not as code)</span></span>
<pre id="line1"><span class="start-tag">[base</span><span class="attribute-name"> target</span>=<span class="attribute-value">'_blank']</span>[/<span class="end-tag">base</span>]</pre>
<p><span style="font-style: italic;"><br />Part 2:</span>  Naming the target blank window, so that all links will go to the same window.
<pre id="line1"><span class="start-tag">[base</span><span class="attribute-name"> target</span>=<span class="attribute-value">'display']</span>[/<span class="end-tag">base</span>]</pre>
<p>Now when you click on a link it will open up a new window, but all future links will open in that same window (named "display").</p>
<p>Neat little bit of knowledge though not hugely applicable for most situations, where you will probably write targets inline, or as CSS.  But even in CSS, naming the window vs. having all windows open up is the same.</p>
<p><span style="font-weight: bold;"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.c2gps.com/blog/2008/03/01/quick-web-tipsnotes-part-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

