This section is all about web development, helping programmers to develop the best sites possible.
The key elements of successful web development:
Performance - Interface - Maintainability
In homage to its previous existence as Urchin Stats, Google Analytics supports URL tracking options using the prefix utm_, which stands for ...
We all know how annoying it is to be half-way through filling in a web form, only to accidentally close the window or hit the back button. ...
I was fortunate enough to attend the PHP UK Conference 2012, on Friday 24 February. The theme of the conference was about how well PHP scales ...
Google is respected in the web development community for writing simple, usable code and then making it available for re-use by everyone. ...
Here we learn how to create a text shadow affect, using only a bit of CSS. div.box{ background-color:#000000; } h4.glow { padding ...
Google Web Fonts lets you browse all the fonts available via the Google Web Fonts API. All fonts in the directory are available for use on ...
Facebook has opened up its commenting system to all websites. What this means is that there is no need for a website owner to develop, run and ...
It's not unusual for web hosts to make changes to their platform, for security reasons or whatever, but this one on Media Temple's (gs) platform ...
Here's some code you may find useful if your website is stuck in an iframe inside someone else's site: if(top.location != location) { ...
The situation is this: You have a PHP script that takes POST data, and you need to pass that data on to a remote server. How do you do it? ...
There are a few ways to tell bots whereabouts the content is on your web page: Google ad section targeting: What is section targeting and ...
Here's a user-agent you'll need to add to your list of robots: facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php) I ...
I am building a reference of short urls, and for each one need to record its final destination url, server software and page title. Curl almost ...
If you want to know more about what a bit.ly url refers to, here is a PHP function that may be of use to you. It first checks what the destination ...
Facebook makes its new Graph interface sound so simple, but what about Facebook OpenGraph? This is where third-party web sites specify extra ...