Using the WordPress apply_filters Function for Dynamic Content
In a WordPress plugin you can filter many values including the title and content of a post using: add_filter('the_content', 'MyPluginClass::FilterTheContent'); This is pretty handy, but sometimes when you’re writing a WordPress theme you want to allow plugins to add content, not just filter the usual content. Using apply_filters makes this pretty easy because you can call apply [...]
Filter Forge for Photoshop for Mac Released
Network World reports that Filter Forge, a Photoshop filter creator has been release for Mac OS X. Filter Forge allows the creation of seamless textures, visual effects, distortions, patterns, backgrounds, frames and more. The key features of Filter Forge include a visual filter editor and a free online library of user-created filters which currently [...]