<?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>Netvivs &#187; Web Design</title>
	<atom:link href="http://www.netvivs.com/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netvivs.com</link>
	<description>Web Design &#38; Development Blog</description>
	<lastBuildDate>Thu, 26 Jan 2012 13:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Use a CSS Alternated Print version</title>
		<link>http://www.netvivs.com/use-a-css-alternated-print-version/</link>
		<comments>http://www.netvivs.com/use-a-css-alternated-print-version/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 22:53:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/use-a-css-alternated-print-version/</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/use-a-css-alternated-print-version/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p>When printing web documents we sometimes need to setup a <strong>css alternate print</strong> version so we can use a different CSS stylesheet for printing.</p>
<p>The method to achieve this in a webpage is easy, we just need to add a &#8230; <a href="http://www.netvivs.com/use-a-css-alternated-print-version/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p>When printing web documents we sometimes need to setup a <strong>css alternate print</strong> version so we can use a different CSS stylesheet for printing.</p>
<p>The method to achieve this in a webpage is easy, we just need to add a new CSS line inside &lt;head&gt; tags.</p>
<p>&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css” href=&quot;sheet.css&quot; media=&quot;print&quot; /&gt;</p>
<p>This is the easier way to add your specific rules for printed media.</p>
<p><map name='google_ad_map_649_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/649?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_649_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=649&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fuse-a-css-alternated-print-version%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/use-a-css-alternated-print-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a PNG Image as Favicon</title>
		<link>http://www.netvivs.com/using-a-png-image-as-favicon/</link>
		<comments>http://www.netvivs.com/using-a-png-image-as-favicon/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 23:42:14 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[favicon]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/using-a-png-image-as-favicon/</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/using-a-png-image-as-favicon/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><strong>Favicon as PNG image</strong> can easily added into any existing webpage by using the following snippet.</p>
<pre><code>&#60;link id=&#34;favicon&#34; rel=&#34;shortcut icon&#34; type=&#34;image/png&#34; href=&#34;favicon.png&#34; /&#62;</code></pre>
<p>You can use generators to automatically create the icons from an image, or if you use Photoshop &#8230; <a href="http://www.netvivs.com/using-a-png-image-as-favicon/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Favicon as PNG image</strong> can easily added into any existing webpage by using the following snippet.</p>
<pre><code>&lt;link id=&quot;favicon&quot; rel=&quot;shortcut icon&quot; type=&quot;image/png&quot; href=&quot;favicon.png&quot; /&gt;</code></pre>
<p>You can use generators to automatically create the icons from an image, or if you use Photoshop then you can download a free plugin for ICO support.</p>
<p><a href="http://tools.dynamicdrive.com/favicon/" rel="nofollow" target="_blank">Favicon from Dyanmic Drive</a></p>
<p><a href="http://www.html-kit.com/favicon/" rel="nofollow" target="_blank">FavIcon from Pic</a></p>
<p><map name='google_ad_map_590_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/590?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_590_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=590&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fusing-a-png-image-as-favicon%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/using-a-png-image-as-favicon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webpage Design Programs</title>
		<link>http://www.netvivs.com/webpage-design-programs/</link>
		<comments>http://www.netvivs.com/webpage-design-programs/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:04:19 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/webpage-design-programs/</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/webpage-design-programs/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/plugins/thumbnail-for-excerpts/tfe_no_thumb.png" class="alignleft wp-post-image tfe" alt="" title="" /></a><p><strong>Designing professional webpages</strong> requires some skills of HTML/CSS as well as Internet knowledge. Web pages are hosted in web servers, and web servers are connected to Internet. Also, designing webpages proficiency may require some other design skills since you will &#8230; <a href="http://www.netvivs.com/webpage-design-programs/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p><strong>Designing professional webpages</strong> requires some skills of HTML/CSS as well as Internet knowledge. Web pages are hosted in web servers, and web servers are connected to Internet. Also, designing webpages proficiency may require some other design skills since you will be responsible to layout the page and split it into sections like Header, Body, Sidebar and Footers.</p>
