Category: Development

  • Shortcode Manager Plugin

    I am currently in development of a plugin to manage all wordpress shortcodes from one admin section. Here are some things I want to include: First an “Other shortcodes” section. This would be used to scan your wordpress hooks and filters to see see what shortcodes may be active due to other plugins etc.. An…

  • KeyboardControl AS3 Class

    Keyboard events are finicky, and AS3 is no exception. They work like regular keyboard strokes anywhere else on your system. Press a key once, and it fires once, but keep it held down and after a short delay it fires repeatedly at a system defined interval. This is how keyboard events should work for text…

  • Chyrp Versus WordPress

    I AM NOT PLUGGING HERE!But I have to say for those of you who don’t know what Chyrp is, I suggest finding out elsewhere, because being an avid WordPress user, I don’t want to add too many users to their community through here. Anyway the point of this post is that YES, there are some…

  • Revised Phlickr getToken Script

    Recently have been trying out the API available at http://www.flickr.com/services/api. To do this, I have been searching and testing all the available Flickr API wrappers available out there in AS3 and PHP. The AS3 version is well documented and works as well as an API in flash can. What I needed was a good PHP…

  • URL AS3 Class

    Custom class dependencies: QueryParameters This class is an attempt to have an object that will automatically parse any string representing a URL. Similar to the way the JavaScript object window.location parses the window’s URL. The URL string is supplied either through the constructor, or through setting the ‘href’ property. What is important to note is that…

  • WindowLocation AS3 Class

    Custom class dependencies: QueryParameters The class works exactly the way you think it would except it has a couple of extras. One extra is that this class caches the value of any JavaScript call made by ExternalInterface. This way, if you need to call this class’s property more than once in a script the ExternalInterface…