Random Posts
Google console
If you like console instead of windows/mouse interface, please go to http://goosh.org This google-interface behaves similar to a unix-shell. You type commands and the results are shown on this page. goosh is written by Stefan Grothkopp <grothkopp@gmail.com> it is NOT an official google product! so lets start with "help" command command aliases parameters function [...]
Adobe AIR for Linux Beta
Supported Linux Distributions Fedora Core 8 Ubuntu 7.10 Open Suse 10.3 Features Available The following features are available with this release: Runtime/Application Install/Update and Uninstall. HTML Loader with JS support to render HTML within AIR applications. Local Database APIs File system support with support for user folders like Desktop/Documents etc. Desktop Integration with Drag and [...]
Reinhold Weber – 40 Tips for optimizing your php code
If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print. Use echo’s multiple parameters instead of string concatenation. Set the maxvalue for your for-loops before and not in the loop. Unset your variables to free memory, especially large arrays. Avoid magic like __get, [...]
