<?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>DesignerFied.com &#187; Prototype</title>
	<atom:link href="http://designerfied.com/tag/prototype/feed" rel="self" type="application/rss+xml" />
	<link>http://designerfied.com</link>
	<description>Free Photoshop Brushes, Textures and other Goodies.</description>
	<lastBuildDate>Sun, 29 Jan 2012 09:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Customized Dynamic AJAX Tabs for Prototype</title>
		<link>http://designerfied.com/1090/customized-dynamic-ajax-tabs-for-prototype.html</link>
		<comments>http://designerfied.com/1090/customized-dynamic-ajax-tabs-for-prototype.html#comments</comments>
		<pubDate>Sun, 15 Mar 2009 19:11:32 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=1090</guid>
		<description><![CDATA[I found these cool AJAX Tabs for Prototype and added some of my own style to them. If you need something like this then you might want to check these tabs out,Â  they are slick!Â  These AJAX tabs where built by 20bits.com. I needed to add more style to them for the new TMS theme [...]]]></description>
			<content:encoded><![CDATA[<p>I found these cool AJAX Tabs for Prototype and added some of my own style to them. If you need something like this then you might want to check these tabs out,Â  they are slick!Â  These AJAX tabs where built by <a rel="nofollow" target="_blank" rel="nofollow" href="http://20bits.com/">20bits.com</a>. I needed to add more style to them for the new TMS theme that I was building yesterday.Â  Anyway take a look at the before and after screen shots. IF you install theme why not try out my CSS located at the bottom of this post.</p>
<p>Don&#8217;t forget to check out the <strong><a href="http://designerfied.com/prototype-tab-demo.html">Live Demo</a></strong>!!</p>
<div id="attachment_1091" class="wp-caption alignnone" style="width: 550px"><img class="size-full wp-image-1091" title="tabs-before" src="http://designerfied.com/wp-content/uploads/2009/03/tabs-before.jpg" alt="Prototype AJAX Tabs Before" width="540" height="348" /><p class="wp-caption-text">Prototype AJAX Tabs Before</p></div>
<div id="attachment_1092" class="wp-caption alignnone" style="width: 550px"><img class="size-medium wp-image-1092" title="tabs-after" src="http://designerfied.com/wp-content/uploads/2009/03/tabs-after-484x350.jpg" alt="Prototype AJAX Tabs After" width="540" height="350" /><p class="wp-caption-text">Prototype AJAX Tabs After</p></div>
<p>Install the tabs by following the directions at this site. <a rel="nofollow" target="_blank" href="http://20bits.com/projects/dynamic-ajax-tabs/">20bits.com</a></p>
<p>Once you have installed the tabs grab the CSS below and have some fun!</p>
<pre id="line1"><span style="color: #0000ff;">.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	margin:0 0 0 2px;
	width:305px;
	text-align:left;
        background: #222;
	color:#888;
	border:1px solid #333;
    padding:3px;
}

.tabbed-pane img
{
	width:300px;
	height:200px;
	margin:0 0 8px 0px;
	padding:1px;
	float:left;
	border:1px solid #000;
}

 .tabs {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #111;
	border-bottom: 1px solid #333;

}

.tabbed-pane ol {
       height:28px;
       margin-bottom:5px;
}
 .tabs li a.active {
	float: left;
	display: block;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #EEE;
	background: #222;
        border: 1px solid #222;
}
 .tabs li {
	float: left;
	margin: 0 0px 0 0;
}

 .tabs li a {
	float: left;
	display: block;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	background: #111;
        color:#FFF000;

}

 .tabs li a:hover {
	float: left;
	display: block;
	padding: 6px 8px 8px 8px;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #EEE;
	background: #333;
}

.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	padding: 0px 5px 0px 5px;
	width: 290px;
        height: 100%;
	top: 0;
	left: 0;
	opacity:.70;
	filter:alpha(opacity=70);
	background:#222;
	text-align: center;
	z-index: 100;

}