<p>There are many <strong>webpage design programas</strong> available in Internet. Some are free and other costly, but the important thing here is not the software itself, but your knowledge. You can even use the Notepad if you have HTML/CSS skills. But you can also use Adobe Dreamviewer or (awful) Frontpage if you need a paid software. There are other free and costly tools as well. Adobe for example has been focusing on web editor and design packages.</p>
<p>For <strong>basic webpages in HTML/CSS</strong> there are many resources on Internet where you can find <strong>free layouts</strong>: fluid, flexible, fixed, so you can download and that will made the things easier since you have a code base for start with your project. Also these <strong>basic webpages</strong> may growth to more complex webpages later.</p>
<p><map name='google_ad_map_560_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/560?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_560_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=560&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fwebpage-design-programs%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/webpage-design-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cool Captcha design with AJAX</title>
		<link>http://www.netvivs.com/cool-captcha-design-with-ajax/</link>
		<comments>http://www.netvivs.com/cool-captcha-design-with-ajax/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 03:24:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[captcha]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/cool-captcha-design-with-ajax/</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/cool-captcha-design-with-ajax/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/uploads/2009/11/image_thumb-150x150.png" class="alignleft wp-post-image tfe" alt="image" title="image" /></a><p>Today, I found <a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin" rel="nofollow" target="_blank">this fancy AJAX Captcha</a> that validate the user is a human by letting him to move elements into a drop box.</p>
<p><a href="http://www.netvivs.com/wp-content/uploads/2009/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.netvivs.com/wp-content/uploads/2009/11/image_thumb.png" width="244" height="204" /></a> It is really a <strong>nice Captcha design</strong>.</p>
<p>


<img usemap='#google_ad_map_488_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=488&#38;url= http%3A%2F%2Fwww.netvivs.com%2Fcool-captcha-design-with-ajax%2F' />&#8230; <a href="http://www.netvivs.com/cool-captcha-design-with-ajax/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p>Today, I found <a href="http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin" rel="nofollow" target="_blank">this fancy AJAX Captcha</a> that validate the user is a human by letting him to move elements into a drop box.</p>
<p><a href="http://www.netvivs.com/wp-content/uploads/2009/11/image.png"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="image" border="0" alt="image" src="http://www.netvivs.com/wp-content/uploads/2009/11/image_thumb.png" width="244" height="204" /></a> It is really a <strong>nice Captcha design</strong>.</p>
<p><map name='google_ad_map_488_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/488?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_488_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=488&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fcool-captcha-design-with-ajax%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/cool-captcha-design-with-ajax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple CSS Menu</title>
		<link>http://www.netvivs.com/simple-css-menu/</link>
		<comments>http://www.netvivs.com/simple-css-menu/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 02:03:16 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[menu]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/simple-css-menu/</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/simple-css-menu/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/uploads/2009/08/screenshot625-thumb-150x150.jpg" class="alignleft wp-post-image tfe" alt="ScreenShot625" title="ScreenShot625" /></a><p><a href="http://www.netvivs.com/wp-content/uploads/2009/08/screenshot625.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="ScreenShot625" border="0" alt="ScreenShot625" src="http://www.netvivs.com/wp-content/uploads/2009/08/screenshot625-thumb.jpg" width="355" height="228" /></a>Here is a <a href="http://13styles.com/code/simple-hover/" rel="nofollow">simple CSS menu</a> that you can use in your web projects.</p>
<p>


