“phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.”
#webdev
Debug PHP with Firebug and FirePHP
Debug PHP with Firebug and FirePHP
Quick tutorial on how to use FirePHP for basic PHP debugging with Firebug.
Lunascript
“an in-house programming language for writing rich web applications in about 10% of the time and code you can today.” Goes from a declarative language into a complied front/backend web 2.0-style application.
jQuery Masonry
Neat plugin that allows you to position things on a “vertical” grid rather than a “horizontal” one, so that all your blocks take up less vertical space and mesh up better.
Stupid WordPress Tricks
Huge list of WordPress tips, with code samples where appropriate.
zen-coding
An awesome plugin for TextMate that gives you a really powerful “abbreviation” syntax for writing blocks of HTML and CSS really quickly.
hurl
A web service for testing web services. Performs HTTP requests and gives you the full request/response. Allows you to save requests etc
Beautiful-HTML
The anatomy of beautiful HTML. Covers all the guidelines and concepts that add up to good HTML coding.
Closure Compiler/Library
“Closure Compiler is a JavaScript optimizer that compiles web apps down into compact, high-performance JavaScript code. The compiler removes dead code, then rewrites and minimizes what’s left so that it will run fast on browsers’ JavaScript engines.”
HOWTO: Running IE6, IE7 and IE8 On VirtualBox
HOWTO: Running IE6, IE7 and IE8 On VirtualBox
Good instructions (that acutally work!) with screenshots for getting a Microsoft VPC image running on VirtualBox.