Recent Posts

scott's blog

scott's blog

Return To Blog Listing

chronicles of a computer geek

Search This Blog's Tags For:

Recent Posts Tagged With 'webdev'

  • manjourides.com front page … finally!

    Posted on Wednesday March 26th, 2008 at 12:21 in webdev

    After going way too long with a ‘coming soon’ page, I’ve updated the front page of this site (manjourides.com) with appropriate links to my email/blog (even an avatar!). Nothing fancy, but it is better than a nearly blank page. If y...

  • Warning: emacs on live website may cause headaches

    Posted on Friday March 7th, 2008 at 13:41 in webdev, emacs

    If you edit a live website using emacs (which everyone should!), you’ll want to be sure you have these two lines in your .emacs file: (setq auto-save-default nil) (setq make-backup-files nil) emacs tends to make alot of extra files. This is usu...