Category Archive: Web Development

Tips And Tricks Gets a Face Lift

Tips and Tricks

My good friend Violeta has overhauled her website Tips and Tricks. She’s used the Thematic theme by Ian Stewart from ThemeShaper, a Wordpress theme I am very impressed with. At present Violeta has been working on the layout and placing modules to display “Recent Tips”, etc.

Already the site has a clean and minimalist feel that reminds me of the design used over at the NY Times. Thematic theme has really nice typography out of the box and makes for a very ‘readable’ blog.

As I understand it, Violeta’s intention is to customise the header in due course, and add a little colour and style. Thematic also makes this very easy if you don’t mind getting your hands dirty and diving into a little HTML and CSS.

Thematic is also a very well search engine optimised theme, with H1 tags for your blog description on the home page, but H1 applied to post titles on post pages – sexy! There are some other quite advanced SEO things happening under the hood, and it will be interesting to get a report from Violeta on the search engine performance of Tips and Tricks a month or so from now.

In summary I really like what Violeta has done and I think the Thematic Wordpress theme framework is a great starting point for developing a new look for your Wordpress powered site!

Upgrading Your Wordpress Database – Video

Just uploaded my first Youtube Video – a quick tutorial showing how to backup your wordpress database before backing up.

Hope you find this useful :)

What to do if Dreamweaver Stops Working – Dreamweaver Bug

Norman Sheppard has a good tip today that shows you what to do if Dreamweaver suddenly stops working. It’s a Dreamweaver bug.

This has happened to me on a number of occasions – and has always puzzled me. Working away in Dreamweaver and suddenly it dies – It won’t open again except for a few seconds when my workspace flashes before me and then vanishes.

My resolution was this  – I deduced that it was the site directory that I was currently working in that had caused issues (Yes didn’t need to be Sherlock Holmes to figure that one out).

  1. So I renamed the directory
  2. then created a new directory
  3. Dreamweaver then opened
  4. and I downloaded all my files again off the live server….

Now I know what really happened – as Norman explains what causes Dreamweaver to stop working is when a file in your site is exactly 8,192 bytes, or a multiple of this number. The fix is to find the file and just add a few characters to it, using notepad for example – then Dreamweaver will open again.

Read the full story at the link above. Interesting