<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Artelix Design</title>
	
	<link>http://artelixdesign.com</link>
	<description />
	<lastBuildDate>Fri, 05 Mar 2010 17:19:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/artelixdesign" /><feedburner:info uri="artelixdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Cool Dark and Light CSS3 Buttons From Me to You. Desaturated Coolness!</title>
		<link>http://feedproxy.google.com/~r/artelixdesign/~3/gqA7VPBFMYM/</link>
		<comments>http://artelixdesign.com/cool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 17:19:17 +0000</pubDate>
		<dc:creator>Melvin José</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://artelixdesign.com/?p=56</guid>
		<description><![CDATA[
			
				
			
		
I made these CSS 3 buttons and thought I would share them with anyone who would like to use them. They have a desaturated look and get &#8216;inverted&#8217; on mouse over. Even added an extra little touch when clicked. Go check &#8216;em out. Remember though, don&#8217;t use Internet Explorer or else they won&#8217;t look good.
Files
Demo [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;source=Melvin_Jose&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I made these CSS 3 buttons and thought I would share them with anyone who would like to use them. They have a desaturated look and get &#8216;inverted&#8217; on mouse over. Even added an extra little touch when clicked. Go check &#8216;em out. Remember though, don&#8217;t use Internet Explorer or else they won&#8217;t look good.</p>
<h4>Files</h4>
<p><a href="http://artelixdesign.com/demo/css3buttons">Demo</a> | <a href="http://artelixdesign.com/files/css3buttons.zip">Download</a></p>
<h3>The Buttons | Desaturated Coolness</h3>
<p><img class="alignnone size-full wp-image-62" title="css3-desaturated-coolness" src="http://artelixdesign.com/melody/wp-content/uploads/2010/03/css3-desaturated-coolness.jpg" alt="CSS3 Buttons" width="600" height="330" /></p>
<h4>The HTML</h4>
<pre>
    	<code>
&lt;a class="button button-dark c111" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-dark c333" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&lt;/a&gt;
&lt;a class="button button-dark c555" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-dark c777" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-dark c999" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;

&lt;a class="button button-light fff" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-light eee" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-light ddd" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-light ccc" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
&lt;a class="button button-light bbb" href="#"&gt;&lt;span&gt;Please Click Me!&lt;/span&gt;&lt;/a&gt;
    	</code>
    </pre>
<h4>The CSS</h4>
<pre>
    	<code>
a.button {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-box-shadow: 0 1px 3px #555;
    -webkit-box-shadow: 0 1px 3px #555;
    cursor: pointer;
    display: block;
    font-family: Verdana, “Helvetica Neue”, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 35px 11px;
    position: relative;
    text-decoration: none;
}

a.button-dark {
    border: 4px solid rgba(0, 0, 0, 0.2);
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

a.button-dark:hover {
    background-color: #fff;
    color: #333;
}

a.button-light {
    border: 4px solid rgba(0, 0, 0, 0.2);
    color: #222222;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

a.button-light:hover {
    background-color: #333;
    color: #fff;
}

/* Light Colors */
a.bbb {background-color: #bbb;}
a.ccc {background-color: #ccc;}
a.ddd {background-color: #ddd;}
a.eee {background-color: #eee;}
a.fff {background-color: #fff;}

/* Dark Colors */
a.c111 {background-color: #111;}
a.c333 {background-color: #333;}
a.c555 {background-color: #555;}
a.c777 {background-color: #777;}
a.c999 {background-color: #999;}
    	</code>
    </pre>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;source=Melvin_Jose&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>



Share and Enjoy this Post:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;title=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21&amp;bodytext=I%20made%20these%20CSS%203%20buttons%20and%20thought%20I%20would%20share%20them%20with%20anyone%20who%20would%20like%20to%20use%20them.%20They%20have%20a%20desaturated%20look%20and%20get%20%27inverted%27%20on%20mouse%20over.%20Even%20added%20an%20extra%20little%20touch%20when%20clicked.%20Go%20check%20%27em%20out.%20Remember%20though%2C%20don%27t%20u" title="Digg"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;title=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21&amp;notes=I%20made%20these%20CSS%203%20buttons%20and%20thought%20I%20would%20share%20them%20with%20anyone%20who%20would%20like%20to%20use%20them.%20They%20have%20a%20desaturated%20look%20and%20get%20%27inverted%27%20on%20mouse%20over.%20Even%20added%20an%20extra%20little%20touch%20when%20clicked.%20Go%20check%20%27em%20out.%20Remember%20though%2C%20don%27t%20u" title="del.icio.us"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;t=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21" title="Facebook"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;title=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21&amp;annotation=I%20made%20these%20CSS%203%20buttons%20and%20thought%20I%20would%20share%20them%20with%20anyone%20who%20would%20like%20to%20use%20them.%20They%20have%20a%20desaturated%20look%20and%20get%20%27inverted%27%20on%20mouse%20over.%20Even%20added%20an%20extra%20little%20touch%20when%20clicked.%20Go%20check%20%27em%20out.%20Remember%20though%2C%20don%27t%20u" title="Google Bookmarks"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;title=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21&amp;source=Artelix+Design+&amp;summary=I%20made%20these%20CSS%203%20buttons%20and%20thought%20I%20would%20share%20them%20with%20anyone%20who%20would%20like%20to%20use%20them.%20They%20have%20a%20desaturated%20look%20and%20get%20%27inverted%27%20on%20mouse%20over.%20Even%20added%20an%20extra%20little%20touch%20when%20clicked.%20Go%20check%20%27em%20out.%20Remember%20though%2C%20don%27t%20u" title="LinkedIn"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;title=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21" title="Reddit"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;title=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21" title="StumbleUpon"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F" title="Technorati"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;t=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21&amp;s=I%20made%20these%20CSS%203%20buttons%20and%20thought%20I%20would%20share%20them%20with%20anyone%20who%20would%20like%20to%20use%20them.%20They%20have%20a%20desaturated%20look%20and%20get%20%27inverted%27%20on%20mouse%20over.%20Even%20added%20an%20extra%20little%20touch%20when%20clicked.%20Go%20check%20%27em%20out.%20Remember%20though%2C%20don%27t%20u" title="Tumblr"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21%20-%20http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F" title="Twitter"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fartelixdesign.com%2Fcool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness%2F&amp;t=Cool%20Dark%20and%20Light%20CSS3%20Buttons%20From%20Me%20to%20You.%20Desaturated%20Coolness%21&opener=bm&amp;ei=UTF-8&amp;d=I%20made%20these%20CSS%203%20buttons%20and%20thought%20I%20would%20share%20them%20with%20anyone%20who%20would%20like%20to%20use%20them.%20They%20have%20a%20desaturated%20look%20and%20get%20%27inverted%27%20on%20mouse%20over.%20Even%20added%20an%20extra%20little%20touch%20when%20clicked.%20Go%20check%20%27em%20out.%20Remember%20though%2C%20don%27t%20u" title="Yahoo! Bookmarks"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/artelixdesign/~4/gqA7VPBFMYM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://artelixdesign.com/cool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://artelixdesign.com/cool-dark-and-light-css3-buttons-from-me-to-you-desaturated-coolness/</feedburner:origLink></item>
		<item>
		<title>Screencast: Form Validation Using the jQuery Validation Plugin</title>
		<link>http://feedproxy.google.com/~r/artelixdesign/~3/UbTmGwxwXZo/</link>
		<comments>http://artelixdesign.com/screencast-form-validation-using-the-jquery-validation-plugin/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 10:58:52 +0000</pubDate>
		<dc:creator>Melvin José</dc:creator>
				<category><![CDATA[Screencasts]]></category>

		<guid isPermaLink="false">http://artelixdesign.com/?p=43</guid>
		<description><![CDATA[
			
				
			
		
Validating a webform is very important if you want your visitors to fill in all the required fields. In this screencast I&#8217;ll show you an easy way to validate your forms using the jQuery Validation plugin. I&#8217;ll also show you how to add you own custom &#8216;error&#8217; messages.

Screencast Info
Length
19:46 (I know I said &#8220;quick screencast&#8221;, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;source=Melvin_Jose&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Validating a webform is very important if you want your visitors to fill in all the required fields. In this screencast I&#8217;ll show you an easy way to validate your forms using the jQuery Validation plugin. I&#8217;ll also show you how to add you own custom &#8216;error&#8217; messages.<br />
<span id="more-43"></span></p>
<h3>Screencast Info</h3>
<h4>Length</h4>
<p><strong>19:46</strong> (I know I said &#8220;quick screencast&#8221;, sorry :P)</p>
<h4>Links</h4>
<ul>
<li><a href="http://code.google.com/intl/nl/apis/ajaxlibs/documentation/#jquery">jQuery hotlinks by Google</a></li>
<li><a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">jQuery Validation plugin page</a></li>
<li><a href="http://docs.jquery.com/Plugins/Validation">Plugin Documentation</a></li>
</ul>
<h4>Files</h4>
<p><a href="http://artelixdesign.com/demo/formvalidation">Demo</a> | <a href="http://artelixdesign.com/files/formvalidation.zip">Download</a></p>
<h3>The Screencast</h3>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="598" height="449" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9585325&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="598" height="449" src="http://vimeo.com/moogaloop.swf?clip_id=9585325&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object>
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;source=Melvin_Jose&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>



Share and Enjoy this Post:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;title=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin&amp;bodytext=Validating%20a%20webform%20is%20very%20important%20if%20you%20want%20your%20visitors%20to%20fill%20in%20all%20the%20required%20fields.%20In%20this%20screencast%20I%27ll%20show%20you%20an%20easy%20way%20to%20validate%20your%20forms%20using%20the%20jQuery%20Validation%20plugin.%20I%27ll%20also%20show%20you%20how%20to%20add%20you%20own%20custom%20" title="Digg"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;title=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin&amp;notes=Validating%20a%20webform%20is%20very%20important%20if%20you%20want%20your%20visitors%20to%20fill%20in%20all%20the%20required%20fields.%20In%20this%20screencast%20I%27ll%20show%20you%20an%20easy%20way%20to%20validate%20your%20forms%20using%20the%20jQuery%20Validation%20plugin.%20I%27ll%20also%20show%20you%20how%20to%20add%20you%20own%20custom%20" title="del.icio.us"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;t=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin" title="Facebook"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;title=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin&amp;annotation=Validating%20a%20webform%20is%20very%20important%20if%20you%20want%20your%20visitors%20to%20fill%20in%20all%20the%20required%20fields.%20In%20this%20screencast%20I%27ll%20show%20you%20an%20easy%20way%20to%20validate%20your%20forms%20using%20the%20jQuery%20Validation%20plugin.%20I%27ll%20also%20show%20you%20how%20to%20add%20you%20own%20custom%20" title="Google Bookmarks"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;title=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin&amp;source=Artelix+Design+&amp;summary=Validating%20a%20webform%20is%20very%20important%20if%20you%20want%20your%20visitors%20to%20fill%20in%20all%20the%20required%20fields.%20In%20this%20screencast%20I%27ll%20show%20you%20an%20easy%20way%20to%20validate%20your%20forms%20using%20the%20jQuery%20Validation%20plugin.%20I%27ll%20also%20show%20you%20how%20to%20add%20you%20own%20custom%20" title="LinkedIn"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;title=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin" title="Reddit"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;title=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin" title="StumbleUpon"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F" title="Technorati"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;t=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin&amp;s=Validating%20a%20webform%20is%20very%20important%20if%20you%20want%20your%20visitors%20to%20fill%20in%20all%20the%20required%20fields.%20In%20this%20screencast%20I%27ll%20show%20you%20an%20easy%20way%20to%20validate%20your%20forms%20using%20the%20jQuery%20Validation%20plugin.%20I%27ll%20also%20show%20you%20how%20to%20add%20you%20own%20custom%20" title="Tumblr"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin%20-%20http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F" title="Twitter"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fartelixdesign.com%2Fscreencast-form-validation-using-the-jquery-validation-plugin%2F&amp;t=Screencast%3A%20Form%20Validation%20Using%20the%20jQuery%20Validation%20Plugin&opener=bm&amp;ei=UTF-8&amp;d=Validating%20a%20webform%20is%20very%20important%20if%20you%20want%20your%20visitors%20to%20fill%20in%20all%20the%20required%20fields.%20In%20this%20screencast%20I%27ll%20show%20you%20an%20easy%20way%20to%20validate%20your%20forms%20using%20the%20jQuery%20Validation%20plugin.%20I%27ll%20also%20show%20you%20how%20to%20add%20you%20own%20custom%20" title="Yahoo! Bookmarks"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/artelixdesign/~4/UbTmGwxwXZo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://artelixdesign.com/screencast-form-validation-using-the-jquery-validation-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://artelixdesign.com/screencast-form-validation-using-the-jquery-validation-plugin/</feedburner:origLink></item>
		<item>
		<title>Hello world! My name is Melvin José and I’m starting up this webdesign webblog!</title>
		<link>http://feedproxy.google.com/~r/artelixdesign/~3/TV-nySx1_ik/</link>
		<comments>http://artelixdesign.com/hello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:45:48 +0000</pubDate>
		<dc:creator>Melvin José</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://artelixdesign.com/?p=30</guid>
		<description><![CDATA[
			
				
			
		
Lorem ipsu&#8230;.uuumm wait! I&#8217;ll have to stop using dummy text from now. This is it. The website is going live! I&#8217;m so excited about this, the birth of the Artelix Design Blog. O dear, o dear, o dear&#8230; I&#8217;m so nervous.
Melvin Jose
Hello there! My name is Melvin José and I like to welcome you to [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;source=Melvin_Jose&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Lorem ipsu&#8230;.uuumm wait! I&#8217;ll have to stop using dummy text from now. This is it. The website is going live! I&#8217;m so excited about this, the birth of the Artelix Design Blog. O dear, o dear, o dear&#8230; I&#8217;m so nervous.</p>
<h3>Melvin Jose</h3>
<p>Hello there! My name is Melvin José and I like to welcome you to my blog. If you want to know more about me then please do visit the <a href="http://artelixdesign.com/about">about</a> page.</p>
<h3>Blog</h3>
<p>My plans for this blog are pretty simple. I&#8217;m going to regularly posts screencasts and articles related to webdesign en webdevelopment. The design and content of this website are inspired by none other then:</p>
<ul>
<li><a href="http://www.smashingmagazine.com/">Smashing Magazine</a></li>
<li><a href="http://css-tricks.com/">CSS-Tricks</a></li>
<li><a href="http://net.tutsplus.com/">Nettuts</a></li>
</ul>
<p>I&#8217;m not trying to compare this website to any of them! Cmon, pffffff! I&#8217;m just saying I look up to their creators because of what they are doing for the designcommunity. This website is just my share of giving back to the community for what it has given to me. </p>
<p>So wish me luck!
<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;source=Melvin_Jose&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>



Share and Enjoy this Post:


	<a rel="nofollow"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;title=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21&amp;bodytext=Lorem%20ipsu....uuumm%20wait%21%20I%27ll%20have%20to%20stop%20using%20dummy%20text%20from%20now.%20This%20is%20it.%20The%20website%20is%20going%20live%21%20I%27m%20so%20excited%20about%20this%2C%20the%20birth%20of%20the%20Artelix%20Design%20Blog.%20O%20dear%2C%20o%20dear%2C%20o%20dear...%20I%27m%20so%20nervous.%0D%0A%0D%0AMelvin%20Jose%0D%0AHello%20there%21%20My%20n" title="Digg"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://delicious.com/post?url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;title=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21&amp;notes=Lorem%20ipsu....uuumm%20wait%21%20I%27ll%20have%20to%20stop%20using%20dummy%20text%20from%20now.%20This%20is%20it.%20The%20website%20is%20going%20live%21%20I%27m%20so%20excited%20about%20this%2C%20the%20birth%20of%20the%20Artelix%20Design%20Blog.%20O%20dear%2C%20o%20dear%2C%20o%20dear...%20I%27m%20so%20nervous.%0D%0A%0D%0AMelvin%20Jose%0D%0AHello%20there%21%20My%20n" title="del.icio.us"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;t=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21" title="Facebook"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;title=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21&amp;annotation=Lorem%20ipsu....uuumm%20wait%21%20I%27ll%20have%20to%20stop%20using%20dummy%20text%20from%20now.%20This%20is%20it.%20The%20website%20is%20going%20live%21%20I%27m%20so%20excited%20about%20this%2C%20the%20birth%20of%20the%20Artelix%20Design%20Blog.%20O%20dear%2C%20o%20dear%2C%20o%20dear...%20I%27m%20so%20nervous.%0D%0A%0D%0AMelvin%20Jose%0D%0AHello%20there%21%20My%20n" title="Google Bookmarks"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;title=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21&amp;source=Artelix+Design+&amp;summary=Lorem%20ipsu....uuumm%20wait%21%20I%27ll%20have%20to%20stop%20using%20dummy%20text%20from%20now.%20This%20is%20it.%20The%20website%20is%20going%20live%21%20I%27m%20so%20excited%20about%20this%2C%20the%20birth%20of%20the%20Artelix%20Design%20Blog.%20O%20dear%2C%20o%20dear%2C%20o%20dear...%20I%27m%20so%20nervous.%0D%0A%0D%0AMelvin%20Jose%0D%0AHello%20there%21%20My%20n" title="LinkedIn"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://reddit.com/submit?url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;title=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21" title="Reddit"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;title=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21" title="StumbleUpon"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://technorati.com/faves?add=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F" title="Technorati"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;t=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21&amp;s=Lorem%20ipsu....uuumm%20wait%21%20I%27ll%20have%20to%20stop%20using%20dummy%20text%20from%20now.%20This%20is%20it.%20The%20website%20is%20going%20live%21%20I%27m%20so%20excited%20about%20this%2C%20the%20birth%20of%20the%20Artelix%20Design%20Blog.%20O%20dear%2C%20o%20dear%2C%20o%20dear...%20I%27m%20so%20nervous.%0D%0A%0D%0AMelvin%20Jose%0D%0AHello%20there%21%20My%20n" title="Tumblr"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/tumblr.png" title="Tumblr" alt="Tumblr" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://twitter.com/home?status=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21%20-%20http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F" title="Twitter"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fartelixdesign.com%2Fhello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog%2F&amp;t=Hello%20world%21%20My%20name%20is%20Melvin%20Jos%C3%A9%20and%20I%27m%20starting%20up%20this%20webdesign%20webblog%21&opener=bm&amp;ei=UTF-8&amp;d=Lorem%20ipsu....uuumm%20wait%21%20I%27ll%20have%20to%20stop%20using%20dummy%20text%20from%20now.%20This%20is%20it.%20The%20website%20is%20going%20live%21%20I%27m%20so%20excited%20about%20this%2C%20the%20birth%20of%20the%20Artelix%20Design%20Blog.%20O%20dear%2C%20o%20dear%2C%20o%20dear...%20I%27m%20so%20nervous.%0D%0A%0D%0AMelvin%20Jose%0D%0AHello%20there%21%20My%20n" title="Yahoo! Bookmarks"><img src="http://artelixdesign.com/melody/wp-content/plugins/sociable-italia/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a>


<br/><br/><img src="http://feeds.feedburner.com/~r/artelixdesign/~4/TV-nySx1_ik" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://artelixdesign.com/hello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://artelixdesign.com/hello-world-my-name-is-melvin-jose-and-im-starting-up-this-webdesign-webblog/</feedburner:origLink></item>
	</channel>
</rss>

