<?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>Design Sources - buyerup.com</title>
	<atom:link href="http://buyerup.com/designs/feed/" rel="self" type="application/rss+xml" />
	<link>http://buyerup.com/designs</link>
	<description>Design Sources</description>
	<lastBuildDate>Fri, 26 Aug 2011 14:32:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Change WordPress Admin logo</title>
		<link>http://buyerup.com/designs/coding/change-wordpress-admin-logo/476/</link>
		<comments>http://buyerup.com/designs/coding/change-wordpress-admin-logo/476/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 14:22:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=476</guid>
		<description><![CDATA[Change the logo in the Admin Panel to an image of your choice. Put the code below in the function.php file in your theme. function custom_admin_logo() { echo &#39;&#60;style type=&#34;text/css&#34;&#62; #header-logo { background-image: url(&#39;.get_bloginfo(&#39;template_directory&#39;).&#39;/images/admin_logo.png) !important; } &#60;/style&#62;&#39;; } add_action(&#39;admin_head&#39;, &#39;custom_admin_logo&#39;);]]></description>
			<content:encoded><![CDATA[<p>Change the logo in the Admin Panel to an image of your choice. Put the code below in the function.php file in your theme.</p>
<pre><code><span class="kwd">function</span><span class="pln"> custom_admin_logo</span><span class="pun">()</span><span class="pln"> </span><span class="pun">{</span><span class="pln">
  echo </span><span class="str">&#39;&lt;style type=&quot;text/css&quot;&gt;
          #header-logo { background-image: url(&#39;</span><span class="pun">.</span><span class="pln">get_bloginfo</span><span class="pun">(</span><span class="str">&#39;template_directory&#39;</span><span class="pun">).</span><span class="str">&#39;/images/admin_logo.png) !important; }
        &lt;/style&gt;&#39;</span><span class="pun">;</span><span class="pln">
</span><span class="pun">}</span><span class="pln">
add_action</span><span class="pun">(</span><span class="str">&#39;admin_head&#39;</span><span class="pun">,</span><span class="pln"> </span><span class="str">&#39;custom_admin_logo&#39;</span><span class="pun">);</span></code></pre>
]]></content:encoded>
			<wfw:commentRss>http://buyerup.com/designs/coding/change-wordpress-admin-logo/476/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>70 Photoshop Tutorials For Text Decoration From 2010</title>
		<link>http://slodive.com/photoshop/70-photoshop-tutorials-for-text-decoration-from-2010/</link>
		<comments>http://slodive.com/photoshop/70-photoshop-tutorials-for-text-decoration-from-2010/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 19:57:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=469</guid>
		<description><![CDATA[Photoshop is such a robust tool that every day is a new learning with it. Today we are featuring fresh tutorials on one of its embellishing feature in form of Text Decoration. You can give any style to text you like. It can be a jungle effect or a flowery or musical effect or just [...]]]></description>
			<content:encoded><![CDATA[<p>Photoshop is such a robust tool that every day is a new learning with it. Today we are featuring fresh tutorials on one of its embellishing feature in form of Text Decoration. You can give any style to text you like. It can be a jungle effect or a flowery or musical effect or just a mix and match of two different styles. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://slodive.com/photoshop/70-photoshop-tutorials-for-text-decoration-from-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cheat Sheets for Front-end Web Developers</title>
		<link>http://buyerup.com/designs/coding/css/23-cheat-sheets-for-front-end-web-developers/436/</link>
		<comments>http://buyerup.com/designs/coding/css/23-cheat-sheets-for-front-end-web-developers/436/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 17:09:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=436</guid>
		<description><![CDATA[Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they&#8217;re nice decorative pieces for your office. In this article, you&#8217;ll find excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery). So go ahead &#8211; print out your favorites [...]]]></description>
			<content:encoded><![CDATA[<p>Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they&rsquo;re nice decorative pieces for your office.</p>
<p>In this article,<strong> you&rsquo;ll find excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery).</strong></p>
<p>So go ahead &ndash; print out your favorites and pepper your workspace with these wonderful references.</p>
<h3>HTML/XHTML</h3>
<h2>1. <a href="http://www.gosquared.com/liquidicity/archives/51">HTML Help Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-437" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-01_html_help_sheet.png" title="07-01_html_help_sheet" width="550" /></p>
<h2>2. <a href="http://www.addedbytes.com/cheat-sheets/html-cheat-sheet/">HTML Cheat Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-438" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-02_html_cheat_sheet.png" title="07-02_html_cheat_sheet" width="550" /></p>
<h2>3. <a href="http://www.addedbytes.com/cheat-sheets/html-character-entities-cheat-sheet/">HTML Character Entities Cheat Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-439" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-03_html_character_entities.png" title="07-03_html_character_entities" width="550" /></p>
<h2>4. <a href="http://floele.flyspray.org/htmlcheatsheet.pdf">XHTML Cheat Sheet v. 1.03</a> &ndash; PDF</h2>
<p><img alt="" class="alignnone size-full wp-image-440" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-04_xhtml_cheat_sheet.png" title="07-04_xhtml_cheat_sheet" width="550" /></p>
<h3>CSS Codes</h3>
<h2>5. <a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/">CSS Cheat Sheet (V2)</a></h2>
<p><img alt="" class="alignnone size-full wp-image-441" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-05_css_cheat_sheet.png" title="07-05_css_cheat_sheet" width="550" /></p>
<h2>6. <a href="http://lesliefranke.com/files/reference/csscheatsheet.html">CSS Cheat Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-442" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-06_css_version_2.png" title="07-06_css_version_2" width="550" /></p>
<h2>7. <a href="http://www.leigeber.com/2008/04/css-shorthand-cheat-sheet/">CSS Shorthand Cheat Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-443" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-07_shorthand_cheat_sheet.png" title="07-07_shorthand_cheat_sheet" width="550" /></p>
<h2>8. <a href="http://refcards.com/docs/deepx/css1/CSS1.pdf">CSS Level 1 Quick Reference</a> &ndash; PDF</h2>
<p><img alt="" class="alignnone size-full wp-image-444" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-08_css_level_1.png" title="07-08_css_level_1" width="550" /></p>
<h2>9. <a href="http://refcards.com/docs/jungb/css2/css2.pdf">CSS Level 2 Quick Reference</a> &ndash; PDF</h2>
<p><img alt="" class="alignnone size-full wp-image-445" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-09_css_level_2.png" title="07-09_css_level_2" width="550" /></p>
<h2>10. <a href="http://www.explainth.at/downloads/cssquick.pdf" class="broken_link">CSS2.1 Quick Reference Card</a> &ndash; PDF</h2>
<p><img alt="" class="alignnone size-full wp-image-446" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-10_css21_quick_reference_card.png" title="07-10_css21_quick_reference_card" width="550" /></p>
<h2>11. <a href="http://www.veign.com/downloads/guides/qrg0007.pdf">CSS2 Reference Guide</a> &ndash; PDF</h2>
<p><img alt="" class="alignnone size-full wp-image-447" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-11_css_quick_reference.png" title="07-11_css_quick_reference" width="550" /></p>
<h3>JavaScript</h3>
<h2>12. <a href="http://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/">JavaScript Cheat Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-448" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-12_javascript_cheat_sheet.png" title="07-12_javascript_cheat_sheet" width="550" /></p>
<h2>13. <a href="http://wps.aw.com/wps/media/objects/2234/2287950/javascript_refererence.pdf">Addison-Wesley&rsquo;s JavaScript Reference Card</a> &ndash; PDF</h2>
<p><img alt="" class="alignnone size-full wp-image-449" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-13_javascript_reference_card.png" title="07-13_javascript_reference_card" width="550" /></p>
<h2>14. <a href="http://www.dannyg.com/ref/jsquickref.html">JavaScript and Browser Objects Quick Reference</a></h2>
<p><img alt="" class="alignnone size-full wp-image-450" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-14_javascript_and_browser_object.png" title="07-14_javascript_and_browser_object" width="550" /></p>
<h2>15. <a href="http://www.wait-till-i.com/stuff/JavaScript-DOM-Cheatsheet.pdf">The most common DOM methods at a glance</a> &ndash; PDF</h2>
<p><img alt="" class="alignnone size-full wp-image-451" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-15_most_common_dom.png" title="07-15_most_common_dom" width="550" /></p>
<h2>16. <a href="http://www.explainth.at/en/qr/jsqr.shtml" class="broken_link">JavaScript Quick Reference Card/Cheatsheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-452" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-16_explainthat_reference_card.png" title="07-16_explainthat_reference_card" width="550" /></p>
<h2>17. <a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/">mootools 1.2 cheat sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-453" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-17_mootools_1_2_cheatsheet.png" title="07-17_mootools_1_2_cheatsheet" width="550" /></p>
<h2>18. <a href="http://colorcharge.com/jquery/">jQuery Cheatsheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-454" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-18_jquery_cheatsheet.png" title="07-18_jquery_cheatsheet" width="550" /></p>
<h2>19. <a href="http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/">jQuery 1.2 Cheat Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-455" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-19_jquery_1_2_cheat_sheet.png" title="07-19_jquery_1_2_cheat_sheet" width="550" /></p>
<h3>Miscellaneous</h3>
<h2>20. <a href="http://www.addedbytes.com/cheat-sheets/colour-chart/">RGB Hex Colour Chart</a></h2>
<p><img alt="" class="alignnone size-full wp-image-457" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-21_rgb_colour_codes.png" title="07-21_rgb_colour_codes" width="550" /></p>
<h2>21. <a href="http://www.seomoz.org/blog/the-web-developers-seo-cheat-sheet">The Web Developer&rsquo;s SEO Cheat Sheet</a></h2>
<p><img alt="" class="alignnone size-full wp-image-458" height="200" src="http://buyerup.com/designs/wp-content/uploads/2011/01/07-22_web_developer_seo.png" title="07-22_web_developer_seo" width="550" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Hope you picked up a cool cheat sheet or two. If your favorites aren&rsquo;t on the list, don&rsquo;t forget to share it with us in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://buyerup.com/designs/coding/css/23-cheat-sheets-for-front-end-web-developers/436/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Custom Write Panels in WordPress</title>
		<link>http://wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/</link>
		<comments>http://wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 20:12:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=422</guid>
		<description><![CDATA[Everyone knows that WordPress is one of the most, if not the most, popular blogging systems on the internet today. With its out of the box features, plugins, and great theming community, its no wonder WordPress has been accepted as today&#8217;s standard. However, sometimes you just want to add a little more.]]></description>
			<content:encoded><![CDATA[<p>Everyone knows that WordPress is one of the most, if not the most, popular blogging systems on the internet today. With its out of the box features, plugins, and great theming community, its no wonder WordPress has been accepted as today&rsquo;s standard. However, sometimes you just want to add <em>a little more.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://wefunction.com/2008/10/tutorial-creating-custom-write-panels-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Ways to Retrieve Data Off a Crashed Hard Drive</title>
		<link>http://buyerup.com/designs/tutorials/5-ways-to-retrieve-data-off-a-crashed-hard-drive/402/</link>
		<comments>http://buyerup.com/designs/tutorials/5-ways-to-retrieve-data-off-a-crashed-hard-drive/402/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 18:28:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & How To's]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=402</guid>
		<description><![CDATA[The hard drive has the shortest life expectancy of all components, but when it inevitably fails it&#39;s always when you least expect it. It&#39;s an inevitability, and it always happens when you&#39;re least prepared &#8211; the hard drive crash. Sure, you might notice it&#39;s taking a bit longer to boot, or there&#39;s an occasional click [...]]]></description>
			<content:encoded><![CDATA[<p><strong>The hard drive has the shortest life expectancy of all components, but when it inevitably fails it&#39;s always when you least expect it.</strong></p>
<p>It&#39;s an inevitability, and it always happens when you&#39;re least prepared &#8211; the hard drive crash. Sure, you might notice it&#39;s taking a bit longer to boot, or there&#39;s an occasional click that just doesn&#39;t sound right, but it&#39;s still a surprise the day your computer fails to boot.</p>
<p>How do you get your data off that hard drive once it&#39;s no longer able to boot? Is it still possible? This depends on what exactly went wrong with your drive. It is safe to assume, however, that will the proper method, you will be able to retrieve at least part of your lost data.</p>
<p>Below are five different methods for getting documents, pictures, and other important files off a crashed hard drive.</p>
<h3>1. Use an External Case</h3>
<p>This method is the most simple available, and for many people it is also the solution they need. Simply purchase an external hard drive case that allows you to plug your hard drive into a computer with a standard USB cable. Remove the crashed hard drive from your computer and carefully insert it into the external case (make sure you ground yourself before touching it), then plug it into a different system and try to open the drive. There&#39;s a good chance you&#39;ll be able to navigate into your documents and other folders and copy them onto a different hard drive.</p>
<h3>2. Use a LiveCD</h3>
<p>Don&#39;t have access to a second computer for doing as you please? This method will be ideal, then. You&#39;ll need to get temporary access to a computer with Internet and a DVD burner. Download a Linux LiveCD &#8211; <a href="http://damnsmalllinux.org/" rel="nofollow">Damn Small Linux</a> is the smallest, but also has issues mounting hard drives. The most simple for an average computer user would be <a href="http://www.puppylinux.org/" rel="nofollow">Puppy Linux</a>. It has a larger file size, but should recognize your drive.</p>
<p>Burn the Live CD ISO to a CD and insert it into your computer (the one with the crashed hard drive). Restart the computer and when it the computer logo appears, press F2 (or whatever key for your system) to enter BIOS. Change the boot sequence to CD first, Save and then Exit.</p>
<p>The Live CD will start, simply follow the directions on the screen&#8211;don&#39;t worry, nothing is being done to your hard drive. The OS will start, and you should see your hard drive mounted on the desktop&#8211;something like &quot;60GB&quot;, etc. Plug in a second drive and copy and paste the folders over.</p>
<h3>3. Data Recovery Software</h3>
<p>Do the above solutions have your head spinning? If you want something a little less complicated, you may want to give recovery software a go. There are a number of different free recovery tools available, and you may be one of the lucky users who have success with the programs.</p>
<p>There are a large number of programs available, but the quality of each varies. A good place to start would be Data Disc Recovery&#8211;it&#39;s free, easy to use, and works on crashed drives (it can also retrieve deleted files and others). If one doesn&#39;t work, try a different one.</p>
<h3>4. Freeze It</h3>
<p>This method surprises many, but it actually does work (depending on what happened to the drive). The idea is that freezing it will constrict loose parts long enough for the drive to work properly. Make sure you have a computer ready to plug the drive into and an external case. Place the hard drive into a baggy, seal it tightly, and put it in the freezer overnight. The next day, remove it from the baggy and put it in the external drive case. Transfer the data from the drive before it warms too much and crashes again.</p>
<h3>5. Get a Pro</h3>
<p>If all else fails, you either have to accept that the data is gone or, if the data is really important, take the hard drive to a professional. It will be expensive, but there&#39;s a good chance a pro will be able to retrieve some of the data for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://buyerup.com/designs/tutorials/5-ways-to-retrieve-data-off-a-crashed-hard-drive/402/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>45 Sets of Seamless Vector Patterns</title>
		<link>http://creativenerds.co.uk/freebies/45-sets-of-seamless-vector-patterns/</link>
		<comments>http://creativenerds.co.uk/freebies/45-sets-of-seamless-vector-patterns/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 18:23:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=398</guid>
		<description><![CDATA[A collection of 45 free awesome seamless vector patterns. Over 500 different types of vector patterns which are perfect for print and great to be used within web design. 45 fresh sets of patterns which will help bring any type of design to life whether its print or web.]]></description>
			<content:encoded><![CDATA[<p>A collection of 45 free awesome seamless vector patterns. Over 500 different types of vector patterns which are perfect for print and great to be used within web design. 45 fresh sets of patterns which will help bring any type of design to life whether its print or web.</p>
]]></content:encoded>
			<wfw:commentRss>http://creativenerds.co.uk/freebies/45-sets-of-seamless-vector-patterns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a “Minion” Character From the Despicable Me Movie</title>
		<link>http://psd.tutsplus.com/tutorials/drawing/minion-despicable-me-photoshop/</link>
		<comments>http://psd.tutsplus.com/tutorials/drawing/minion-despicable-me-photoshop/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 00:23:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=395</guid>
		<description><![CDATA[Let&#8217;s face it, those minion characters from Despicable Me were pretty darned cute. In today&#8217;s tutorial, we will use Photoshop and Illustrator to create a cute minion character. Let&#8217;s get started!]]></description>
			<content:encoded><![CDATA[<p>Let&rsquo;s face it, those minion characters from Despicable Me were pretty darned cute. In today&rsquo;s tutorial, we will use Photoshop and Illustrator to create a cute minion character. Let&rsquo;s get started!</p>
]]></content:encoded>
			<wfw:commentRss>http://psd.tutsplus.com/tutorials/drawing/minion-despicable-me-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Template Tag Reference</title>
		<link>http://www.dbswebsite.com/design/wordpress-reference/</link>
		<comments>http://www.dbswebsite.com/design/wordpress-reference/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 18:06:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=391</guid>
		<description><![CDATA[Our Louisville KY web design team created this quick reference guide to expedite our WordPress theme development, and we found it so useful that we would like to share it with you. The content was reformatted for quick reference from the Template Tag section of the WordPress.org Codex, a relative encyclopedia to WordPress theming, and [...]]]></description>
			<content:encoded><![CDATA[<p>Our Louisville KY web design team created this quick reference guide to expedite our WordPress theme development, and we found it so useful that we would like to share it with you.</p>
<p>The content was reformatted for quick reference from the Template Tag section of the WordPress.org Codex, a relative encyclopedia to WordPress theming, and great reference for your WordPress questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dbswebsite.com/design/wordpress-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery plugin for creating Google Maps from semantic markup</title>
		<link>http://vigetlabs.github.com/jmapping/</link>
		<comments>http://vigetlabs.github.com/jmapping/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 17:26:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Jquery]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=388</guid>
		<description><![CDATA[This plugin is designed for quick development of a page that implements a Google Map with a list of the locations that are specified within the HTML. The plugin tries to allow as much graceful degradation as possible by having the HTML be as semantic as possible. The plugin expect the HTML for the locations [...]]]></description>
			<content:encoded><![CDATA[<p>This plugin is designed for quick development of a page that implements a Google Map with a list of the locations that are specified within the HTML.<br />
	The plugin tries to allow as much graceful degradation as possible by having the HTML be as semantic as possible. The plugin expect the HTML for the locations to be grouped under a common element. Additionally, it expects the links and Map Info Window content to be grouped under the location elements. It also expects the necessary metadata to be on the location element. This way the HTML semantically reflects that all of those parts and information are associated with the specific location or place.</p>
]]></content:encoded>
			<wfw:commentRss>http://vigetlabs.github.com/jmapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Custom Thumb Image-Resize Script</title>
		<link>http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/</link>
		<comments>http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 14:54:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://buyerup.com/designs/?p=385</guid>
		<description><![CDATA[The custom image-resize script created for Mimbo Pro is now available as an open-source project! It&#8217;s already being used by a handful of other theme designers and I look forward to seeing what other folks do with it.]]></description>
			<content:encoded><![CDATA[<p>The custom image-resize script created for <a href="http://www.darrenhoyt.com/2008/03/12/mimbo-pro-magazine-theme-released/">Mimbo Pro</a> is now available as an open-source project! It&rsquo;s already being used by a handful of other theme designers and I look forward to seeing what other folks do with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenhoyt.com/2008/04/02/timthumb-php-script-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