<img usemap='#google_ad_map_427_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=427&#38;url= http%3A%2F%2Fwww.netvivs.com%2Fsimple-css-menu%2F' />&#8230; <a href="http://www.netvivs.com/simple-css-menu/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.netvivs.com/wp-content/uploads/2009/08/screenshot625.jpg"><img style="border-bottom: 0px; border-left: 0px; display: block; float: none; margin-left: auto; border-top: 0px; margin-right: auto; border-right: 0px" title="ScreenShot625" border="0" alt="ScreenShot625" src="http://www.netvivs.com/wp-content/uploads/2009/08/screenshot625-thumb.jpg" width="355" height="228" /></a>Here is a <a href="http://13styles.com/code/simple-hover/" rel="nofollow">simple CSS menu</a> that you can use in your web projects.</p>
<p><map name='google_ad_map_427_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/427?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_427_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=427&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fsimple-css-menu%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/simple-css-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototyping Web Applications</title>
		<link>http://www.netvivs.com/prototyping-web-applications/</link>
		<comments>http://www.netvivs.com/prototyping-web-applications/#comments</comments>
		<pubDate>Sat, 30 May 2009 03:21:24 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[prototyping]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/?p=336</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/prototyping-web-applications/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/uploads/2009/05/balsamiq-download-150x150.jpg" class="alignleft wp-post-image tfe" alt="balsamiq-download" title="balsamiq-download" /></a><p><img class="aligncenter size-full wp-image-337" title="balsamiq-download" src="http://www.netvivs.com/wp-content/uploads/2009/05/balsamiq-download.jpg" alt="balsamiq-download" width="504" height="383" /></p>
<p><strong>Balsamiq is a prototype tool </strong>that is gaining a lot of popularity nowadays. The idea is really brilliant IMHO, and these guys made a very useful tool that worth every penny.</p>
<p>You can build mockups quickly and communicate your ideas &#8230; <a href="http://www.netvivs.com/prototyping-web-applications/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-337" title="balsamiq-download" src="http://www.netvivs.com/wp-content/uploads/2009/05/balsamiq-download.jpg" alt="balsamiq-download" width="504" height="383" /></p>
<p><strong>Balsamiq is a prototype tool </strong>that is gaining a lot of popularity nowadays. The idea is really brilliant IMHO, and these guys made a very useful tool that worth every penny.</p>
<p>You can build mockups quickly and communicate your ideas to the development team or for business purposes. You can <a href="http://www.balsamiq.com/#">try it for free</a> before considering to purchase. The evaluation test is not for download, instead you need to try it online.</p>
<p><map name='google_ad_map_336_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/336?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_336_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=336&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fprototyping-web-applications%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/prototyping-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch Display Options with CSS &amp; jQuery</title>
		<link>http://www.netvivs.com/switch-display-options-with-css-jquery/</link>
		<comments>http://www.netvivs.com/switch-display-options-with-css-jquery/#comments</comments>
		<pubDate>Fri, 29 May 2009 22:28:20 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[view]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/?p=325</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/switch-display-options-with-css-jquery/"><img align="left" hspace="5" width="150" src="http://www.netvivs.com/wp-content/uploads/2009/05/switch-view-jquery.jpg" class="alignleft wp-post-image tfe" alt="switch-view-jquery" title="switch-view-jquery" /></a><p style="text-align: center;"><img class="size-full wp-image-326 aligncenter" title="switch-view-jquery" src="http://www.netvivs.com/wp-content/uploads/2009/05/switch-view-jquery.jpg" alt="switch-view-jquery" width="500" height="146" /></p>
<p style="text-align: left;"><strong>Swith Display Options is a jQuery </strong>library that allows to switch the view in a List. You can easily toggle betweek list type or icons type. See an <a href="http://www.sohtanaka.com/web-design/examples/display-switch/">example</a> here.</p>
<p>


<img usemap='#google_ad_map_325_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=325&#38;url= http%3A%2F%2Fwww.netvivs.com%2Fswitch-display-options-with-css-jquery%2F' />&#8230; <a href="http://www.netvivs.com/switch-display-options-with-css-jquery/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-326 aligncenter" title="switch-view-jquery" src="http://www.netvivs.com/wp-content/uploads/2009/05/switch-view-jquery.jpg" alt="switch-view-jquery" width="500" height="146" /></p>
<p style="text-align: left;"><strong>Swith Display Options is a jQuery </strong>library that allows to switch the view in a List. You can easily toggle betweek list type or icons type. See an <a href="http://www.sohtanaka.com/web-design/examples/display-switch/">example</a> here.</p>
<p><map name='google_ad_map_325_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/325?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_325_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=325&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fswitch-display-options-with-css-jquery%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/switch-display-options-with-css-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a Categories page in WordPress</title>
		<link>http://www.netvivs.com/how-to-create-a-categories-page-in-wordpress/</link>
		<comments>http://www.netvivs.com/how-to-create-a-categories-page-in-wordpress/#comments</comments>
		<pubDate>Mon, 18 May 2009 23:21:44 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/?p=295</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/how-to-create-a-categories-page-in-wordpress/"><img align="left" hspace="5" width="150" src="http://www.netvivs.com/wp-content/uploads/2009/05/wp-categories-02-300x188.jpg" class="alignleft wp-post-image tfe" alt="wp-categories-02" title="wp-categories-02" /></a><p>Usually categories are listed in the sidebar of a WordPress installation. However,we can do a lot of things with Categories.</p>
