Tuesday, August 31st, 2010
This isn’t just a matter of “do what I say and not what I do”. Any web sites I create now will be written exactly the way that I say that the HTML and CSS should be written. The sites where the code in the pages doesn’t match what the content says you should do [...]
Posted in What's New | Permalink | No Comments »
Monday, August 30th, 2010
A common question I see asked by web newbies is what screen resolution that they should design their web pages for. You can tell that they are newbies because anyone with any experience of the web knows that screen resolution is irrelevant and that it is the area in the browser that the page displays [...]
Posted in What's New | Permalink | No Comments »
Monday, August 9th, 2010
Everyone has to start somewhere and the best place to start with creating a web presence is with a blog or similar setup where you just need to plug in your content. To be able to take full advantage of the web though you’ll need to learn the languages that it uses. New to Web [...]
Posted in What's New | Permalink | Comments Off
Saturday, May 22nd, 2010
The basic difference between ordered and unordered lists is that ordered lists use a different “bullet” on the front of each entry with values that have some sort of ordering to them (such as A, B, C, D or I, II, III, IV) while unordered lists display the same bullet on the front of each [...]
Posted in Golden Oldie | Permalink | Comments Off
Tuesday, April 27th, 2010
With any language that develops over time there are both good parts and bad parts. Things originally thought to be a good idea at the start turn out not to be. The difficulty comes in being able to tell the difference, as this book clearly demonstrates. HTML & CSS The Good Parts
Posted in What's New | Permalink | 3 Comments »
Monday, March 15th, 2010
Getting forms in your web page to look the way you want has always been one of the most difficult parts of setting up the appearance of your web page. Not any more as this book shows you exactly how to get web browsers to apply the appearance you want to the form fields. Where [...]
Posted in What's New | Permalink | Comments Off
Monday, March 8th, 2010
Embedding fonts in your web page so your visitors will see the content in the right font whether they have it on their computer already or not has a number of issues including that some browsers don’t support it, some require different file formats than others, some will download the font even if they already [...]
Posted in What's New | Permalink | Comments Off
Tuesday, February 23rd, 2010
As I reviewed this book I was rather disappointed in how many errors there were with the HTML and JavaScript. It wasn’t until I compared my review of this third edition with what I had written a few years ago about the second edition that I realised just how much the book has actually improved. [...]
Posted in What's New | Permalink | Comments Off
Wednesday, January 27th, 2010
I started writing pages about using stylesheets long before separating it out into its own section of my site. One of the first articles on stylesheets that I wrote was one on how you can effectively generate your own tags for whatever you want to include in the HTML by simply assigning a class to [...]
Posted in Golden Oldie | Permalink | Comments Off
Saturday, January 23rd, 2010
Back in the early days of stylesheets support for the various commands varied somewhat between browsers. Quite a number of browsers also had quirks where they misinterpreted stylesheet commands either ignoring an invalid character and processing a command that ought to be ignored or by not recognising a valid character and so not processing a [...]
Posted in Golden Oldie | Permalink | Comments Off
Friday, January 22nd, 2010
One rather annoying aspect of Internet Explorer is the way that it mishandles a number of stylesheet commands. Most of these are corrected by placing a valid doctype statement as the first entry in your page source as IE also misuses that statement to determine whether to use “satandards” mode or “quirks” mode in interpreting [...]
Posted in Golden Oldie | Permalink | Comments Off
Wednesday, January 20th, 2010
You can’t span rows or columns in a CSS table but where you need to achieve that result in your page layout you can nest one table inside another to achieve the same end result as this fifth tutorial on layout tables demonstrates. Nesting Tables
Posted in What's New | Permalink | Comments Off