Muffinresearch Labs by Stuart Colville

Hand-coding suits me sir! | Comments (0)

Posted in Web Standards on 12th June 2004, 1:26 pm by Stuart

Having been creating a lot of webpages recently, I realised that I am so much better off having made the switch to and-coding rather than using WYSIWYG editors. I have used Dreamweaver since version 4 and whilst I don’t have anything against it writing pages in a text editor gives you several advantages.

  1. You will learn so much more about webdesign and how pages go together. If you use a software application it is likely that you will know less about the code that the software is automatically generating for you.
  2. Pages can be alot neater when you write the code yourself
  3. It goes hand in hand with writing to current web standards as you are reponsible for the quality of your own mark-up
  4. There is definitely a greater sense of satisfaction from creating pages without the aid of a design tool.

I would recommend anyone who is currently starting to get into webstandards to try using a text editor to put together pages, you never know you might find you like it!

Personally I recommend checking out Crimson editor. It features all common languages and features syntax highlighting.

Post Tools

Comments: Add yours







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



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|(2)

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.547s.