XML-RPC Ping Service List:
Monthly Archives: April 2011
Xbox 360 Links
Xbox Useful links http://youtu.be/J9a6IYBby2U http://www.ixtreme.net/ http://forums.dashhacks.com/ http://xbox360.dashhacks.com/ http://www.xbins.org/ http://abgx360.net/verified.php?f=pressings&q=A2FE1F34 http://forums.afterdawn.com/t.cfm/f-152/360_waves_patcher_wave_converter_for_all_firmwares-811141/ http://www.nextgenupdate.com/forums/xbox-360-exploits-hacks/93780-what-jtag-freeboot-ect.html
Rounded corners on images, CSS-only
Admit it, even though rounded corners are widely seen as overused, you love playing with border-radius. A common complaint is that you can’t use that CSS3 property on images. Define any value, and the images will still display as nature intended: straight corners.
PHP animated GIF with FFmpeg and PHP
The tools To create the video preview, we need PHP >= 5.1 with the Imagick extension and FFmpeg. FFmpeg supports most of the existing video formats, has a command line interface, and is available under the LGPL license.
PHP variable creation into one line
variable creation into one line
PHP: Multi-word MySQL Search
Here we have a simple PHP search algorithm that queries a MySQL database and outputs the result. It is a simple alternative to using the FULLTEXT search feature of MySQL. The script autmatically takes into consideration how many search words are in the search string which is submitted from the HTML search form. It then …