PHP forums list PHP BB Vbulletin [no free] Ipboard [no free] Simple Machines BB press
Author Archives: Prosoxi.com Webmaster
markItUp! universal markup jQuery editor
markItUp! is a JavaScript plugin built on the jQuery library. It allows you to turn any textarea into a markup editor. Html, Textile, Wiki Syntax, Markdown, BBcode or even your own Markup system can be easily implemented.
Mysql Concat + Join fields
SELECT CONCAT(last_name,’, ‘,first_name) full_name FROM mytable ORDER BY full_name; [ad code=1]
How to capture streaming videos from the Internet
Download-helper Websites KeepVid and YouTube Downloader are download-helper websites that allow users to provide them with the video links. These videos will hence be catalogued and uploaded to the site. They are not video hosting websites like YouTube or Dailymotion; they provide a browser-based service from as the user only has to enter the video’s …
Continue reading “How to capture streaming videos from the Internet”
Regular Expression Builder
Regular expressions are one of those things that are incredibly powerful… if you know how to use them. It has taken quite a bit of time for me to learn the ins and outs of how they work, but once you get the hang of them there is almost always some variation that can be …
jQuery UI MultiSelect Widget
This is the successor and port of my original jQuery MultiSelect Plugin to a jQuery UI widget. While both will actively be maintained, I highly recommend you use this version over the plugin version. It has a more robust feature set, is faster, and is much more flexible. MultiSelect turns an ordinary HTML select control …