Search Results

37
votes

What are the best web design sites?

One of my favourites is: http://www.smashingmagazine.com/ …
1
vote

How can I show different content to website visitors from a specific country in PHP?

As yet another alternative, you can download one of the SQL databases here and use it to resolve an IP address to a location: …
1
vote

Ajax, back button and DOM updates

Using the URL hash/fragment identifier is a pretty common way to hook/remember state in a web application that relies on Ajax and DOM updates. Check out the …