Search Results

Better than VMware – freeware virtualization solution for application development

alternative, colinux, freeware, virtualization, vmware
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 more [...]

PHP debugging today – XDebug + PDT

php xdebug eclipse ide debugger pdt
Good news, my PHP colleagues. Dave Kelsey have uploaded the next version (0.2.0) of XDebug support for PDT 0.7 RC3. Plugin should be used with XDebug 2.0.0RC3 only and PDT 0.7 RC3 and newer.

Qcodo PHP framework – version 0.3.22 released

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

Cooking dating site in 66.5 Hours

dating+site dating online web20 php cakephp startup
U.S. residents spent $469.5 million on online dating and personals in 2004, the largest segment of “paid content” on the web, according to a study conducted by the Online Publishers Association (OPA) and comScore Networks.
Such services generally allow people to provide personal information, then search for other [...]

True rapid visual application development environment for PHP available

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 function for html to plain text conversion (html2text)

php html2text html2txt convert html plaintext text Ready-made custom PHP function for performing boring task – converting fancy spicy html to bare hardcore plain text. Use with care. Can cause brain damage.

function html2text($html)
{
$tags = array (
0 => ‘~<h[123][^>]+>~si’,
1 => ‘~<h[456][^>]+>~si’,
[...]

Qcodo PHP development framework progress

qcodo code-less-do-more php framework CRUD ORM Qcodo is perfect code-less-do-more php framework. It is a powerful combination of Code generator and neat (ajax and buzzword stuff) stateful QForm/QControl/QPanel frontend (view) controls. Shortlist of features:

Code generation engine which offers support for non database-based data sources (like REST/SOAP/RSS servers/services, etc.), as well as a single, modularized Codegen [...]

Do you need more than one second to choose PHP search engine?

php search+engine crawler indexer There’s a new article @ O’Reilly OnLamp.com — “search engine showdown” — that compares search engines for site. Here’s short excerpt to get the general idea of what they are all about:
iSearch has an excellent range of options for the needs of nearly any site, yet the core functions are encrypted [...]

Alternative PHP Cache (APC) and __autoload() interoperability

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

Pages: Prev 1 2 3 4 Next