Logo Background RSS
  • FakeMail to test your Application
    By vinu on March 29th, 2006 | No Comments Comments
    Ever been in a situation where you had to test mails from your web application but couldn’t get the mails properly? Here’s something for you : Fakemail is a dummy SMTP gateway written in Perl. It’s a to...
  • Security in an AJAX World
    By vinu on March 29th, 2006 | No Comments Comments
    Here’s an interesting article on Ajax Applications and security. It won’t be long before content hijackers take over your XML data which you’re using for your Ajax applications. If data is more openly a...
  • Web Testing with Selenium
    By vinu on March 27th, 2006 | No Comments Comments
    Here’s a testing tool for web applications which is easy to use and has a firefox plugin to record and play test runs was developed by team of programmers and testers at ThoughtWorks. Selenium is a test tool for we...
  • Spice up PHP applications with OpenLaszlo, Part 1: Create interactive interfaces
    By vinu on March 16th, 2006 | 2 Comments2 Comments Comments
    An interesting article from IBM on using PHP with OpenLaszlo. This “Spice up PHP applications with OpenLaszlo” tutorial series shows you how to use OpenLaszlo to create a more interactive interface for your P...
  • AJAX Real Time Online Visitors
    By vinu on March 14th, 2006 | No Comments Comments
    A tutorial from phpmagazine.net which show you how to create an online visitor display using PHP and Ajax. “There is many techniques to track online visitors with PHP, in this example I used the most simple one. Th...
  • PHP Life - Comic Strip
    By vinu on March 14th, 2006 | No Comments Comments
    Here’s a cool comic strip for PHP developers. Get more of PHP Life at: < ?PHP Life?> Bookmark and share: ...
  • Email Header Injection in PHP
    By vinu on March 9th, 2006 | No Comments Comments
    Here’s an interesting article on Email Header Injection, a method spammers use to hijack your contact forms to send our mails. The article goes on to show how to protect the contact form from being abused. It has b...
  • IP Banning with PHP
    By vinu on March 8th, 2006 | 2 Comments2 Comments Comments
    By: Jacob Manser (lefteh) Blocking certain IP addresses from your site is actually much easier than you might think. In fact, it is only a seven-line code inserted at the top of your page! The code: 1 : < ?php 2 : $banne...
  • My-BIC = Easy Ajax
    By vinu on March 8th, 2006 | 3 Comments3 Comments Comments
    Here’s a framework for Ajax which is trying to make Ajax programming a lot easier and simpler. My-BIC provides support for XML, JSON and Text based Ajax transactions and works on Safari, Firefox, IE and Opera. Sub...
  • Setting up a PHP Proxy Server
    By vinu on March 8th, 2006 | 5 Comments5 Comments Comments
    Ever been in a situation where you couldn’t access sites because your ISP or sysadmin has been blocking access. Here’s your chance to set up your own proxy server to bypass the firewalls and proxy. If youR...

Advertisement