Web Development

Know what changes are in store for PHP V6

PHP6

PHP's next edition, V6, includes new features and syntax improvements that will make it easier to use from an object-oriented standpoint. Other important features, such as Unicode support in many of the core functions, mean that PHP V6 is positioned for better international support and robustness.

IBM has written an interesting article on this.

The IE conditional comment

IEWhen working with CSS, cross browser compatibility is also an issue. Mostly on Internet Explorer web browsers. A way many web designers/developers get around this problem is by targeting certain IE with it's own CSS stylesheet to fix styling issues since each version renders CSS differently. This method is by using an IE conditional comments placed in the HTML < Head > tag.  read more »

Use SSH to Create Secure Tunnels for File Transfers (SFTP), Remote Desktop (VNC), Subversion (SVN), and Firefox Traffic

This guide will show you how to access a computer located on your home network from outside of your local area network. For the purposes of this guide, let’s assume we are trying to access a HOME SERVER such as a Mac Mini located on your home WiFi router. The home computer could just as easily be a Ubuntu, or similarly flavored Linux machine. The first thing that we will need to do is determine your home IP address, and then we will setup port forwarding on your wireless router. Keep reading to get started with this process or go to learn how a SSH Tunnel works.

Read full article by Franklin

A service that allows you to test your site in different browsers online

Cross Browser Testing

CrossBrowserTesting.com is a new service designed to let website designers see what their website looks like in different browsers and in different operating systems. It is based on virtual server technology which allows us to keep costs low and pass the savings on to you.
You can check cross-browser compatibility under many different configurations so that you can feel comfortable that your site looks and works the way it should. Check out the demo.

Visit: CrossBrowserTesting.com