Vasiliy Selivanov

  • RSS

Google console

Posted on Tuesday, June 3rd, 2008

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 [...]

continue reading

Adobe AIR for Linux Beta

Posted on Tuesday, September 16th, 2008

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 [...]

continue reading

Reinhold Weber – 40 Tips for optimizing your php code

Posted on Friday, April 4th, 2008

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, [...]

continue reading

Zend Framework 1.7.2

Posted on Wednesday, December 24th, 2008

Zend Framework 1.7.2 is released.

changes, download

 

 

Posted in: php, Zend.