CPU-Z is a freeware that gathers information on some of the main devices of your system.
Monthly Archives: July 2011
Aviosys 9258 Faq
Deprecated: Function eregi() is deprecated
It means the function is old and not supposed to use anymore. I don’t remember the versions where this still was or where it was removed but thats probably the case. You should use preg_match. And instead of all ereg* functions there is usually preg_* function that you can use. You can use the i …
Continue reading “Deprecated: Function eregi() is deprecated”
Jquery Syntax Highlighting
Chili directly supports highlighting of PHP, HTML, CSS, JavaScript, MySQL, Java, C++, C#, Delphi, and LotusScript. Additionally, it’s fairly easy to add a new recipe for any other language by means of regular expressions. very fast coloring easy line numbers trivial setup fully customizable thoroughly documented MIT licensed
PHP Jquery Multiple upload files
What is this? The Multiple File Upload Plugin (jQuery.MultiFile) is a non-obstrusive plugin for the jQuery Javascript library that helps users easily select multiple files for upload quickly and easily whilst also providing some basic validation functionality to help developers idenfity simple errors, without having to submit the form (ie.: upload files).
jquery console log
logPrint=’my log’;console.log( logPrint);