Tag Archive for 'Firebug'

Firebug: Revolutionary?

I mentioned Firebug in an earlier post, and have decided to go a bit more in depth as to what you can actually do with it.

A colleague at work who is a designer (with some CSS experience I think - she was certainly very helpful!) put me onto this tool. It lets you monitor the source code of any website, including CSS. This means that you do not have to make little updates to your code, FTP it, and reload the page to see changes. You just edit the code, and the site changes - live. No refreshing/saving/uploading necessary.

I have been using it pretty much every day for the last two weeks. Here are the short fast details on what I do with it. I’m sure it does other stuff too… Continue reading ‘Firebug: Revolutionary?’

Howto: Add a blog to your existing website (2)

read part 1 first.

Everything’s ready? Ok, now what to do.

  1. Install Wordpress - This is unbelievably easy. Create a folder in the root of your site called blog (ie yourdomain.com/blog). Some will argue against using the word blog, or against putting wordpress into a subfolder. For my purposes & needs, it wasn’t a big deal. Once the files are uploaded, go to yourdomain.com/blog, follow the instructions, and you’ve got a swanky new blog. If you need help, its here. Continue reading ‘Howto: Add a blog to your existing website (2)’

Howto: Add a blog to your existing website (1)

I have finished designing/coding my work blog, and have imported some old static pages into it. I thought I would give a run-down on how to do it.

Requirements

  • A CSS’d site: To follow this guide, you’ll need to have an existing site built in CSS (to some extent). For example, if you look at the CSS here, you’ll see that it includes the layout of the entire site. It will be far more difficult if the site you are working off is old (ie before CSS was widely used), having CSS in place will let you just drop wordpress into your existing “template”. Continue reading ‘Howto: Add a blog to your existing website (1)’