Search Results

XDebug support for Eclipse PHP IDE

php xdebug eclipse ide debugger pdt
Great news! No more Zend debugger monopoly for PDT. Dave Kelsey submitted an enhancement to Eclipse PDT (formerly Eclipse PHP IDE) which provides XDebug support.
Plugin is totally usable, despite of some limitations (its just first public release, remember?)

PHP security audit script

Recently I came across PHPSecInfo project, which offers easy deployable server-side php security audit solution.
PhpSecInfo provides an equivalent to the phpinfo() function that reports security information about the PHP environment, and offers suggestions for improvement. It is not a replacement for secure development techniques, and does not do any kind of code or app [...]

External diff tool integration plugin for Eclipse IDE

eclipse-ide plugins diff external-tools Missing some features in built-in Eclipse diff tool? Now its possible to conveniently integrate your favourite compare tool like WinMerge or Beyond Compare (popular commercial diff / compare tool with powerful comparison rules customisation abilities and support for various data formats via plugins). External diff tool integration plugin for Eclipse [...]

Google Trends - programming languages

seo experiments google trends fun
Experimenting with Google Trends (http://www.google.com/trends), I decided to check popular web-related programming languages/technologies popularity (Try it yourself).
Results are rather predictable:

Java — probably biased by coffee lovers
PHP — most natural result
.NET, ASP, C# — no comments
Perl, Python, Ruby — even jewelry and zoological sites did not helped :(

Serious problems with $_POST array handling in recently released PHP 5.1.3

A critical bug with $_POST array handling as well as the FastCGI sapi have been discovered in PHP 5.1.3. The problem is actually messing data in $_POST:

<form method="post" action="" enctype="multipart/form-data">
<input type="text" name="java[server_1]" value="jboss">
<input type="text" name="java[server_2]" value="tomcat">
<input type="submit"></form>
Returning array:
(
[java] => Array
(
[...]

Your next dedicated solution. Growing smart.

web server database hosting Your dedicated server suffer from overload? It’s time to get bigger! The good step forward is 2 web + 1 database server. If you do not want to split media content and dynamic pages between different servers, you probably need loadbalancer.

PHP [MVC] Frameworks

php frameworks mvc Qcodo
A code generation-based framework for PHP5. Generates your object relational model (CRUD objects) as WELL as simple CRUD-based pages which can be extended/customized. Code can be regenerated without destroying customizations. Presented at MySQL User’s Conference as well as the Zend/PHP conference in 2005.
Symfony
Perfect documentation and tutorials. Based on Mojavi and inspired by [...]

PHP Code Coverage analysis

For those in barely need of php threadsafety - http://gcov.php.net/ . This page is deticated to automatic PHP code coverage testing. Every day a current cvs snapshot will be build on the machine and tested. After all tests are done the results are visualized along with a code coverage analysis.
Last time I’ve checked it [...]

Include JavaScript files from JavaScript

includes javascript js external js+includes javascript+includes You can easily include external JavaScript files directly from JavaScript, just like include() in php etc. No more script src=…, but best of all its fully dynamic. Here’s that nice piece of code:

Pages: Prev 1 2 3 4 Next