Friday, January 23, 2009

WideImage Wiki: WideImage, an object-oriented PHP image library

WideImage Wiki: WideImage, an object-oriented PHP image library

formy-css-framework -

formy-css-framework -

Google Code

50 Extremely Useful And Powerful CSS Tools | CSS | Smashing Magazine

50 Extremely Useful And Powerful CSS Tools | CSS | Smashing Magazine

Project Deploy* | Choose, Bookmark, Deploy

Project Deploy* | Choose, Bookmark, Deploy

Dynamic Web Pages from your Photoshop Designs in Seconds! | psd 2 CSS Online

Dynamic Web Pages from your Photoshop Designs in Seconds! | psd 2 CSS Online

Dynamic Web Pages from your Photoshop Designs in Seconds! | psd 2 CSS Online

Dynamic Web Pages from your Photoshop Designs in Seconds! | psd 2 CSS Online

Postable | Making your code friendly

Postable | Making your code friendly

typeface.js -- Rendering text with Javascript, , and VML

typeface.js -- Rendering text with Javascript, <canvas>, and VML

How To Use Any Font You Wish With FLIR - NETTUTS

How To Use Any Font You Wish With FLIR - NETTUTS

An alternative to sIFR: Facelift Image Replacement | Breathe new life into your web pages

An alternative to sIFR: Facelift Image Replacement | Breathe new life into your web pages

Wednesday, January 07, 2009

Tuesday, July 15, 2008

Typing the Copyright Symbol on A Mac | Matt Westgate

Typing the Copyright Symbol on A Mac | Matt Westgate

Print Screen on a Mac

Article on The Unofficial Apple Weblog (TUAW) about how to take screen captures on a Mac. Not really specific to web development, but it's still the sort of thing I'm bound to forget and need to look up again.


In short:


  • Command+Alt+Shift+3 = copy entire screen to the clipboard.

  • Command+Alt+Shift+4 = allows you to drag a rectangle and copy it to the clipboard.

  • Command+Alt+Shift+4 then Spacebar = allows you to point to a window and have it copied to the clipboard.

  • Command+Shift+3 = save entire screen to a new PDF file on the desktop.

  • Command+Shift+4 = allows you to drag a rectangle and capture it to a new PDF file on the desktop.

  • Command+Shift+4 then Spacebar = allows you to point to a window and have it saved as a new PDF file on the desktop.


Javascript libraries

Article on eDevil's weblog listing (almost?) all the main Javascript libraries.

Thursday, August 09, 2007

Thursday, June 07, 2007

Using PHPEclipse

According to http://en.wikibooks.org/wiki/Using_PHPEclipse_:_Installation_:_Installing_PHPEclipse, you need to restart eclipse with the -clean option after adding stuff to the extensions and plugins folder. Could be why things weren't working earlier today!

Debugging PHP in Eclipse

This article has more information