array array_unique ( array $array [, int $sort_flags = SORT_STRING ] ) Takes an input array and returns a new array without duplicate values.
Author Archives: Prosoxi.com Webmaster
How do I disable the new Chrome Print Preview feature?
For some strange reason Google have made the Print Preview in Chrome mandatory in the latest update. While there is no setting option to disable the print preview you can do it with a program launch switch –disable-print-preview.
“Who Is Online” Widget With PHP, MySQL & jQuery
For this week’s tutorial, we are taking a look at our ever-so-interesting inbox. It all started with a letter from one of our readers a couple of weeks ago:
Setting Equal Heights with jQuery
JavaScript to the rescue Calling equalHeights() on DOM ready let’s us keep all of the important factors in play, without adding extra markup or complex CSS workarounds:
FlareVideo
FEATURES HTML5 video with Flash fallback Easy CSS/HTML/JS customization and theming Full screen support Completely open source and free for commercial use
Install LightTPD, Mysql and PHP5 on UBUNTU (LLMP)
There is nothing better for web development that having your own local web server to test your web pages on before uploading them to a live server. As a Linux user, I have many choices including Apache2 and Lighttpd. I chose to use the latter of the two, because it is more lightweight and I …
Continue reading “Install LightTPD, Mysql and PHP5 on UBUNTU (LLMP)”