Skip to content

Skylight Studios

A Web Developer's Life

Archive

Tag: website

Cheap and cheerful software, did I also say free?

We all know that great tools help make harder tasks easier, Visual Studio, Dreamweaver, Photoshop? But we are talking free here….right?

Then one day there is a tool which just shines. It is free, there nothing else quite like it and it makes my job a hell of a lot easier. This is HeidiSQL.

continue reading…

Your file structure is important for maintaining a clean working system.
How the w3c standard always say that a website structure should be in 3 parts.

  • Information (XML)
  • Layout (HTML)
  • Design (CSS)

For me it is important to keep this information seperate, though XML is a bit more complicated we focus more on keeping design and information away from each other.

My website file structure…

Folders:
images
javascript
css
scripts / codebase
includes

All styles are included within the css stylesheet and code if possible is kept seperate. This is important to maintain code and help reduce repeating code.