<?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>arvindandrion.com</title>
	<atom:link href="http://www.arvindandrion.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arvindandrion.com</link>
	<description>Hi! My name is Arvind Andrion web designer from Philippines</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:44:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Grocery Checklist Logo</title>
		<link>http://www.arvindandrion.com/design/grocery-checklist-logo/</link>
		<comments>http://www.arvindandrion.com/design/grocery-checklist-logo/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 15:52:50 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=911</guid>
		<description><![CDATA[I&#8217;m now going to do build this seriously this time . I&#8217;m working on a small personal project called grocery checklist. This  is very simple, you just choose what items you want for example apple, grapes and mango. Once you &#8230;]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-912" title="Grocery Checklist" src="http://www.arvindandrion.com/wp-content/uploads/2010/07/logo.jpg" alt="" width="600" height="384" /></p>
<p>I&#8217;m now going to do build this seriously this time <img src='http://www.arvindandrion.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . I&#8217;m working on a small personal project called grocery checklist. This  is very simple, you just choose what items you want for example apple, grapes and mango. Once you have click each of them it will add to your basket and when your done, click next and it will bring to the print page . I think this will be fun and helpful. Making a checklist before you go to grocery can help you a lot especially when your on a budget.  For now the available category is fruits. The most fun part is designing the items. I&#8217;m not a professional illustrator so I will try to make all the items good looking as much as possible.  I have finished the layout and I will continue adding  items in the following days if I&#8217;m not busy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/design/grocery-checklist-logo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Jquery image slideshow</title>
		<link>http://www.arvindandrion.com/jquery/jquery-image-slideshow/</link>
		<comments>http://www.arvindandrion.com/jquery/jquery-image-slideshow/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 03:38:08 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=901</guid>
		<description><![CDATA[Hi guys you might say that “Oh no! not another image slideshow” yes I know. I have made this plugin for me to keep things simple and use what exactly what is needed. Imagine using 2kb plugin I think less &#8230;]]></description>
			<content:encoded><![CDATA[<p>Hi guys you might say that “Oh no! not another image slideshow” yes I know. I have made this plugin for me to keep things simple and use what exactly what is needed. Imagine using 2kb plugin I think less if compress. That’s a big discount ahahahahaah! I hope you got my point. Hey  I’m not a fully, king or master javascript programmer I’m just starting up. So if you guys have a nice idea or good approach might as well share it in the comment. I might enhance this plugin by adding paging and more effects in transition. In the future I think.</p>
<div class="demo"><a title="Demo" href="http://arvindandrion.com/example/imageSlideshow/" target="_blank">Demo</a> | <a title="Download" href="http://arvindandrion.com/example/imageSlideshow/imageSlidehow.rar" target="_self">Download</a></div>
<p><span id="more-901"></span><br />
<strong>Jquery Code :</strong></p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#123;</span>
   $<span style="color: #009900;">&#40;</span><span style="color: #3366CC;">'#container'</span><span style="color: #009900;">&#41;</span>.<span style="color: #660066;">slideShow</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
        container<span style="color: #339933;">:</span> <span style="color: #3366CC;">'.cont'</span><span style="color: #339933;">,</span>
        items<span style="color: #339933;">:</span> <span style="color: #3366CC;">'.item'</span><span style="color: #339933;">,</span>
        fade<span style="color: #339933;">:</span> <span style="color: #CC0000;">5000</span><span style="color: #339933;">,</span> <span style="color: #009966; font-style: italic;">/* Fading of images */</span>
        transition<span style="color: #339933;">:</span> <span style="color: #CC0000;">4000</span> <span style="color: #009966; font-style: italic;">/* transition of each images */</span>
   <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><strong><br />
CSS :</strong></p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#container</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">335px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">500px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">overflow</span><span style="color: #00AA00;">:</span><span style="color: #993333;">hidden</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.cont</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">335px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.item</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span><span style="color: #933;">500px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span><span style="color: #933;">335px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span><span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.current</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">z-index</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">2</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">block</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><strong>HTML :</strong></p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;container&quot;</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;cont&quot;</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/3888886475_79f6ec6fa4.jpg&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;335&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/3884814086_ab27bb2f7a.jpg&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;335&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/3884022159_7eca2c92a9.jpg&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;335&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/3884989133_2dd993518a.jpg&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;335&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/3889679176_8efb27feb0.jpg&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;335&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/3888886073_3e962efb9b.jpg&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;335&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
    <span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">div</span> <span style="color: #000066;">class</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;item&quot;</span>&gt;&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;images/3888886271_6106cd0cd4.jpg&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;500&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;335&quot;</span> <span style="color: #66cc66;">/</span>&gt;&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span>
  <span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">div</span>&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/jquery/jquery-image-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feeling Better</title>
		<link>http://www.arvindandrion.com/personal/feeling-better/</link>
		<comments>http://www.arvindandrion.com/personal/feeling-better/#comments</comments>
		<pubDate>Sat, 29 May 2010 11:02:29 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=895</guid>
		<description><![CDATA[I&#8217;m now in my home country Philippines since last week of April. I spent 2 weeks try to meet all my friends. And It was fun! Mid of May 2010 I did Anterior Cruciate Ligament (ACL) Surgery in my right &#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now in my home country Philippines since last week of April. I spent 2 weeks try to meet all my friends. And It was fun! Mid of May 2010 I did <strong>Anterior Cruciate Ligament (ACL) Surgery</strong> in my right knee. How did I get this? It was a long story maybe I will tell you next time. But now I&#8217;m feeling better and hopefully I can get back to work this end of July.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/personal/feeling-better/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Styling input type file</title>
		<link>http://www.arvindandrion.com/jquery/styling-input-type-file/</link>
		<comments>http://www.arvindandrion.com/jquery/styling-input-type-file/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 13:16:52 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=704</guid>
		<description><![CDATA[This simple script will help you design your &#60;input type=file &#62; in more attractive way. By overlapping a designed &#60;input type=&#8221;button&#8221; &#62; that will act as browse button and adding another &#60;input type=&#8221;text&#8221; &#62; that will show the value of &#8230;]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-716" title="stylingfileinputtypfile" src="http://www.arvindandrion.com/wp-content/uploads/2010/03/stylingfileinputtypfile.jpg" alt="" width="400" height="98" /></p>
<p>This simple script will help you design your &lt;input type=file &gt; in more attractive way.<br />
By overlapping a designed &lt;input type=&#8221;button&#8221; &gt; that will act as browse button and adding another &lt;input type=&#8221;text&#8221; &gt; that will show the value of the file upload. Using <a href="http://jquery.com" target="_blank">Jquery </a>on <a href="http://api.jquery.com/change/" target="_blank">change()</a> the we can get the value of the &lt;input type=file &gt; and pass it to our &lt;input type=&#8221;text&#8221; &gt;. If your having a hard time to visualizing, you can check the demo or download the file and explore it. Please do check it with <a href="http://getfirebug.com/" target="_blank">firebug</a> so that you can see more clearly.</p>
<div class="demo"><a title="Demo" href="http://www.arvindandrion.com/example/stylingFileInputTypeFile/" target="_blank">Demo</a> | <a title="Download" href="http://www.arvindandrion.com/example/stylingFileInputTypeFile/stylingFileInputTypeFile.rar" target="_self">Download</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/jquery/styling-input-type-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tricky jquery input type password</title>
		<link>http://www.arvindandrion.com/jquery/tricky-jquery-input-type-password/</link>
		<comments>http://www.arvindandrion.com/jquery/tricky-jquery-input-type-password/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 06:16:04 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=558</guid>
		<description><![CDATA[Have you tried using javascript(jquery) to <strong>add value=password</strong> in <strong>&#60;input type="password" &#62; </strong> and show the word <strong>password</strong> instead of dots? I've tried it but no luck. So I checked one of the popular site and their login form.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s what happened to us with my buddy Aftab. I had designed the form like this.</p>
<p><img class="alignnone size-full wp-image-561" title="input" src="http://www.arvindandrion.com/wp-content/uploads/2010/03/input.jpg" alt="input" width="402" height="61" /></p>
<p>The inputs have the values of username and password. Just by looking at it you will think that all we have  do in the code is like this</p>

<div class="wp_syntax"><div class="code"><pre class="xhtml" style="font-family:monospace;">&lt;input name=&quot;username&quot; value=&quot;username&quot; value=&quot;username&quot; /&gt;
&lt;input name=&quot;password&quot; value=&quot;password&quot; value=&quot;password&quot;/&gt;</pre></div></div>

<p>Yes that’s true, but only in the username input will show the word and the password inputs will show dots.</p>
<p><img class="size-full" title="inputPassword" src="http://www.arvindandrion.com/wp-content/uploads/2010/03/inputPassword.jpg" alt="inputPassword" width="410" height="71" /></p>
<p>I tried to use jquery .val() in the password but I&#8217;m still having the same result. So I came across facebook login and see how they&#8217;re doing this trick. And that&#8217;s the time I call aftab and we checked on firebug.</p>
<p>You have to open firebug to see the magic. On default, the input password it&#8217;s like this</p>

<div class="wp_syntax"><div class="code"><pre class="xhtml" style="font-family:monospace;">&lt;input name=&quot;password&quot; type=&quot;text&quot; value=&quot;Password&quot; /&gt;</pre></div></div>

<p>Once you clicked, the input will changing to</p>

<div class="wp_syntax"><div class="code"><pre class="xhtml" style="font-family:monospace;">&lt;input name=&quot;password&quot; type=&quot;password&quot; /&gt;</pre></div></div>

<p>You can achieve this using jquery on .focus(). Here&#8217;s the code.</p>
<h3>CSS:</h3>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#rlPass</span><span style="color: #00AA00;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span><span style="color: #993333;">none</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<h3>HTML</h3>

<div class="wp_syntax"><div class="code"><pre class="xhtml" style="font-family:monospace;">&lt;input id=&quot;loginPass&quot; type=&quot;text&quot; value=&quot;Password&quot;  /&gt;
&lt;input id=&quot;rlPass&quot; type=&quot;password&quot; /&gt;</pre></div></div>

<h3>JQUERY</h3>

<div class="wp_syntax"><div class="code"><pre class="xhtml" style="font-family:monospace;">$(document).ready(function() {
    $(&quot;#loginPass&quot;).focus(function(){
        $(this).hide();
        $(&quot;#rlPass&quot;).css(&quot;display&quot;, &quot;inline&quot;);
    });
})</pre></div></div>

<div class="demo"><a target="_blank" href="http://www.arvindandrion.com/example/trickyJquery/" title="Demo">Demo</a> | <a target="_self" href="http://www.arvindandrion.com/example/trickyJquery/trickyJquery.rar" title="Download">Download</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/jquery/tricky-jquery-input-type-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking to make another coffee</title>
		<link>http://www.arvindandrion.com/daily-photos/523/</link>
		<comments>http://www.arvindandrion.com/daily-photos/523/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:22:59 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Daily Photos]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=523</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.arvindandrion.com/523/" title="Thinking to make another coffee"><img class="size-full" title="Thinking to make another coffee" src="http://lh3.ggpht.com/_P_be8APn8s0/S30hx-uaQKI/AAAAAAAAAmU/c63no7NpL7o/s912/arvind_designers_block.jpg" alt="" width="600" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/daily-photos/523/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Harley-Davidson</title>
		<link>http://www.arvindandrion.com/daily-photos/harley-davidson/</link>
		<comments>http://www.arvindandrion.com/daily-photos/harley-davidson/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 21:29:06 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Daily Photos]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=520</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.arvindandrion.com/wp-content/uploads/2010/02/Harley-davidson.jpg" alt="Harley-davidson" title="Harley-davidson" width="600" height="399" class="alignnone size-full wp-image-521" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/daily-photos/harley-davidson/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.9</title>
		<link>http://www.arvindandrion.com/personal/wordpress-2-9/</link>
		<comments>http://www.arvindandrion.com/personal/wordpress-2-9/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 06:47:41 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=514</guid>
		<description><![CDATA[WordPress 2.9 is now available for download. New features available like global undo, built-in image editor, batch update plugins, and easier video embed.  The image editor is really a big help for me. I&#8217;m loving it. Go ahead and update &#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wordpress.org">WordPress 2.9</a> is now available for download. New features available like global undo, built-in image editor, batch update plugins, and easier video embed.  The image editor is really a big help for me. I&#8217;m loving it. Go ahead and update your blog now. <a href="http://www.wordpress.org">www.wordpress.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/personal/wordpress-2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Form Design</title>
		<link>http://www.arvindandrion.com/css/simple-form-design/</link>
		<comments>http://www.arvindandrion.com/css/simple-form-design/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 14:58:41 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Jquery]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=485</guid>
		<description><![CDATA[Designing form is quite fun, it always makes me think how the user will use it, my colleague developer and I have been doing a new project and that includes their registration form with admin interface. I wanted to share &#8230;]]></description>
			<content:encoded><![CDATA[<p>Designing form is quite fun, it always makes me think how the user will use it, my colleague developer and I  have been doing a new project and that includes their registration form with admin interface. I wanted to share this simple form design. I used style from blueprint css framework. I took some of what I really need, edit some of it and adjust their value. In every project I start I always use blueprint and craft the css I need, this speeds up the time of my development.</p>
<p>When I say simple, it&#8217;s really simple. This is just a form layout with a stupid validation.I actually wanted to use some validation plugin but there is no use for this example because I will only show a simple form anyway.</p>
<div class="demo"><a title="Demo" href="http://www.arvindandrion.com/example/formdesign/" target="_blank">Demo</a> |  <a title="Download" href="http://www.arvindandrion.com/example/formdesign/formdesign.rar" target="_self">Download</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/css/simple-form-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fieldset and Legend in IE</title>
		<link>http://www.arvindandrion.com/css/fieldset-and-legend-in-ie/</link>
		<comments>http://www.arvindandrion.com/css/fieldset-and-legend-in-ie/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 10:48:31 +0000</pubDate>
		<dc:creator>Arvind</dc:creator>
				<category><![CDATA[Css]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.arvindandrion.com/?p=479</guid>
		<description><![CDATA[While I was very happy and I am about to finish my form layout testing in firefox, chrome and safari, I crossed my fingers and took a quick look to check at IE and suddenly BOOOOMMMM! What the hell happened? &#8230;]]></description>
			<content:encoded><![CDATA[<p>While I was very happy and I am about to finish my form layout testing in firefox, chrome and safari, I crossed my fingers and took a quick look to check at IE and suddenly BOOOOMMMM! What the hell happened? Of course it looks like a storm had past by on the site I&#8217;m working on. I was like &#8220;darn this browser!?!&#8221;. I came a cross <a href="http://www.tyssendesign.com.au/articles/css/legends-of-style-revised/" target="_blank">tyssendesign.com.au</a> <strong>Layer of Style</strong> and it helped me a lot.<br />
<span id="more-479"></span></p>
<p>Check out this simple HTML and CSS.</p>

<div class="wp_syntax"><div class="code"><pre class="xhtml" style="font-family:monospace;">&lt;div class=&quot;box one&quot;&gt;
 &lt;fieldset&gt;
  &lt;legend&gt;&lt;span&gt;This is the legend&lt;/span&gt;&lt;/legend&gt;
  &lt;label for=&quot;name&quot;&gt;Name:&lt;/label&gt;
  &lt;input id=&quot;name&quot; name=&quot;name&quot; type=&quot;text&quot; /&gt;
  &lt;label for=&quot;phone&quot;&gt;Phone:&lt;/label&gt;
  &lt;input id=&quot;phone&quot; name=&quot;phone&quot; type=&quot;text&quot; /&gt;
  &lt;label for=&quot;email&quot;&gt;Email:&lt;/label&gt;
  &lt;input id=&quot;email&quot; name=&quot;email&quot; type=&quot;text&quot; /&gt;
  &lt;button&gt;Submit&lt;/button&gt;
 &lt;/fieldset&gt;&lt;/div&gt;</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;">fieldset <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">none</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&nbsp;
.box<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">30em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">relative</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">2.5em</span> <span style="color: #933;">1em</span> <span style="color: #933;">0.5em</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#F8F8F8</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;"><span style="color: #cc66cc;">90</span>%</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
label <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&nbsp;
input <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;"><span style="color: #cc66cc;">50</span>%</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span> <span style="color: #933;">2px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">margin-bottom</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.5em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1px</span> <span style="color: #993333;">solid</span> <span style="color: #cc00cc;">#00</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span>
&nbsp;
button <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">display</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">block</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
&nbsp;
legend span <span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">position</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">absolute</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">29em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">top</span><span style="color: #00AA00;">:</span> <span style="color: #933;">0.5em</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">left</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1em</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">color</span><span style="color: #00AA00;">:</span> <span style="color: #cc00cc;">#000</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">font-weight</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">bold</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p><!--more--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arvindandrion.com/css/fieldset-and-legend-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
