Video: Convert a DVD chapter to Divx
Here is yet another way to produce a little divx file (using mencoder) that don’t need to be of an exellent quality (eg. for old […]
Continue reading »Sharing few experiences that may be of any interest…
Here is yet another way to produce a little divx file (using mencoder) that don’t need to be of an exellent quality (eg. for old […]
Continue reading »this article is about convert any video to a file suitable for a sony Clie TH55. You will need ffmpeg to make the following working. […]
Continue reading »Use XSLT to make a smart pagination rendering result in HTML, more or less like the google one. The following is extracted from an old […]
Continue reading »The following function decode HTML entities en return a plain text string: function entityDecode(strHTML) { var tmpTextArea = document.createElement("textarea"); tmpTextArea.innerHTML = strHTML.replace(/</g,"<").replace(/>/g,">"); var decodedStr = […]
Continue reading »If you want to check if any checkbox is selected, but checkboxes have all the same name and are so part of an array, here […]
Continue reading »ZendFramework provides a class to handle configuration: Zend_Config. It also provides a class to manage cache: Zend_Cache. But, unless the Zend_Translate component (as of the […]
Continue reading »Acrobat reader throught IE can complain about a “document not found” when you try to send a PDF throught the web server. A way to […]
Continue reading »A little function to transform an ascii string into a Mac Roman string suitable for MacOS Pre X function AsciiToMacRoman($str) { return strtr($str, "xc4xc5xc7xc9xd1xd6xdcxe1xe0xe2xe4xe3 xe5xe7xe9xe8xeaxebxedxecxeexefxf1xf3 […]
Continue reading »Here is a way I found to make full a full text search on entire words only with postgreSQL (tested on v8.1): SELECT field1,field2 FROM […]
Continue reading »