Archive for the ‘CSS’ Category

CSS

10 Great Tips For Web Design Beginners

1. LEARN XHTML - Extensible HyperText Markup Language.

If you don’t already know, XHTML is the ‘markup language’ that every individual web page is made out of. Right click on your screen, and click on view source. Feel like Neo already? Yes, that’s right folks; every web page you view is simply a plain text file full of code stored on some dudes computer (sometimes otherwise known as a web hosting server).

Don’t be scared, XHTML is quite possibly the easiest programming language you can learn, so easy in fact XHTML isn’t technically classed as a programming language. Don’t take the ‘red pill’ and learn Dreamweaver - it may seem the easier option at first, but being completely honest once you learn XHTML you can create web pages in half the amount of time than it takes to in Dreamweaver, and you have more control over the final layout. Additionally, Dreamweaver adds quite a lot of unnecessary code and as a result increase the file size of the page, slowing down the loading time for all those poor sods still on dial up Internet. You can write XHTML code in a plain text editor, such as notepad, or notepad++ ( my favourite), however word processors such as Microsoft Word are entirely unsuitable. (more…)

CSS

10 Steps To Solving CSS Problems

Its happened to all of us at one point or another, you write up some CSS code, take a look at your website, and…. it doesn’t work. That, or your website appears to be working for you but then you check your site at another computer on a different browser, and it’s a mess.

I’ll admit it happens to me… alot. So to help out I put together this top 10 list of tips regarding CSS-related issues to check over if you have any problems. (more…)