Firefox 5 has been released

Date June 21, 2011

Download Firefox 5

Finally Firefox 5 has been released. The latest version of Firefox has the following changes:

  • Added support for CSS animations
  • The Do-Not-Track header preference has been moved to increase discoverability
  • Tuned HTTP idle connection logic for increased performance
  • Improved canvas, JavaScript, memory, and networking performance
  • Improved standards support for HTML5, XHR, MathML, SMIL, and canvas
  • Improved spell checking for some locales
  • Improved desktop environment integration for Linux users
  • WebGL content can no longer load cross-domain textures
  • Background tabs have setTimeout and setInterval clamped to 1000ms to improve performance
  • Fixed several stability issues
  • Fixed several security issues

Download Firefox 5

Dotted IP to Long Converter

Date April 6, 2011

This tool will convert dotted IPs to their long number.
Enter an IP address:

More Webmaster Tools

Website / Server Monitoring Script in PHP

Date March 2, 2011

Are you looking for php script that help you to monitor your server or website? I’ve written one simple script in php that can help you to monitor your website status.

<%
$servers = array("saqib-ansari.com", "google.com", "yahoo.com", "8.8.8.8");

$port = '80';

foreach ( $servers as $host )
{
	$status = fsockopen( $host, $port, $errno, $errstr, 6 );
	echo "Host $host is ";
	if ( !$check )
		echo "DOWN! \n";
	else
		echo "UP! \n";
}
%>

You can enhance this script as per your requirement.

Happy Server Monitor

More Free Webmaster Scripts

What is my IP Address

Date February 22, 2011

 

Your IP Address is “188.138.120.126

 

More Webmaster Free Tools

 

Subscribe to Technology Tips

Subscribe to Saqib-Ansari via RSS

Or, subscribe via email: