Skip to main content Jump to list of all articles

Month February 2018

Tips to Make Your YouTube Video More Professional

It seems that everyone has a YouTube channel these days. The problem for creators is no longer finding an easily shareable platform to use but instead finding a way to stand out from the crowd. With video content ranging from meme compilations to detailed tutorials on every subject under the sun, finding a way to get yourself noticed has become the key issue for anybody hoping to take their YouTube content to the next level.

Whether you’re a business hoping to create a viral ad for your new product, or you’re simply trying to use online tools to solidify your personal brand, creating unique and professional content is now possible thanks to the variety of tools available both off and online.

in Marketing

WOW-Multi-Twitter 2.0 Reloaded PHP Class

WOW-Multi-Twitter 2.0 is a PHP class that accesses single or multiple Twitter account feeds via the Twitter API using OAuth, the standard, secure way of interacting with your Twitter feeds. Version 2.0 replaces the following 2 scripts, Multi Twitter Script and Wow Twitter Single. Some of the original code has been reused but because it is object orientated it should definitely be easier to set up.

in Web Development

WOW RSSX PHP Class – Display Multiple Feeds using SimpleXML

WOW RSSX is another PHP script that fetches either a single or multiple RSS Feeds and combines them to display on your website along with categories and dates. With added options, you can tailor the output to suit your needs. The difference between the recently published WOW RSS and WOW RSSX is that this script uses SimpleXML and WOW RSS uses cURL to fetch the feeds and JSON to convert the feeds from a SimpleXML object to a PHP array.

in Web Development