This example shows you how to setup TinyMCE to produce different results for it’s URLs in images and links. You can read more about these config options in the TinyMCE FAQ
Category Archives: Programming
Jplayer
The jQuery HTML5 Audio / Video Library jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript. AjQuery plugin, jPlayer allows you to rapidly weave cross platform audio and video into your web pages. jPlayer’s comprehensive API allows you to create innovative media solutions while support and encouragement is provided by jPlayer’s active and growing community.
Popcorn.js
The HTML5 Media Framework
Audio Player 2.0
News Version 2.0 released January 4th, 2010 Version 2.0 is now finally available for download through the WordPress plugin repository.
sqlite error codes
here are the error codes for sqlite, straight from their site: The error codes for SQLite version 3 are unchanged from version 2. They are as follows:
MySQL if exist update else insert
I whant to write single sql for this: if not exists (table colum value=something) insert new row else update table colum value i know that MSSQL has this method, but how to do this in mysql?