Developers
developers Ballmer rocking video
This is so full of l33t. When you listen to it for a while it sounds like “The Battle At First”
developers Ballmer rocking video
This is so full of l33t. When you listen to it for a while it sounds like “The Battle At First”
zend zend+framework php php5 framework mvc php+framework
Zend announced availability of the first production release of Zend Framework.
The Zend Framework project has developed solutions to solve frequent needs of web application developers, including the following areas:
Powerful MVC framework
Database access solution that balances ORM with efficiency and simplicity
Lucene-compatible search engine
Advanced I18N support
Robust authentication/authorization classes and input [...]
adobe creative+suite uninstall installer+bug msi msiexec manual+uninstall
If you have installed Adobe Creative Suite 2.0 it can be impossible to uninstall Suite applications due to installer bug. Setup.exe is crashing every time I’m trying to manage my Adobe Creative Suite installation. It’s big annoyance, because Windows won’t allow to uninstall individual suite applications, telling that [...]
php opcode+cache apc xcache eaccelerator mmcache issues require_once
If you got a large OO PHP application, you usually come with many files included using “require_once()”. Different test from different sources shows that using require_once works up to 4 times slower than require. Basically, all known PHP opcode caches suffers from this issue (APC, XCache, ea/mmcache).
There’s patches [...]
text-link-ads ads server hacked
Text-Link-Ads is a brokering service between website (blog) owners, and advertisers wishing to increase traffic by purchasing text links from other sites. Text-Link-Ads accepts blogs through an online application form, categorizes and ranks each site accepted into the program and based on things like traffic, PageRank, AlexaRank, RSS subscribers and other [...]
virtualization opensource cooperative-linux windows application-development
Having hard time trying VMware and setting up testing server for application development, I came across unbelievable opensource not-a-toy solution - Cooperative Linux. CoLinux is working free and open source method for optimally (means fast) running Linux on Windows natively. It allows run Linux on Windows 2000/XP in a way which is much [...]
qcodo php framework rich internet application ajax tools
Qcodo PHP framework is solid solution which can help you with application development. You can create rich internet application faster. You can implement mysql editor easily, utilize efficient ajax tools, integrate online wysiwyg editor for making rich internet application even better.
It took 3 month to release new [...]
php rad development
Delphi® for PHP is the first completely integrated visual Rapid Application Development (RAD) environment for PHP. Delphi’s proven and familiar visual Rapid Application Development (RAD) approach means you are quickly up to speed and productive, without the headaches normally associated with learning a new development environment. The powerful PHP editor and debugger [...]
php cache apc autoload
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
Many developers writing object-oriented applications create one PHP source file per-class definition. Using __autoload() helps to overcome one of [...]