Youtube Thumbnails Via PHP

Youtube Thumbnails Via PHP

Embedding videos from Youtube into a website is a rather painless procedure. Each video is provided with sharing options that include a bit of html code that will get the job done, and with WordPress it’s even easier. All you need is the video URL and the oEmbed...
WordPress: Take Control of HTML Tag Filtering

WordPress: Take Control of HTML Tag Filtering

One of the important ways in which we protect websites from hackers, spammers, and other such baddies is by preventing them from injecting malicious code into our databases. WordPress provides us with some built in security functions that stop this type of thing by...
PHP: Random Data Retrieval

PHP: Random Data Retrieval

Sometimes we may want to present our data in an unordered fashion, avoiding alphabetical or date based sorting. For example, creating a “Featured” list of articles that changes upon each page load by choosing a handful at random from our database. Another...