<?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>Attackr.com &#187; Developer Portal for web designers, developers and programmers</title>
	<atom:link href="http://www.attackr.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attackr.com</link>
	<description>Come To Share, Come To Learn</description>
	<lastBuildDate>Tue, 20 Dec 2011 13:09:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SQL SELECT Clause Order Cheat Sheet &amp; Other Opinionated Site Building Tips</title>
		<link>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/</link>
		<comments>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 12:47:13 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Soap Box]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=973</guid>
		<description><![CDATA[Have you ever been building a SQL statement, and tried to remember which order your, &#8220;ORDER BY&#8221; goes in.  This short quick reference saves me some time &#8211; it&#8217;s not difficult, but if you&#8217;re like me, and do not use it everyday &#8211; it&#8217;s cumbersome to remember. These are the &#8220;mostly used&#8221; statements: FROM (Table [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever been building a SQL statement, and tried to remember which order your, &#8220;ORDER BY&#8221; goes in.  This short quick reference saves me some time &#8211; it&#8217;s not difficult, but if you&#8217;re like me, and do not use it everyday &#8211; it&#8217;s cumbersome to remember.</p>
<h2>These are the &#8220;mostly used&#8221; statements:</h2>
<pre>FROM (Table to retrieve data from)

WHERE (Row-level filtering) 

GROUP BY (Group specification)

HAVING (Group-level filtering)

ORDER BY (Output sort order)</pre>
<p>If anyone is interested, i&#8217;ll post the rest of my notes here on SQL(?). The order varies some depending upon use. Another useful item of interest is that the SQL (&#8220;mostly-regardless&#8221; of the flavor [<a href="http://www.mysql.com/" target="_blank">mysql</a>, <a href="http://www.mongodb.org/" target="_blank">mongo</a>, <a href="http://www.oracle.com/index.html" target="_blank">oracle</a>/etc...]), is that they all speak &#8216;SQL&#8217;. That may sound redundant, but it is actually interesting to start discovering the approaches that are implemented that all basically &#8216;do the same thing&#8217; or &#8216;place higher priorities on certain operations&#8217;.</p>
<p>Once you learn what each flavor of SQL is doing, what their design goal was, it&#8217;s interesting to learn you may be using something totally overkill for a simple purpose. In most cases for a small production website, SQL Lite may be perfectly acceptable for lower traffic/connection sites (which are the vast majority of all sites on the web). Some &#8216;family-type- websites have even been known to use flat-text files.</p>
<p>The downside to using a larger-scale SQL solution is that most people do not use it correctly in the first place. That&#8217;s fine to use it, but it&#8217;s kind of like driving a <a title="Yes... i linked nascar *hands head in shame*" href="http://www.nascar.com" target="_blank">NASCAR</a> to the supermarket.  Just because you &#8220;have and use&#8221; more power, doesn&#8217;t make it faster for the end client/customer. A basic website (3-10 pages), using <a href="http://apache.org/" target="_blank">Apache</a>, <a href="http://wiki.nginx.org/" target="_blank">NGINX</a>, <a href="http://www.lighttpd.net/" target="_blank">Lighttpd</a> (webservers), along with basic HTML(preferably HTML5 + CSS3), and maybe <a href="http://jquery.com/" target="_blank">jQuery</a> (if you need some pzazz), is more than enough for the basic website.  It&#8217;s fast, secure, presentable, and allows the author to maintain their focus (do what they were trying to do in the first place [get their message onto the web]).</p>
<p>If your goal is to see how much horse power you can use &#8211; see how flashy and widgetized you can get, then you&#8217;re missing the point of web development on the internet.  It&#8217;s cool to use the latest thing, but it&#8217;s cooler to get your message understood. Even if your message is to sell something, save a puppy from being put down, or getting your beliefs/blogging your experiences. If your page loads quickly, is easy to read, is obvious what you expect the reader to &#8216;get from your web presence&#8217;, then you and your web page reader/browser will enjoy a good relationship.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/sql-select-clause-order-cheat-sheet-other-opinionated-site-building-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why &#8220;TAGS&#8221; Are So Critical To Improve Your Google Search Ranking</title>
		<link>http://www.attackr.com/why-tags-are-so-critical-to-improve-your-google-search-ranking/</link>
		<comments>http://www.attackr.com/why-tags-are-so-critical-to-improve-your-google-search-ranking/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 18:23:29 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[metatag]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=749</guid>
		<description><![CDATA[Many times it is easier to write 1000 words for an article than it is to create 5 unique words to make the article valuable (/findable) to people who would potentially be looking for it.   Using basic formulas, like the ones people use for creating articles, can provide a helpful way to make a [...]]]></description>
			<content:encoded><![CDATA[<p>Many times it is easier to write 1000 words for an article than it is to create 5 unique words to make the article valuable (/findable) to people who would potentially be looking for it.   Using basic formulas, like the ones people use for creating articles, can provide a helpful way to make a summation of tags that will turn out to be useful, and statistically rewarding.</p>
<p>Creating tags is not a magical task, but tag creation is critical if you&#8217;re doing any content publishing or blogging.  Search engines, plugins, and even crawlers look for instances of the reuse of key terms and index your page/post accordingly.  Getting &#8216;tagged&#8217; can be the difference of your site coming up in search results, and leaving you in the dust.  Using some generic logic can help you discern which words to latch on to, which words can help you to get closer to the top of the search results.</p>
<p>One method that is common is to search for the words and phrases that you want to use [inside your search engine of choice].  Place yourself amongst those who you want to be compared against.  If you want to be a fine dining result, then find like-minded sites, and study their keyword source &#8211; see if it&#8217;s pertinent to what you can, factually, offer as a word to &#8216;be known by&#8217;.</p>
<p>Anyone who wants to come up on a page of results needs to tag their site. If you&#8217;re using templates, use the meta keywords tags in the head, if you&#8217;re using a blogging structure, then take advantage of the seo/keywords/tag features that come default on almost any blog framework.  CMS (content management systems) have even incorporated  a tagging logic, allowing each page of the system to be able to be crawled, index, and make it a contender for a pertinent search query.</p>
<p><span style="text-decoration: underline;"><span style="color: #333333;">Example of the Meta Keywords tag:</span></span></p>
<p>&lt;META NAME=&#8221;keywords&#8221; CONTENT=&#8221;oranges, lemons, limes&#8221;&gt;</p>
<p>Blogging systems like WordPress, have input boxes on the side, where you can enter keywords, one at a time, called &#8220;Post Tags&#8221;.  The use and common advice is to repeat features that may &#8216;best describe the point you want to get across&#8217;.  For this post we chose, &#8220;metatag&#8221;, &#8220;keyword&#8221;, &#8220;seo&#8221;, &#8220;example&#8221;, &#8220;how to&#8221;, &#8220;html&#8221; and &#8220;blog&#8221;.   Just by even stating what my keywords are will increase the ranking of the post (the frequency).</p>
<p>There are different guidelines for each crawler, but as a general rule, you can usually use 10 keywords safely, and up to 25 &#8211; each separated by a comma. With this in mind, place (what you feel are) the most critical keywords up in the first 10.  Likewise, make your site description short and sweet &#8211; usually one sentence.  If possible, include your region &#8211; even your address if possible.</p>
<p>references: <a title="SeoMoz" href="http://www.seomoz.org/blog/best-practices-for-title-tags" target="_blank">Seomoz</a> | <a href="http://www.webmarketingnow.com/tips/meta-tags-uncovered.html#keywords" target="_blank">webmarketingnow.com</a> |</p>
<p>Need a <a href="http://quotes.feedtheguru.com">&#8220;Pick-Me-Up?&#8221;</a><br />
<a href="http://quotes.feedtheguru.com"><img src="http://quotes.feedtheguru.com/static/images/logo.jpg" alt="" width="300" /></a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/the-jquery-ajax-cheatsheet-the-quick-reference-for-ajax-settings/' title='The jQuery .ajax() Cheatsheet&#8230; The Quick Reference For ajax Settings!'>The jQuery .ajax() Cheatsheet&#8230; The Quick Reference For ajax Settings!</a></li>
<li><a href='http://www.attackr.com/web-design-for-the-beginner/' title='Web Design For The Beginner'>Web Design For The Beginner</a></li>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
<li><a href='http://www.attackr.com/the-right-tool-for-the-job/' title='The Right Tool For The Job'>The Right Tool For The Job</a></li>
<li><a href='http://www.attackr.com/structuring-your-html-code/' title='Structuring your HTML code'>Structuring your HTML code</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/why-tags-are-so-critical-to-improve-your-google-search-ranking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Primo Top 3 CSS Menu Sites &amp; Generator&#8217;s Systems To Add A Stylish Navigation To Your Webpage</title>
		<link>http://www.attackr.com/the-primo-top-3-css-menu-sites-generators-systems-to-add-a-stylish-navigation-to-your-webpage/</link>
		<comments>http://www.attackr.com/the-primo-top-3-css-menu-sites-generators-systems-to-add-a-stylish-navigation-to-your-webpage/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:31:45 +0000</pubDate>
		<dc:creator>Gregory Milby</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[best 3]]></category>
		<category><![CDATA[best css web design]]></category>
		<category><![CDATA[css cms]]></category>
		<category><![CDATA[css ecommerce templates]]></category>
		<category><![CDATA[css web design for dummies]]></category>
		<category><![CDATA[top 3]]></category>
		<category><![CDATA[web application css]]></category>

		<guid isPermaLink="false">http://www.attackr.com/?p=600</guid>
		<description><![CDATA[Creating a functional navigation for your website is key &#8211; especially if you want to add any style that retains cross-browser functionality.   I&#8217;ve gone through hundreds of sites and have found the top 3 primo CSS menu generators that will give you the most options to get that stylish nav menu you&#8217;re looking for. [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a functional navigation for your website is key &#8211; especially if you want to add any style that retains cross-browser functionality.   I&#8217;ve gone through hundreds of sites and have found the top 3 primo CSS menu generators that will give you the most options to get that stylish nav menu you&#8217;re looking for.</p>
<p><a href="http://www.syrbot.com/tools/css-attackr/1.html" target="_blank">13 Styles</a> offers cross browser/lightweight menu&#8217;s that offer a variety of styles <img class="alignright size-full wp-image-605" title="CSS" src="http://www.attackr.com/wp-content/uploads/2009/07/CSS.jpg" alt="CSS" width="72" height="72" />ranging from simple to elegant to fun.  Most of the menu&#8217;s are generic, and can be easily implemented into an exisiting design.  The most you would need to do is to adjust some of the colors in the CSS.  The stylesheets are using standard property componenets (CSS1/2), and appear to work in backward versions of browsers also.  Which is good considering the bulk of corporate America is using ie6 still.  If you&#8217;re interested, these menu&#8217;s offer the PSD&#8217;s to totally customize the menu (for a price) if the free version doesn&#8217;t work for you.</p>
<p><a href="http://www.syrbot.com/tools/css-attackr/2.html" target="_blank">CSS Menumaker</a> offers more menu&#8217;s that are utilizing a more graphic flair, and most seem that they make work well with more conservative color palets (considering the vibrance of the menu&#8217;s).   These CSS menu&#8217;s offer solutions for creating dropdown menus (unique &#8211; most CSS sites do not even approach this topic).  This generator  has a pretty extensive customization feature &#8211; allowing you to build more than just the look on the webpage &#8211; this generator actually builds the menu items.   If you&#8217;re creating the menu&#8217;s dynamically, then this feature will not matter a whole lot.</p>
<p><a href="http://www.syrbot.com/tools/css-attackr/3.html" target="_blank">CSS Play</a> is the perverbial &#8220;Mother-Load&#8221; of every configuration imaginable&#8230; literally.  I was able to look through about half this site, and it&#8217;s literally overwhelming as to how many resources are actually offered.  The multi-level dropdown menus are new, and the menu&#8217;s appear to be consistent.  Sometimes CSS/js menu&#8217;s will have gaps depending upon the layout or browser used.  All of the menu&#8217;s appear to &#8220;look correct&#8221; regardless of how they&#8217;re used, and how they&#8217;re viewed.   If you are concerned about page size, they have some pure text CSS menu&#8217;s that are actually appealing.</p>
<p>enjoy.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/the-primo-top-3-css-menu-sites-generators-systems-to-add-a-stylish-navigation-to-your-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design For The Beginner</title>
		<link>http://www.attackr.com/web-design-for-the-beginner/</link>
		<comments>http://www.attackr.com/web-design-for-the-beginner/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 01:04:41 +0000</pubDate>
		<dc:creator>Len Saunders</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/web-design-for-the-beginner/</guid>
		<description><![CDATA[Web Design For The Beginner I am in the field of children&#8217;s health and fitness, but I just love web design and photography. With no experience, many ask me how I have created some of my web designs, which to me, are still beginner level, but attractive and usable. The first thing I tell someone [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Web Design For The Beginner</strong></p>
<p>I am in the field of children&#8217;s health and fitness, but I just love web design and photography.  With no experience, many ask me how I have created some of my web designs, which to me, are still beginner level, but attractive and usable.  </p>
<p>The first thing I tell someone is to go visit <a href="http://www.opendesigns.org/">opendesigns.org</a> and download a few templates.  Once  you download the templates, unzip them to your desktop.  Look for the file called index and open it up in a web editor.  I like to use <a href="http://notepad-plus.sourceforge.net/uk/download.php">Notebook++</a> as my HTML editor, which is a free download.</p>
<p>In the Notebook++ program, you can change all the text you&#8217;d like to personalize your new web site.  I personally like to see what I am doing, so I also open up the index file in my Firefox browser, and click the reload button to see the changes I have made as I go along. <span id="more-146"></span></p>
<p>Now, for the newbie, you may want to experiment with the .css file that is enclosed in your download.  The .css file controls many things on the site such as the font, headings, colors, forms etc.  </p>
<p>Many of the open source designers will tell you in the .css what each part of the .css controls, so you know what you are changing.  The key thing is to always backup what you are doing before you make the changes, so in case you mess up, you have the original .css.</p>
<p>I must have done this a least 100 times before I started to try and create my own web template.  Once I felt comfortable with this, I found a site by another Open Designs member called, <a href="http://csstinderbox.raykonline.com/">Tinderbox</a>.  </p>
<p>On this site, you can find various plain and basic web layouts for you to start to personalize. If I am brave, I may visit <a href="http://www.cssplay.co.uk/menus/">css play</a> to try and place in a cool navigation system.  </p>
<p>Once I complete the design, I have a couple of my web friends check it out, then submit it to Open Designs for others to download.  </p>
<p>If you are interested in learning about web design, this is a great way to start.  You can see some of my work at: <a href="http://web.lensaunders.com">web.lensaunders.com</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
<li><a href='http://www.attackr.com/1-css-online-handbook/' title='#1 CSS Online Handbook'>#1 CSS Online Handbook</a></li>
<li><a href='http://www.attackr.com/tableless-web-designs-why-i-switched/' title='Tableless Web Designs: Why I Switched'>Tableless Web Designs: Why I Switched</a></li>
<li><a href='http://www.attackr.com/css-editors-design-tools/' title='CSS Editors &amp; Design Tools'>CSS Editors &#038; Design Tools</a></li>
<li><a href='http://www.attackr.com/how-to-fix-your-sucky-website-with-minimal-effort/' title='How To Fix Your Sucky Website With Minimal Effort'>How To Fix Your Sucky Website With Minimal Effort</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/web-design-for-the-beginner/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Combining flash with HTML/CSS</title>
		<link>http://www.attackr.com/combining-flash-with-htmlcss/</link>
		<comments>http://www.attackr.com/combining-flash-with-htmlcss/#comments</comments>
		<pubDate>Wed, 14 Nov 2007 17:10:13 +0000</pubDate>
		<dc:creator>niemi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/combining-flash-with-htmlcss/</guid>
		<description><![CDATA[Many factors could make you refrain from designing sites completely in flash. Maybe you like to grab and customize free HTML templates, maybe it&#8217;s the fact that you need your content easily to be probably indexed by search engines or maybe you just don&#8217;t like flash because it has become tantamount to an inferno of [...]]]></description>
			<content:encoded><![CDATA[<p>Many factors could make you refrain from designing sites completely in flash. </p>
<p>Maybe you like to grab and customize free HTML templates, maybe it&#8217;s the fact that you need your content easily to be probably indexed by search engines or maybe you just don&#8217;t like flash because it has become tantamount to an inferno of noise and crappy animations. </p>
<p>As a fact there could be various reasons which could make you abstain from designing sites completely in flash. It&#8217;s not my intention to convert you to a group of flash lovers.</p>
<p>I&#8217;m here to tell you how to combine the best of both worlds. Stick to your HTML layout and then apply the finishing touch by replacing the header with a flash animation. </p>
<p>Well, it could be anything but I think the header as a natural choice so that&#8217;s what we are going to focus on for now.</p>
<p>What do we need to get started? <span id="more-124"></span></p>
<h2>PREPARING OUR HTML TEMPLATE:</h2>
<ol>
<li>Grab a free template. For this tutorial lets use <a href="http://www.opendesigns.org/preview/?template=1054">this one</a> designed by Rambling Soul. Unpack the files. </li>
<li>Open index.html and style.css in your favorite text editor. Notepad is suitable for the basic operations we are going to perform.</li>
<li>You need a piece of JavaScript now. Get it from here and unpack it to the same folder the html files and the .css file are stored.</li>
<li>In index.html add this line in the header right before:[CODE1]</li>
<li>Delete everything inside [CODE2], that would be this: [CODE3]</li>
<li>Now let&#8217;s add the code that calls our flash animation. Copy the following code and paste it to the very same location from which we just deleted a couple of lines:<br />
[CODE4]</li>
<li>In style.css find this line: <code>#wrap #header { background:url(images/header.jpg) no-repeat; height:229px; margin-top:10px;}</code><br />
Delete  <code>background:url(images/header.jpg) no-repeat;</code></li>
<li>Now we have removed the original image from the header. The script that we linked to in step 4 and made use of in step 6 will embed the flash movie as seamless as possible in all major browsers. You can just as well get used this way of embedding your flash files as it&#8217;s better than any other way.</li>
</ol>
<h2>THE FLASH HEADER, REUSING THE CONCEPT €“ PART 1</h2>
<ol>
<li>We have prepared our template for our flash header now. Let&#8217;s create the flash header. Open header.jpg located in the images folder. You can perform the following steps in almost any image editor, for this tutorial I&#8217;ll use Photoshop.</li>
<li>Because Ramblingsoul has created such a beautiful frame, let&#8217;s reuse it. Select &#8220;Rectangular Marquee Tool&#8221; (Hotkey is &#8220;M&#8221;)  and select the whole blue area (the actual image inside the frame. Select it all including the cute strawberry-guy. Don&#8217;t select the bright frame).</li>
<li>When this area is selected go to &#8220;Select&#8221; &gt;&gt; &#8220;Inverse&#8221; (Hotkey is CTRL + SHIFT + i). Press CTRL + C to copy the selected area.</li>
<li>Go to &#8220;File&#8221; &gt;&gt; &#8220;New&#8221;. Say &#8220;OK&#8221; and press CTRL + V to paste our frame.</li>
<li>Go to &#8220;File&#8221; &gt;&gt; &#8220;Save as&#8221; (hotkey is CTRL + SHIFT + S). Name it &#8220;frame&#8221; Choose GIF as format and save it to the images folder. (The template you downloaded contained this folder)</li>
</ol>
<h2>THE FLASH HEADER, NOW IT&#8217;S GETTING FLASHY €“ PART 2</h2>
<ol>
<li>Now open Flash CS3 (or any previous version you might have).</li>
<li>Create a new document. (&#8220;File&#8221; &gt;&gt; &#8220;New&#8221;) Select ActionScript 3.0 or 2.0, it doesn&#8217;t really matter. </li>
<li>Press CTRL + J to open &#8220;Document Properties&#8221;. Dimensions should be 882px * 229px. Framerate 35 FPS. Press &#8220;OK&#8221;.</li>
<li>On the very left of the timeline double click &#8220;Layer 1&#8243; and rename it to &#8220;pic1&#8243;. Create a new layer (see image) a double click it to rename it &#8220;pic2&#8243;. Create a third layer a rename it &#8220;pic3&#8243;. Create a fourth and last layer and rename it &#8220;frame&#8221;.</li>
<li>Download these three slightly modified royality free pictures from <a href="http://niemi.it/images.zip">here</a>. Put them in the images folder. Import them by clicking &#8220;File&#8221; &gt;&gt; &#8220;Import&#8221; &gt;&gt; &#8220;Import to library&#8221;. Select them all or import them one at a time. Also import our self-created frame namely &#8220;frame.gif&#8221;.</li>
<li>You screen should look something like this.</li>
<li>Select layer &#8220;frame&#8221;. Drag our &#8220;frame&#8221; image from Library to the scene. If not align-box is visible press CTRL + K. Press the icon below the text &#8220;To stage:&#8221; so that it&#8217;s active. Now select the image &#8220;frame&#8221; we just dragged to the stage and press &#8220;Align horizontal center&#8221; and  &#8220;Align vertical center&#8221;. Now our &#8220;frame&#8221; is in place. Lock the layer by pressing the dot below the lock once.  Also lock the layers &#8220;pic2&#8243; and &#8220;pic3&#8243;.</li>
<li>Select the layer &#8220;pic1&#8243; and drag it to the stage. Align it like we just did with our &#8220;frame&#8221; image. Because our frame image hasn&#8217;t got quite even sides you have to move the image to pixels to the left by pressing the left key twice.</li>
<li>Convert our &#8220;pic1&#8243; to a movie-clip symbol by selecting it once and pressing F8. Name it mc_pic1  </li>
<li>Insert new key frames (still on the &#8220;pic1&#8243; layer) by clicking on the 15 frame (don&#8217;t confuse this frame with our image &#8220;frame&#8221;) and pressing F6. Click the 85 frame and press F6. Click the 100 frame and press F6.</li>
<li>While still on the 100th frame click the image once and properties select color &gt;&gt; tint &gt;&gt; 100%.</li>
<li>Right-click somewhere between the 85th and the 100th frame and select &#8220;Create Motion Tween&#8221;. Now go to the first frame and click the image once again. From properties select color &gt;&gt; color &gt;&gt; advanced &gt;&gt; settings &gt;&gt; Replace the first three &#8220;0&#8243; values with &#8220;255&#8243;. Don&#8217;t increase the value next to Alpha. Press &#8220;ok&#8221;.</li>
<li>Right-click somewhere between the first and the 15th frame and select &#8220;Create Motion Tween&#8221;. Now lock this layer, hide it by clicking the dot below the eye and unlock layer &#8220;pic2&#8243;.</li>
<li>Select the unlocked layer &#8220;pic2&#8243; and repeat step 8 to 13.</li>
<li>When you have repeated those steps lock the layer &#8220;pic2&#8243; and hide it.</li>
<li>For the third image and the layer &#8220;pic3&#8243; redo the steps. When you&#8217;re done lock layer &#8220;pic3&#8243; and hide it.</li>
<li>Unlock layer &#8220;pic2&#8243; and unhide it. Select all of its 100 frames. Drag all the frames so that it starts in frame 100 instead of frame 1.</li>
<li>Lock the layer &#8220;pic2&#8243; and hide it.</li>
<li>Unlock layer &#8220;pic3&#8243; and unhide it. Select all of its 100 frames. Drag all the frames so that it starts in frame 199 instead of frame 1.</li>
<li>Unlock our layer &#8220;frame&#8221; and go to the 283th frame and press F5 to insert frame.</li>
<li>Unlock and unhide all layers. We are done! Now press CTRL + SHIFT + ALT + S and navigate to our images folder we have been using so far. Name the file header and save it.</li>
<li>It&#8217;s nice to have the source file so also save that by pressing CTRL + SHIFT + S.</li>
</ol>
<h2>UPLOADING</h2>
<ol>
<li>1.	What do we need to upload? Everything in the original template folder besides the old header imager, namely header.jpg. Be sure that it&#8217;s the edited index.html and style.css you are uploading.</li>
<li>Also be sure to upload our JavaScript namely swfobject.js.</li>
<li>Be sure to upload our header.swf, it should be in the images folder.</li>
<li>You don&#8217;t have to upload pic1.jpg, pic2.jpg, pic3.jpg or frame.gif. They are all contained in our .swf file.</li>
</ol>
<p>You can download and review the final result <a href="http://niemi.it/rambling_soul_imagination_flash_header.zip">here</a>. I have included the images used as well as the .fla</p>
<p>I&#8217;ll create a Video tutorial of this later, so if your lost don&#8217;t worry too much. Until then feel free to mail me your questions <a href="http://niemi.it/contact.php">here</a>. I can&#8217;t guarantee a reply but I&#8217;ll try hard <img src='http://www.attackr.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/1-css-online-handbook/' title='#1 CSS Online Handbook'>#1 CSS Online Handbook</a></li>
<li><a href='http://www.attackr.com/web-design-for-the-beginner/' title='Web Design For The Beginner'>Web Design For The Beginner</a></li>
<li><a href='http://www.attackr.com/tableless-web-designs-why-i-switched/' title='Tableless Web Designs: Why I Switched'>Tableless Web Designs: Why I Switched</a></li>
<li><a href='http://www.attackr.com/css-editors-design-tools/' title='CSS Editors &amp; Design Tools'>CSS Editors &#038; Design Tools</a></li>
<li><a href='http://www.attackr.com/how-to-fix-your-sucky-website-with-minimal-effort/' title='How To Fix Your Sucky Website With Minimal Effort'>How To Fix Your Sucky Website With Minimal Effort</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/combining-flash-with-htmlcss/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Right Tool For The Job</title>
		<link>http://www.attackr.com/the-right-tool-for-the-job/</link>
		<comments>http://www.attackr.com/the-right-tool-for-the-job/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 21:09:57 +0000</pubDate>
		<dc:creator>pogy366</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/the-right-tool-for-the-job/</guid>
		<description><![CDATA[Simplicity in design doesn&#8217;t necessarily mean just the layout or visual impact of a website or blog because it can also be applied to the way you actually create web content. Many people entering the internet fray on their own will soon ask the question &#8220;what software should I use to write my code?&#8221; It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Simplicity in design doesn&#8217;t necessarily mean just the layout or visual impact of a website or blog because it can also be applied to the way you actually create web content.</p>
<p>Many people entering the internet fray on their own will soon ask the question &#8220;what software should I use to write my code?&#8221; It&#8217;s an honest question because there&#8217;s a bunch of editing programs out there just begging to be used and it can be difficult to narrow down the field.</p>
<p>There are some really great programs that offer a healthy bundle of features that can help reduce the amount of repetition and re-work that invariably comes along with web design. But usually these industry-leading programs come with a rather large price tag, keeping them out of reach for the &#8220;shade tree&#8221; web designer.</p>
<p>And then there are other editors that really, really suck. I&#8217;m sorry, but there&#8217;s no need to sugarcoat it because it&#8217;s true. Sad, but true.</p>
<p>My personal recommendation for choosing an editor is to stick with the most basic thing you can get like Microsoft Notepad or TextPad. No, they&#8217;re not too sexy when it comes to features, but that&#8217;s kind of the point. <span id="more-102"></span></p>
<p>The more robust WYSIWYG editors have a slew of options and they tend to think a bit too much for you when it comes to what code should go where and often produce markup that&#8217;s just not necessary. </p>
<p>These editors also come with a learning curve, some steeper than others and much of your time will become devoted to just learning how to use the software and not allowing you to remain focused on the actual code itself.</p>
<p>You want to learn and understand web design, not how a specific program functions. Why add more stuff to weed through while you&#8217;re learning? And there&#8217;s no reason why you can&#8217;t adjust to one of the WYSIWYG editors down the road once you have the basics of web design under your belt.</p>
<p>When you&#8217;re starting out with coding and you use a simple text editor, there&#8217;s nothing between you and what you&#8217;re producing for the web. And because what you&#8217;re doing isn&#8217;t being filtered through the program, you understand the code much better. It&#8217;s about as organic as you can get in an inorganic environment.</p>
<p>Keep it as simple and uncomplicated as possible, because I&#8217;ll be honest, sometimes this web design stuff can be as frustrating as hell on its own sometimes. Did someone say nested floats?</p>
<p>But web design can be as equally rewarding too and I feel that those rewards don&#8217;t have to come by way of a hard fight but can be gained through plain old simplicity.</p>
<p>In the end, the best program to use is the one that you feel the most comfortable with. And that makes sense. But do yourself a favor and at least try writing code in a simple text editor. You never know.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/avoid-these-common-xhtml-errors/' title='Avoid These Common XHTML Errors'>Avoid These Common XHTML Errors</a></li>
<li><a href='http://www.attackr.com/tableless-web-designs-why-i-switched/' title='Tableless Web Designs: Why I Switched'>Tableless Web Designs: Why I Switched</a></li>
<li><a href='http://www.attackr.com/web-design-for-the-beginner/' title='Web Design For The Beginner'>Web Design For The Beginner</a></li>
<li><a href='http://www.attackr.com/corels-graphics-creation-and-editing-software/' title='Corel&#8217;s Graphics Creation and Editing Software'>Corel&#8217;s Graphics Creation and Editing Software</a></li>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/the-right-tool-for-the-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structuring your HTML code</title>
		<link>http://www.attackr.com/structuring-your-html-code/</link>
		<comments>http://www.attackr.com/structuring-your-html-code/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 21:19:15 +0000</pubDate>
		<dc:creator>niemi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Valid (X)HTML]]></category>

		<guid isPermaLink="false">http://www.attackr.com/structuring-your-html-code/</guid>
		<description><![CDATA[We talk a lot about semantic and valid HTML. What people tend to forget are the structure of their HTML code. If you take a look at the source code of ten random sites, chances are that nine of them are very messy €“ source code-wise. Is it worth spending time on structuring it probably? [...]]]></description>
			<content:encoded><![CDATA[<p>We talk a lot about semantic and valid HTML. What people tend to forget are the structure of their HTML code. If you take a look at the source code of ten random sites, chances are that nine of them are very messy €“ source code-wise.</p>
<p>Is it worth spending time on structuring it probably? After all it doesn&#8217;t affect anything. Spiders don&#8217;t care and general users won&#8217;t notice as they won&#8217;t check your source code, most people don&#8217;t even know what that is.</p>
<p>In general, if you can say that no-one is going to look at your source code, then structuring is meaningless. But you will be surprised how often your source code could be viewed. <span id="more-86"></span></p>
<p>You really should structure your HTML code if you can answer yes to one of following questions:</p>
<p>1.	Did I make the site for a person/company that is going to update the content themselves directly in the HTML?</p>
<p>2.	Did I make the site to promote my skills a web designer, maybe as a part of a portfolio?</p>
<p><strong>Alright, but how do I structure the HTML?</strong></p>
<p>First of all, get rid of your favorite code-editor. The way they show the code tend not to match the way it is looks after it has been interpreted by the browser. Open your .html/htm in Windows Notepad, and clean it up.</p>
<p>Keep related code without any breaks and with the same left margin. Either use breaks to separate different groups of code, or better, descriptive comments. Related code could be the code within the HEAD tags. You could categorize your header by grouping it up with HTML comments. Separate links to .js from links to .css and separate META tags from .js and .css.</p>
<p>Example of <a href="http://niemi.it">good</a> HTML structure.<br />
Example of <a href="http://kreativpotens.dk">bad</a> HTML structure.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/avoid-these-common-xhtml-errors/' title='Avoid These Common XHTML Errors'>Avoid These Common XHTML Errors</a></li>
<li><a href='http://www.attackr.com/why-most-sites-dont-bother-with-web-standards/' title='Why Most Sites Don&#8217;t Bother With Web Standards'>Why Most Sites Don&#8217;t Bother With Web Standards</a></li>
<li><a href='http://www.attackr.com/web-design-for-the-beginner/' title='Web Design For The Beginner'>Web Design For The Beginner</a></li>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
<li><a href='http://www.attackr.com/your-first-website/' title='Your first website'>Your first website</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/structuring-your-html-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Improving your SEO with better markup</title>
		<link>http://www.attackr.com/improving-your-seo-with-better-markup/</link>
		<comments>http://www.attackr.com/improving-your-seo-with-better-markup/#comments</comments>
		<pubDate>Wed, 09 May 2007 02:40:16 +0000</pubDate>
		<dc:creator>Brandon Wood</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://www.attackr.com/improving-your-seo-with-better-markup/</guid>
		<description><![CDATA[Most of us probably feel that our SEO skills are pretty decent, but there is always room for improvement. In a recent article, Chris Pearson gives us the Definitive Guide to Semantic Web Markup for Blogs, where he writes: You&#8217;d think that as a result of open-source development practices, blog architectures would be pretty close [...]]]></description>
			<content:encoded><![CDATA[<p>Most of us probably feel that our SEO skills are pretty decent, but there is always room for improvement.  </p>
<p>In a recent article, Chris Pearson gives us <a href="http://www.pearsonified.com/2007/04/definitive-guide-to-semantic-markup.php">the Definitive Guide to Semantic Web Markup for Blogs</a>, where he writes:</p>
<blockquote><p>You&#8217;d think that as a result of open-source development practices, blog architectures would be pretty close to perfection in areas like Web standards and maximum SEO impact.  <strong>You&#8217;d be wrong.</strong></p></blockquote>
<p>The article points to several areas that can easily be optimized for search engines through the use of semantic markup; most of these pointers could be applied to any site, not just blogs.</p>
<p>The first, and easiest, SEO improvement is to <a href="http://www.attackr.com/optimizing-your-title-tag-in-wordpress/">optimize your title tags</a> by structuring them like this: <em>Post Title &#8211; Site Name</em>.  <span id="more-76"></span></p>
<p>The terms that appear earliest in the title tag are the ones that carry most weight with search engines, so you want them to be as keyword-rich as possible.  </p>
<p>The name of your site probably isn&#8217;t very descriptive of the content on any one specific page, but the title of a post should be very descriptive, and so it makes the most sense to put those terms first in your title tag.</p>
<p>The second biggest SEO improvement you can make is to make strategic use of your heading tags (h1, h2, h3, etc.).  </p>
<p>After the title tag, the h1 tag is the next most important in terms of telling search engines about the content of a specific page.  </p>
<p>Ideally, each page of your site will have just one h1 tag that, like your title tag, contains keywords that are descriptive of that page&#8217;s content.  </p>
<p>This is one area that I am willing to bet most sites fail &#8211; usually you will see the site name at the top of the page in an h1 tag, with the post title farther down in an h2 or h3 tag.  </p>
<p>From an SEO standpoint, this is completely backwards &#8211; by doing this, you are telling search engines that your site&#8217;s name is the most important element on the page, while the title of your post is the 2nd most important.</p>
<p>The article suggests that your home page should contain the site&#8217;s name in an h1 tag, with the titles of your most recent posts in h2 tags, but that individual posts and pages should have the site name contained inside an h2 tag, with the post&#8217;s title inside an h1 tag.</p>
<p>The rest of the article contains several additional tips for improving your SEO performance, but I believe these 2 simple changes will give you the most bang for your buck.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
<li><a href='http://www.attackr.com/migrating-from-wordpresscom-to-wordpressorg-or-self-hosting/' title='Migrating from wordpress.com to wordpress.org or self-hosting'>Migrating from wordpress.com to wordpress.org or self-hosting</a></li>
<li><a href='http://www.attackr.com/fine-tune-your-flash-drive/' title='Fine-Tune Your Flash Drive'>Fine-Tune Your Flash Drive</a></li>
<li><a href='http://www.attackr.com/wordpress-tip-disable-visual-editor/' title='WordPress Tip-Disable Visual Editor'>WordPress Tip-Disable Visual Editor</a></li>
<li><a href='http://www.attackr.com/seo-for-google/' title='SEO for Google'>SEO for Google</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/improving-your-seo-with-better-markup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoid These Common XHTML Errors</title>
		<link>http://www.attackr.com/avoid-these-common-xhtml-errors/</link>
		<comments>http://www.attackr.com/avoid-these-common-xhtml-errors/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 19:54:49 +0000</pubDate>
		<dc:creator>Karen</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Valid (X)HTML]]></category>

		<guid isPermaLink="false">http://www.attackr.com/avoid-these-common-xhtml-errors/</guid>
		<description><![CDATA[Many visitors to my site have downloaded my XHTML templates and then email me to show me how they are using my work.

Some are less-experienced coders or do not really know how XHTML differs from HTML.

Here are the most common errors I've come across...]]></description>
			<content:encoded><![CDATA[<p>Many visitors to my site have downloaded my XHTML templates and then email me to show me how they are using my work.</p>
<p>Some are less-experienced coders or do not really know how XHTML differs from HTML.</p>
<p>Here are the most common errors I&#8217;ve come across:</p>
<ol>
<li>Not closing empty elements</li>
<ul>
<li>Wrong: &lt;br&gt;</li>
<li>Right: &lt;br <strong>/</strong>&gt;</li>
</ul>
<li>Not closing non-empty elements</li>
<ul>
<li>Wrong: &lt;p&gt;This is a paragraph.&lt;p&gt; This is another paragraph.</li>
<li>Right: &lt;p&gt;This is a paragraph.&lt;/p&gt; <strong>&lt;p&gt;</strong>This is a second paragraph.<strong>&lt;/p&gt;</strong></li>
</ul>
<li>Improperly nesting elements</li>
<ul>
<li>Wrong: &lt;em&gt;<strong>&lt;strong&gt;</strong>This is random text.&lt;/em&gt;<strong>&lt;/strong&gt;</strong></li>
<li>Right: &lt;em&gt;<strong>&lt;strong&gt;</strong>This is random text.<strong>&lt;/strong&gt;</strong>&lt;/em&gt;</li>
</ul>
<li>Nesting block-level elements within inline elements</li>
<ul>
<li>Wrong: <strong> &lt;em&gt;</strong> &lt;h2&gt;About Us&lt;/h2&gt;&lt;/em&gt;</li>
<li>Right: &lt;h2&gt;<strong>&lt;em&gt;</strong>About Us&lt;/em&gt;&lt;/h2&gt;</li>
</ul>
<li>No alternate text for images (using the alt attribute, which helps make pages accessible for devices that do not load images or screen-readers for the blind)</li>
<ul>
<li>Wrong: &lt;img xsrc=&quot;images/logo.jpg&quot; /&gt;</li>
<li>Right: &lt;img xsrc=&quot;/images/logo.jpg&quot;<br />
<strong>alt=&quot;Company Logo&quot;</strong> /&gt;</li>
</ul>
<li>Not putting quotation marks around attribute values</li>
<ul>
<li>Wrong: &lt;td colspan=2&gt;</li>
<li>Right: &lt;td colspan=<strong>&quot;2&quot;</strong>&gt;</li>
</ul>
<li>Using the ampersand outside of entities (use &amp;amp; to display the ampersand character)</li>
<ul>
<li>Wrong: &lt;title&gt;Love &amp; Marriage&lt;/title&gt;</li>
<li>Right: &lt;title&gt;Love <strong>&amp;amp;</strong> Marriage&lt;/title&gt;</li>
</ul>
<li>Using uppercase tag names and/or tag attributes</li>
<ul>
<li>Wrong: &lt;<strong>BODY</strong>&gt;&lt;P&gt;My Web Site&lt;/P&gt;&lt;/BODY&gt;</li>
<li>Correct: &lt;<strong>body</strong>&gt;&lt;p&gt;My Web Site&lt;/p&gt;&lt;/body&gt;</li>
</ul>
</ol>
<p>By making sure you don&#8217;t make the above mistakes, you are well on your way to having an XHTML website that will validate.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/structuring-your-html-code/' title='Structuring your HTML code'>Structuring your HTML code</a></li>
<li><a href='http://www.attackr.com/the-right-tool-for-the-job/' title='The Right Tool For The Job'>The Right Tool For The Job</a></li>
<li><a href='http://www.attackr.com/tableless-web-designs-why-i-switched/' title='Tableless Web Designs: Why I Switched'>Tableless Web Designs: Why I Switched</a></li>
<li><a href='http://www.attackr.com/why-most-sites-dont-bother-with-web-standards/' title='Why Most Sites Don&#8217;t Bother With Web Standards'>Why Most Sites Don&#8217;t Bother With Web Standards</a></li>
<li><a href='http://www.attackr.com/web-design-for-the-beginner/' title='Web Design For The Beginner'>Web Design For The Beginner</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/avoid-these-common-xhtml-errors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>#1 CSS Online Handbook</title>
		<link>http://www.attackr.com/1-css-online-handbook/</link>
		<comments>http://www.attackr.com/1-css-online-handbook/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 20:18:00 +0000</pubDate>
		<dc:creator>fuBar</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Reference & Tutorials]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.attackr.com/1-css-online-handbook/</guid>
		<description><![CDATA[You are a curious and creative web designer and wanting to know more about CSS and its hefty tricks. But the information on one CSS website is not enough. You blindly search, visit, and bookmark any website that intrigues you. But by the end of the day, your bookmarks that you collected are all over [...]]]></description>
			<content:encoded><![CDATA[<p>You are a curious and creative web designer and wanting to know more about CSS and its hefty tricks. But the information on one CSS website is not enough. You blindly search, visit, and bookmark any website that intrigues you. But by the end of the day, your bookmarks that you collected are all over the place. Not only that, but some of the links you bookmarked are irrelevant.</p>
<p>Well, it ain&#8217;t over. </p>
<p>Online handbooks are getting very popular these days for its quickness of linking relevant information provided on the website. And CSS is like no other. It&#8217;s constant, sleek, and attractive. More and more CSS techniques are published everyday. Don&#8217;t bookmark, just bookmark the handbook which is a bookmark itself. Confused? Don&#8217;t be.</p>
<p>I am talking about: <a href="http://www.alvit.de/handbook/">http://www.alvit.de/handbook/</a></p>
<p>It&#8217;s an all in one CSS Handbook, check it out and you will thank me.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.attackr.com/combining-flash-with-htmlcss/' title='Combining flash with HTML/CSS'>Combining flash with HTML/CSS</a></li>
<li><a href='http://www.attackr.com/web-design-for-the-beginner/' title='Web Design For The Beginner'>Web Design For The Beginner</a></li>
<li><a href='http://www.attackr.com/tableless-web-designs-why-i-switched/' title='Tableless Web Designs: Why I Switched'>Tableless Web Designs: Why I Switched</a></li>
<li><a href='http://www.attackr.com/css-editors-design-tools/' title='CSS Editors &amp; Design Tools'>CSS Editors &#038; Design Tools</a></li>
<li><a href='http://www.attackr.com/how-to-fix-your-sucky-website-with-minimal-effort/' title='How To Fix Your Sucky Website With Minimal Effort'>How To Fix Your Sucky Website With Minimal Effort</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.attackr.com/1-css-online-handbook/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