.tabbed-container .overlay h3{
       	font-size:18px;
	font-weight:700;
        color:#ffF000;
}</span></pre>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/1090/customized-dynamic-ajax-tabs-for-prototype.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Customized Sliding Carousel For Prototype</title>
		<link>http://designerfied.com/667/customized-sliding-carousel-for-prototype.html</link>
		<comments>http://designerfied.com/667/customized-sliding-carousel-for-prototype.html#comments</comments>
		<pubDate>Fri, 28 Nov 2008 07:29:04 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=667</guid>
		<description><![CDATA[I have looked all over the web for a Prototype content slider that I can use on some of the sites that I am building. Finally I stumbled on this one. Its called Glider-0.0.3. Out of the box it isn&#8217;t very pretty, so I went ahead and added my own styles to it. Maybe some [...]]]></description>
			<content:encoded><![CDATA[<p>I have looked all over the web for a Prototype content slider that I can use on some of the sites that I am building. Finally I stumbled on this one. Its called <a rel="nofollow" target="_blank" href="http://code.google.com/p/missingmethod-projects/" target="_blank">Glider-0.0.3</a>. Out of the box it isn&#8217;t very pretty, so I went ahead and added my own styles to it. Maybe some one out there might find it useful.<span id="more-667"></span></p>
<p>Script Built By:<a rel="nofollow" target="_blank" href="http://www.missingmethod.com/" target="_blank">missingmethod.com</a></p>
<p><strong>Slider options </strong></p>
<p>Auto Scroll:<br />
var my_glider = new Glider(&#8216;my-glider&#8217;, {autoGlide: true, frequency: 6});</p>
<p>Scroll with only the buttons:<br />
var my_glider = new Glider(&#8216;my-glider&#8217;, {duration:0.5});</p>
<p><strong>Buttons Below</strong></p>
<p><a href="http://designerfied.com/glider-0.0.3/example.html" target="_blank">Live Demo</a></p>
<p><a href="http://designerfied.com/glider-0.0.3/glider-0.0.3.zip">DownLoad</a></p>
<p><strong>Screen Shots</strong><br />
<img class="alignnone size-medium wp-image-670" title="Screen Shots1" src="http://designerfied.com/wp-content/uploads/2008/11/thumb02-490x214.jpg" alt="" width="490" height="214" /></p>
<p><img class="alignnone size-medium wp-image-671" title="Screen Shots2" src="http://designerfied.com/wp-content/uploads/2008/11/thumb03-490x216.jpg" alt="" width="490" height="216" /></p>
<p><img class="alignnone size-medium wp-image-669" title="Screen Shots3" src="http://designerfied.com/wp-content/uploads/2008/11/thumb01-484x300.jpg" alt="" width="490" height="300" /></p>
<p><strong>Buttons left and right</strong></p>
<p><a href="http://designerfied.com/glider-0.0.3/buttons-over-glider-0.0.3/example.html" target="_blank">Live Demo</a></p>
<p><a href="http://designerfied.com/glider-0.0.3/buttons-over-glider-0.0.3.zip" target="_blank">Download</a></p>
<p><strong>Screen Shot</strong></p>
<p><img class="alignnone size-medium wp-image-678" title="customized_sliding_carousel_for_prototype__by_designerfiedcom" src="http://designerfied.com/wp-content/uploads/2008/11/customized_sliding_carousel_for_prototype__by_designerfiedcom-485x300.png" alt="" width="490" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/667/customized-sliding-carousel-for-prototype.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Control.Tabs, Unobtrusive CSS tabs for Prototype</title>
		<link>http://designerfied.com/234/controltabs-unobtrusive-css-tabs-for-prototype.html</link>
		<comments>http://designerfied.com/234/controltabs-unobtrusive-css-tabs-for-prototype.html#comments</comments>
		<pubDate>Tue, 12 Aug 2008 07:30:59 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=234</guid>
		<description><![CDATA[If your looking for some nice tabs well you need to check this out, its called Control.Tabs . I really like the hover effect with the image thumbnails! Link: http://livepipe.net/control/tabs#image_1]]></description>
			<content:encoded><![CDATA[<p>If your looking for some nice tabs well you need to check this out, its called <a rel="nofollow" target="_blank" href="http://livepipe.net/control/tabs" target="_blank">Control.Tabs</a> . I really like the hover effect with the image thumbnails!</p>
<div class="mceTemp">
<dl id="attachment_235" class="wp-caption alignnone" style="width: 500px;">
<dt class="wp-caption-dt"><a rel="nofollow" target="_blank" href="http://livepipe.net/control/tabs#image_1" target="_blank"><img class="size-medium wp-image-235" title="control-tabs" src="http://designerfied.com/wp-content/uploads/2008/08/control-tabs-490x259.jpg" alt="Control-Tabs" width="490" height="259" /></a></dt>
</dl>
</div>
<p><span id="more-234"></span></p>
<p>Link: <a rel="nofollow" target="_blank" href="http://livepipe.net/control/tabs#image_1" target="_blank">http://livepipe.net/control/tabs#image_1 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/234/controltabs-unobtrusive-css-tabs-for-prototype.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching 20/27 queries in 0.068 seconds using disk: basic

Served from: designerfied.com @ 2012-02-06 21:45:40 -->
