Hardware: Comtrend CT-633 hidden things
The Comtend CT-633 is a small DSL router that was used by some companies (at least in France). Undortunatly, some usefull features were hidden. Hidden […]
Continue reading »Sharing few experiences that may be of any interest…
The Comtend CT-633 is a small DSL router that was used by some companies (at least in France). Undortunatly, some usefull features were hidden. Hidden […]
Continue reading »This article presents the steps to follow in order to use wepcrack (wifi / wep crack). Needed software Before starting, you need the following: Linux’s […]
Continue reading »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 »