<?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; MooTools</title>
	<atom:link href="http://designerfied.com/tag/mootools/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>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 [...]]]></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 href="http://designerfied.com/wp-content/uploads/2009/11/dfcg_post_custom_fields_750.jpg" rel="prettyPhoto[1689]"><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 href="http://designerfied.com/wp-content/uploads/2009/11/thumb11.jpg" rel="prettyPhoto[1689]"><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 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>Custom MooTools Tooltips Download Files</title>
		<link>http://designerfied.com/1110/custom-mootools-tooltips-download-files.html</link>
		<comments>http://designerfied.com/1110/custom-mootools-tooltips-download-files.html#comments</comments>
		<pubDate>Mon, 30 Mar 2009 12:57:50 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=1110</guid>
		<description><![CDATA[I have put together a zip with the files that you need to get your custom MooTools tooltips going. If you want to know how to add these to you site just check out this post. Download Add custom MooTools tooltips to your site]]></description>
			<content:encoded><![CDATA[<p>I have put together a zip with the files that you need to get your custom MooTools tooltips going. If you want to know how to add these to you site just check out this post.<br />
<span id="more-1110"></span><br />
<a href="http://designerfied.com/files/tooltips.zip">Download</a></p>
<p><a href="http://designerfied.com/how-to-add-custom-mootools-tooltips-to-your-site.html" rel="nofollow">Add custom MooTools tooltips to your site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/1110/custom-mootools-tooltips-download-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart Mootools Tooltips</title>
		<link>http://designerfied.com/286/smart-mootools-tool-tips.html</link>
		<comments>http://designerfied.com/286/smart-mootools-tool-tips.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 16:15:22 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=286</guid>
		<description><![CDATA[Tool tips with Mootools just got even more cooler! Check it out, its called Smart Hover Box. You can add a hover html elements to any other element by adding a single id. Smart Hover Box Features: create a hover box out of any html element smart positioning will always show hover box in window [...]]]></description>
			<content:encoded><![CDATA[<p>Tool tips with Mootools just got even more cooler! Check it out, its called Smart Hover Box. You can add a hover html elements to any other element by adding a single id.</p>
<p><span id="more-286"></span></p>
<p style="text-align: left;"><strong>Smart Hover Box </strong><strong>Features:</strong></p>
<ul style="text-align: left;">
<li>create a hover box out of any html element</li>
<li>smart positioning will always show hover box in window quadrant with the most space</li>
<li>optional close button by adding a user defined class to any element</li>
<li>user defined x and y hover element offset</li>
<li>user defined timeout after mouseleave event</li>
</ul>
<p style="text-align: left;"><strong>Link:</strong> <a rel="nofollow" target="_blank" href="http://www.consideropen.com/blog/2008/08/smart-hover-box-for-mootools-12/" target="_blank">http://www.consideropen.com/blog/2008/08/smart-hover-box-for-mootools-12/</a></p>
<p><a href="http://designerfied.com/wp-content/uploads/2008/08/smart-hover-box.jpg" rel="prettyPhoto[286]"><img class="alignnone size-medium wp-image-287" title="smart-hover-box" src="http://designerfied.com/wp-content/uploads/2008/08/smart-hover-box.jpg" alt="" width="473" height="262" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/286/smart-mootools-tool-tips.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add custom MooTools tooltips to your site</title>
		<link>http://designerfied.com/82/how-to-add-custom-mootools-tooltips-to-your-site.html</link>
		<comments>http://designerfied.com/82/how-to-add-custom-mootools-tooltips-to-your-site.html#comments</comments>
		<pubDate>Thu, 17 Apr 2008 09:09:40 +0000</pubDate>
		<dc:creator>Jake Hurst</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[MooTools]]></category>
		<category><![CDATA[tooltips]]></category>

		<guid isPermaLink="false">http://designerfied.com/?p=82</guid>
		<description><![CDATA[I first saw this over at WPelements and loved it. So I decided to show you how I put together cool looking tooltips for one of my friends sites. Tooltips come in handy when you want to add a cool hover effect with information in a small box to links, content areas like posts and [...]]]></description>
			<content:encoded><![CDATA[<p>I first saw this over at <a rel="nofollow" target="_blank" href="http://www.wpelements.com/" target="_blank">WPelements</a> and loved it. So I decided to show you how I put together cool looking tooltips for one of my friends sites. Tooltips come in handy when you want to add a cool hover effect with information in a small box to links, content areas like posts and in this case thumbnail images.</p>
<p><a href="http://designerfied.com/wp-content/uploads/2008/04/tooltip-chopperp.jpg" rel="prettyPhoto[82]"><img class="alignnone size-medium wp-image-83" title="tooltip-chopperp" src="http://designerfied.com/wp-content/uploads/2008/04/tooltip-chopperp-390x109.jpg" alt="" width="490" height="109" /></a></p>
<p><span id="more-82"></span></p>
<p>Check out the <a rel="nofollow" target="_blank" href="http://demos111.mootools.net/Tips" target="_blank">demo from Mootools.net</a></p>
<p>You can download the files you need here: <a rel="nofollow" target="_blank" href="http://mootools.net/download" rel="nofollow" target="_blank">http://mootools.net/download</a></p>
<p>After you upload those files to your server you will then need to put this code into to your page in between the &lt;head&gt; &lt;/head&gt; if you are using TMS or WordPress this will all be in the header.php file.</p>
<p><strong>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/mootools.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;/tips.js&#8221;&gt;&lt;/script&gt;</strong></p>
<p>After you have done that you will need to add a class and title to the links or images you want to show the tooltip.</p>
<p>To do that you will have to add this<span style="color: #000000;"><strong><span> class=&#8221;tips&#8221; title=&#8221;Big Title :: the description</span></strong><span>&#8221; to your links or images that you want to see the tooltip with.</span></span></p>
<p>Example link with the class and title in red:<strong></strong></p>
<p><strong>&lt;a href=&#8221;www.thelink.com/page.html&#8221; <span style="color: #ff0000;">class=&#8221;tips&#8221; title=&#8221;Big Title :: the description&#8221;</span>&gt;</strong></p>
<p><span style="color: #000000;"><strong><span><br />
</span></strong></span></p>
<p>The next part is to customize the look of the tooltip. We will do that with CSS. You will need to add this to your existing CSS style sheet.</p>
<p><span style="color: #339966;">.tool-tip {<br />
float:left;<br />
color: #BBB;<br />
width: 265px;<br />
z-index: 13000;<br />
}</span></p>
<p><span style="color: #339966;">.tool-title {<br />
font-weight: bold;<br />
font-size: 13px;<br />
margin: 0;<br />
color: #FFF;<br />
padding: 8px 8px 4px;<br />
background: url(/images/tips.png) repeat;<br />
border-bottom: 1px solid #FFF;<br />
}</span></p>
<p><span style="color: #339966;">.tool-text {<br />
font-size: 11px;<br />
padding: 4px 8px 8px;<br />
background: url(/images/tips.png) repeat;<br />
}</span></p>
<p><span style="color: #339966;">.custom-tip {<br />
color: #000;<br />
width: 130px;<br />
z-index: 13000;<br />
}</span></p>
<p><span style="color: #339966;">.custom-title {<br />
font-weight: bold;<br />
font-size: 11px;<br />
margin: 0;<br />
color: #3E4F14;<br />
padding: 8px 8px 4px;<br />
background: #C3DF7D;<br />
border-bottom: 1px solid #B5CF74;<br />
}</span></p>
<p><span style="color: #339966;">.custom-text {<br />
font-size: 11px;<br />
padding: 4px 8px 8px;<br />
background: #CFDFA7;<br />
}</span></p>
<p>I added a custom transparent PNG image. You can change that to a background color if you want.</p>
<p>Here is that tips.png, download it if you want and change it to the color you need. I used Fireworks to edit it.</p>
<p><a href="http://designerfied.com/wp-content/uploads/2008/04/tips.png" rel="prettyPhoto[82]"><img class="alignnone size-medium wp-image-84" title="tips" src="http://designerfied.com/wp-content/uploads/2008/04/tips.png" alt="" width="136" height="74" /></a></p>
<p>Thats it, now you will have nice looking tooltips for your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://designerfied.com/82/how-to-add-custom-mootools-tooltips-to-your-site.html/feed</wfw:commentRss>
		<slash:comments>10</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/29 queries in 0.098 seconds using disk: basic

Served from: designerfied.com @ 2012-02-06 21:42:19 -->
