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
-
function isNumeric(input) {
-
return (input - 0) == input && input.length > 0;
-
}
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

