David Ansermot Web Developer / TYPO3 Integrator

24mai/110

PHP utility class – Url Checker 1.0

Another light utility class to check if your urls are valids.

Simply get an instance of UrlChecker and check each url. If url is valid, the class'll return "200" success code.

Available on my downloads page or directly here

14avr/110

Javascript – Test if variable is numeric

Here's a simple way to check if a variable is numeric or not in javascript

  1. function isNumeric(input) {
  2.         return (input - 0) == input && input.length > 0;
  3. }

Enjoy

7mai/100

WordPress 3.0, beta 2 available

Following the successful post-WordCamp San Francisco code sprint, WP.com's team are now ready to release the second beta of WordPress 3.0.
Things to test:

  • Revised menu user interface
  • Changes to the WordPress exporter and importer to make it more flexible

Already have a test install that you want to switch over to the beta? Try the beta tester plugin.
Get it now

17fév/100

Test your newsletters – EoA

Do you build html newsletters ?
Are you tired by retesting and retesting again and again on a lot of mail clients ?

This website is made for you.
I use it each time I build a newsletter.

Email On Acid allow you to simulate your newsletter on all known mail clients, and show you the result
Here's a screen of the free tests results page

Official website