<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">	<channel>
		<title>Codicode | Html News stories feed</title>
		<link>https://codicode.com/cat/html.aspx</link>
		<description>Codicode | Html News stories feed</description>
		<language>en</language>
		<docs>https://codicode.com/rss/html.aspx</docs>
		<webMaster>monoprog@gmail.com</webMaster>
		<ttl>60</ttl>
		<item>
			<title><![CDATA[Redirection to a Maintenance Page with htaccess Redirect]]></title>
			<link>https://codicode.com/art/redirection_to_a_maintenance_pag.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/redirection_to_a_maintenance_pag.aspx</guid>
			<pubDate>Sat, 20 Oct 2012 20:41:57 GMT</pubDate>
			<category><![CDATA[Html]]></category>
			<description><![CDATA[When updating or upgrading your website, it is better to inform your user that the site is down for maintenance instead of getting an error or a 404 page ...]]></description>
			<image>https://codicode.com/img/prev/lar/redirection_to_a_maintenance_pag.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/redirection_to_a_maintenance_pag.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/redirection_to_a_maintenance_pag.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[How to setup a Favorite icon for your website]]></title>
			<link>https://codicode.com/art/how_to_setup_a_favorite_icon_for_your_site.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/how_to_setup_a_favorite_icon_for_your_site.aspx</guid>
			<pubDate>Sun, 21 Oct 2012 02:58:49 GMT</pubDate>
			<category><![CDATA[Html]]></category>
			<description><![CDATA[How to create and setup a Favorite Icon for your website ...]]></description>
			<image>https://codicode.com/img/prev/lar/how_to_setup_a_favorite_icon_for_your_site.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/how_to_setup_a_favorite_icon_for_your_site.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/how_to_setup_a_favorite_icon_for_your_site.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Draw a Canvas image, Upload and save it on the server]]></title>
			<link>https://codicode.com/art/upload_and_save_a_canvas_image_to_the_server.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/upload_and_save_a_canvas_image_to_the_server.aspx</guid>
			<pubDate>Thu, 15 Nov 2012 21:44:58 GMT</pubDate>
			<category><![CDATA[Html]]></category>
			<description><![CDATA[How to create a simple html5 canvas image, read the picture data, upload and save it to the remote server ...]]></description>
			<image>https://codicode.com/img/prev/lar/upload_and_save_a_canvas_image_to_the_server.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/upload_and_save_a_canvas_image_to_the_server.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/upload_and_save_a_canvas_image_to_the_server.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Draw on a HTML5 Canvas with a Mouse]]></title>
			<link>https://codicode.com/art/how_to_draw_on_a_html5_canvas_with_a_mouse.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/how_to_draw_on_a_html5_canvas_with_a_mouse.aspx</guid>
			<pubDate>Fri, 16 Nov 2012 20:22:57 GMT</pubDate>
			<category><![CDATA[Html]]></category>
			<description><![CDATA[This is an easy tutorial explaining how to draw and paint using a mouse on a HTML5 canvas with JavaScript ...]]></description>
			<image>https://codicode.com/img/prev/lar/how_to_draw_on_a_html5_canvas_with_a_mouse.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/how_to_draw_on_a_html5_canvas_with_a_mouse.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/how_to_draw_on_a_html5_canvas_with_a_mouse.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Undo and Redo with HTML5 Canvas]]></title>
			<link>https://codicode.com/art/undo_and_redo_to_the_html5_canvas.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/undo_and_redo_to_the_html5_canvas.aspx</guid>
			<pubDate>Sun, 30 Dec 2012 02:20:01 GMT</pubDate>
			<category><![CDATA[Html]]></category>
			<description><![CDATA[In this tutorial you'll learn how to Add Undo and Redo functionalities to a HTML5 Canvas element, full source code available.]]></description>
			<image>https://codicode.com/img/prev/lar/undo_and_redo_to_the_html5_canvas.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/undo_and_redo_to_the_html5_canvas.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/undo_and_redo_to_the_html5_canvas.jpg" medium="image" />
		</item>
		<item>
			<title><![CDATA[Text as Image Clipping Mask (Fill text background with a picture)]]></title>
			<link>https://codicode.com/art/background_text_effect_css_picture_svg_mask.aspx</link>
			<guid isPermaLink="true">https://codicode.com/art/background_text_effect_css_picture_svg_mask.aspx</guid>
			<pubDate>Tue, 26 Mar 2013 19:26:03 GMT</pubDate>
			<category><![CDATA[Html]]></category>
			<description><![CDATA[Tutorial, how to display a picture instead of a text's background, how to use and apply text/font as an image layer mask using Html, Css and SVG ...]]></description>
			<image>https://codicode.com/img/prev/lar/background_text_effect_css_picture_svg_mask.jpg</image>
			<media:thumbnail url="https://codicode.com/img/prev/lar/background_text_effect_css_picture_svg_mask.jpg" />
			<media:content url="https://codicode.com/img/prev/lar/background_text_effect_css_picture_svg_mask.jpg" medium="image" />
		</item>
	</channel>
</rss>
