To prevent identity confusion, Twitter is experimenting beta testing with a ‘Verified Account’ feature. We’re working to establish authenticity with people who deal with impersonation or identity confusion on a regular basis. Accounts with a Verified are the real thing!
via Twitter.

Here’s a simple, yet handy tool for any web developer:
This is one of those things I made because I need it all the time and can never find it. Basically, put a bit of HTML code into the box, and it’ll translate it into special character-based HTML code that you can show people (for example, [...]

Some pointers on using HTML5 with CSS3
While it is true HTML5 and CSS3 are both a work in progress and is going to stay that way for some time, there’s no reason not to start using it right now.
via Coding A HTML 5 Layout From Scratch | How-To, Tutorials | Smashing Magazine.

The wordpress plugins, WPtouch and WP Super Cache don’t work together nicely. To get them to work try the following link
via WPtouch and WP Super Cache ↔ BraveNewCode Inc..

Interesting look at SEO factors for Bing v. Google
So now the question for website owners and SEO’ers remains – “How do I rank higher in Bing and drive more traffic to my website?”
via Bing SEO – How to Get Top 10 Rankings in Bing.com | ineedhits.

If you make your own Wordpress plugins or themes, be sure to follow the coding standards to “maintain a consistent style so the code can remain clean and easy to read at a glance”.
WordPress Coding Standards « WordPress Codex.

10
Aug

Here’s a step-by-step guide for installing PEAR on WAMP:
WAMP PEAR installation.

I came across this great collection of over 200 common PHP functions that have been rewritten in JavaScript.
PHP.JS is an open source project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions client-side.
Visit PHP.JS to learn more.