<?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>CashRevelations &#187; tutorial</title>
	<atom:link href="http://cashrevelations.com/magazine/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://cashrevelations.com/magazine</link>
	<description>Webmaster Tools &#38; Marketing Resources</description>
	<lastBuildDate>Sun, 29 Jan 2012 13:51:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Edit HTML Templates &#8211; Tutorial</title>
		<link>http://cashrevelations.com/magazine/2011/04/how-to-edit-html-template/</link>
		<comments>http://cashrevelations.com/magazine/2011/04/how-to-edit-html-template/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 20:59:49 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[squeeze page]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=10819</guid>
		<description><![CDATA[This is a short and simple tutorial on how to edit an HTML template – with the help of this tutorial and some practice you can edit landing or squeeze page templates all by yourself.]]></description>
			<content:encoded><![CDATA[<p><img src="http://cashrevelations.com/magazine/wp-content/media/how-to-edit-html-template.jpg" alt="How To Edit HTML Templates" title="How To Edit HTML Templates" width="570" height="345" class="alignnone size-full wp-image-10943" /></p>
<p>Most developers or established tutorial makers prefer to write technically advanced and glamorous tutorials like &#8220;How To Make A Mentally Disturbed Frog Jump Out Of Your PC Scream with The Help Of jQuery And Some CSS&#8221;, or something similar. Sometimes it can be really difficult to find relevant information on the basics &#8211; one of the most common questions we get here on Cashrevelations is &#8220;how to edit the landing page template&#8221;?    </p>
<p>This is a short and simple tutorial on how to edit an HTML template &#8211; with the help of this tutorial and some practice you can edit landing or squeeze page templates all by yourself.</p>
<h2>Finding An HTML Template &#038; Unpacking It</h2>
<p><a href="http://socialeers.com/free-landing-page-template-humor-me/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/free-squeeze-page.jpg" alt="Free Squeeze Page Template" title="Free Squeeze Page Template" width="540" height="433" class="alignnone size-full wp-image-10946" /></a></p>
<p>First you need an HTML template you can practice on. You can search on Internet &#8211; there are both free and premium alternatives. Or, if you are tired to search the Internet, you can simply go to our <a href="http://cashrevelations.com/magazine/category/downloads/" title="Free template downloads without registration">Downloads</a> section or to our article <a href="http://cashrevelations.com/magazine/2010/06/landing-page-templates/">150 Free Landing Page Templates</a>.</p>
<p>Most templates, or any type of file downloads, come packed in a ZIP file and you must unpack them before you can begin to edit them. Right click on the ZIP folder and choose &#8220;extract all&#8221; &#8211; this will open your extraction wizard. Just click &#8220;next&#8221; and then select the location to extract your templates to. If you have problems with uncompressing (unzip) the templates you could try an online tool like <a href="http://wobzip.org/" target="_blank" title="Uncompress online, no installation, safe and free">WobZip.org</a>.</p>
<h2>Edit The HTML Template</h2>
<p><img src="http://cashrevelations.com/magazine/wp-content/media/HTML-Code-In-Notes.jpg" alt="Edit The HTML Template - Open in Notes or WordPad" title="Edit The HTML Template - Open in Notes or WordPad" width="521" height="266" class="alignnone size-full wp-image-10948" /></p>
<p>First, make sure your template is an HTML template and nothing else &#8211; frequently we get questions from troubled people who try open a PHP page in their browser or try to install a usual HTML template on a WordPress blog or the opposite. The simplest way to test if you have an HTML template is to first locate you template and double click on it &#8211; if it opens in your browser and looks like a usual page, then it is an HTML template.</p>
<p>Locate your HTML template and right click on it &#8211; choose &#8220;Open with Notes&#8221; or &#8220;Open with WordPad&#8221;. By now, you see the source code for the template. Find the text you want to change &#8211; remove it and paste or write in your own text. In upper left corner, under File, click Save &#8211; it&#8217;s important that you save after any changes in your HTML document. </p>
<p><strong>We Repeat:</strong></p>
<ul>
<li>Right click on the template</li>
<li>Choose “Open with Notes” or “Open with WordPad”</li>
<li>Locate the text you want to change and remove it</li>
<li>Paste or write in your own text to the template</li>
<li>Under File (upper left corner), click Save</li>
</ul>
<p>Open your HTML template in your browser by double clicking on it. If everything looks all right, then you are finished with your editing. But usually it doesn&#8217;t look all right at all.</p>
<p>One problem is that text lines often are too long. You can adjust the length of the text lines with a <code>&lt;br /&gt;</code> tag. Just put<code> &lt;br /&gt;</code> where you want to break the text line.</p>
<p>If you want to change the appearance of your template (body color, headline size or text size etc.) you need to change it from the CSS file &#8211; most modern landing page or squeeze page templates use CSS for styling. But editing CSS should not make you nervous.</p>
<p>If you make a copy of your template before you begin with your editing, then you can experiment all you want &#8211; and it is exactly what you should do. Don&#8217;t be afraid to play and change in the CSS code, nothing bad will happen &#8211; if something get broken, just make another copy from the original template.</p>
<p>To get information on CSS and how to edit CSS, we suggest you visit <a href="http://www.w3schools.com/css/default.asp" target="_blank" title="CSS Tutorial - W3Schools Online Web Tutorials">CSS Tutorial</a> and <a href="http://www.w3schools.com/CSS/CSS_reference.asp" target="_blank" title="CSS Reference - W3Schools Online Web Tutorials">CSS Reference</a> by W3Schools. They provide you with information and coding examples in a very pedagogical way &#8211; they even have interactive example pages you can practice on.</p>
<h2>Summary Of How to Edit An HTML Template</h2>
<p>Editing HTML templates &#8211; all the process, from downloading and all the way to the ready template &#8211; consists of six easy parts:</p>
<ol>
<li>Download A Template</li>
<li>Unpack Or Unzip The ZIP Archive</li>
<li>Right click on The Template</li>
<li>Choose “Open with Notes” Or “Open with WordPad”</li>
<li>Paste Or Write In Your Own Text To The Template</li>
<li>Under File (Upper Left Corner), Click Save</li>
</ol>
<p>You have now edited the HTML template all by yourself. It is easy, and you sure will save some money when you don&#8217;t need to hire someone to do it for you. The only you need is practice and a bit of patience &#8211; and it also doesn&#8217;t harm to make a copy of the original template before you start editing.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/04/how-to-edit-html-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Effective jQuery &amp; CSS Navigation Solutions</title>
		<link>http://cashrevelations.com/magazine/2011/01/jquery-css-navigation/</link>
		<comments>http://cashrevelations.com/magazine/2011/01/jquery-css-navigation/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 20:32:44 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=9855</guid>
		<description><![CDATA[Cashrevelations presents 15 effective jQuery and CSS navigation solutions that will effectivize and enhance your website. All these navigation solutions are presented with demo where available.]]></description>
			<content:encoded><![CDATA[<p><a href="http://tympanus.net/codrops/2010/05/05/beautiful-background-image-navigation-with-jquery/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/Background-Image-Navigation-jQuery.jpg" alt="Background Image Navigation with jQuery" title="Background Image Navigation with jQuery" width="570" height="461" class="alignnone size-full wp-image-9891" /></a></p>
<p>Building websites is surprisingly much about to find a somewhat logical and effective and visually appealing navigation. Often the menu building efforts end up with a simple ugly list because of lack of time. But one thing is for sure &#8211; a good, beautiful and (almost most of all) logical navigation is absolutely essential for your sites usability and appearance.</p>
<p>During our work with CSS and jQuery articles we have seen many good examples of nice and effective navigation solutions. Many of them are relatively easy to implement for your own projects, if you have some basic coding skills and good portion of patience.</p>
<p class="note"><a href="http://free-css-menu.com/css3-framework.html" target="_blank">CSS3 Framework</a>: With this free CSS3 Menu framework you can create great looking navigations in just a few clicks. The visual design user interface allows you to create menus without the need for complex hand coding. You can download it right <a href="http://free-css-menu.com/css3-framework.html" target="_blank">HERE</a>.</p>
<p><a href="http://cashrevelations.com/magazine/2011/01/jquery-css-navigation/">Cashrevelations</a> presents an adequate selection of jQuery and CSS navigation solutions – 15 effective jQuery and CSS navigation solutions that will effectivize and enhance your website. All these navigation solutions are presented with demo where available.</p>
<h2>15 CSS &#038; jQuery Navigation Solutions</h2>
<p><strong>1.</strong> <a href="http://tympanus.net/codrops/2010/05/05/beautiful-background-image-navigation-with-jquery/" target="_blank"><strong>Background Image Navigation – jQuery</strong></a><br />
In this tutorial we are going to create a beautiful navigation that has a background image slide effect – by using the <a href="http://plugins.jquery.com/project/backgroundPosition-Effect" target="_blank">Background-Position Animation Plugin</a>. The main idea is to have three list items that contain the same background image but with a different position. <br /><a href="http://tympanus.net/Tutorials/BeautifulBackgroundImageNavigation/" target="_blank">View Demo</a></p>
<p><strong>2. <a href="http://tympanus.net/codrops/2010/07/16/slide-down-box-menu/" target="_blank">Slide Down Box Menu – jQuery &amp; CSS3</a></strong><br />In this tutorial you will learn how to create a cool and unique sliding box navigation (with submenu box with further links). The main idea is to make a box with the menu item slide out, while a thumbnail pops up in the top of the menu.<br /><a href="http://tympanus.net/Tutorials/SlideDownBoxMenu/" target="_blank">View Demo</a></p>
<p><strong>3.</strong> <a href="http://tympanus.net/codrops/2010/06/28/awesome-cufonized-fly-out-menu/" target="_blank"><strong>Cufonized Fly-out Menu – jQuery And CSS3</strong></a><br />
In this tutorial you will learn how to create a full page cufonized menu – when hovering over the menu items we will move a hover-state item that adapts to the width of the current item, and slide out a description bar from the left side of the page.<br /><a href="http://tympanus.net/Tutorials/CufonizedFlyOutMenu/" target="_blank">View Demo</a></p>
<p><strong>4. <a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/" target="_blank">CSS3 Mega Drop-Down Menu</a></strong><br />
In this pedagogic tutorial by <a href="http://twitter.com/keliahdesign" target="_blank">Guillaume Marty</a> you will learn how to build a cross-browser, awesome and impressive CSS only drop-down mega menu, using nice CSS3 features – an effective solution to display a lot of content while keeping a clean layout. <br /><a href="http://nettuts.s3.amazonaws.com/819_megamenu/demo/index.html" target="_blank">View Demo</a></p>
<p><strong>5. <a href="http://trevordavis.net/blog/jquery-one-page-navigation-plugin/" target="_blank">One Page Navigation – jQuery Plugin</a></strong><br />
This is a practical navigation plugin by Trevor Davis that lets you scroll smoothly when the navigation is clicked – this plugin is built upon the <a href="http://flesler.blogspot.com/2007/10/jqueryscrollto.html" target="_blank"> jQuery ScrollTo plugin</a> by Ariel Flesler<a href="http://cashrevelations.com/magazine/2011/01/jquery-css-navigation/">.</a> The plugin is also available on <a href="http://github.com/davist11/jQuery-One-Page-Nav" target="_blank">Github</a>.<br /><a href="http://trevordavis.net/play/jquery-one-page-nav/" target="_blank">View Demo</a></p>
<p><strong>6.</strong> <a href="http://www.cssmenubuilder.com/" target="_blank"><strong>CSS Menu Builder</strong></a><br />
With this tool you can create a standard compliant xhtml/css menu for your website for free via the online navigation generator. It contains more than a 1000 horizontal, vertical and breadcrumb menus via the CSS Menu Builder. The page downloads a bit slow.</p>
<p><strong>7.</strong> <a href="http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-lava-lamp-style-navigation-menu/" target="_blank"><strong>Lava-Lamp Style Navigation Menu – jQuery</strong></a><br />
In this logically done tutorial Jeffrey Way of Nettuts+ will teach you how to build a neat looking lava-lamp style navigation menu for your site using jQuery and CSS. As usual you can download the complete source files.<br /><a href="http://nettuts.s3.amazonaws.com/600_spasticNav/index.html" target="_blank">View Demo</a></p>
<p><strong>8.</strong> <a href="http://www.opencube.com/qmv_vdesign/launch_quickmenu.html#" target="_blank"><strong>Visual CSS QuickMenu</strong></a><br />
This extensive and practical online tool offers a solution for generating fast and feature rich drop down menus. It produces fast clean Cascading Style Sheet list based menus, even capable of functioning in browsers with the JavaScript disabled.</p>
<p><strong>9.</strong> <a href="http://tympanus.net/codrops/2010/05/10/scrollable-thumbs-menu/" target="_blank"><strong>Scrollable Thumbs Menu – jQuery</strong></a><br />
In this tutorial with downloadable source code you will learn how to build a fixed menu with scrollable thumbs. The idea is to have a menu fixed to the bottom of the page and let a vertical stack of scrollable thumbs appear when hovering over a menu item.<br /><a href="http://tympanus.net/Tutorials/ScrollingThumbs/" target="_blank">View Demo</a></p>
<p><strong>10. <a href="http://www.madeincima.eu/blog/jquery-plugin-easy-accordion/" target="_blank">Easy Accordion – jQuery Plugin</a></strong><br />
The Easy Accordion plugin by <a href="http://twitter.com/cyandrea" target="_blank">Andrea Cima Serniotti</a> will get your definition lists (DTs) and generate a nice and smooth horizontal accordion. You can then decide to make it a timed slideshow or leave it still. You can download the source files for this plugin. <br /><a href="http://www.madeincima.eu/samples/jquery/easyAccordion/" target="_blank">View Demo</a></p>
<p><strong>11.</strong> <a href="http://tympanus.net/codrops/2010/01/17/css-and-jquery-tutorial-fancy-apple-style-icon-slide-out-navigation/" target="_blank"><strong>Apple-Style Icon Slide Out Navigation – CSS And jQuery</strong></a><br />
In this tutorial you will learn how to create an Apple-style navigation menu with a twist – it reveals some icons when hovering over it. The icons slide out from the top and when the mouse leaves the link, the icon slides back under the link element.<br /><a href="http://www.tympanus.net/Tutorials/FancyAppleStyleNavigation/" target="_blank">View Demo</a></p>
<p><strong>12.</strong> <a href="http://tympanus.net/codrops/2010/04/29/awesome-bubble-navigation-with-jquery/" target="_blank"><strong>Awesome Bubble Navigation – jQuery</strong></a><br />
In this tutorial you will learn how to create a bubbly navigation with jQuery. The idea is to have some round navigation icons that release a bubble when hovering over them. You will use the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jQuery Easing Plugin</a> for a even nicer and improved effect.<br /><a href="http://tympanus.net/Tutorials/BubbleNavigation/" target="_blank">View Demo</a></p>
<p><strong>13.</strong> <a href="http://www.queness.com/post/256/vertical-scroll-menu-with-jquery-tutorial" target="_blank"><strong>Vertical Scroll Menu – jQuery</strong></a><br />
In this tutorial with downloadable source code <a href="http://twitter.com/quenesswebblog" target="_blank">Kevin Liew</a> will teach you how to create a vertical scroll menu. You will also use the <a href="http://plugins.jquery.com/project/color" target="_blank">jQuery.color</a> plugin to animate the background color changes. The HTML is as simple as possible, and the jQuery and CSS do the rest. <br /><a href="http://www.queness.com/resources/html/scrollmenu/index.html" target="_blank">View Demo</a></p>
<p><strong>14.</strong> <a href="http://buildinternet.com/2009/09/sproing-make-an-elastic-thumbnail-menu/" target="_blank"><strong>Elastic Thumbnail Menu – jQuery And CSS</strong></a><br />
In this easy to follow tutorial <a href="http://twitter.com/vivalasam" target="_blank">Sam Dunn</a> on <a href="http://buildinternet.com/" target="_blank">Build Internet</a> will learn you how to make an elastic and good looking thumbnail menu. The menu magnifies menu items when they are hovered over and the menu items expand upwards.<br /><a href="http://buildinternet.com/live/elasticthumbs" target="_blank">View Demo</a></p>
<p><strong>15.</strong> <a href="http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/" target="_blank"><strong>Mega Drop Down Menus – CSS And jQuery</strong></a><br />
In this relatively easy to follow tutorial by <a href="http://twitter.com/sohtanaka" target="_blank">Soh Tanaka</a>, you will learn how to make an awesome and practical Mega Drop Down Menu with the help of CSS, jQuery and the <a href="http://cherne.net/brian/resources/jquery.hoverIntent.html" target="_blank">Hover Intent jQuery plugin</a> from Cherne.<br /><a href="http://www.sohtanaka.com/web-design/examples/mega-dropdowns/" target="_blank">View Demo</a></p>
<p>The different CSS and jQuery navigation solutions presented here in this article are not in any particular order – and Cashrevelations is not by any means whatsoever affiliated with any of the authors or service providers.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2011/01/jquery-css-navigation/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>School Of Firefox</title>
		<link>http://cashrevelations.com/magazine/2009/08/school-of-firefox/</link>
		<comments>http://cashrevelations.com/magazine/2009/08/school-of-firefox/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 14:14:59 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[school]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=2205</guid>
		<description><![CDATA[From the blog Jane’s Ramblings by Jane Finette we find out that there will be a new learning destination for Firefox soon - called the “School of Firefox”. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://cashrevelations.com/magazine/wp-content/media/teaching_bucharest_1842.jpg" alt="Teaching in Bucharest" title="Teaching in Bucharest" width="500" height="268" class="aligncenter size-full wp-image-2214" /></p>
<p><em>From the blog <a href="http://autological.wordpress.com/" target="_blank">Jane&#8217;s Ramblings</a> by Jane Finette, Director of European Marketing at Mozilla, we find out that there will be a new learning destination for Firefox soon &#8211; called the “School of Firefox”. The School of Firefox will contain lessons, videos and tips on all you need to know about using Firefox.</em></p>
<p><strong>From Jane&#8217;s Ramblings:</strong> &#8220;Its going to help new Firefox users get set up and familiar with Firefox features fast, and for those of us who think we already know the deal, we hope there’s lots more besides to learn about your fox&#8221;.</p>
<p>According to Jane Finette we can expect more news about &#8220;School Of Firefox&#8221; in the next couple of weeks. </p>
<p><strong>More Firefox Resources:</strong></p>
<ul>
<li><a href="http://www.mozilla.com/firefox?from=sfx&#038;uid=248928&#038;t=312" target="_blank">Download Firefox browser</a></li>
<li><a href="http://autological.wordpress.com/2009/08/24/new-term-school-of-firefox-coming-soon/" target="_blank">School of Firefox coming soon &#8211; Janet&#8217;s Ramblings</a></li>
<li><a href="http://en.wikipedia.org/wiki/Mozilla_Firefox" target="_blank">Mozilla Firefox &#8211; Wikipedia</a></li>
<li><a href="http://en.wikipedia.org/wiki/History_of_Mozilla_Firefox" target="_blank">History of Mozilla Firefox &#8211; Wikipedia</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2009/08/school-of-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML 5 &#8211; A Quick Overview</title>
		<link>http://cashrevelations.com/magazine/2009/07/html-5-a-quick-overview/</link>
		<comments>http://cashrevelations.com/magazine/2009/07/html-5-a-quick-overview/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 15:58:06 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=1610</guid>
		<description><![CDATA[Cashrevelations.com decided to make a quick and simple overview of HTML 5 - the next version of HTML. The overview covers the basics, new features, how to start with HTML 5 and tips on useful resources.]]></description>
			<content:encoded><![CDATA[<p><img src="http://cashrevelations.com/magazine/wp-content/media/htm1-120x120.jpg" alt="htm1" title="htm1" width="120" height="120" class="alignright size-thumbnail wp-image-1632" /><em>There has been much noise about HTML 5, every developer seems to have an opinion. Some are positive and others are negative &#8211; Tommy Olsson, technical webmaster and software developer, is negative in an <a href="http://www.sitepoint.com/blogs/2009/05/26/html-5-now-or-never/" target="_blank" title="SitePoint - HTML 5: Now or Never?">article</a>: &#8220;I think it’s an abomination, but I’m probably in a small minority. It mocks everything I consider important on the Web&#8221;.</em></p>
<p>However, everything can´t stay the same at all time and Cashrevelations.com decided to make a simple overview of HTML 5, because sooner or later it will be here anyway. We hope this article gives you some insight into HTML 5.</p>
<h2>HTML 5 &#8211; The Basics</h2>
<p><a href="http://en.wikipedia.org/wiki/HTML_5" target="_blank">Wikipedia</a>; HTML 5 is the next version of <a href="http://en.wikipedia.org/wiki/HTML" target="_blank">HTML</a>. HTML 5 specifies two variants of the same language &#8211; a &#8220;classic&#8221; HTML variant known as HTML5 and an XHTML variant known as XHTML5.  </p>
<p>HTML 5 provides a number of new elements and attributes that reflect typical usage on modern Web sites. Some of them are semantic replacements for common uses of generic block &lt;div&gt; and inline &lt;span&gt; elements, for example &lt;nav&gt; and &lt;footer&gt;.</p>
<p><img src="http://cashrevelations.com/magazine/wp-content/media/html5.jpg" alt="A basic HTML 5 document " title="A basic HTML 5 document" width="529" height="233" class="aligncenter size-full wp-image-1660" /></p>
<p>Other elements provide new functionality through a standardized interface, such as the elements for multimedia content &lt;audio&gt; and &lt;video&gt;.</p>
<p>Some elements from HTML 4 have been dropped, including purely presentational elements such as &lt;font&gt; and &lt;center&gt;, whose effects are achieved using CSS. </p>
<p>HTML 5 is <a href="http://www.w3.org/TR/html5-diff/#backwards-compatible" target="_blank">backwards compatible</a> with the way user agents handle deployed content.</p>
<h2>Overview Of New Features In HTML 5</h2>
<p>This summary of major new features in HTML 5 is based on Elliotte Rusty Harold&#8217;s  article <a href="http://www.ibm.com/developerworks/library/x-html5/?ca=dgr-lnxw01NewHTML" target="_blank">New elements in HTML 5</a>. We recommend you to read <a href="http://www.ibm.com/developerworks/library/x-html5/?ca=dgr-lnxw01NewHTML" target="_blank" title="New elements in HTML 5">his article</a> for more details. </p>
<p><strong>New structural elements</strong></p>
<ul>
<li><strong>section</strong>: Essentially anything that has its own heading in HTML 4</li>
<li><strong>header</strong>: The page header shown on the page; not the same as the head element</li>
<li><strong>footer</strong>: The page footer where the fine print goes</li>
<li><strong>nav</strong>: A collection of links to other pages</li>
<li><strong>article</strong>: An independent entry in a blog, magazine, compendium&#8230;</li>
</ul>
<p><strong>New Block Elements</strong></p>
<ul>
<li><strong>aside</strong>: Something that’s just outside the main flow of the narrative</li>
<li><strong>figure</strong>: Represents a block-level image, along with a caption</li>
<li><strong>dialog</strong>: Represents a conversation between several people</li>
</ul>
<p><img src="http://cashrevelations.com/magazine/wp-content/media/html_5_structure.jpg" alt="HTML 5 Structure" title="HTML 5 Structure" width="560" height="415" class="aligncenter size-full wp-image-1835" /></p>
<p><strong>New inline elements</strong></p>
<ul>
<li><strong>time</strong>: Indicates a specific moment in history</li>
<li><strong>meter</strong>: Represents a numeric value in a specified range</li>
<li><strong>progress</strong>: Represents the state of an ongoing process</li>
</ul>
<p><strong>New embedding elements</strong> </p>
<ul>
<li><strong>video</strong>: Allows embedding of arbitrary video formats</li>
<li><strong>audio</strong>: A complementary audio element</li>
<li><strong>embed</strong>: Is used for plugin content</li>
</ul>
<p>The src,  autoplay, autobuffer and controls attributes are common to all <a title="HMTL5 Media Elements" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#media-element-attributes" target="_blank">media elements</a>.</p>
<p><strong>New interactive elements</strong> </p>
<ul>
<li><strong>details</strong>: Further information that might not be shown by default</li>
<li><strong>datagrid</strong>: Serves the role of a grid control</li>
<li><strong>menu</strong>: Contains command elements</li>
<li><strong>command</strong>: Represents a command the user can invoke</li>
</ul>
<p>This list is not complete, if you wish to see all new elements and new attributes in HTML 5 we suggest you to go to <a href="http://www.w3.org/TR/html5-diff/#new-elements" target="_blank" title="W3C - HTML 5 differences from HTML 4">HTML 5 differences from HTML 4</a> by W3C. </p>
<p>You might also be interested to download the handy <a href="http://www.veign.com/reference/html5-guide.php" target="_blank" title="veign.com - HTML 5 Quick Reference Guide">HTML 5 Quick Reference Guide</a> for free from Veign.com (a website design and development company). A compliment to the HTML5 Quick Reference Guide is the newly released <a href="http://www.veign.com/reference/css3-guide.php" target="_blank" title="veign.com - CSS 3 Quick Reference Guide">CSS 3 Quick Reference Guide</a>.</p>
<h2>How Do I Start With HTML 5?</h2>
<p>The easiest way to learn something new is just to do it. Reading through a lot of articles and reference material has it&#8217;s benefits, but to learn something really quick you need to start coding and experiment right away, without any delays.</p>
<p>Thats way we put together 5 HTML 5 Quick Start recourses. If you are familiar with HTML, we can guarantee that you will have a HTML 5 Valid page online within 2 hours with the help of these recourses alone.</p>
<p><strong>HTML 5 Quick Start Resources</strong></p>
<ul>
<li><a href="http://www.cashrevelations.com/downloads/cleanwhite/clean_white.zip" title="Cashrevelations.com - HTML 5 Valid page templates">Download Clean White Video Landing Page</a></li>
<li><a href="http://www.veign.com/reference/html5-guide.php" target="_blank" title="veign.com - HTML 5 Quick Reference Guide">Download HTML 5 Quick Reference Guide</a></li>
<li> <a href="http://www.veign.com/reference/css3-guide.php" target="_blank" title="veign.com - CSS 3 Quick Reference Guide">Download CSS 3 Quick Reference Guide</a></li>
<li><a href="http://www.w3schools.com/tags/html5.asp" target="_blank" title="W3Schools - HTML 5 Reference">W3Schools HTML 5 Reference</a></li>
<li><a href="http://validator.w3.org/" target="_blank" title="The W3C Markup Validation Service">Markup Validation Service</a></li>
</ul>
<p>These resources will give you a starting point for your HTML 5 experience &#8211; and you will discover how fun and not at all so hard as it seems if you only read reference material.</p>
<h2>Reading On HTML 5</h2>
<p><strong>1.</strong> <a href="http://www.alistapart.com/articles/previewofhtml5" target="_blank"><strong>A Preview of HTML 5</strong></a><br />
As both a front-end web developer and a contributor to HTML 5, Lachlan Hunt tells us what we can expect from the emerging markup specification, whose goals include more flexibility and greater interoperability.</p>
<p><strong>2.</strong> <a href="http://www.sitepoint.com/article/html-5-snapshot-2009/" target="_blank"><strong>Yes, You Can Use HTML 5 Today!</strong></a><br />
Is HTML 5 really too far away to worry about? Bruce Lawson doesn&#8217;t think so &#8211; you can start using HTML 5&#8242;s new structural elements right away.</p>
<p><strong>3.</strong> <a href="http://www.geektechnica.com/2009/06/5-amazing-html5-features-to-look-forward-to/" target="_blank"><strong>5 Amazing HTML 5 Features to Look Forward to</strong></a><br />
Most major browsers implemented some of the features proposed in the HTML 5 draft. Today we will look at 5 of these exciting HTML 5 features and its implementation.</p>
<p><strong>4.</strong> <a href="http://jontangerine.com/log/2008/03/preparing-for-html5-with-semantic-class-names" target="_blank"><strong>Preparing for HTML5 with Semantic Class Names</strong></a><br />
This is a brief introduction to the new structural elements in the HTML 5 Working Draft, and how to use semantic class names in HTML 4.01 or XHTML 1.0 markup that correspond to the names of those structural elements.</p>
<p><strong>5.</strong> <a href="http://html5doctor.com/" target="_blank"><strong>HTML 5 Doctor</strong></a><br />
HTML 5 Doctor publish articles relating to HTML 5 and it’s semantics and how to use them. They also invite questions, in the form of ‘Ask the doctor’ to help answer people’s queries and questions. Answers will be posted in the form of articles for all to learn from.</p>
<p><a href="http://html5gallery.com/" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/htmlgallery.jpg" alt="HTML 5 Gallery - A showcase of sites using HTML 5" title="HTML 5 Gallery - A showcase of sites using HTML 5" width="404" height="304" class="aligncenter size-full wp-image-1795" /></a></p>
<p><strong>6.</strong> <a href="http://www.w3.org/TR/2009/WD-html5-20090423/" target="_blank"><strong>HTML 5 &#8211; A vocabulary and associated APIs for HTML and XHTML</strong> </a><br />
Working Draft 23 April 2009. This version: new features are introduced, new elements are introduced based on research into prevailing authoring practices. Special attention has been given to defining clear conformance criteria for user agents in an effort to improve interoperability.</p>
<p><strong>7.</strong> <a href="http://wiki.whatwg.org/wiki/Main_Page" target="_blank"><strong>WHATWG Wiki</strong> </a><br />
The purpose of the WHATWG Wiki is to create a place for contributors to post and compile their own proposals and ideas regarding WHATWG specifications. You can be a part of our community and making proposals for the next version of HTML5. </p>
<p><strong>8.</strong> <a href="http://perishablepress.com/press/2009/07/19/power-of-html5-css3/" target="_blank"><strong>The Power of HTML 5 and CSS 3</strong> </a><br />
As we continue to push the boundaries of existing languages, HTML 5 and CSS 3 are quickly gaining popularity, revealing their collective power with some exciting new design possibilities.</p>
<p><strong>9.</strong> <a href="http://blogs.techrepublic.com.com/programming-and-development/?p=718" target="_blank"><strong>HTML 5 Editor Ian Hickson discusses features</strong> </a><br />
In this interview, HTML 5 Editor Ian Hickson discusses his favorite features, the features he thinks might be most contentious, the pain points he expects HTML 5 will address, and much more. </p>
<p><strong>10.</strong> <a href="http://www.hagenburger.net/2009/05/4-useful-html5-browser-support-overviews" target="_blank"><strong>4 Useful HTML 5 Browser Support Overviews</strong></a><br />
HTML 5 gives us many advantages. You can use the basic HTML 5 elements like header, nav and footer in all browser at the moment. But there are more cool things. </p>
<h2>Videos on HTML 5</h2>
<p><strong>1.</strong> <a href="http://www.youtube.com/watch?v=L6sCkcH6CTI" target="_blank"><strong>Web Design Video Blog &#8211; HTML 5 Tag Changes</strong></a><br />
Nick Bavington and James Rinylo from the <a href="http://www.crearedesign.co.uk/" target="_blank">Creare Group</a> explain the new tags of HTML 5 and the discontinued tags from HTML 4. </p>
<p><strong>2.</strong> <a href="http://www.youtube.com/watch?v=82Nc9BCIc0g" target="_blank"><strong>Web Design Video Blog &#8211; Headers &amp; Footers</strong></a><br />
Nick and James from Creare Group explain how to utilize headers and footers for good web design and SEO. They also look at how they might be implemented in HTML 5.</p>
<p><strong>3.</strong> <a href="http://www.youtube.com/watch?v=xIxDJof7xxQ" target="_blank"><strong>HTML 5 &#8211; Features you want desperately but still can&#8217;t use</strong></a><br />
As the HTML 5 effort reaches its first big milestone browsers are starting to implement it. This talk will explore some of the implementations of HTML 5 features.</p>
<p><a href="http://www.youtube.com/watch?v=L6sCkcH6CTI" target="_blank"><img src="http://cashrevelations.com/magazine/wp-content/media/html_5_tags.jpg" alt=" HTML 5 Tag Changes - Video" title=" HTML 5 Tag Changes - Video" width="547" height="332" class="aligncenter size-full wp-image-1675" /></a></p>
<p><strong>4.</strong> <a href="http://www.youtube.com/watch?v=rktlkEZzkmE" target="_blank"><strong>Anne van Kesteren &#8211; Video in HTML 5</strong></a><br />
This talk will focus on the new element introduced by HTML 5 and its associated API &#8211; a short introduction to HTML 5 as well as information on recent developments.</p>
<p><strong>5.</strong> <a href="http://vimeo.com/2441475" target="_blank"><strong>Editing HTML 5</strong></a><br />
Ian Hickson, editor of the HTML 5 specification, discusses the tools he uses to gather and respond to feedback and clarifies the whole &#8220;when will it be ready?&#8221; issue and gives us some details about what part of the spec he is working on now.</p>
<h2>Summary</h2>
<p>According to some developers it will take a while before HTML 5 is fully implemented &#8211; Ian Hickson, co-editor of HTML 5, suggests that we might have to wait till 2022 for the final draft of HTML 5. </p>
<p><a href="http://html5doctor.com/2022-or-when-will-html-5-be-ready/" title="2022, or when will HTML 5 be ready?" target="_blank">Remy Sharp</a> of HTML 5 Doctor writes in his article: &#8220;2022 was misinterpreted as the year HTML 5 would be ready. That’s wrong. HTML 5 is ready today&#8221;. </p>
<p>The truth is that this October (2009) is the last call for the HTML 5 working draft, and you can use HTML 5 already today. It&#8217;s not difficult either, if you have some experience of HTML since before.</p>
<p>Without prior experience of HTML 5 we on Cashrevelations.com decided to make a simple <a href="http://www.cashrevelations.com/downloads/cleanwhite/" target="_blank" title="Clean White - Video Landing Page">Video Landing Page</a> in HTML 5 &#8211; as a quick experiment to find out if it was complicated, difficult and something to be troubled about. </p>
<p>After reading some specifications in the <a href="http://www.w3.org/TR/html5/" target="_blank">HTML 5 &#8211; W3C Working&nbsp;Draft</a> and with help of W3C Markup Validator we did it under 1.5 hour. And the answer to our questions? No, it is not complicated, difficult and something to be troubled about. In fact, it was very easy. </p>
<p>The Video Landing Page in HTML 5 is available for preview and download below.</p>
<ul>
<li><a href="http://www.cashrevelations.com/downloads/cleanwhite/" target="_blank">Clean White Video Landing Page</a></li>
<li><a href="http://www.cashrevelations.com/downloads/cleanwhite/clean_white.zip">Clean White Video Landing Page Download</a></li>
</ul>
<p>There are no reasons for you to not start experimenting with HTML 5 already now &#8211; it is easy, there is a lot of interesting new features, there is a huge amount of reference material and, most important,  HTML 5 is the future already here.</p>
<p><strong>Related:</strong></p>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/" target="_blank"><strong>HTML5 and The Future of the Web</strong></a></li>
<li><a href="http://a.deveria.com/caniuse/" target="_blank"><strong>Compatibility tables for features in HTML5</strong></a></li>
<li><a href="http://dev.opera.com/articles/view/html-5-canvas-the-basics/" target="_blank"><strong>HTML 5 canvas &#8211; the basics</strong></a></li>
<li><a href="http://www.w3.org/Style/CSS/current-work" target="_blank"><strong>Cascading Style Sheets &#8211; Current Work</strong></a></li>
<li><a href="http://www.hagenburger.net/2009/03/html5-xhtml5-with-css-for-safari-firefox-opera-ie" target="_blank"><strong>HTML5 / XHTML5 with CSS for Safari, Firefox, Opera &amp; IE</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2009/07/html-5-a-quick-overview/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Make Money On Absent Pages</title>
		<link>http://cashrevelations.com/magazine/2009/02/do-your-error-pages-make-money/</link>
		<comments>http://cashrevelations.com/magazine/2009/02/do-your-error-pages-make-money/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 13:22:41 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webpage]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=12</guid>
		<description><![CDATA[Have you ever visited a website, but typed in the wrong url after the domain name? What did you see? This is a 404 Error Page. Now you can capitalize on it.]]></description>
			<content:encoded><![CDATA[<p><img src="http://cashrevelations.com/magazine/wp-content/media/erpage-120x120.jpg" alt="erpage" title="mundofox.com" width="120" height="120" class="alignleft size-thumbnail wp-image-81" /><strong>Have you ever visited a website, but typed in the wrong url after the domain name? What did you see? Chances are you saw a generic page that said something like, &#8220;The page cannot be displayed&#8221; or &#8220;The requested URL was not found on this server.&#8221;</strong></p>
<p>This is what is more commonly known as the 404 Error Page. It&#8217;s the page that shows up by default when someone &#8216;accidentally&#8217; types in the address of the page they are looking for on your site incorrectly. Now, in many cases, it truly happens by mistake. However, in many other instances, people end up on this page because they are snooping around trying to look for your download page or thank you page without having to pay or opt-in.</p>
<p>Why, not capitalize on it whether they are doing it purposely or they are truly ending up there by accident. If you have your own website and it gets traffic, some of your visitors are ending up on that page. Now, if they are seeing the generic message that their browser shows them when it happens, then you are not making good use of your web real estate.</p>
<p class="note"><strong>Examples of 404 Error Pages:</strong> <a href="http://productplanner.com/404" target="_blank">Productplanner</a>, <a href="http://www.apartmenthomeliving.com/404.html" target="_blank">Apartmenthomeliving.com</a>, <a href="http://brightkit.com/404" target="_blank">Brightkit</a>,<br />
<a href="http://mundofox.com/404" target="_blank">Mundofox.com</a>, <a href="http://www.russiantales.se/404.html" target="_blank">RussianTales.se</a>, <a href="http://www.jhuskisson.com/404/" target="_blank">Jhuskisson.com</a>, <a href="http://www.realmacsoftware.com/rapidweaver/overview/404" target="_blank">RealMacSoftware.com</a>, <a href="http://www.gog.com/en/error/404" target="_blank">Gog.com</a></p>
<p>Every page of your website can put money in your pocket. Even your 404 error page. You can customize that page just like any other page on your website.</p>
<ul>
<li><strong>Some ideas to utilize on that page include:</strong></li>
<li>
<ul>
<li>Making an special offer at a discounted price</li>
<li>Having it be a squeeze page</li>
<li>Making it an Adsense pages</li>
<li>Redirecting it to a related affiliate product</li>
</ul>
</li>
</ul>
<p>Those are just a few of the many different, yet profitable types of ways you can make good use of your 404 error page. It won&#8217;t make you rich, but it definitely will put some extra money in your account. Maybe it will help you pay one of your bills, or you can just reinvest it into your business.</p>
<ul>
<li><strong><a href="http://www.cashrevelations.com/downloads/404secrets.zip">Get your hands on Jason Dinner&#8217;s 404 Secrets Special Report</strong></a></li>
</ul>
<p>Either way, if you don&#8217;t customize this page, you can be leaving money on the table. Having something for your visitors to see that end up on that page is extremely more beneficial to you then not having anything on that page.</p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2009/02/do-your-error-pages-make-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal Made Simple</title>
		<link>http://cashrevelations.com/magazine/2009/02/paypal-made-simple/</link>
		<comments>http://cashrevelations.com/magazine/2009/02/paypal-made-simple/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 17:12:42 +0000</pubDate>
		<dc:creator>Tommy Olovsson</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[Paypal]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://cashrevelations.com/magazine/?p=7</guid>
		<description><![CDATA[There is a lot of information available on how to become involved with IM; but many newbies find themselves a little stumped when it comes to adding a Paypal Button on their new sales pages.]]></description>
			<content:encoded><![CDATA[<p><img src="http://cashrevelations.com/magazine/wp-content/media/paypal-120x120.jpg" alt="paypal" title="paypal" width="120" height="120" class="alignright size-thumbnail wp-image-33" />Although there is a lot of information available on how to become involved with IM, how to find good products to resell, how to build a website, and more; many newbies find themselves a little stumped when it comes to adding a Paypal &#8220;Buy Now&#8221; Button on their new sales pages.</p>
<p>This is a simple &#8220;How to do&#8221; report.</p>
<p><a href="http://www.cashrevelations.com/downloads/pms.zip"  title="PayPal made simple"><strong>Download Here&#8230;</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://cashrevelations.com/magazine/2009/02/paypal-made-simple/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

