Muffinresearch Labs by Stuart Colville

Archive for June, 2006

  1. Web Standards Group London Meetup Update - 29th June 2006
  2. Beginning JavaScript - 26th June 2006
  3. Whassup with Google Analytics? - 23rd June 2006
  4. Camino 1.02 Released - 22nd June 2006
  5. Opera 9 released - 22nd June 2006
  6. 29 Today - 21st June 2006
  7. That was @media 2006 - 17th June 2006
  8. @media2006 Notes: Hot Topics Panel - 16th June 2006
  9. @media2006 Notes: Andy Clarke, Transcending CSS: The Fine Art of Web Design - 16th June 2006
  10. @media2006 Notes: Nate Koechley Y! v. Y! - 16th June 2006
  11. @media2006 Notes: Molly Holzschlag, Internationalisation: Awakening The Sleeping Giant - 16th June 2006
  12. @media2006 Notes: Robin Christopherson: Beyond a code audit - 16th June 2006
  13. @media2006 Notes: Dan Cederholm: Bullet Proof Web Design - 16th June 2006
  14. @media2006 Notes: Jeffrey Veen: Designing the Next Generation of Web Apps - 16th June 2006
  15. @media2006 Notes: The New Accessibility Guidelines: WCAG 2.0 - 15th June 2006
  16. @media 2006 Notes: Chris Wilson: IE7 and beyond - 15th June 2006
  17. @media 2006 Notes: Jeremy Keith: Using DOM scripting to Plug the holes in CSS - 15th June 2006
  18. @media 2006 Notes: Eric Meyer Keynote - 15th June 2006
  19. @media2006 Starts Here - 14th June 2006
  20. Use Tabs in Textmate for Files Opened Via Transmit - 13th June 2006
  21. First Web Standards Group Meetup on Friday 14th July - 8th June 2006
  22. What external hard drive do you use? - 1st June 2006
  23. Keeping ssh connections alive - 1st June 2006

GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(3)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.512s.