<p>In this case we will <strong>create a Categories page</strong> using <a href="http://www.jtpratt.com/wordpress-hack-10-9-things-you-can-do-with-categories/">Multi Column Category List plugin</a>. By this way, we &#8230; <a href="http://www.netvivs.com/how-to-create-a-categories-page-in-wordpress/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p>Usually categories are listed in the sidebar of a WordPress installation. However,we can do a lot of things with Categories.</p>
<p>In this case we will <strong>create a Categories page</strong> using <a href="http://www.jtpratt.com/wordpress-hack-10-9-things-you-can-do-with-categories/">Multi Column Category List plugin</a>. By this way, we will create a new page with a custom category template, and then list each category under alphabetic order using 3 columns.</p>
<h3>Preparing a custom template</h3>
<p>We can create a custom page template very simple. Just create a categories.php file and add the following tag at the top:<br />
<span id="more-295"></span><br />
Upload your categories.php to your theme directory. Also you may create a sidebar-category.php in case you wan to display a different sidebar for that page. If yes, duplicate your sidebar.php and create sidebar-category.php and also upload that file.</p>
<p><img class="aligncenter size-medium wp-image-297" title="wp-categories-02" src="http://www.netvivs.com/wp-content/uploads/2009/05/wp-categories-02-300x188.jpg" alt="wp-categories-02" width="300" height="188" /></p>
<p>Then, we are ready to create a new Page and name it Categories. We need to choose the just created categories page template so we can customize it with our own design.</p>
<p>So, go to create new Page and write something like this:</p>
<p style="text-align: center;"><img class="size-medium wp-image-296 aligncenter" title="wp-categories-01" src="http://www.netvivs.com/wp-content/uploads/2009/05/wp-categories-01-300x161.jpg" alt="wp-categories-01" width="300" height="161" /></p>
<p>Then, choose the uploaded categories.php as Page Template.</p>
<h3>Using Multi Column Category List Plugin</h3>
<p>In our case, we are using Multi Column Category List plugin, so if you want to follow the same steps, you need to <a href="http://www.dagondesign.com/articles/multi-column-category-list-plugin-for-wordpress/" target="_blank">install it and activate it</a> in your WordPress installation. After you install it, you will see a new configuration option in the wp-admin sidebar. Go there and choose how many columns you want to use, and if you want to group categories in alphabetic order (grouping under the first letter).</p>
<p>Remember to upload the .css file under your theme directory.</p>
<p><img class="aligncenter size-medium wp-image-298" title="wp-categories-03" src="http://www.netvivs.com/wp-content/uploads/2009/05/wp-categories-03-300x263.jpg" alt="wp-categories-03" width="300" height="263" /></p>
<h3>Other things you can do with categories</h3>
<p>There is a <a href="http://www.jtpratt.com/wordpress-hack-10-9-things-you-can-do-with-categories/" target="_blank">great article</a> under JTPratt&#8217;s blog describing other ideas how to tweak or hack categories in WordPress.</p>
<p><map name='google_ad_map_295_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/295?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_295_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=295&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fhow-to-create-a-categories-page-in-wordpress%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/how-to-create-a-categories-page-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Continuous Image scroller in jQuery</title>
		<link>http://www.netvivs.com/continuous-image-jquery-scroller/</link>
		<comments>http://www.netvivs.com/continuous-image-jquery-scroller/#comments</comments>
		<pubDate>Thu, 14 May 2009 19:10:49 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[scroll]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/?p=285</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/continuous-image-jquery-scroller/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/uploads/2009/05/screenshot138-150x150.jpg" class="alignleft wp-post-image tfe" alt="jQuery simple scroller" title="jQuery simple scroller" /></a><p><img src="http://www.netvivs.com/wp-content/uploads/2009/05/screenshot138.jpg" alt="jQuery simple scroller" title="jQuery simple scroller" width="500" height="175" class="alignright size-full wp-image-286" /><br />
