<?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>bavotasan.com &#187; web</title>
	<atom:link href="http://bavotasan.com/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://bavotasan.com</link>
	<description>by c.bavota</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:42:10 +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>Using CSS Resets</title>
		<link>http://bavotasan.com/2010/using-css-resets/</link>
		<comments>http://bavotasan.com/2010/using-css-resets/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 16:26:49 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Stylesheet]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=2908</guid>
		<description><![CDATA[Before you start building a new site, one important decision you need to make is whether or not you want certain elements of your design to rely on the default settings of your user&#8217;s browser. The problem with this is that not all browsers use the same default settings. A perfect example is with the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://bavotasan.com/wp-content/uploads/2010/10/cssreset.jpg" alt="CSS" title="cssreset" width="200" height="150" class="alignright size-full wp-image-2910" />Before you start building a new site, one important decision you need to make is whether or not you want certain elements of your design to rely on the default settings of your user&#8217;s browser. The problem with this is that not all browsers use the same default settings. A perfect example is with the header tags. The default font size for the h1 tag in IE is 24px, while most other browsers set it at 32px. The margins can range anywhere from about 14px to 20px. That&#8217;s a big difference that can throw your design off quite a bit.</p>
<p>The way to get around this is to use a CSS reset. A CSS reset does exactly what it states, it resets your CSS so that you can then style your elements exactly how you want, without having to worry about any default settings screwing things up.</p>
<p>If you do a quick Google search for CSS reset, the first result will be <a href="http://meyerweb.com/eric/tools/css/reset/">Eric Meyer&#8217;s Reset CSS Tool</a>. This is the one that I like to use. All you need to do is add this to the top of your style sheet.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="css" style="font-family:monospace;">html<span style="color: #00AA00;">,</span> body<span style="color: #00AA00;">,</span> div<span style="color: #00AA00;">,</span> span<span style="color: #00AA00;">,</span> applet<span style="color: #00AA00;">,</span> object<span style="color: #00AA00;">,</span> iframe<span style="color: #00AA00;">,</span>
h1<span style="color: #00AA00;">,</span> h2<span style="color: #00AA00;">,</span> h3<span style="color: #00AA00;">,</span> h4<span style="color: #00AA00;">,</span> h5<span style="color: #00AA00;">,</span> h6<span style="color: #00AA00;">,</span> p<span style="color: #00AA00;">,</span> blockquote<span style="color: #00AA00;">,</span> pre<span style="color: #00AA00;">,</span>
a<span style="color: #00AA00;">,</span> abbr<span style="color: #00AA00;">,</span> acronym<span style="color: #00AA00;">,</span> address<span style="color: #00AA00;">,</span> big<span style="color: #00AA00;">,</span> cite<span style="color: #00AA00;">,</span> code<span style="color: #00AA00;">,</span>
del<span style="color: #00AA00;">,</span> dfn<span style="color: #00AA00;">,</span> em<span style="color: #00AA00;">,</span> <span style="color: #000000; font-weight: bold;">font</span><span style="color: #00AA00;">,</span> img<span style="color: #00AA00;">,</span> ins<span style="color: #00AA00;">,</span> kbd<span style="color: #00AA00;">,</span> q<span style="color: #00AA00;">,</span> s<span style="color: #00AA00;">,</span> samp<span style="color: #00AA00;">,</span>
small<span style="color: #00AA00;">,</span> strike<span style="color: #00AA00;">,</span> strong<span style="color: #00AA00;">,</span> sub<span style="color: #00AA00;">,</span> sup<span style="color: #00AA00;">,</span> tt<span style="color: #00AA00;">,</span> var<span style="color: #00AA00;">,</span>
b<span style="color: #00AA00;">,</span> u<span style="color: #00AA00;">,</span> i<span style="color: #00AA00;">,</span> <span style="color: #993333;">center</span><span style="color: #00AA00;">,</span>
dl<span style="color: #00AA00;">,</span> dt<span style="color: #00AA00;">,</span> dd<span style="color: #00AA00;">,</span> ol<span style="color: #00AA00;">,</span> ul<span style="color: #00AA00;">,</span> li<span style="color: #00AA00;">,</span>
fieldset<span style="color: #00AA00;">,</span> form<span style="color: #00AA00;">,</span> label<span style="color: #00AA00;">,</span> legend<span style="color: #00AA00;">,</span>
table<span style="color: #00AA00;">,</span> caption<span style="color: #00AA00;">,</span> tbody<span style="color: #00AA00;">,</span> tfoot<span style="color: #00AA00;">,</span> thead<span style="color: #00AA00;">,</span> tr<span style="color: #00AA00;">,</span> th<span style="color: #00AA00;">,</span> td <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">vertical-align</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">baseline</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
body <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">line-height</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">1</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
ol<span style="color: #00AA00;">,</span> ul <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
blockquote<span style="color: #00AA00;">,</span> q <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">quotes</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
blockquote<span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span> blockquote<span style="color: #3333ff;">:after</span><span style="color: #00AA00;">,</span>
q<span style="color: #3333ff;">:before</span><span style="color: #00AA00;">,</span> q<span style="color: #3333ff;">:after </span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">''</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">content</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* remember to define focus styles! */</span>
<span style="color: #3333ff;">:focus </span><span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">outline</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* remember to highlight inserts somehow! */</span>
ins <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
del <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">text-decoration</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">line-through</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
<span style="color: #808080; font-style: italic;">/* tables still need 'cellspacing=&quot;0&quot;' in the markup */</span>
table <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">border-collapse</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">collapse</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">border-spacing</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></td></tr></table></div>

<p>The one thing you need to remember when using a CSS reset, is that it resets everything. So now your paragraph tags won&#8217;t have any margins, nor will your unordered lists and so on. That means you need to start setting some styles for these elements.</p>
<p>Here is what I like to add immediately after the reset to get things started.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="css" style="font-family:monospace;">h1<span style="color: #00AA00;">,</span> h2<span style="color: #00AA00;">,</span> h3<span style="color: #00AA00;">,</span> h4<span style="color: #00AA00;">,</span> h5<span style="color: #00AA00;">,</span> h6<span style="color: #00AA00;">,</span> p <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #933;">12px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
ul<span style="color: #00AA00;">,</span> ol <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">disc</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
ol <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">list-style</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">decimal</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h1 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">32px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h2 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">24px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h3 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">20px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
h4 <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">16px</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></td></tr></table></div>

<p>That sets up most of the common tags that I use. Some things might look strange as you start to put together your site, so just remember that now you need to set all the default CSS for any element you use.</p>
<p>Another popular reset is <a href="http://www.yahooapis.com/yui/3/cssreset/">YUI Reset CSS by Yahoo</a>. It does things a little bit differently. Take a look at the <a href="http://www.yahooapis.com/yui/3/cssreset/">YUI homepage</a> to see some examples of how it is used and you may decide that this reset is the right one for you.</p>
<p>The reset I have seen used the most on other people&#8217;s sites is the Global Reset. I don&#8217;t like to use it because it pretty much just resets the margin and padding for every element but that might be all you really want.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #00AA00;">*</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></td></tr></table></div>

<p>Whichever reset you choose is totally up to you, but you should consider including a reset as your starting point when creating the stylesheet for your site to guarantee your design looks the way you intended it to across all browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2010/using-css-resets/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Developing Themes for WordPress: Part 1</title>
		<link>http://bavotasan.com/2010/developing-themes-for-wordpress-part-1/</link>
		<comments>http://bavotasan.com/2010/developing-themes-for-wordpress-part-1/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 21:19:36 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[codex]]></category>
		<category><![CDATA[premium themes]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=2709</guid>
		<description><![CDATA[Over the weekend, I gave a presentation on developing WordPress themes for fun and profit. It went really well and I thought it would be a good idea to go into a bit more detail on everything I mentioned so that people can have a point of reference. I began my presentation with the new [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend, I gave a presentation on developing WordPress themes for fun and profit. It went really well and I thought it would be a good idea to go into a bit more detail on everything I mentioned so that people can have a point of reference. I began my presentation with the new guidelines that are still being set up on WordPress.org and that is what the first part of this series will focus on.</p>
<h3>WordPress 3.0 Changes Everything</h3>
<p>With the release of WP 3.0, the &#8220;official&#8221; theme reviewer(s) on WordPress.org thought it would be a good idea to improve the current requirements and come up with a strict guideline to let theme developers know exactly what is expected of their themes. This would make the job of reviewing themes for WordPress.org much easier, but it would also set a standard for all the themes within the WP Themes Directory, and hopefully, all WP themes in general.</p>
<p>As a developer, the more documentation you can get about the software you are developing for, the easier your job is. And now WordPress has three pages in the codex dedicated to theme development that all developers need to read and understand.</p>
<h3>The Theme Unit Test</h3>
<p><img src="http://bavotasan.com/wp-content/uploads/2010/08/themeunit.jpg" alt="Theme Unit Test" title="themeunit" width="550" height="160" class="alignleft size-full wp-image-2710" /><br />
The theme unit test is an xml file that a developer should use in their testing environment. If you do not have a test install of WordPress to test your themes, that is the first step you should take. Once you have you test install up and running, download the theme unit test xml file and upload it into your WP install by going to the Tools panel in your wp-admin and clicking on the Import link. Import the xml file and all of the images associated with it. Now you have a test blog full of content that will help you make sure that your theme works with the many different features of WordPress.</p>
<p>The codex page lists all the different types of content that is uploaded by the xml file, and how is should be displayed by your theme. If things don&#8217;t look right on your theme, then you need to make sure to follow the guidelines and include the proper functions and/or CSS to get it looking the way it should.</p>
<p>Codex page: <a href="http://codex.wordpress.org/Theme_Unit_Test">http://codex.wordpress.org/Theme_Unit_Test</a></p>
<h3>Theme Development Guidelines</h3>
<p><img src="http://bavotasan.com/wp-content/uploads/2010/08/themedevelopment.jpg" alt="Theme Development Guidelines" title="themedevelopment" width="550" height="160" class="alignleft size-full wp-image-2712" /><br />
The title of this codex page pretty much says it all. These are the guidelines for developing a WordPress theme. There are many things that need to be in place in order for your theme to work with  WP. If your theme does not conform to these requirements, it will not work with WordPress. That&#8217;s why this part of the codex is the most important piece of documentation for any theme developer.</p>
<p>Reading through the guidelines will put you on the right track in regards to how your theme should be structured, what functions are a <em>must</em>, and what files need to be included in order for it to work properly. The page is quite long, but once you get trough it and start to piece together your theme, you&#8217;ll realize that it isn&#8217;t as hard as it seems. And remember, all well-built WordPress themes follow these guidelines, so just take a look behind the scenes of one of your favorite themes to see how the code has been implemented if you feel you&#8217;re stuck. </p>
<p>Codex page: <a href="http://codex.wordpress.org/Theme_Development">http://codex.wordpress.org/Theme_Development</a></p>
<h3>Theme Review Process</h3>
<p><img src="http://bavotasan.com/wp-content/uploads/2010/08/themereview.jpg" alt="Theme Review Process" title="themereview" width="550" height="160" class="alignleft size-full wp-image-2711" /><br />
This page describes exactly how your theme will be scrutinized if you submit it to the WordPress.org Theme Directory. Knowing exactly what the theme reviewers look at and using that information to personally judge your own theme will help guarantee that you have developed a theme that is up to snuff. It also lets you know some of the dos and don&#8217;ts that you should be aware of that were not discussed on the other two codex pages.</p>
<p>Codex page: <a href="http://codex.wordpress.org/Theme_Review">http://codex.wordpress.org/Theme_Review</a></p>
<h3>Part 2: What goes where?</h3>
<p>Next I will discuss what basic templates files are necessary for your theme and what code is required in order to get everything working properly.</p>
<p>Part 1: <a href="http://bavotasan.com/tutorials/developing-themes-for-wordpress-part-1/">Guidelines for Developing a WordPress Theme</a><br />
Part 2: <a href="http://bavotasan.com/tutorials/developing-themes-for-wordpress-template-file/">Basic Template Files</a><br />
Part 3: <a href="http://bavotasan.com/tutorials/developing-themes-for-wordpress-the-loop/">Understand The WordPress Loop</a><br />
Part 4: <a href="http://bavotasan.com/tutorials/developing-themes-for-wordpress-options/">Adding Theme Options</a><br />
Part 5: <a href="http://bavotasan.com/tutorials/developing-themes-for-wordpress-make-money/">Making Money</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2010/developing-themes-for-wordpress-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Moderno v1.0 Premium WordPress Theme</title>
		<link>http://bavotasan.com/2010/moderno-v1-0-premium-wordpress-theme/</link>
		<comments>http://bavotasan.com/2010/moderno-v1-0-premium-wordpress-theme/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 20:00:57 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Column Layout]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[face kits]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[Placing]]></category>
		<category><![CDATA[possibilities]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Widgets]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1807</guid>
		<description><![CDATA[Just updated for WordPress 3.0. Moderno has a beautifully simple, yet exquisite design with many subtle nuances that make it stand out from the crowd. An optional two or three column layout with an infinite number of color and font possibilities make it easy to create a truly original look for your Web site. Go [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Just updated for WordPress 3.0.</strong></p>
<p><a href="http://themes.bavotasan.com/our-themes/premium-themes/moderno">Moderno</a> has a beautifully simple, yet exquisite design with many subtle nuances that make it stand out from the crowd. An optional two or three column layout with an infinite number of color and font possibilities make it easy to create a truly original look for your Web site. Go crazy placing your favorite widgets in up to three widgetized locations. Select a standardized Web font or get a little more creative with one of ten pre-installed @font-face kits.<br />
<span id="more-1807"></span><br />
<a class="highslide" href="http://bavotasan.com/wp-content/uploads/2010/03/moderno_final.jpg"><img src="http://bavotasan.com/wp-content/uploads/2010/03/moderno_final-373x600.jpg" alt="" title="moderno_final" width="373" height="600" class="aligncenter size-medium wp-image-1808" /></a></p>
<p>Go to <a href="http://themes.bavotasan.com/our-themes/premium-themes/moderno">Themes by bavotasan.com</a> for more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2010/moderno-v1-0-premium-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>The New Google Font API</title>
		<link>http://bavotasan.com/2010/google-font-api/</link>
		<comments>http://bavotasan.com/2010/google-font-api/#comments</comments>
		<pubDate>Mon, 24 May 2010 15:55:04 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Css File]]></category>
		<category><![CDATA[Directory]]></category>
		<category><![CDATA[face kits]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[head tags]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[look]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[serif]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Stylesheet]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=2074</guid>
		<description><![CDATA[Using the standard Web safe fonts is quickly becoming a thing of the past thanks to modern alternatives like @font-face kits and the new Google Font API. Taking a quick look through the Getting Started guide shows just how simple it is to apply the API to your Web site. All you have to do [...]]]></description>
			<content:encoded><![CDATA[<p>Using the standard Web safe fonts is quickly becoming a thing of the past thanks to modern alternatives like @font-face kits and the new <a href="http://code.google.com/apis/webfonts/">Google Font API</a>.  Taking a quick look through the <a href="http://code.google.com/apis/webfonts/docs/getting_started.html">Getting Started</a> guide shows just how simple it is to apply the API to your Web site. All you have to do is add a link between your site&#8217;s head tags to the CSS file hosted on Google, and then you can call the chosen font throughout your stylesheet.<br />
<span id="more-2074"></span><br />
Here is an example of the link:</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>link rel<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;stylesheet&quot;</span> type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/css&quot;</span> href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://fonts.googleapis.com/css?family=Tangerine&quot;</span><span style="color: #339933;">&gt;</span></pre></div></td></tr></table></div>

<p>Then you can use the font like this:</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="css" style="font-family:monospace;">&lt;style<span style="color: #00AA00;">&gt;</span>
      body <span style="color: #00AA00;">&#123;</span>
        <span style="color: #000000; font-weight: bold;">font-family</span><span style="color: #00AA00;">:</span> <span style="color: #ff0000;">'Tangerine'</span><span style="color: #00AA00;">,</span> <span style="color: #993333;">serif</span><span style="color: #00AA00;">;</span>
        <span style="color: #000000; font-weight: bold;">font-size</span><span style="color: #00AA00;">:</span> <span style="color: #933;">48px</span><span style="color: #00AA00;">;</span>
      <span style="color: #00AA00;">&#125;</span>
&lt;/style<span style="color: #00AA00;">&gt;</span></pre></div></td></tr></table></div>

<p>Check out a list of available font in the <a href="http://code.google.com/webfonts">font directory</a>. They are all licensed for commercial and non-commercial use.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2010/google-font-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Better Twitter Feed for Your Web Site</title>
		<link>http://bavotasan.com/2009/a-better-twitter-feed-for-your-web-site/</link>
		<comments>http://bavotasan.com/2009/a-better-twitter-feed-for-your-web-site/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 17:32:05 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Function]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[Profile]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Sidebar]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1545</guid>
		<description><![CDATA[I have already posted a tutorial on How to Create a Twitter Feed on Your Web Site and I have been having a lot of emails in regards to people whose hosts do not allow URL file-access. Here is an alternative script that fetches and parses your Twitter RSS feed using a different function. Hopefully [...]]]></description>
			<content:encoded><![CDATA[<p>I have already posted a tutorial on <a href="http://bavotasan.com/tutorials/how-to-create-a-twitter-feed-on-your-web-site/">How to Create a Twitter Feed on Your Web Site</a> and I have been having a lot of emails in regards to people whose hosts do not allow URL file-access. Here is an alternative script that fetches and parses your <a href="http://twitter.com/">Twitter</a> RSS feed using a different function. Hopefully it will help out those who can&#8217;t use the other script.<br />
<span id="more-1545"></span><br />
The first thing you need to do is get your <a href="http://twitter.com/">Twitter</a> RSS feed URL. go to your Profile page and you will see a link in the bottom of your sidebar that says RSS feed. Click on this and then copy the URL. That will be your feed URL.</p>

<div class="wp_syntax"><table border='0' cellpadding='0' cellspacing='0'><tr><td><div class="code"><pre class="php" style="font-family:monospace;">&lt;ul&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #000088;">$feedURL</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://twitter.com/statuses/user_timeline/68559295.rss&quot;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// change to your feed URL</span>
<span style="color: #000088;">$doc</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> DOMDocument<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$doc</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">load</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$feedURL</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$arrFeeds</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">foreach</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$doc</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'item'</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$node</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$itemRSS</span> <span style="color: #339933;">=</span> <span style="color: #990000;">array</span> <span style="color: #009900;">&#40;</span> 
        <span style="color: #0000ff;">'title'</span> <span style="color: #339933;">=&gt;</span> <span style="color: #000088;">$node</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getElementsByTagName</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">item</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">nodeValue</span>
        <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #990000;">array_push</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$arrFeeds</span><span style="color: #339933;">,</span> <span style="color: #000088;">$itemRSS</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000088;">$limit</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">5</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$x</span><span style="color: #339933;">=</span><span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span><span style="color: #000088;">$x</span><span style="color: #339933;">&lt;</span><span style="color: #000088;">$limit</span><span style="color: #339933;">;</span><span style="color: #000088;">$x</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
    <span style="color: #000088;">$title</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'bavotasan: '</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">''</span><span style="color: #339933;">,</span> <span style="color: #000088;">$arrFeeds</span><span style="color: #009900;">&#91;</span><span style="color: #000088;">$x</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'title'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <span style="color: #990000;">ereg_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;[[:alpha:]]+://[^&lt;&gt;[:space:]]+[[:alnum:]/]&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span><span style="color: #000099; font-weight: bold;">\\</span>0<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;<span style="color: #000099; font-weight: bold;">\\</span>0&lt;/a&gt;&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$title</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> 
    <span style="color: #000088;">$pattern</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'/[#|@][^\s]*/'</span><span style="color: #339933;">;</span>
    <span style="color: #990000;">preg_match_all</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$pattern</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #339933;">,</span> <span style="color: #000088;">$matches</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>	
&nbsp;
    <span style="color: #b1b100;">foreach</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$matches</span><span style="color: #009900;">&#91;</span><span style="color: #cc66cc;">0</span><span style="color: #009900;">&#93;</span> <span style="color: #b1b100;">as</span> <span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$keyword</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;)&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$link</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;#&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;%23&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$link</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;@&quot;</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;&quot;</span><span style="color: #339933;">,</span><span style="color: #000088;">$keyword</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strstr</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$keyword</span><span style="color: #339933;">,</span><span style="color: #0000ff;">&quot;@&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$search</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>http://twitter.com/<span style="color: #006699; font-weight: bold;">$link</span><span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;<span style="color: #006699; font-weight: bold;">$keyword</span>&lt;/a&gt;&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$link</span> <span style="color: #339933;">=</span> <span style="color: #990000;">urlencode</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$link</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$search</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;&lt;a href=<span style="color: #000099; font-weight: bold;">\&quot;</span>http://twitter.com/#search?q=<span style="color: #006699; font-weight: bold;">$link</span><span style="color: #000099; font-weight: bold;">\&quot;</span> class=<span style="color: #000099; font-weight: bold;">\&quot;</span>grey<span style="color: #000099; font-weight: bold;">\&quot;</span>&gt;<span style="color: #006699; font-weight: bold;">$keyword</span>&lt;/a&gt;&quot;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
        <span style="color: #000088;">$str</span> <span style="color: #339933;">=</span> <span style="color: #990000;">str_replace</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$keyword</span><span style="color: #339933;">,</span> <span style="color: #000088;">$search</span><span style="color: #339933;">,</span> <span style="color: #000088;">$str</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&lt;li&gt;'</span><span style="color: #339933;">.</span><span style="color: #000088;">$str</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&lt;/li&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&lt;/ul&gt;</pre></div></td></tr></table></div>

<p><small>Twitter Bird icon provided by <a href="http://kailoon.com/free-vector-icons-set-twitter-birdy-icon/">Loon Design</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/a-better-twitter-feed-for-your-web-site/feed/</wfw:commentRss>
		<slash:comments>61</slash:comments>
		</item>
		<item>
		<title>10 Great Free Mac Apps for Web Developers</title>
		<link>http://bavotasan.com/2009/10-great-free-mac-apps-for-web-developers/</link>
		<comments>http://bavotasan.com/2009/10-great-free-mac-apps-for-web-developers/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 21:06:15 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[everything]]></category>
		<category><![CDATA[Files]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac man]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[purpose]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web developers]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1504</guid>
		<description><![CDATA[I have been a Mac man for almost ten years now, and though many Web developers swear to working on a PC, I find my Mac has everything I need to develop, design and program Web sites. Luckily there are tons of great free apps available to help any developer work more efficiently on their [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a Mac man for almost ten years now, and though many Web developers swear to working on a PC, I find my Mac has everything I need to develop, design and program Web sites. Luckily there are tons of great free apps available to help any developer work more efficiently on their Mac.<br />
<span id="more-1504"></span><br />
Here is a list of 10 great free Mac apps for Web developers that I use:</p>
<div class="lists">
<div class="sections">
<h2>TextWrangler</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/textwrangler.jpg" alt="textwrangler" title="textwrangler" width="560" height="163" class="alignleft size-full wp-image-1505" /><br />
TextWrangler is the powerful general purpose text editor with some great features. Whether you are working with HTML, CSS, PHP or any other Web programming language, TextWrangler has everything you need to easily edit your code.<br />
<a href="http://www.barebones.com/products/textwrangler/index.html">http://www.barebones.com/products/textwrangler/index.html</a>
</div>
<div class="sections">
<h2>MAMP</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/mamp.jpg" alt="mamp" title="mamp" width="560" height="163" class="alignleft size-full wp-image-1506" /><br />
MAMP installs Apache, Mysql and PHP on your Mac to create a fully functioning Web environment which will allow you to test all aspects of your Web site locally. It&#8217;s smart to have an environment to test and work with offline before making your changed on your live site.<br />
<a href="http://www.mamp.info/en/mamp/index.html">http://www.mamp.info/en/mamp/index.html</a>
</div>
<div class="sections">
<h2>Paparazzi!</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/paprazzi.jpg" alt="paprazzi" title="paprazzi" width="560" height="163" class="alignleft size-full wp-image-1507" /><br />
Paparazzi! is a small utility for Mac OS X that takes screen shots of Web pages. This is helpful for creating your portfolio or sending screen shots to clients.<br />
<a href="http://derailer.org/paparazzi/">http://derailer.org/paparazzi/</a>
</div>
<div class="sections">
<h2>YemuZip</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/yemuzip.jpg" alt="yemuzip" title="yemuzip" width="560" height="163" class="alignleft size-full wp-image-1509" /><br />
YemuZip is an easy-to-use application for making zip files. Just drag, drop, name your zip file and you&#8217;re done. The native Mac file compressor utility adds Mac-specific info to zip files that, when extracted on a PC, looks like garbage.<br />
<a href="http://www.yellowmug.com/yemuzip/">http://www.yellowmug.com/yemuzip/</a>
</div>
<div class="sections">
<h2>VirtualBox</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/virtualbox.jpg" alt="virtualbox" title="virtualbox" width="560" height="163" class="alignleft size-full wp-image-1510" /><br />
VirtualBox is a general-purpose full virtualizer for x86 hardware that allows Mac user to load Windows software on their desktop. <a href="http://bavotasan.com/tutorials/creating-an-internet-explorer-testing-environment-on-a-mac/">Creating an IE testing environment on your Mac</a> is pretty simple using VirtualBox.<br />
<a href="http://www.virtualbox.org/">http://www.virtualbox.org/</a>
</div>
<div class="sections">
<h2>Skype</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/skype.jpg" alt="skype" title="skype" width="560" height="163" class="alignleft size-full wp-image-1511" /><br />
Everyone probably already uses this, and if you don&#8217;t, you should. Skype is great to communicate with clients from around the globe. Skype to Skype is free for instant messaging and calls.<br />
<a href="http://www.skype.com/">http://www.skype.com/</a>
</div>
<div class="sections">
<h2>GIMP</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/gimp.jpg" alt="gimp" title="gimp" width="560" height="163" class="alignleft size-full wp-image-1512" /><br />
GIMP is an open source versatile graphics manipulation package similar to Adobe&#8217;s Photoshop, but it won&#8217;t put you in the poor house. It may not be as robust but GIMP has some amazing features and who can beat the price.<br />
<a href="http://www.gimp.org/">http://www.gimp.org/</a>
</div>
<div class="sections">
<h2>Cyberduck</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/cyberduck.jpg" alt="cyberduck" title="cyberduck" width="560" height="163" class="alignleft size-full wp-image-1513" /><br />
Cyberduck is an open source FTP, SFTP, WebDAV, Cloud Files and Amazon S3 browser for the Mac. It features an easy to use interface with quickly accessible bookmarks.<br />
<a href="http://cyberduck.ch/">http://cyberduck.ch/</a>
</div>
<div class="sections">
<h2>SvnX</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/svnx.jpg" alt="svnx" title="svnx" width="560" height="163" class="alignleft size-full wp-image-1515" /><br />
SvnX is an open source GUI for most features of the svn client binary. It allows you to browse your working copies, spot changes and operate on them but also to browse logs and revisions of your repositories.<br />
<a href="http://www.lachoseinteractive.net/en/community/subversion/svnx/features/">http://www.lachoseinteractive.net/en/community/subversion/svnx/features/</a>
</div>
<div class="sections">
<h2>Sequel Pro</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/11/sequelpro.jpg" alt="sequelpro" title="sequelpro" width="560" height="163" class="alignleft size-full wp-image-1521" /><br />
Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases.<br />
<a href="http://www.sequelpro.com/">http://www.sequelpro.com/</a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/10-great-free-mac-apps-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Digging Into WordPress Book Now Available</title>
		<link>http://bavotasan.com/2009/digging-into-wordpress-book-now-available/</link>
		<comments>http://bavotasan.com/2009/digging-into-wordpress-book-now-available/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:24:26 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[anyone]]></category>
		<category><![CDATA[BOOK]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[Chris Coyier]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[DIGGING]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[fan]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1499</guid>
		<description><![CDATA[Anyone who visits my site can see that I am a huge fan of WordPress. I do my best to contribute back to the WP community and support others who are doing the same. I just got my hands on a copy of Chris Coyier and Jeff Starr&#8217;s Digging Into WordPress book and I find [...]]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=93121"><img src="http://bavotasan.com/wp-content/uploads/2009/11/cover-diw.jpg" alt="cover-diw" title="cover-diw" width="200" height="150" class="alignright size-full wp-image-1500" /></a>Anyone who visits my site can see that I am a huge fan of <a href="http://wordpress.org">WordPress</a>. I do my best to contribute back to the WP community and support others who are doing the same. I just got my hands on a copy of Chris Coyier and Jeff Starr&#8217;s <a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=93121">Digging Into WordPress</a> book and I find it an amazing resource for anyone interested in starting a Web site using WordPress.<br />
<span id="more-1499"></span><br />
The book is currently available as a digital download (PDF) for $27 USD. Use the coupon code DIWEARLY in the cart to save $5. That coupon is only valid until the 21st of November. </p>
<p>Purchasing the book now will give you a lifetime subscription to all future updates. If you want to check out a sample, the Table of Contents and part of Chapter Three is available through <a href="http://css-tricks.com/pdfs/Digging-Into-WP-DEMO.pdf">this link</a>.</p>
<p>Check out the <a href="https://www.e-junkie.com/ecom/gb.php?cl=88539&#038;c=ib&#038;aff=93121">official site</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/digging-into-wordpress-book-now-available/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>31 Open Source Web Development Scripts</title>
		<link>http://bavotasan.com/2009/31-open-source-web-development-scripts/</link>
		<comments>http://bavotasan.com/2009/31-open-source-web-development-scripts/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:24:59 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cart]]></category>
		<category><![CDATA[Center]]></category>
		<category><![CDATA[Cms]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Open]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web standards]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1307</guid>
		<description><![CDATA[When it comes to Web development, there is a wealth of free information online to help you create a top-notch Web site. A lot of hard work goes in to maintaining these resources, all to help save you time and money. The Open Source community is growing stronger everyday and the scripts are getting more [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to Web development, there is a wealth of free information online to help you create a top-notch Web site. A lot of hard work goes in to maintaining these resources, all to help save you time and money. The <a href="http://en.wikipedia.org/wiki/Open_source">Open Source</a> community is growing stronger everyday and the scripts are getting more useful and efficient, making it almost impossible to not use a few of them in your project. <span id="more-1307"></span>Here is a list of 31 open source Web development scripts I have either used or read about that  would easily help any developer with their next project.</p>
<div class="lists">
<div class="sectiontitle">Ad Servers</div>
<h2>Open X Ad Server</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/adserver.jpg" alt="adserver" title="adserver" width="584" height="170" class="alignnone size-full wp-image-1317" /><br />
OpenX is the world&#8217;s leading independent ad server. It provides you with the simple tools you need to make money from advertising, whether from direct ad sales, OpenX Market, or third party ad networks (like AdSense).<br />
<a href="http://www.openx.org/ad-server">http://www.openx.org/ad-server</a></p>
<h2>Revsense</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/revsense.jpg" alt="revsense" title="revsense" width="584" height="170" class="alignnone size-full wp-image-1328" /><br />
RevSense Ad Server makes it easy for you to sell ads on your site. Set the prices you want, and the kinds of ads to sell, then RevSense does the rest. It manages the sign up, ad entry and upload process and collects advertising revenue into your Paypal or Authorize.net account.<br />
<a href="http://www.revsense.com/">http://www.revsense.com/</a></p>
<div class="sectiontitle">Blogging Software</div>
<h2>WordPress</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/wordpress.jpg" alt="wordpress" title="wordpress" width="584" height="170" class="alignnone size-full wp-image-1314" /><br />
WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time. More simply, WordPress is what you use when you want to work with your blogging software, not fight it.<br />
<a href="http://wordpress.org">http://wordpress.org</a></p>
<h2>Movable Type</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/movable.jpg" alt="movable" title="movable" width="584" height="170" class="alignnone size-full wp-image-1323" /><br />
Powerful enough for building blogs, websites or social networks on a single platform. It&#8217;s easier than ever to publish and share information with Movable Type. Movable Type makes it simple to start a blog, manage entire websites and build an engaged community of readers and customers.<br />
<a href="http://www.movabletype.com">http://www.movabletype.com</a></p>
<h2>b2evolution</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/b2evolution.jpg" alt="b2evolution" title="b2evolution" width="584" height="170" class="alignnone size-full wp-image-1324" /><br />
b2evolution is a powerful blog tool you can install on your own website. It includes all the features of traditional blog tools, and extends them with evolved features such as file &#038; photo management, advanced skinning, multiple blogs support as well as detailed user permissions&#8230; Not to mention third party plug-ins!<br />
<a href="http://b2evolution.net/">http://b2evolution.net/</a></p>
<h2>Nucleus</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/nucleus.jpg" alt="nucleus" title="nucleus" width="584" height="170" class="alignnone size-full wp-image-1359" /><br />
Nucleus offers you the building blocks you need to create a web presence. Whether you want to create a personal blog, a family page, or an online business site, Nucleus CMS can help you achieve your goals.<br />
<a href="http://nucleuscms.org/">http://nucleuscms.org/</a></p>
<h2>Textpattern</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/textpattern.jpg" alt="textpattern" title="textpattern" width="584" height="170" class="alignnone size-full wp-image-1326" /><br />
Textpattern is a flexible, elegant and easy-to-use content management system. It is both free and open source.<br />
<a href="http://textpattern.com/">http://textpattern.com/</a></p>
<div class="sectiontitle">Content Management</div>
<h2>Drupal</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/drupal.jpg" alt="drupal" title="drupal" width="584" height="170" class="alignnone size-full wp-image-1329" /><br />
Equipped with a powerful blend of features, Drupal supports a variety of websites ranging from personal weblogs to large community-driven websites.<br />
<a href="http://drupal.org/">http://drupal.org/</a></p>
<h2>Pligg</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/pligg.jpg" alt="pligg" title="pligg" width="584" height="170" class="alignnone size-full wp-image-1355" /><br />
Pligg is an open source Content Management System (CMS) that you can download and use for free. Pligg CMS provides social networking software that encourages visitors to register on your website so that they can submit content and connect with other users.<br />
<a href="http://www.pligg.com/">http://www.pligg.com/</a></p>
<h2>Joomla</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/joomla.jpg" alt="joomla" title="joomla" width="584" height="170" class="alignnone size-full wp-image-1330" /><br />
Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla the most popular Web site software available.<br />
<a href="http://www.joomla.org">http://www.joomla.org</a></p>
<h2>Mambo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/mambo.jpg" alt="mambo" title="mambo" width="584" height="170" class="alignnone size-full wp-image-1331" /><br />
Mambo is a full-featured, award-winning content management system that can be used for everything from simple websites to complex corporate applications. It is used all over the world to power government portals, corporate intranets and extranets, ecommerce sites, nonprofit outreach, schools, church, and community sites.<br />
<a href="http://mambo-foundation.org/">http://mambo-foundation.org/</a></p>
<div class="sectiontitle">Customer Service</div>
<h2>Help Center Live</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/helpcenter.jpg" alt="helpcenter" title="helpcenter" width="584" height="170" class="alignnone size-full wp-image-1362" /><br />
Help Center Live is an open-source, community driven live chat &#038; support system. You may easily provide live support on your website just like large companies do with very little work. With Help Center Live, you can provide a real-time, live support or sales person experience.<br />
<a href="http://www.helpcenterlive.com/">http://www.helpcenterlive.com/</a></p>
<h2>osTicket</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/osticket.jpg" alt="osticket" title="osticket" width="584" height="170" class="alignnone size-full wp-image-1356" /><br />
osTicket is a widely-used open source support ticket system. It seamlessly integrates inquiries created via email, phone and web-based forms into a simple easy-to-use multi-user web interface.<br />
<a href="http://www.osticket.com">http://www.osticket.com</a></p>
<h2>Crafty Syntax</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/craftysyntax.jpg" alt="craftysyntax" title="craftysyntax" width="584" height="170" class="alignnone size-full wp-image-1358" /><br />
Crafty Syntax Live Help (CSLH) is an open source live support solution that helps customer support with live help functionality that can be proactively pushed to visitors to your site or requested by the consumer.<br />
<a href="http://www.craftysyntax.com/">http://www.craftysyntax.com/</a></p>
<div class="sectiontitle">eCommerce</div>
<h2>osCommerce</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/oscommerce.jpg" alt="oscommerce" title="oscommerce" width="584" height="170" class="alignnone size-full wp-image-1339" /><br />
osCommerce Online Merchant is an Open Source online shop e-commerce solution that is available for free under the GNU General Public License. It features a rich set of out-of-the-box online shopping cart functionality that allows store owners to setup, run, and maintain online stores with minimum effort and with no costs, fees, or limitations involved.<br />
<a href="http://www.oscommerce.com/">http://www.oscommerce.com/</a></p>
<h2>Magento</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/magento.jpg" alt="magento" title="magento" width="584" height="170" class="alignnone size-full wp-image-1340" /><br />
Magento is the eCommerce software platform for growth that promises to revolutionize the industry. Its modular architecture and unprecedented flexibility means your business is no longer constrained by your eCommerce platform. Magento is total control.<br />
<a href="http://www.magentocommerce.com/">http://www.magentocommerce.com/</a></p>
<h2>Zen Cart</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/zencart.jpg" alt="zencart" title="zencart" width="584" height="170" class="alignnone size-full wp-image-1343" /><br />
Zen Cart™ truly is the art of e-commerce; free, user-friendly, open source shopping cart software. The ecommerce web site design program is being developed by a group of like-minded shop owners, programmers, designers, and consultants that think ecommerce web design could be and should be done differently.<br />
<a href="http://www.zen-cart.com/">http://www.zen-cart.com/</a></p>
<h2>Open Cart</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/opencart.jpg" alt="opencart" title="opencart" width="584" height="170" class="alignnone size-full wp-image-1341" /><br />
OpenCart is an open source PHP-based online shopping cart system. A robust e-commerce solution for Internet merchants with the ability to create their own online business and participate in e-commerce at a minimal cost.<br />
<a href="http://www.opencart.com/">http://www.opencart.com/</a></p>
<h2>Agora Cart</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/agora.jpg" alt="agora" title="agora" width="584" height="170" class="alignnone size-full wp-image-1342" /><br />
AgoraCart &#8211; The powerful &#8220;Free&#8221; Open Source ecommerce shopping cart software solution offers you a very wide range of features that allow you to setup an online storefront or shop ranging from a simple template based store for novices to the integration of complex web design concepts created by your web designer.<br />
<a href="http://www.agoracart.com/">http://www.agoracart.com/</a></p>
<div class="sectiontitle">Education</div>
<h2>Moodle</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/moodle.jpg" alt="moodle" title="moodle" width="584" height="170" class="alignnone size-full wp-image-1338" />Moodle is a Course Management System (CMS), also known as a Learning Management System (LMS) or a Virtual Learning Environment (VLE). It is a Free web application that educators can use to create effective online learning sites.<br />
<a href="http://moodle.org/">http://moodle.org/</a></p>
<div class="sectiontitle">Forums</div>
<h2>phpBB</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/phpbb.jpg" alt="phpbb" title="phpbb" width="584" height="170" class="alignnone size-full wp-image-1332" /><br />
Since its creation in 2000, phpBB™ has become the most widely used Open Source forum solution. Like its predecessors, phpBB™ 3.0 “Olympus” has an easy to use administration panel and a user friendly installation process, which allows you to have a forum set up in minutes.<br />
<a href="http://www.phpbb.com/">http://www.phpbb.com/</a></p>
<h2>BBPress</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/bbpress.jpg" alt="bbpress" title="bbpress" width="584" height="170" class="alignnone size-full wp-image-1333" /><br />
bbPress is forum software with a twist from the creators of WordPress. bbPress is focused on web standards, ease of use, ease of integration, and speed. We’re keeping things as small and light as possible while still allowing for great add on features through our extensive plugin system.<br />
<a href="http://bbpress.org/">http://bbpress.org/</a></p>
<h2>PunBB</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/punbb.jpg" alt="punbb" title="punbb" width="584" height="170" class="alignnone size-full wp-image-1334" /><br />
PunBB is a fast and lightweight PHP-powered discussion board. It is released under the GNU General Public License. Its primary goals are to be faster, smaller and less graphically intensive as compared to other discussion boards.<br />
<a href="http://punbb.informer.com/">http://punbb.informer.com/</a></p>
<h2>Simple Machines</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/simplemachines.jpg" alt="simplemachines" title="simplemachines" width="584" height="170" class="alignnone size-full wp-image-1337" /><br />
Simple Machines Forum — SMF in short — is a free, professional grade software package that allows you to set up your own online community within minutes.<br />
<a href="http://www.simplemachines.org/">http://www.simplemachines.org/</a></p>
<div class="sectiontitle">Mailing Lists</div>
<h2>phpList</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/phplist.jpg" alt="phplist" title="phplist" width="584" height="170" class="alignnone size-full wp-image-1346" />phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website.<br />
<a href="http://www.phplist.com/">http://www.phplist.com/</a></p>
<h2>Dada Mail</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/dadamail.jpg" alt="dadamail" title="dadamail" width="584" height="170" class="alignnone size-full wp-image-1347" /><br />
Dada Mail is a completely contemporary, mature and intuitive web-based e-mail list management system, which runs on most any Unix-like hosting account that can run custom CGI scripts.<br />
<a href="http://dadamailproject.com/">http://dadamailproject.com/</a></p>
<h2>poMMo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/pommo.jpg" alt="pommo" title="pommo" width="584" height="170" class="alignnone size-full wp-image-1348" /><br />
poMMo is versatile mass mailing software. It can be used to add a mailing list to your Web site or to organize stand alone mailings. Unique Features such as the ability to mail subsets of your subscribers set it apart from alternatives.<br />
<a href="http://pommo.org/">http://pommo.org/</a></p>
<div class="sectiontitle">Photo Galleries</div>
<h2>Zen Photo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/zenphoto.jpg" alt="zenphoto" title="zenphoto" width="584" height="170" class="alignnone size-full wp-image-1350" />Zenphoto is an answer to lots of calls for an online gallery solution that just makes sense. After years of bloated software that does everything and your dishes, zenphoto just shows your photos, simply. It’s got all the functionality and “features” you need, and nothing you don’t.<br />
<a href="http://www.zenphoto.org/">http://www.zenphoto.org/</a></p>
<h2>Gallery</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/gallery.jpg" alt="gallery" title="gallery" width="584" height="170" class="alignnone size-full wp-image-1351" /><br />
Gallery gives you an intuitive way to blend photo management seamlessly into your own website whether you&#8217;re running a small personal site or a large community site.<br />
<a href="http://gallery.menalto.com/">http://gallery.menalto.com/</a></p>
<h2>Pixelpost</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/pixelpost.jpg" alt="pixelpost" title="pixelpost" width="584" height="170" class="alignnone size-full wp-image-1352" /><br />
Pixelpost is an open-source, standards-compliant, multi-lingual, fully extensible photoblog application for the web.<br />
<a href="http://www.pixelpost.org/">http://www.pixelpost.org/</a></p>
<h2>Piwigo</h2>
<p><img src="http://bavotasan.com/wp-content/uploads/2009/10/piwigo.jpg" alt="piwigo" title="piwigo" width="584" height="170" class="alignnone size-full wp-image-1354" /><br />
Piwigo is a photo gallery software for the web, built by an active community of users and developers. Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.<br />
<a href="http://piwigo.org/">http://piwigo.org/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/31-open-source-web-development-scripts/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Win a Copy of the Web Designer&#8217;s Idea Book</title>
		<link>http://bavotasan.com/2009/win-a-copy-of-the-web-designers-idea-book/</link>
		<comments>http://bavotasan.com/2009/win-a-copy-of-the-web-designers-idea-book/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 21:07:40 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[BOOK]]></category>
		<category><![CDATA[canada and the united states]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[lucky winner]]></category>
		<category><![CDATA[October]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Win]]></category>
		<category><![CDATA[winner]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=1162</guid>
		<description><![CDATA[I have decided to start rewarding people who support bavotasan.com, and what better way than by giving away a copy of Patrick McNeil&#8217;s WEB DESIGNER&#8217;S IDEA BOOK? It contains over 700 website designs and is a great inspirational resource for anyone working in web development. I plan on giving something away every month, and each [...]]]></description>
			<content:encoded><![CDATA[<p><a class="highslide" href="http://bavotasan.com/wp-content/uploads/2009/09/webdesigners.jpg"><img src="http://bavotasan.com/wp-content/uploads/2009/09/webdesigners-200x200.jpg" alt="webdesigners" title="webdesigners" width="200" height="200" class="alignright size-thumbnail wp-image-1170" /></a>I have decided to start rewarding people who support <a href="http://bavotasan.com">bavotasan.com</a>, and what better way than by giving away a copy of <strong>Patrick McNeil&#8217;s WEB DESIGNER&#8217;S IDEA BOOK</strong>? It contains over 700 website designs and is a great inspirational resource for anyone working in web development. I plan on giving something away every month, and each time the way to win will be different. For September, all you need to do is <a href="http://twitter.com/bavotasan">follow me on Twitter</a>. <span id="more-1162"></span>If you already follow my Twitter feed you are automatically entered to win. I will announce the lucky winner on Thursday, October 1st.</p>
<p><strong>Congratulations to our winner Scott Shrum!</strong></p>
<p><small>This contest is only open to residents of Canada and the United States. The winner will be contacted through Twitter on October 1st, 2009. Contest ends September 30th at 11:59pm.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/win-a-copy-of-the-web-designers-idea-book/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Get Familiar with HTML 5</title>
		<link>http://bavotasan.com/2009/get-familiar-with-html-5/</link>
		<comments>http://bavotasan.com/2009/get-familiar-with-html-5/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 14:19:26 +0000</pubDate>
		<dc:creator>c.bavota</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[APIs]]></category>
		<category><![CDATA[direction]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[lot]]></category>
		<category><![CDATA[magazine]]></category>
		<category><![CDATA[preview]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[right direction]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web programming]]></category>

		<guid isPermaLink="false">http://bavotasan.com/?p=923</guid>
		<description><![CDATA[If you work on the web you have probably heard about HTML 5. It is the next evolutionary step in web programming and the sooner you familiarize yourself with it the better. There is a lot going on in HTML 5 and instead of getting into it myself, I think I should just suggest a [...]]]></description>
			<content:encoded><![CDATA[<p>If you work on the web you have probably heard about HTML 5. It is the next evolutionary step in web programming and the sooner you familiarize yourself with it the better.</p>
<p>There is a lot going on in HTML 5 and instead of getting into it myself, I think I should just suggest a few articles I have come across to steer you all in the right direction.<br />
<span id="more-923"></span><br />
<a href="http://dev.w3.org/html5/spec/Overview.html">WC3 &#8211; A vocabulary and associated APIs for HTML and XHTML</a><br />
<a href="http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/">Smashing Magazine &#8211; HTML 5 and the Future of the Web</a><br />
<a href="http://www.alistapart.com/articles/previewofhtml5">A List Apart &#8211; A Preview of HTML 5</a></p>
<p>If you knew nothing about it before, checking out these articles will fill your mind with so much HTML 5 your eyes will bulge.</p>
]]></content:encoded>
			<wfw:commentRss>http://bavotasan.com/2009/get-familiar-with-html-5/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

