<?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>NetWaver &#187; Design Elements</title>
	<atom:link href="http://www.netwaver.com/category/design-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.netwaver.com</link>
	<description>Best Free Web Developer Resources From The Past &#38; In The Present</description>
	<lastBuildDate>Wed, 29 Jul 2009 01:34:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Lightweight JavaScript Slideshow and Tab Interface Script</title>
		<link>http://www.netwaver.com/217/lightweight-javascript-slideshow-and-tab-interface-script/</link>
		<comments>http://www.netwaver.com/217/lightweight-javascript-slideshow-and-tab-interface-script/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 15:34:21 +0000</pubDate>
		<dc:creator>NetWaver</dc:creator>
				<category><![CDATA[JavaScript & AJAX]]></category>
		<category><![CDATA[Slideshow]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[dhtml tab interface]]></category>
		<category><![CDATA[javascript slideshow]]></category>
		<category><![CDATA[tab content script]]></category>
		<category><![CDATA[tab interface]]></category>
		<category><![CDATA[tab script]]></category>

		<guid isPermaLink="false">http://www.netwaver.com/?p=217</guid>
		<description><![CDATA[
I was constantly looking for unobtrusive JavaScript tabs script which doesn&#8217;t require any framework for my personal project. I have found SimpleTabs by Komrade but there&#8217;s a bug on it plus it doesn&#8217;t degrades gracefully if JavaScript is disabled.
Today I have just found Yetii, which stands for Yet (E)Another JavaScript Tab Interface Implementation. It&#8217;s a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kminek.pl/lab/yetii/" target="_blank"><img class="alignnone size-full wp-image-219" title="yetii" src="http://www.netwaver.com/wp-content/uploads/yetii.gif" alt="yetii" width="585" height="185" /></a></p>
<p style="text-align: justify;">I was constantly looking for unobtrusive JavaScript tabs script which doesn&#8217;t require any framework for my personal project. I have found <a href="http://www.netwaver.com/171/standalone-unobtrusive-tabs-script/" target="_blank">SimpleTabs by Komrade</a> but there&#8217;s a bug on it plus it doesn&#8217;t degrades gracefully if JavaScript is disabled.</p>
<p style="text-align: justify;">Today I have just found <strong><a href="http://www.kminek.pl/lab/yetii/" target="_blank">Yetii</a></strong>, which stands for <a href="http://www.kminek.pl/lab/yetii/" target="_blank"><strong>Yet (E)Another JavaScript Tab Interface Implementation</strong></a>. It&#8217;s a lightweight, object-oriented coded tab interface script which doesn’t require any JavaScript library/frameworks. It degrades gracefully in browsers without JavaScript support. You can have many independent tab interfaces on a single page, specify initial tab, turn on automatic tabs rotation, add next/previous navigation, nest one tab interface inside another and define custom function to run after certain tab is clicked.</p>
<p style="text-align: justify;">Though the script is intended for tab interface implementation, I found out that you can also use this script for another purpose. Just turn on automatic tabs rotation and add next/previous navigation &#8211; a lightweight JavaScript slideshow will born. You can now have an unlimited tab interface plus an unlimited slideshow from a simple, lightweight JavaScript.</p>
<p class="warning small_font"><strong>Demo &amp; Documentation:</strong> <a href="http://www.kminek.pl/lab/yetii/" target="_blank">http://www.kminek.pl/lab/yetii/</a><br />
<strong>License:</strong> BSD License</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netwaver.com/217/lightweight-javascript-slideshow-and-tab-interface-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>24 HTML Form Elements Customization Techniques</title>
		<link>http://www.netwaver.com/23/24-html-form-elements-customization-techniques/</link>
		<comments>http://www.netwaver.com/23/24-html-form-elements-customization-techniques/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 10:51:28 +0000</pubDate>
		<dc:creator>NetWaver</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[JavaScript & AJAX]]></category>
		<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[custom checkbox]]></category>
		<category><![CDATA[custom checkboxes]]></category>
		<category><![CDATA[custom form elements]]></category>
		<category><![CDATA[custom radio buttons]]></category>
		<category><![CDATA[fancyform]]></category>
		<category><![CDATA[jnice]]></category>
		<category><![CDATA[niceforms]]></category>
		<category><![CDATA[radio input replacement]]></category>
		<category><![CDATA[select replacement]]></category>
		<category><![CDATA[styled form elements]]></category>

		<guid isPermaLink="false">http://www.netwaver.com/?p=23</guid>
		<description><![CDATA[HTML form elements do not render consistently across all browsers. While some form elements such as textbox and textarea can be styled through CSS to look the same on most browsers, others are ugly enough which can&#8217;t be ruled by CSS. Here are 24 solutions you can use to customize your form elements.
Checkbox and Radio [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">HTML form elements do not render consistently across all browsers. While some form elements such as textbox and textarea can be styled through CSS to look the same on most browsers, others are ugly enough which can&#8217;t be ruled by CSS. Here are 24 solutions you can use to customize your form elements.</p>
<h3><strong>Checkbox and Radio Buttons</strong></h3>
<h5>1.) <a href="http://lipidity.com/fancy-form/" target="_blank">FancyForm</a></h5>
<p>FancyForm is a powerful replacement script used to provide the ultimate flexibility in changing the appearance and function of checkbox and radio buttons form elements. It&#8217;s accessible, easy to use and degrades gracefully on all older, non-supporting browsers. It requires MooTools JavaScript framework. <a href="http://lipidity.com/fancy-form/" target="_blank"><img title="fancyform" src="http://www.netwaver.com/wp-content/uploads/fancyform.gif" alt="fancyform" width="585" height="188" /></a><span id="more-23"></span></p>
<h5>2.) <a href="http://chriserwin.com/scripts/crir/" target="_blank">CRIR: Checkbox &amp; Radio Input Replacement</a></h5>
<p>This combination of JavaScript and CSS will hide checkbox and radio buttons. This will allow you to style the label however you wish using CSS, and the actual input control will be hidden. The form will still collect data as it normally would because the label itself will trigger the hidden input control. The form is still fully functional if JavaScript is disabled or not supported. <a href="http://chriserwin.com/scripts/crir/" target="_blank"><img title="crir" src="http://www.netwaver.com/wp-content/uploads/crir.gif" alt="crir" width="585" height="115" /></a></p>
<h5>3.) <a href="http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/" target="_blank">Ryan Fait&#8217;s Custom Checkboxes &amp; Radio Buttons</a></h5>
<p>This JavaScript and CSS will allow you to use custom images for checkboxes, radio buttons and select lists. The unobtrusive script gracefully degrades, so if JavaScript is disabled, normal form input objects appear instead of your customized elements. <a href="http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/" target="_blank"><img title="ryanfait" src="http://www.netwaver.com/wp-content/uploads/ryanfait.gif" alt="ryanfait" width="585" height="112" /></a></p>
<h5>4.) <a href="http://www.flog.co.nz/journal/arc-adams-radiocheckbox-customisation/" target="_blank">ARC &#8211; Adam’s Radio/Checkbox Customization</a></h5>
<p>The script parses a specified form for input types and associated labels. If the input type is found to be a radio button or checkbox then the widget is hidden and the label is altered to display a custom widget-style-image by modifying the label’s CSS style. <a href="http://www.flog.co.nz/journal/arc-adams-radiocheckbox-customisation/" target="_blank"><img class="alignnone size-full wp-image-180" title="arc" src="http://www.netwaver.com/wp-content/uploads/arc.gif" alt="arc" width="585" height="98" /></a></p>
<h5>5.) <a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" target="_blank">prettyCheckboxes</a></h5>
<p><a href="http://www.no-margin-for-errors.com/projects/prettyCheckboxes/" target="_blank"><img class="alignnone size-full wp-image-181" title="prettycheckboxes" src="http://www.netwaver.com/wp-content/uploads/prettycheckboxes.gif" alt="prettycheckboxes" width="585" height="136" /></a></p>
<h5>6.) <a href="http://widowmaker.kiev.ua/checkbox/" target="_blank">jQuery checkbox</a></h5>
<h5><a href="http://widowmaker.kiev.ua/checkbox/"><img class="alignnone size-full wp-image-182" title="jquerycheckbox" src="http://www.netwaver.com/wp-content/uploads/jquerycheckbox.gif" alt="jquerycheckbox" width="585" height="94" /></a></h5>
<h5>7.) Articles &amp; Tutorials On Customizing Checkbox and Radio Buttons</h5>
<ul>
<li><a href="http://www.cjscreativemall.com/js/custom-radio-button-implement-with-jqurey-part-ii/" target="_blank">Custom Radio Button Implement With jQuery</a></li>
<li><a href="http://slayeroffice.com/code/custom_checkbox/" target="_blank">slayeroffice Custom Checkbox Elements</a></li>
<li><a href="http://www.dailycoding.com/Posts/customized_html_controls_creating_custom_checkbox.aspx" target="_blank">Customized Html Controls: Creating Custom Checkbox</a></li>
<li><a href="http://www.dxdec.com/wod/formstyle/index.html" target="_blank">Styled Form Controls</a></li>
<li><a href="http://www.maratz.com/blog/archives/2006/06/11/fancy-checkboxes-and-radio-buttons/" target="_blank">Fancy Checkboxes and Radio Buttons</a></li>
<li><a href="http://www.insidedhtml.com/tips/elements/ts19/page1.asp" target="_blank">Inside Technique : Custom Checkboxes</a></li>
</ul>
<h3><strong></strong><strong>Select / Dropdown Box</strong></h3>
<h5>1.) <a href="http://marghoobsuleman.com/jquery-image-dropdown" target="_blank">JavaScript Image Combobox</a></h5>
<p><a href="http://marghoobsuleman.com/jquery-image-dropdown" target="_blank"><img class="alignnone size-full wp-image-188" title="imagecombobox1" src="http://www.netwaver.com/wp-content/uploads/imagecombobox1.gif" alt="imagecombobox1" width="450" height="149" /></a></p>
<h5>2.) <a href="http://dropdown-check-list.googlecode.com/svn/trunk/demo.html" target="_blank">jQuery Dropdown Check List</a></h5>
<p><a href="http://dropdown-check-list.googlecode.com/svn/trunk/demo.html" target="_blank"><img class="alignnone size-full wp-image-189" title="jquerydropdownchecklist1" src="http://www.netwaver.com/wp-content/uploads/jquerydropdownchecklist1.gif" alt="jquerydropdownchecklist1" width="450" height="214" /></a></p>
<h5>3.) <a href="http://www.adelaidewebdesigns.com/2008/08/01/adelaide-web-designs-releases-customselect-with-icons/" target="_blank">Custom Select With Icons</a></h5>
<p><a href="http://www.adelaidewebdesigns.com/2008/08/01/adelaide-web-designs-releases-customselect-with-icons/" target="_blank"><img class="alignnone size-full wp-image-190" title="customselect" src="http://www.netwaver.com/wp-content/uploads/customselect.gif" alt="customselect" width="450" height="131" /></a></p>
<h5>4.) <a href="http://ergosign.de/blog/2009/03/18/style-your-html-comboboxes-using-mootools/" target="_blank">ComboBoxes Using MooTools</a></h5>
<p><a href="http://ergosign.de/blog/2009/03/18/style-your-html-comboboxes-using-mootools/" target="_blank"><img class="alignnone size-full wp-image-191" title="mootoolscombo" src="http://www.netwaver.com/wp-content/uploads/mootoolscombo.gif" alt="mootoolscombo" width="450" height="131" /></a></p>
<h5>5.) <a href="http://v2.easy-designs.net/articles/replaceSelect/" target="_blank">Select Replacement</a></h5>
<p><a href="http://v2.easy-designs.net/articles/replaceSelect/" target="_blank"><img class="alignnone size-full wp-image-192" title="select-replacement" src="http://www.netwaver.com/wp-content/uploads/select-replacement.gif" alt="select-replacement" width="450" height="131" /></a></p>
<h5>6.) Additional Select Box Customization (<span style="color: #ff0000;"><em>Won&#8217;t Work If JavaScript Disabled</em></span>)</h5>
<ul>
<li><a href="http://www.givainc.com/labs/mcdropdown_jquery_plugin.htm" target="_blank">mcDropdown jQuery Plug-in</a></li>
<li><a href="http://brilliantretail.com/cases/select/" target="_blank">jQuery Custom Select Box v.0.01</a></li>
<li><a href="http://lab.arc90.com/2007/07/multiselect.php" target="_blank">Arc90 Arc90</a></li>
<li><a href="http://livepipe.net/control/selectmultiple" target="_blank">Control.SelectMultiple</a></li>
</ul>
<h3><strong>Almost All Form Elements</strong></h3>
<h5>1.) <a href="http://customformelements.net/" target="_blank">Custom Form Elements (CFE)</a></h5>
<p>Custom Form Elements unites all efforts in the web to enhance web-based XHTML forms in terms of style, usability and accessibility by using Javascript and/or CSS. Custom Form Elements work cross-browser, currently supporting most A-grade browsers.<a href="http://customformelements.net/" target="_blank"><img class="alignnone size-full wp-image-183" title="cfe" src="http://www.netwaver.com/wp-content/uploads/cfe.gif" alt="cfe" width="585" height="127" /></a></p>
<h5>2.) <a href="http://www.emblematiq.com/projects/niceforms/" target="_blank">Emblematiq Niceforms</a></h5>
<p>Niceforms is a script that will replace the most commonly used form elements with custom designed ones. You can either use the default theme that is provided or you can even develop your own look with minimal effort. <a href="http://www.emblematiq.com/projects/niceforms/"><img class="alignnone size-full wp-image-184" title="niceforms" src="http://www.netwaver.com/wp-content/uploads/niceforms.gif" alt="niceforms" width="585" height="178" /></a></p>
<h5>3.) <a href="http://plugins.jquery.com/project/jNice" target="_blank">jQuery Plugin: jNice</a></h5>
<p><a href="http://plugins.jquery.com/project/jNice" target="_blank"><img class="alignnone size-full wp-image-185" title="jnice" src="http://www.netwaver.com/wp-content/uploads/jnice.gif" alt="jnice" width="585" height="105" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.netwaver.com/23/24-html-form-elements-customization-techniques/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>7 AJAX Loading Icon Generators</title>
		<link>http://www.netwaver.com/21/8-ajax-loading-icon-generators/</link>
		<comments>http://www.netwaver.com/21/8-ajax-loading-icon-generators/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 15:07:31 +0000</pubDate>
		<dc:creator>NetWaver</dc:creator>
				<category><![CDATA[Icons]]></category>
		<category><![CDATA[JavaScript & AJAX]]></category>
		<category><![CDATA[Online Tools]]></category>
		<category><![CDATA[activity indicator icons]]></category>
		<category><![CDATA[ajax animated gif]]></category>
		<category><![CDATA[ajax icons]]></category>
		<category><![CDATA[ajax loading gif]]></category>
		<category><![CDATA[ajax loading icons]]></category>
		<category><![CDATA[ajax preloader images]]></category>
		<category><![CDATA[animated preloaders]]></category>

		<guid isPermaLink="false">http://www.netwaver.com/?p=21</guid>
		<description><![CDATA[If you want to inform your websites&#8217; visitor that there are more information to be displayed or still to be loaded on your page, you may need a &#8220;loading&#8221; or &#8220;wait&#8221; icon, or I simply called it a preloader image. An Ajax loading icon is also most commonly used on AJAX-base sites and applications. However, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you want to inform your websites&#8217; visitor that there are more information to be displayed or still to be loaded on your page, you may need a &#8220;loading&#8221; or &#8220;wait&#8221; icon, or I simply called it a preloader image. An Ajax loading icon is also most commonly used on AJAX-base sites and applications. However, not all of us have the skills to design and create such icons. Here, we present to you online tools that will generate an AJAX loading icons and some sites which have a collection of it that are ready for download.</p>
<h5 style="text-align: justify;"><a href="http://preloaders.net/" target="_blank">Preloaders.net</a></h5>
<p><a href="http://preloaders.net/" target="_blank"><img title="Preloaders" src="http://www.netwaver.com/wp-content/uploads/preloaders.gif" alt="Preloaders" width="250" height="100" /></a><br />
Preloaders.net has a nice categorized collection of GIF preloaders. You can set your preloaders&#8217; background (<em>transparent is also available</em>) and foreground color, size with contrains proportion option and it&#8217;s animation speed.<span id="more-21"></span></p>
<h5><a href="http://ajaxload.info/" target="_blank">Ajaxload</a></h5>
<p><a href="http://ajaxload.info/" target="_blank"><img title="Ajaxload" src="http://www.netwaver.com/wp-content/uploads/ajaxload.gif" alt="Ajaxload" width="250" height="104" /></a><br />
Ajaxload.info is still in Beta and the only option for it&#8217;s loading icon that you can set is it&#8217;s background and foreground color.</p>
<h5><a href="http://www.loadinfo.net/" target="_blank">Load Info</a></h5>
<p><a href="http://www.loadinfo.net/" target="_blank"><img src="http://www.netwaver.com/wp-content/uploads/loadinfo.gif" alt="loadinfo" width="250" height="100" /></a><br />
LoadInfo.net options for it&#8217;s loading icon are background and foreground color and three predefined sizes which are 16&#215;16, 24&#215;24 and 48&#215;48.</p>
<h5><a href="http://www.webscriptlab.com/" target="_blank">Web Script Lab</a></h5>
<p><a href="http://www.webscriptlab.com/"><img title="webscriptlab" src="http://www.netwaver.com/wp-content/uploads/webscriptlab.gif" alt="webscriptlab" width="250" height="100" /></a><br />
Web Script Lab&#8217;s Ajax Loading GIF Generator options for it&#8217;s loading icon are background and foreground color and three predefined speed which are normal, fast and slow.</p>
<h5><a href="http://www.chimply.com/" target="_blank">Chimply</a></h5>
<p><a href="http://www.chimply.com/" target="_blank"><img title="chimply" src="http://www.netwaver.com/wp-content/uploads/chimply.gif" alt="chimply" width="250" height="100" /></a><br />
Chimply is in Beta stage but it has also a nice collection of categorized Ajax loading icons. Common settings include background and foreground colors and it&#8217;s width. Many advanced options will appear depending on what type of preloader you are going to select.</p>
<h5><a href="http://mentalized.net/activity-indicators/" target="_blank">mentalized Activity Indicators</a></h5>
<p><a href="http://mentalized.net/activity-indicators/" target="_blank"><img title="mentalized" src="http://www.netwaver.com/wp-content/uploads/mentalized.gif" alt="mentalized" width="250" height="100" /></a></p>
<h5><a href="http://www.sanbaldo.com/wordpress/1/ajax_gif/" target="_blank">SanBaldo Ajax Loading Animated GIF</a></h5>
<p><a href="http://www.sanbaldo.com/wordpress/1/ajax_gif/" target="_blank"><img title="sanbaldo" src="http://www.netwaver.com/wp-content/uploads/sanbaldo.gif" alt="sanbaldo" width="250" height="100" /></a></p>
<p class="warning">If this post have missed any AJAX loading icon generators, please feel free to add them in the comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netwaver.com/21/8-ajax-loading-icon-generators/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Free CSS Drop-Down Menu Framework</title>
		<link>http://www.netwaver.com/134/free-css-drop-down-menu-framework/</link>
		<comments>http://www.netwaver.com/134/free-css-drop-down-menu-framework/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 07:15:54 +0000</pubDate>
		<dc:creator>NetWaver</dc:creator>
				<category><![CDATA[Menu & Navigation]]></category>
		<category><![CDATA[XHTML & CSS]]></category>
		<category><![CDATA[css dropdown menu]]></category>
		<category><![CDATA[css menu]]></category>
		<category><![CDATA[css menu framework]]></category>

		<guid isPermaLink="false">http://www.netwaver.com/?p=134</guid>
		<description><![CDATA[Free CSS Drop-Down Menu Framework allows you to create your own themed CSS drop-down menu within minutes by just editing the CSS files included. You don&#8217;t have to worry about the markup (XHTML) because it&#8217;s already well-structured and is semantically coded. This fantastic menu is compatible with Windows Internet Explorer 6 or later, Mozilla Firefox [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Free CSS Drop-down Menu Framework" href="http://lwis.net/free-css-drop-down-menu/" target="_blank">Free CSS Drop-Down Menu Framework</a> allows you to create your own themed CSS drop-down menu within minutes by just editing the CSS files included. You don&#8217;t have to worry about the markup (XHTML) because it&#8217;s already well-structured and is semantically coded. This fantastic menu is compatible with Windows Internet Explorer 6 or later, Mozilla Firefox 1.5 or later, Opera 7 or later, Apple Safari 2 or later, Google Chrome and probably most of the less known browsers in the market. However, for IE6 it uses a JavaScript in order for the drop-down to work.</p>
<p>The CSS drop-down menu also comes with predefined transformations, including horizontal, vertical left-to-right, vertical right-to-left, horizontal linear and horizontal upwards &#8211; all you need to do is to change the class name of the unordered list <strong>&lt;ul&gt;</strong>. Should you have difficulty in making your styled CSS drop-down menu, just look at the examples which mimic the menus at Adobe, Flickr, MTV and NVidia.</p>
<p><a href="http://lwis.net/free-css-drop-down-menu/"><img class="alignnone size-full wp-image-153" title="cssmenuframework" src="http://www.netwaver.com/wp-content/uploads/2009/04/cssmenuframework.gif" alt="cssmenuframework" width="585" height="230" /></a></p>
<p class="warning small_font">
<strong>Documentation:</strong> <a href="http://lwis.net/free-css-drop-down-menu/" target="_blank">http://lwis.net/free-css-drop-down-menu/</a><br />
<strong>Demo:</strong> <a href="http://lwis.net/free-css-drop-down-menu/dropdown.ultimate.horizontal.html" target="_blank">http://lwis.net/free-css-drop-down-menu/dropdown.ultimate.horizontal.html</a><br />
<strong>License:</strong> GNU GPL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.netwaver.com/134/free-css-drop-down-menu-framework/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
