<?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>Projektowanie stron internetowych, zbiory dodatków jquery oraz reklama na potrzeby www.</title>
	<atom:link href="http://design.netid.pl/feed/" rel="self" type="application/rss+xml" />
	<link>http://design.netid.pl</link>
	<description>Nowoczesne projektowanie stron internetowych wg aktualnie obowiązujących trendów. Zbiory dodatków wzbogacających działanie oraz wygląd stron www.</description>
	<lastBuildDate>Sun, 26 Feb 2012 12:38:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Plugin jQeury &#8211; autoComplete</title>
		<link>http://design.netid.pl/2011/03/plugin-jqeury-autocomplete/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jqeury-autocomplete/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 16:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – formularze, walidacja, stylowanie formularzy]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=554</guid>
		<description><![CDATA[index.html]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jqeury-autocomplete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQeury &#8211; AutoTab</title>
		<link>http://design.netid.pl/2011/03/plugin-jqeury-autotab/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jqeury-autotab/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 15:34:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – formularze, walidacja, stylowanie formularzy]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=556</guid>
		<description><![CDATA[index.html &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; &#60;head&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62; &#60;title&#62;Autotab Demo&#60;/title&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;jquery.autotab.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(document).ready(function() { $('#area_code, #number1, #number2').autotab_magic().autotab_filter('numeric'); }); &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;form&#62; &#60;div&#62;&#60;strong&#62;Phone Number:&#60;/strong&#62;&#60;/div&#62; &#60;input type=&#34;text&#34; name=&#34;area_code&#34; id=&#34;area_code&#34; maxlength=&#34;3&#34; size=&#34;3&#34; /&#62; - &#60;input type=&#34;text&#34; name=&#34;number1&#34; id=&#34;number1&#34; maxlength=&#34;3&#34; size=&#34;3&#34; /&#62; - &#60;input type=&#34;text&#34; name=&#34;number2&#34; [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jqeury-autotab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery &#8211; ValidationEngine</title>
		<link>http://design.netid.pl/2011/03/plugin-jquery-validationengine/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jquery-validationengine/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 15:16:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – formularze, walidacja, stylowanie formularzy]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=558</guid>
		<description><![CDATA[index.html &#60;!DOCTYPE html&#62; &#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#34;Content-type&#34; content=&#34;text/html; charset=utf-8&#34; /&#62; &#60;title&#62;JQuery Validation Engine&#60;/title&#62; &#60;link rel=&#34;stylesheet&#34; href=&#34;css/validationEngine.jquery.css&#34; type=&#34;text/css&#34;/&#62; &#60;link rel=&#34;stylesheet&#34; href=&#34;css/template.css&#34; type=&#34;text/css&#34;/&#62; &#60;script src=&#34;js/jquery-1.4.4.min.js&#34; type=&#34;text/javascript&#34;&#62; &#60;/script&#62; &#60;script src=&#34;js/jquery.validationEngine-en.js&#34; type=&#34;text/javascript&#34; charset=&#34;utf-8&#34;&#62; &#60;/script&#62; &#60;script src=&#34;js/jquery.validationEngine.js&#34; type=&#34;text/javascript&#34; charset=&#34;utf-8&#34;&#62; &#60;/script&#62; &#60;script&#62; jQuery(document).ready(function(){ // binds form submission and fields to the validation engine jQuery(&#34;#formID&#34;).validationEngine(); }); &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;p&#62; &#60;a href=&#34;#&#34; [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jquery-validationengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery In-Field Labels</title>
		<link>http://design.netid.pl/2011/03/415/</link>
		<comments>http://design.netid.pl/2011/03/415/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 14:46:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – formularze, walidacja, stylowanie formularzy]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=415</guid>
		<description><![CDATA[index.html &#60;!DOCTYPE html&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;en&#34; lang=&#34;en&#34;&#62; &#60;head&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html; charset=utf-8&#34;/&#62; &#60;title&#62;In-Field Labels jQuery Plugin&#60;/title&#62; &#60;script src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#34; type=&#34;text/javascript&#34; charset=&#34;utf-8&#34;&#62;&#60;/script&#62; &#60;script src=&#34;src/jquery.infieldlabel.min.js&#34; type=&#34;text/javascript&#34; charset=&#34;utf-8&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34; charset=&#34;utf-8&#34;&#62; $(function(){ $(&#34;label&#34;).inFieldLabels(); }); &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;form action=&#34;index.html&#34; method=&#34;get&#34; accept-charset=&#34;utf-8&#34;&#62; &#60;fieldset&#62; &#60;legend&#62;Login Form&#60;/legend&#62; &#60;p&#62; &#60;label for=&#34;username&#34;&#62;Username&#60;/label&#62; &#60;br /&#62; &#60;input type=&#34;text&#34; name=&#34;username&#34; value=&#34;&#34; id=&#34;username&#34;&#62; &#60;/p&#62; &#60;p&#62; &#60;label for=&#34;password&#34;&#62;Password&#60;/label&#62; &#60;br [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/415/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery – mbMenu</title>
		<link>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-mbmenu/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-mbmenu/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 21:21:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – menu, zakładki]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=417</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-mbmenu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery – jsDdm</title>
		<link>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-jsddm/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-jsddm/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 16:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – menu, zakładki]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=419</guid>
		<description><![CDATA[index.html &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Strict//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&#34;&#62; &#60;html&#62; &#60;head&#62; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;style.css&#34; /&#62; &#60;script src=&#34;jquery.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; var timeout = 500; var closetimer = 0; var ddmenuitem = 0; function jsddm_open() { jsddm_canceltimer(); jsddm_close(); ddmenuitem = $(this).find('ul').eq(0).css('visibility', 'visible');} function jsddm_close() { if(ddmenuitem) ddmenuitem.css('visibility', 'hidden');} function jsddm_timer() { closetimer = window.setTimeout(jsddm_close, timeout);} [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-jsddm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery – jGlideMenu</title>
		<link>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-jglidemenu/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-jglidemenu/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 15:52:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – menu, zakładki]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=421</guid>
		<description><![CDATA[index.html &#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62; &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34; xml:lang=&#34;en-us&#34;&#62; &#60;head&#62; &#60;title&#62;jGlideMenu - Static Menu&#60;/title&#62; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;css/demoStyle.css&#34; /&#62; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;css/jGlideMenu.css&#34; /&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;js/jQuery.jGlideMenu.067.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(document).ready(function(){ $('#jGlide_001').jGlideMenu({ tileSource : '.jGlide_001_tiles' , demoMode : true }).show(); $('#switch').click(function(){$(this).jGlideMenuToggle();}); }); &#60;/script&#62; &#60;/head&#62; [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-jglidemenu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery – lavaLamp</title>
		<link>http://design.netid.pl/2011/03/423/</link>
		<comments>http://design.netid.pl/2011/03/423/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 15:30:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dodatki do stron internetowych - jquery plugins]]></category>
		<category><![CDATA[dodatki do stron internetowych – menu, zakładki]]></category>
		<category><![CDATA[Projektowanie serwisów www]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=423</guid>
		<description><![CDATA[index.html &#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01//EN&#34; &#34;http://www.w3.org/TR/html4/strict.dtd&#34;&#62; &#60;html&#62; &#60;head&#62; &#60;meta http-equiv=&#34;Content-Type&#34; content=&#34;text/html;charset=iso-8859-1&#34;/&#62; &#60;title&#62;Lava Lamp Menu Tutorial&#60;/title&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;js/jquery.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;js/jquery.easing.1.3.js&#34;&#62;&#60;/script&#62; &#60;link href=&#34;style.css&#34; rel=&#34;stylesheet&#34; type=&#34;text/css&#34;&#62; &#60;script type=&#34;text/javascript&#34;&#62; $(document).ready(function () { //transitions //for more transition, goto http://gsgd.co.uk/sandbox/jquery/easing/ var style = 'easeOutElastic'; //Retrieve the selected item position and width var default_left = Math.round($('#lava li.selected').offset().left - [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/423/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery – superFish</title>
		<link>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-superfish/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-superfish/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 15:13:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dodatki do stron internetowych – menu, zakładki]]></category>
		<category><![CDATA[Projektowanie serwisów www]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=413</guid>
		<description><![CDATA[index.html &#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.01//EN&#34; &#34;http://www.w3.org/TR/html4/strict.dtd&#34;&#62; &#60;html lang=&#34;en&#34;&#62; &#60;head&#62; &#60;title&#62;A very basic Superfish menu example&#60;/title&#62; &#60;meta http-equiv=&#34;content-type&#34; content=&#34;text/html;charset=utf-8&#34;&#62; &#60;link rel=&#34;stylesheet&#34; type=&#34;text/css&#34; href=&#34;css/superfish.css&#34; media=&#34;screen&#34;&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;js/jquery-1.2.6.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;js/hoverIntent.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;js/superfish.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; // initialise plugins jQuery(function(){ jQuery('ul.sf-menu').superfish(); }); &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;ul class=&#34;sf-menu&#34;&#62; &#60;li class=&#34;current&#34;&#62; &#60;a href=&#34;#a&#34;&#62;menu item&#60;/a&#62; &#60;ul&#62; &#60;li&#62; &#60;a [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jquery-%e2%80%93-superfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin jQuery &#8211; jqDock</title>
		<link>http://design.netid.pl/2011/03/plugin-jquery-jqdock/</link>
		<comments>http://design.netid.pl/2011/03/plugin-jquery-jqdock/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 19:14:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[dodatki do stron internetowych – menu, zakładki]]></category>
		<category><![CDATA[Projektowanie serwisów www]]></category>

		<guid isPermaLink="false">http://design.netid.pl/?p=411</guid>
		<description><![CDATA[index.html &#60;!DOCTYPE html PUBLIC &#34;-//W3C//DTD XHTML 1.0 Transitional//EN&#34; &#34;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#34;&#62; &#60;html xmlns=&#34;http://www.w3.org/1999/xhtml&#34;&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;jquery-1.2.3.min.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;jquery.jqDock.min.js&#34;&#62;&#60;/script&#62; &#60;head&#62; &#60;body&#62; &#60;div id=&#34;page&#34;&#62; &#60;div id=&#34;menu&#34;&#62; &#60;img src=&#34;images/favourites.png&#34; title=&#34;Favourites&#34; alt=&#34;&#34; /&#62; &#60;img src=&#34;images/pictures.png&#34; title=&#34;Pictures&#34; alt=&#34;&#34; /&#62; &#60;img src=&#34;images/music.png&#34; title=&#34;Music&#34; alt=&#34;&#34; /&#62; &#60;img src=&#34;images/videos.png&#34; title=&#34;Videos&#34; alt=&#34;&#34; /&#62; &#60;img src=&#34;images/uploads.png&#34; title=&#34;Uploads&#34; alt=&#34;&#34; /&#62; &#60;/div&#62; &#60;/div&#62; &#60;/body&#62;&#60;/html&#62; Java Script &#60;script&#62; jQuery(document).ready(function($){ [...]]]></description>
		<wfw:commentRss>http://design.netid.pl/2011/03/plugin-jquery-jqdock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

