<?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; Scripts</title>
	<atom:link href="http://designerfied.com/tag/scripts/feed" rel="self" type="application/rss+xml" />
	<link>http://designerfied.com</link>
	<description>Free Photoshop Brushes, Textures and other Goodies.</description>
	<lastBuildDate>Sun, 20 May 2012 11:21:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Creating An Awesome Polaroid Photo Viewer</title>
		<link>http://designerfied.com/1458/creating-an-awesome-polaroid-photo-viewer.html</link>
		<comments>http://designerfied.com/1458/creating-an-awesome-polaroid-photo-viewer.html#comments</comments>
		<pubDate>Thu, 13 Aug 2009 19:49:58 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=1458</guid>
		<description><![CDATA[This is a great script if you want to build a cool looking photo gallery. Its called Polaroid Photo Viewer and its powered by jQuery and CSS3. Check out the demo! You can drag your Polaroids around the page. I like it!!!]]></description>
			<content:encoded><![CDATA[<p>This is a great script if you want to build a cool looking photo gallery. Its called Polaroid Photo Viewer and its powered by jQuery and CSS3. Check out the demo! You can drag your Polaroids around the page. I like it!!!<br />
<span id="more-1458"></span><br />
<img src="http://designerfied.com/wp-content/uploads/2009/08/polaroid_css3_jquery.png" alt="polaroid_css3_jquery" title="polaroid_css3_jquery" width="600" height="260" size-full wp-image-1459" /><br />
This example is making use of CSS3 and jQuery, just to show the effect when combining two powerful techniques. The CSS3 is injected by jQuery, keeping the CSS file clean.</p>
<p><a rel="nofollow" target="_blank" href="http://demo.marcofolio.net/polaroid_photo_viewer/" rel="nofollow">Demo</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.marcofolio.net/webdesign/creating_a_polaroid_photo_viewer_with_css3_and_jquery.html" rel="nofollow">Script Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/1458/creating-an-awesome-polaroid-photo-viewer.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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 &#8230;]]></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 rel="nofollow" target="_blank" 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>1</slash:comments>
		</item>
		<item>
		<title>imgPreview Powered By jQuery</title>
		<link>http://designerfied.com/1046/imgpreview-powered-by-jquery.html</link>
		<comments>http://designerfied.com/1046/imgpreview-powered-by-jquery.html#comments</comments>
		<pubDate>Sat, 21 Feb 2009 08:44:21 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=1046</guid>
		<description><![CDATA[The &#8216;imgPreview&#8217; plugin allows your users to preview an image before clicking on it and, out of necessity, will preload the image so when a user does click through to it there is no waiting time! Click Here to see the demo]]></description>
			<content:encoded><![CDATA[<p>The &#8216;imgPreview&#8217; plugin allows your users to preview an image before clicking on it and, out of necessity, will preload the image so when a user does click through to it there is no waiting time!<br />
<span id="more-1046"></span></p>
<div id="attachment_1047" class="wp-caption alignnone" style="width: 532px"><img class="size-full wp-image-1047" title="imgpreview-link" src="http://designerfied.com/wp-content/uploads/2009/02/imgpreview-link.jpg" alt="imgpreview-link" width="522" height="339" /><p class="wp-caption-text">imgPreview Powered By jQuery</p></div>
<p><a rel="nofollow" target="_blank" rel="nofollow" href="http://james.padolsey.com/demos/imgPreview/full/" target="_blank">Click Here to see the demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/1046/imgpreview-powered-by-jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beautiful jQuery Slider</title>
		<link>http://designerfied.com/709/beautiful-jquery-slider.html</link>
		<comments>http://designerfied.com/709/beautiful-jquery-slider.html#comments</comments>
		<pubDate>Fri, 05 Dec 2008 07:29:56 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=709</guid>
		<description><![CDATA[As of right now this is my favorite content slider! Its called s3Slider and is built by serie3.info. There are tons of content sliders out there but this one to me is really clean and professional looking. Go here to check out the demos]]></description>
			<content:encoded><![CDATA[<p>As of right now this is my favorite content slider! Its called <a rel="nofollow" target="_blank" href="http://www.serie3.info/s3slider/" target="_blank">s3Slider</a> and is built by <a rel="nofollow" target="_blank" href="http://www.serie3.info/" target="_blank">serie3.info</a>. There are tons of content sliders out there but this one to me is really clean and professional looking. Go<span id="more-709"></span> here to check out the <a rel="nofollow" target="_blank" href="http://www.serie3.info/s3slider/demonstration.html">demos</a></p>
<p><img src="http://designerfied.com/wp-content/uploads/2008/12/s3slider-490x203.jpg" alt="" title="s3slider" width="490" height="203" class="alignnone size-medium wp-image-710" /></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/709/beautiful-jquery-slider.html/feed</wfw:commentRss>
		<slash:comments>0</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 &#8230;]]></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 rel="nofollow" target="_blank" href="http://designerfied.com/glider-0.0.3/example.html" target="_blank">Live Demo</a></p>
<p><a rel="nofollow" target="_blank" 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 rel="nofollow" target="_blank" href="http://designerfied.com/glider-0.0.3/buttons-over-glider-0.0.3/example.html" target="_blank">Live Demo</a></p>
<p><a rel="nofollow" target="_blank" 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>Free link referrers tracking script</title>
		<link>http://designerfied.com/396/free-link-referrers-tracking-script.html</link>
		<comments>http://designerfied.com/396/free-link-referrers-tracking-script.html#comments</comments>
		<pubDate>Wed, 17 Sep 2008 17:48:33 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=396</guid>
		<description><![CDATA[TG Referrers is completely customizable with detailed statistical analysis, an approval system, secure administration control panel and best of all &#8211; its FREE! From my experience when using this script with WordPress if you add the log PHP code to the header you will see some errors. I just add it to the footer is &#8230;]]></description>
			<content:encoded><![CDATA[<p><a rel="nofollow" target="_blank" href="http://www.toxicgoblin.com/2006/03/03/tg-referrers/" target="_blank">TG Referrers</a> is completely customizable with detailed statistical analysis, an approval system, secure administration control panel and best of all &#8211; its FREE! From my experience when using this script with WordPress if you</p>
<p><span id="more-396"></span></p>
<p>add the log PHP code to the header you will see some errors. I just add it to the footer is it seemed to work fine.  But the creator of this script says, &#8220;some software such as WordPress can cause errors with this include. If that is the case, please try using the full root path for the include.&#8221;</p>
<p><a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2008/09/tg_referrers_admin_full.jpg"><img class="alignnone size-medium wp-image-397" title="tg_referrers_admin_full" src="http://designerfied.com/wp-content/uploads/2008/09/tg_referrers_admin_full-326x300.jpg" alt="" width="326" height="300" /></a></p>
<p>I have two clients that currently use this and they are both happy with this script. So if you are looking for a good referrers script you should give <a rel="nofollow" target="_blank" href="http://www.toxicgoblin.com/2006/03/03/tg-referrers/" target="_blank">TG Referrers</a> a try.</p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/396/free-link-referrers-tracking-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Customize Dynamic Drive&#8217;s Featured Content Slider</title>
		<link>http://designerfied.com/308/how-to-customize-dynamic-drives-featured-content-slider.html</link>
		<comments>http://designerfied.com/308/how-to-customize-dynamic-drives-featured-content-slider.html#comments</comments>
		<pubDate>Sun, 31 Aug 2008 01:50:01 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Dhtml]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=308</guid>
		<description><![CDATA[Yesterday I added Dynamic Drive&#8217;s Featured Content Slider v2.4 to one of our sites. This script was very easy to install and customize so I decided to share with you how I did it. Basically I made it transparent with PNG images. Fist off you need to head over to Dynamic Drive and download the &#8230;]]></description>
			<content:encoded><![CDATA[<p>Yesterday I added <a rel="nofollow" target="_blank" href="http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm" target="_blank">Dynamic Drive&#8217;s Featured Content Slider v2.4</a> to one of our sites. This script was very easy to install and customize so I decided to share with you how I did it. Basically I made it transparent with PNG images.</p>
<p><span id="more-308"></span></p>
<p>Fist off you need to head over to <a rel="nofollow" target="_blank" href="http://www.dynamicdrive.com/" target="_blank">Dynamic Drive</a> and download the files that you need <a rel="nofollow" target="_blank" href="http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm" target="_blank">Featured Content Slider v2.4.</a></p>
<p>Seconded you need to ether make your own transparent PNG images or you can go <a rel="nofollow" target="_blank" href="http://css-tricks.com/free-pngs-for-creating-transparent-fills/">here</a> and use the images I used for this project.</p>
<p><a rel="nofollow" target="_blank" href="http://designerfied.com/slider-demo.html"><strong>See a live demo</strong></a></p>
<p><strong>Now lets </strong><strong>quick </strong><strong>look at the stock CSS code.</strong></p>
<blockquote><p><span style="color: #ff0000;">.sliderwrapper{<br />
position: relative; /*leave as is*/<br />
overflow: hidden; /*leave as is*/<br />
border: 10px solid navy;<br />
border-bottom-width: 6px;<br />
width: 400px; /*width of featured content slider*/<br />
height: 250px;<br />
}</span></p>
<p><span style="color: #ff0000;">.sliderwrapper .contentdiv{<br />
visibility: hidden; /*leave as is*/<br />
position: absolute; /*leave as is*/<br />
left: 0;  /*leave as is*/<br />
top: 0;  /*leave as is*/<br />
padding: 5px;<br />
background: white;<br />
width: 390px; /*width of content DIVs within slider. Total width should equal slider&#8217;s inner width (390+5+5=400) */<br />
height: 100%;<br />
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);<br />
-moz-opacity: 1;<br />
opacity: 1;<br />
}</span></p>
<p><span style="color: #ff0000;">.pagination{<br />
width: 400px; /*Width of pagination DIV. Total width should equal slider&#8217;s outer width (400+10+10=420)*/<br />
text-align: right;<br />
background-color: navy;<br />
padding: 5px 10px;<br />
}</span></p>
<p><span style="color: #ff0000;">.pagination a{<br />
padding: 0 5px;<br />
text-decoration: none;<br />
color: #00007D;<br />
background: white;<br />
}</span></p>
<p><span style="color: #ff0000;">.pagination a:hover, .pagination a.selected{<br />
color: #000;<br />
background-color: #FEE496;<br />
}</span></p></blockquote>
<p>To add a transparent border around the content slider you can do this. Note: I made the featured content slider smaller for this project.</p>
<p>Remove this:<br />
border: 10px solid navy;</p>
<p>Add this:<br />
background: url(/images/transpBlue10.png) repeat;<br />
padding:2px</p>
<p>So the code should look like this:</p>
<blockquote><p><span style="color: #0000ff;">.sliderwrapper{<br />
position: relative; /*leave as is*/<br />
overflow: hidden; /*leave as is*/<br />
background: url(/images/transpBlue10.png) repeat;<br />
border-bottom-width: 6px;<br />
width: 335px; /*width of featured content slider*/<br />
height: 200px;<br />
padding:2px<br />
}</span></p></blockquote>
<p>Next step is to edit the content area.</p>
<p>You will need to add this:<br />
border: 1px solid #DDD;<br />
margin: 4px 0 0 5px;<br />
padding: 2px;</p>
<p>So the code will look like this:</p>
<blockquote><p><span style="color: #0000ff;">.sliderwrapper .contentdiv{<br />
visibility: hidden; /*leave as is*/<br />
position: absolute; /*leave as is*/<br />
left: 0;  /*leave as is*/<br />
top: 0;  /*leave as is*/<br />
margin: 4px 0 0 5px;<br />
padding: 2px;<br />
background: #FFF;<br />
border: 1px solid #DDD;<br />
width: 322px; /*width of content DIVs within slider. Total width should equal slider&#8217;s inner width (390+5+5=400) */<br />
height: 100%;<br />
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);<br />
-moz-opacity: 1;<br />
opacity: 1;<br />
}</span></p></blockquote>
<p>Now we will edit the look of the pagination DIV.</p>
<p>Remove this:<br />
background-color: navy;<br />
width: 400px;</p>
<p>Add this:<br />
width: 419px;<br />
background: url(/images/transpBlue10.png) repeat;</p>
<p>So the code will look like this:</p>
<blockquote><p><span style="color: #0000ff;">.pagination{<br />
width: 319px; /*Width of pagination DIV. Total width should equal slider&#8217;s outer width (400+10+10=420)*/<br />
text-align: right;<br />
background: url(/images/transpBlue10.png) repeat;<br />
padding: 5px 10px;<br />
}</span></p></blockquote>
<p>Almost done! The last step is adding a effect to the pagination links.</p>
<p>Remove this:<br />
color: #00007D;<br />
background: white;</p>
<p>Add this:<br />
color: #FFF;<br />
background: url(/images/transpBlue25.png) repeat;</p>
<p>So the code will look like this:</p>
<blockquote><p><span style="color: #0000ff;">.pagination a{<br />
padding: 0 5px;<br />
text-decoration: none;<br />
color: #FFF;<br />
background: url(/images/transpBlue25.png) repeat;<br />
}</span></p></blockquote>
<p>Finish it off with a hover effect.</p>
<p>Remove this:<br />
color: #000;<br />
background-color: #FEE496;</p>
<p>Add this:<br />
color: #EEE;<br />
background: url(/images/transpBlue75.png) repeat;</p>
<p>So the code will look like this:</p>
<blockquote><p>.<span style="color: #0000ff;">pagination a:hover, .pagination a.selected{<br />
color: #EEE;<br />
background: url(/images/transpBlue75.png) repeat;<br />
}</span></p></blockquote>
<p>Here is the CSS file:<br />
<a rel="nofollow" target="_blank" href="http://designerfied.com/css/contentslider.css">contentslider.css</a></p>
<p>Here are the PNGs from this project.</p>
<p><a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2008/09/transpblue75.png"><img class="alignnone size-medium wp-image-330" title="transpblue75" src="http://designerfied.com/wp-content/uploads/2008/09/transpblue75.png" border="0" alt="" width="50" height="50" /></a> <a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2008/09/transpblue50.png"><img class="alignnone size-medium wp-image-329" title="transpblue50" src="http://designerfied.com/wp-content/uploads/2008/09/transpblue50.png" border="0" alt="" width="50" height="50" /></a> <a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2008/09/transpblue25.png"><img class="alignnone size-medium wp-image-328" title="transpblue25" src="http://designerfied.com/wp-content/uploads/2008/09/transpblue25.png" border="0" alt="" width="50" height="50" /></a> <a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2008/09/transpblue10.png"><img class="alignnone size-medium wp-image-327" title="transpblue10" src="http://designerfied.com/wp-content/uploads/2008/09/transpblue10.png" border="0" alt="" width="50" height="50" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/308/how-to-customize-dynamic-drives-featured-content-slider.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>4 Cool jQuery plugins</title>
		<link>http://designerfied.com/138/4-cool-jquery-plugins.html</link>
		<comments>http://designerfied.com/138/4-cool-jquery-plugins.html#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:15:25 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=138</guid>
		<description><![CDATA[If you looking to spice your site up a little you should consider using some jQuery plugins. Here are some that I like. Magnify Magnify allows you to easily create a &#8220;magnifier&#8221; on your images. You just need to create a small and large image which are proportionally sized, configure your markup accordingly and let &#8230;]]></description>
			<content:encoded><![CDATA[<p>If you looking to spice your site up a little you should consider using some jQuery plugins. Here are some that I like.</p>
<p><a rel="nofollow" target="_blank" href="http://www.jnathanson.com/index.cfm?page=pages/jquery/magnify/magnify" target="_blank"><strong>Magnify</strong></a></p>
<p>Magnify allows you to easily create a &#8220;magnifier&#8221; on your images. You just need to create a small and large image which are proportionally sized, configure your markup accordingly and let Magnify do the rest.</p>
<p><a rel="nofollow" target="_blank" href="http://www.jnathanson.com/index.cfm?page=pages/jquery/magnify/magnify"><img class="alignnone size-medium wp-image-139" title="Magnify" src="http://designerfied.com/wp-content/uploads/2008/06/jquery-1-477x300.jpg" alt="Magnify" width="490" height="300" /></a></p>
<p><span id="more-138"></span></p>
<p><strong><a rel="nofollow" target="_blank" href="http://media.brianbeck.com/shared/javascript/jquery-ahover/demo/demo.html" target="_blank">Animated Hover</a></strong></p>
<p>Animated Hover provides animated transitions between hovered items for any jQuery project. Requires jQuery 1.2+ and Dimensions</p>
<p><a rel="nofollow" target="_blank" href="http://media.brianbeck.com/shared/javascript/jquery-ahover/demo/demo.html" target="_blank"><img class="alignnone size-medium wp-image-140" title="Animated Hover" src="http://designerfied.com/wp-content/uploads/2008/06/jquery-11-463x300.jpg" alt="Animated Hover" width="490" height="300" /></a></p>
<p><a rel="nofollow" target="_blank" href="http://jqueryfordesigners.com/demo/coda-bubble.html" target="_blank"><strong>Coda Bubble</strong></a></p>
<p>A visual information bubble effect, as per the Coda web site.  Information will &#8220;puff&#8221; upwards, and when the mouse moves away, &#8220;puffs&#8221; away upwards again.</p>
<p><a rel="nofollow" target="_blank" href="http://jqueryfordesigners.com/demo/coda-bubble.html" target="_blank"><img class="alignnone size-medium wp-image-141" title="Coda Bubble" src="http://designerfied.com/wp-content/uploads/2008/06/jquery-3-490x281.jpg" alt="Coda Bubble" width="490" height="281" /></a></p>
<p><a rel="nofollow" target="_blank" href="http://www.javascriptkit.com/script/script2/dropdownpanel.shtml" target="_blank"><strong>Drop Down Panel</strong></a></p>
<p>Drop Down Panel adds a pull down panel to the top of your page that contains external content fetched via Ajax. Visitors click on the protruding button to cause the panel to drop down and reveal its content. Clicking anywhere on the panel again closes it. You can easily customize the height of the Panel, button text (ie: &#8220;panel content&#8221;), and drop down speed in milliseconds. A plug and play Ajax drop down panel!</p>
<p><a rel="nofollow" target="_blank" href="http://www.javascriptkit.com/script/script2/dropdownpanel.shtml" target="_blank"><img class="alignnone size-medium wp-image-142" title="Drop Down Panel" src="http://designerfied.com/wp-content/uploads/2008/06/th_01.jpg" alt="Drop Down Panel" width="490" height="267" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/138/4-cool-jquery-plugins.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual effects using only Dhtml</title>
		<link>http://designerfied.com/58/visual-effects-using-only-dhtml.html</link>
		<comments>http://designerfied.com/58/visual-effects-using-only-dhtml.html#comments</comments>
		<pubDate>Thu, 27 Mar 2008 11:52:21 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Dhtml]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/visual-effects-using-only-dhtml.html</guid>
		<description><![CDATA[Take a look at this amazing site Dhteumeuleu.com. Gerard Ferrandez has created unbelievable visual effects using only dynamic html for animation. Here are 5 of my favorites from his site. imgPress-X distance and perception autumn II stippled memories theories of mind]]></description>
			<content:encoded><![CDATA[<p>Take a look at this amazing site<a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/" target="_blank"> Dhteumeuleu.com</a>.    Gerard Ferrandez has created unbelievable visual effects using only dynamic html for animation.</p>
<p><img src="http://designerfied.com/wp-content/uploads/2008/03/amazing-dhtml-animation.jpg" alt="Amazing Dhtml Animation" /></p>
<p>Here are 5 of my favorites from his site.</p>
<p><span id="more-58"></span></p>
<p><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=imgPress-X.html" target="_blank">imgPress-X</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=imgPress-X.html" target="_blank"></a><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=diapo-SH.html" target="_blank">distance and perception</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=photo3D.html" target="_blank">autumn II</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=photo3D.html" target="_blank"></a><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=diapo-S.html" target="_blank">stippled memories</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=diapo-S.html" target="_blank"></a><a rel="nofollow" target="_blank" href="http://www.dhteumeuleu.com/runscript.php?scr=image-flow.html" target="_blank">theories of mind</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/58/visual-effects-using-only-dhtml.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TopMediaScript Video Player Mod</title>
		<link>http://designerfied.com/28/topmediascript-video-player-mod.html</link>
		<comments>http://designerfied.com/28/topmediascript-video-player-mod.html#comments</comments>
		<pubDate>Thu, 20 Mar 2008 20:16:43 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://designerfied.com/featured/topmediascript-video-player-mod.html</guid>
		<description><![CDATA[I put together this quick little mod for TopMediaScript. All you have to do is download it and follow the directions. It comes with JW FLV Player so after a few tiny little tweaks you will have a cool looking video player for your media page. TopMediaScript Video Player Mod by Jake &#8212;&#8212;&#8211;Back your original &#8230;]]></description>
			<content:encoded><![CDATA[<p>I put together this quick little mod for TopMediaScript. All you have to do is download it and follow the directions. It comes with <a rel="nofollow" target="_blank" href="http://www.jeroenwijering.com/?item=JW_FLV_Player" target="_blank">JW FLV Player</a> so after a few tiny little tweaks you will have a cool looking video player for your media page.</p>
<p><span id="more-28"></span></p>
<p><strong>TopMediaScript Video Player Mod by Jake</strong></p>
<p align="center"><strong>&#8212;&#8212;&#8211;Back your original files&#8212;&#8212;&#8211;</strong></p>
<p>1. Files you need: <a rel="nofollow" target="_blank" href="http://designerfied.com/files/TMS_VideoPlayer_mod.rar">&gt;&gt;DOWNLOAD&lt;&lt;</a></p>
<p>After you have uploaded everything follow the steps below.</p>
<p>Open your header.php and add this code in between the &lt;head&gt; &lt;/head&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/swfobject.js&#8221;&gt;&lt;/script&gt;</p>
<p>2. Open up media.php in this folder and find this code:</p>
<p>&lt;div id=&#8221;player&#8221;&gt;This text will be replaced&lt;/div&gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
var so = new SWFObject(&#8216;http://&lt;?=$siteURL;?&gt;/flvplayer.swf&#8217;,'mpl&#8217;,&#8217;500&#8242;,&#8217;360&#8242;,&#8217;7&#8242;);<br />
so.addParam(&#8216;allowfullscreen&#8217;,'true&#8217;);<br />
so.addParam(&#8216;allowscriptaccess&#8217;,'always&#8217;);<br />
so.addVariable(&#8216;file&#8217;,'http://&lt;?=$siteURL;?&gt;/m_&lt;?=$line["m_type"]?&gt;s/&lt;?=$line["m_file"]?&gt;&#8217;);<br />
so.addVariable(&#8216;height&#8217;,&#8217;360&#8242;);<br />
so.addVariable(&#8216;width&#8217;,&#8217;500&#8242;);<br />
so.addVariable(&#8216;image&#8217;,'http://&lt;?=$siteURL;?&gt;/m_&lt;?=$line["m_type"]?&gt;s/thumbs/&lt;?=$line["m_thumbnail"]?&gt;&#8217;);<br />
so.addVariable(&#8216;frontcolor&#8217;,&#8217;0xDDDDDD&#8217;);<br />
so.addVariable(&#8216;backcolor&#8217;,&#8217;0&#215;000000&#8242;);<br />
so.addVariable(&#8216;lightcolor&#8217;,&#8217;0x89b5c6&#8242;);<br />
so.addVariable(&#8216;screencolor&#8217;,&#8217;0&#215;111111&#8242;);<br />
so.addVariable(&#8216;showstop&#8217;,'true&#8217;);<br />
so.addVariable(&#8216;overstretch&#8217;,'fit&#8217;);<br />
so.addVariable(&#8216;autostart&#8217;,'true&#8217;);<br />
so.addVariable(&#8216;bufferlength&#8217;,&#8217;5&#8242;);<br />
so.addVariable(&#8216;shuffle&#8217;,'false&#8217;);<br />
so.addVariable(&#8216;linktarget&#8217;,'_self&#8217;);<br />
so.addVariable(&#8216;type&#8217;,'flv&#8217;);<br />
so.write(&#8216;player&#8217;);<br />
&lt;/script&gt;</p>
<p>*To change the player size change these &#8217;500&#8242;,&#8217;360&#8242;</p>
<p>* To change the colors of the player controls you will need to change this code:</p>
<p>so.addVariable(&#8216;frontcolor&#8217;,&#8217;0xDDDDDD&#8217;);<br />
so.addVariable(&#8216;backcolor&#8217;,&#8217;0&#215;000000&#8242;);<br />
so.addVariable(&#8216;lightcolor&#8217;,&#8217;0x89b5c6&#8242;);<br />
so.addVariable(&#8216;screencolor&#8217;,&#8217;0&#215;111111&#8242;);</p>
<p>* To add your own custom logo to your video player you will need to create a Transparent PNG save it as videologo.png</p>
<p>so.addVariable(&#8216;logo&#8217;,'link to your image&#8217;);</p>
<p>If you want to add more features visit: <a rel="nofollow" target="_blank" href="http://www.jeroenwijering.com/?page=wizard" target="_blank">http://www.jeroenwijering.com/?page=wizard<br />
</a><br />
Make sure to click the get the swfobject code before you start customizing your player.<br />
The last thing I changed was the VIEW FULL SCREEN to Download this video. If you don’t what people to have this feature simply remove this code from your media.php</p>
<p>&lt;tr&gt;&lt;td align=&#8221;center&#8221; valign=&#8221;top&#8221; bgcolor=&#8221;#f4f3f3&#8243; class=&#8221;mediaDetails&#8221;&gt;&lt;a href=&#8221;http://www.&lt;?=$siteURL?&gt;/m_&lt;?=$line["m_type"]?&gt;s/&lt;?=$line["m_file"]?&gt;&#8221;&gt;&lt;strong&gt;VIEW FULL SCREEN<br />
&lt;/div&gt;<br />
&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;tr&gt;</p>
<p>Remember, if you mess up you can always go back to the backups that you made.</p>
<p>You can see a live example on this site <a rel="nofollow" target="_blank" href="http://bikerpunks.com" target="_blank">http://bikerpunks.com</a></p>
<p>If you need any help just PM me <a rel="nofollow" target="_blank" href="http://www.gamepacks.org/forum/memberlist.php?mode=viewprofile&amp;u=499" target="_blank">http://www.gamepacks.org/forum/memberlist.php?mode=viewprofile&amp;u=499</a></p>
<p>Or post some comments below and I will try my best to help you out.</p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/28/topmediascript-video-player-mod.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 using disk: basic

Served from: designerfied.com @ 2012-05-22 07:14:21 -->
