<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - visualadvance</title>
<link>http://snipplr.com/users/visualadvance</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 16:18:10 GMT</pubDate>
<item>
<title>(PHP) Wordpress: Customized Excerpt (Length and Tags)</title>
<link>http://snipplr.com/view/63294/wordpress-customized-excerpt-length-and-tags/</link>
<description><![CDATA[ <p>This is a modified version of one from Aaron Russell. Super handy, allows you to pass the length as a parameter, and define the tags you wish to allow in the excerpt. It is tweaked to fit our needs. Tweaks include:
- no need to "echo", just called custom_excerpt ();
- Can pass the length as a parameter custom_excerpt (81);</p> ]]></description>
<pubDate>Mon, 13 Feb 2012 13:07:16 GMT</pubDate>
<guid>http://snipplr.com/view/63294/wordpress-customized-excerpt-length-and-tags/</guid>
</item>
<item>
<title>(PHP) Wordpress: Easy Pagination</title>
<link>http://snipplr.com/view/63081/wordpress-easy-pagination/</link>
<description><![CDATA[ <p>Make sure to put the code from the URl in your functions. php</p> ]]></description>
<pubDate>Sun, 05 Feb 2012 18:06:53 GMT</pubDate>
<guid>http://snipplr.com/view/63081/wordpress-easy-pagination/</guid>
</item>
<item>
<title>(PHP) Wordpress: Loop in Category</title>
<link>http://snipplr.com/view/63080/wordpress-loop-in-category/</link>
<description><![CDATA[ <p>Just a snippet so I remember how to do a loop through just a certain category.</p> ]]></description>
<pubDate>Sun, 05 Feb 2012 15:22:37 GMT</pubDate>
<guid>http://snipplr.com/view/63080/wordpress-loop-in-category/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Renference Error with Parent/Child Custom Class</title>
<link>http://snipplr.com/view/62958/as3-renference-error-with-parentchild-custom-class/</link>
<description><![CDATA[ <p>Odd error occurs when loading a swf into another swf when using a custom class. If it does happen, just put an empty reference to the class in your parent file.</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 04:04:59 GMT</pubDate>
<guid>http://snipplr.com/view/62958/as3-renference-error-with-parentchild-custom-class/</guid>
</item>
<item>
<title>(PHP) Wordpress: Check for Custom Field Data</title>
<link>http://snipplr.com/view/60598/wordpress-check-for-custom-field-data/</link>
<description><![CDATA[ <p>Check to see if there is data in a custom field</p> ]]></description>
<pubDate>Mon, 07 Nov 2011 15:53:10 GMT</pubDate>
<guid>http://snipplr.com/view/60598/wordpress-check-for-custom-field-data/</guid>
</item>
<item>
<title>(PHP) Wordpress: Change Home and Site URLs in WP-Config</title>
<link>http://snipplr.com/view/60595/wordpress-change-home-and-site-urls-in-wpconfig/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Nov 2011 12:48:45 GMT</pubDate>
<guid>http://snipplr.com/view/60595/wordpress-change-home-and-site-urls-in-wpconfig/</guid>
</item>
<item>
<title>(PHP) Wordpress: Easier Login URL</title>
<link>http://snipplr.com/view/58356/wordpress-easier-login-url/</link>
<description><![CDATA[ <p>Add this to you htaccess file BEFORE the wordpress rewrite rules</p> ]]></description>
<pubDate>Thu, 01 Sep 2011 06:55:39 GMT</pubDate>
<guid>http://snipplr.com/view/58356/wordpress-easier-login-url/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Commas in Number</title>
<link>http://snipplr.com/view/57485/as3-commas-in-number/</link>
<description><![CDATA[ <p>Adds commas every 3 spaces.</p> ]]></description>
<pubDate>Tue, 02 Aug 2011 01:25:01 GMT</pubDate>
<guid>http://snipplr.com/view/57485/as3-commas-in-number/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Global</title>
<link>http://snipplr.com/view/57231/as3-global/</link>
<description><![CDATA[ <p>A decent solution for using Globals in As3</p> ]]></description>
<pubDate>Thu, 28 Jul 2011 05:20:09 GMT</pubDate>
<guid>http://snipplr.com/view/57231/as3-global/</guid>
</item>
<item>
<title>(AppleScript) OSX: Dock Spacer</title>
<link>http://snipplr.com/view/57102/osx-dock-spacer/</link>
<description><![CDATA[ <p>do the "defaults" line of code multiple times to add multiple seperators.</p> ]]></description>
<pubDate>Mon, 25 Jul 2011 08:22:41 GMT</pubDate>
<guid>http://snipplr.com/view/57102/osx-dock-spacer/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Round Decimal</title>
<link>http://snipplr.com/view/54923/as3-round-decimal/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Jun 2011 13:40:45 GMT</pubDate>
<guid>http://snipplr.com/view/54923/as3-round-decimal/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: scrollRect</title>
<link>http://snipplr.com/view/53590/as3-scrollrect/</link>
<description><![CDATA[ <p>Using this can drastically increase performance. It is essentially like a mask. Anythingout outside the scrollRectangle is not rendered by Flash.</p> ]]></description>
<pubDate>Sun, 15 May 2011 05:36:54 GMT</pubDate>
<guid>http://snipplr.com/view/53590/as3-scrollrect/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: TextField</title>
<link>http://snipplr.com/view/52577/as3-textfield/</link>
<description><![CDATA[ <p>Set the textfield to multiline. Then use this to make it auto expand to multiline.

This code is also good for getting multiple font weights working.
- Embed the Regular, Bold, etc font weights
- Use  for bold and  for italic</p> ]]></description>
<pubDate>Tue, 26 Apr 2011 05:29:13 GMT</pubDate>
<guid>http://snipplr.com/view/52577/as3-textfield/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Webcam</title>
<link>http://snipplr.com/view/52217/as3-webcam/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Apr 2011 09:12:56 GMT</pubDate>
<guid>http://snipplr.com/view/52217/as3-webcam/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Set 3D Perspective Relative to the Object</title>
<link>http://snipplr.com/view/52015/as3-set-3d-perspective-relative-to-the-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Apr 2011 13:32:48 GMT</pubDate>
<guid>http://snipplr.com/view/52015/as3-set-3d-perspective-relative-to-the-object/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Mouse Glow Trail</title>
<link>http://snipplr.com/view/51958/as3-mouse-glow-trail/</link>
<description><![CDATA[ <p>This is just the gist of it. I haven't tested this code exactly.</p> ]]></description>
<pubDate>Tue, 12 Apr 2011 06:30:14 GMT</pubDate>
<guid>http://snipplr.com/view/51958/as3-mouse-glow-trail/</guid>
</item>
<item>
<title>(PHP) Wordpress: Show Post Meta</title>
<link>http://snipplr.com/view/50879/wordpress-show-post-meta/</link>
<description><![CDATA[ <p>Replace "featured-image" with whatever your custom field name is.</p> ]]></description>
<pubDate>Sun, 20 Mar 2011 10:04:43 GMT</pubDate>
<guid>http://snipplr.com/view/50879/wordpress-show-post-meta/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Format Time</title>
<link>http://snipplr.com/view/50559/as3-format-time/</link>
<description><![CDATA[ <p>Easily convert seconds into a hh:mm:ss format.</p> ]]></description>
<pubDate>Sat, 12 Mar 2011 02:52:16 GMT</pubDate>
<guid>http://snipplr.com/view/50559/as3-format-time/</guid>
</item>
<item>
<title>(CSS) CSS: List-Item Decoration  To Line Up</title>
<link>http://snipplr.com/view/49724/css-listitem-decoration--to-line-up/</link>
<description><![CDATA[ <p>If you want the bullet points to be on the inside of your div, but also keep the 2nd+ lines to not wrap to the left of the bullet point.</p> ]]></description>
<pubDate>Sat, 26 Feb 2011 10:52:56 GMT</pubDate>
<guid>http://snipplr.com/view/49724/css-listitem-decoration--to-line-up/</guid>
</item>
<item>
<title>(PHP) Wordpress; Fix "More Types" Plugin for Wordpress 3.1</title>
<link>http://snipplr.com/view/49563/wordpress-fix-more-types-plugin-for-wordpress-31/</link>
<description><![CDATA[ <p>Wordpress 3.1 breaks the More Types plugin ( for now). Use this fix to get the menu back.</p> ]]></description>
<pubDate>Thu, 24 Feb 2011 08:25:43 GMT</pubDate>
<guid>http://snipplr.com/view/49563/wordpress-fix-more-types-plugin-for-wordpress-31/</guid>
</item>
</channel>
</rss>