<?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; Mods</title>
	<atom:link href="http://designerfied.com/tag/mods/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>Dynamic Content Gallery Mod</title>
		<link>http://designerfied.com/1689/dynamic-content-gallery-mod.html</link>
		<comments>http://designerfied.com/1689/dynamic-content-gallery-mod.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 20:50:26 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=1689</guid>
		<description><![CDATA[I recently added the Dynamic Content Gallery WordPress Plugin to one of my friends sites. He isn&#8217;t to savvy with moving around and adding stuff to his server. So I had to add some stuff to this wonderful plugin so it would do thinks automatically. First thing I did was add this: &#60;img src=&#8221;&#60;?php echo &#8230;]]></description>
			<content:encoded><![CDATA[<p>I recently added the <a rel="nofollow" target="_blank" href="http://www.studiograsshopper.ch/dynamic-content-gallery-configuration/" target="_blank">Dynamic Content Gallery WordPress Plugin</a> to one of my friends sites. He isn&#8217;t to savvy with moving around and adding stuff to his server. So I had to add some stuff to this wonderful plugin so it would do thinks automatically.</p>
<p>First thing I did was add this: &lt;img src=&#8221;&lt;?php echo $featured; ?&gt;&#8221;/&gt;</p>
<p>That way I could upload the image inside WordPress and add a custom field key called featured with out having to go to the server and upload to the custom folder like the stock plugin says.</p>
<p>Another thing I changed is the this: I added this  to the plugin &lt;p&gt; php the_content_rss(&#8221;, TRUE, &#8221;, 50); &lt;/p&gt;</p>
<p>What that does is instead of having to add a custom key with text for the description in the Content Gallery now you do nothing. What you write in your post will be automatically added to the Gallery image descriptions.</p>
<p>So instead of this :</p>
<p><a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2009/11/dfcg_post_custom_fields_750.jpg"><img class="aligncenter size-medium wp-image-1690" title="dfcg_post_custom_fields_750" src="http://designerfied.com/wp-content/uploads/2009/11/dfcg_post_custom_fields_750-500x300.jpg" alt="dfcg_post_custom_fields_750" width="500" height="300" /></a></p>
<p>You have this:<br />
<a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2009/11/thumb11.jpg"><img class="aligncenter size-medium wp-image-1691" title="thumb11" src="http://designerfied.com/wp-content/uploads/2009/11/thumb11-500x229.jpg" alt="thumb11" width="500" height="229" /></a></p>
<p>I also added the <a rel="nofollow" target="_blank" href="http://justintadlock.com/archives/2008/05/27/get-the-image-wordpress-plugin">Get The Image WordPress Plugin</a> function to the Dynamic Content Gallery.</p>
<p>So you can ether add from the custom key ( featured)Â  or just upload an image in WordPress and it will show up automatically! Make sure the image dimensions are right!</p>
<p>If you have the Dynamic Content Gallery installed and want to try my files. Please remember that this could break your Gallery.</p>
<p><strong>Remember to back up everything first!!</strong></p>
<p>You might want to backup the whole folder <strong>dynamic-content-gallery-plugin </strong></p>
<p>Remember to rename the file that you are going to use <strong>dynamic-gallery.php</strong></p>
<p><strong><a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2009/11/dynamic-gallery-mod.zip" target="_blank">Download</a></strong><br />
Good luck and let me now what you think!!<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/1689/dynamic-content-gallery-mod.html/feed</wfw:commentRss>
		<slash:comments>2</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>TMS Embed Video Mod</title>
		<link>http://designerfied.com/857/tms-embed-video-mod.html</link>
		<comments>http://designerfied.com/857/tms-embed-video-mod.html#comments</comments>
		<pubDate>Thu, 08 Jan 2009 08:32:45 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[TMS]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=857</guid>
		<description><![CDATA[I recently built a TMS theme for a videos only site and the owner asked if it was possible to have a spot where users can grab some kind of embed code just like on YouTube. The stock version that comes with TMS lets people embed a link and a thumbnail to the post. So &#8230;]]></description>
			<content:encoded><![CDATA[<p>I recently built a TMS theme for a videos only site and the owner asked if it was possible to have a spot where users can grab some kind of embed code just like on YouTube. The stock version that comes with TMS lets people embed a link and a thumbnail to the post. So I went ahead and changed that to an actual embed code for videos!<span id="more-857"></span></p>
<p><a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2009/01/embed-finish.jpg"><img class="alignnone size-medium wp-image-864" title="embed-finish" src="http://designerfied.com/wp-content/uploads/2009/01/embed-finish-490x199.jpg" alt="embed-finish" width="490" height="199" /></a></p>
<p>If you want to add this to your TMS video site this mod is pretty easy to do.</p>
<p><strong>Step 1:</strong> <strong>back up your files!</strong></p>
<p>Then open your mainbox_sharing.tpl file and go to around line 84. The code should look like this:</p>
<p><a rel="nofollow" target="_blank" href="http://designerfied.com/wp-content/uploads/2009/01/embed-screenshot.jpg"><img class="alignnone size-medium wp-image-860" title="embed-screenshot" src="http://designerfied.com/wp-content/uploads/2009/01/embed-screenshot-490x297.jpg" alt="embed-screenshot" width="490" height="297" /></a></p>
<p><strong>Step 2: </strong>Replace the the contents of the input value with this :</p>
<blockquote><p>&amp;lt;embed src=&#8221;{$tms_paths-&amp;gt;tms_url}players/player.swf&#8221; width=&#8221;470&#8243; height=&#8221;320&#8243; bgcolor=&#8221;#ffffff&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; flashvars=&#8221;file={$tms_paths-&amp;gt;tms_url}media/{$tms_media-&amp;gt;file}&#8221; /&amp;gt;</p></blockquote>
<p><strong>Note</strong>: this mod will allow people to post your videos on any site or blog etc. This can use up a lot of your servers bandwidth so be careful.</p>
<p>Now that you are finished people will be able to embed videos from your site to their site or blog.</p>
<p>If you have any troubles please let me know and I will try my best to help you!</p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/857/tms-embed-video-mod.html/feed</wfw:commentRss>
		<slash:comments>2</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:00:50 -->
