JW Player 6 – Textmark Plugin
Textmark v2.0 is a plugin for JW Player. This plugin is designed to create overlay text on top of Flash videos. This is not quite the same as a watermark that is burned into the video itself. It is merely a […]
Textmark v2.0 is a plugin for JW Player. This plugin is designed to create overlay text on top of Flash videos. This is not quite the same as a watermark that is burned into the video itself. It is merely a […]
jQuery is a very powerful javascript library that I use all the time. For the most part, I find that it’s simple to use, yet easy enough to do very advanced things. Anyone who has used jQuery knows that you […]
I’ve recently been tasked with creating a US state selection box. Here is a PHP array that I used to generate the html select box. I hope it will save others some time: $stateName = array(‘Alabama’, ‘Alaska’, ‘Arizona’, ‘Arkansas’, ‘California’, […]