<a href="http://www.logicbox.net/jquery/simplyscroll/custom.html">simpleScroll</a>. This jQuery library allows to create image scroller effect with images and/or HTML.</p>
<p>


<img usemap='#google_ad_map_285_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&#38;client=&#38;channel=&#38;output=png&#38;cuid=285&#38;url= http%3A%2F%2Fwww.netvivs.com%2Fcontinuous-image-jquery-scroller%2F' />&#8230; <a href="http://www.netvivs.com/continuous-image-jquery-scroller/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.netvivs.com/wp-content/uploads/2009/05/screenshot138.jpg" alt="jQuery simple scroller" title="jQuery simple scroller" width="500" height="175" class="alignright size-full wp-image-286" /><br />
<a href="http://www.logicbox.net/jquery/simplyscroll/custom.html">simpleScroll</a>. This jQuery library allows to create image scroller effect with images and/or HTML.</p>
<p><map name='google_ad_map_285_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/285?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_285_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=285&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fcontinuous-image-jquery-scroller%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/continuous-image-jquery-scroller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Resizable Textarea</title>
		<link>http://www.netvivs.com/jquery-resizable-textarea/</link>
		<comments>http://www.netvivs.com/jquery-resizable-textarea/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 23:51:39 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[ui]]></category>

		<guid isPermaLink="false">http://www.netvivs.com/?p=258</guid>
		<description><![CDATA[<a href="http://www.netvivs.com/jquery-resizable-textarea/"><img align="left" hspace="5" width="150" height="150" src="http://www.netvivs.com/wp-content/uploads/2009/04/jquery-dynamic-textarea-150x150.jpg" class="alignleft wp-post-image tfe" alt="jQuery Resizer for Text Area" title="jQuery Resizer for Text Area" /></a><p><img src="http://www.netvivs.com/wp-content/uploads/2009/04/jquery-dynamic-textarea.jpg" alt="jQuery Resizer for Text Area" title="jQuery Resizer for Text Area" width="500" height="150" class="alignnone size-full wp-image-259" /></p>
<p>You can use jQuery Textarea Resizer plugin to create a dynamic height for textarea controls in web pages. Thsi makes possible to resize the textarea control by moving a handle. So, the user can control the Textarea height for its &#8230; <a href="http://www.netvivs.com/jquery-resizable-textarea/" class="read_more">Read the rest</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.netvivs.com/wp-content/uploads/2009/04/jquery-dynamic-textarea.jpg" alt="jQuery Resizer for Text Area" title="jQuery Resizer for Text Area" width="500" height="150" class="alignnone size-full wp-image-259" /></p>
<p>You can use jQuery Textarea Resizer plugin to create a dynamic height for textarea controls in web pages. Thsi makes possible to resize the textarea control by moving a handle. So, the user can control the Textarea height for its own convenience.</p>
<p><a href="http://plugins.jquery.com/project/TextAreaResizer">Visit website</a> | <a href="http://www.itsavesyou.com/TextArea_Resizer_example.htm">Example</a></p>
<p><map name='google_ad_map_258_d90684ce2261b3c9'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/258?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_258_d90684ce2261b3c9' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=258&amp;url= http%3A%2F%2Fwww.netvivs.com%2Fjquery-resizable-textarea%2F' /></p>]]></content:encoded>
			<wfw:commentRss>http://www.netvivs.com/jquery-resizable-textarea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

