web applications

Web-Developer Server Suite- A package of web applications including Apache, MySQL, and PHP

The Web.Developer Server Suite is a Windows-based Platform for the development, testing and deployment of PHP and MySQL websites and applications. Simplify development cycles with a consistent, standardized set of tools. Windows | Apache | PHP | MySQL Suitable for both beginners and professionals, a complete turn key solution is provided that is capable of creating and deploying a personal Website for [...]

Zope – A web application server!

Zope is an open source application server for building content management systems, intranets, portals, and custom applications. The Zope community consists of hundreds of companies and thousands of developers all over the world, working on building the platform and Zope applications.Zope is written in Python, a highly-productive, object-oriented scripting language. It features a strong through-the-web development model, allowing you [...]

Security and Protection Features in Citrix NetScaler

Security and protection features help block the theft and leakage of data by protecting Web applications from application-layer attacks. A NetScaler allows legitimate client requests and can block malicious requests. It provides built-indefenses against denial of service (DoS) attacks and supports features that protect the application against legitimate surges in application traffic that wouldotherwise overwhelm [...]

How to Debug with PEAR Logging

Let’s admit, any PHP developer, at some point has “debugged” a PHP application by inserting several “echo” statements here and there. It’s easy and quick but it’s by far not the best way. For one, you can not and should not do anything like that on a production server. The last thing users need to [...]

How to run a PHP script on cron

Lots of programmers like PHP for its ability to code and develop web applications fast. Code-debugging is a lot easier than with PERL or C. However, there is one thing a lot of developers are puzzled about, “How to run PHP Scripts with crontab?” Cron is normally available on all Unix and Linux distributions; if [...]