HTML & CSS help

HTML & CSS help

Browser info
25 Jan 10, 06:01:00

Here are a couple of tips you may find handy:

In Firefox you type "about:cache" in the address bar and you get info on cache usage displayed in the browser window. this also works on Google Chrome, however on chrome the files are in one long list.



using about: in the address bar has a few different functions, there is also "about:config", which has a long list of advanced options for configuring firefox--I wont go into them here. this feature is not in Chrome.

one that works in Chrome but not in Firefox is "about:memory" that givs statistics on browser memory usage:



you can also use the address bar to email a page to someone, just type this in front of the URL of the page you want to send: "mailto:name@domain.com?body=".

you can also whois from the address bar as well as a many other commands-too many to go into all here.


Web traffic resources
12 Nov 09, 08:11:00

As 'Webmasters' its a good to have an idea about web traffic, not just to ones own site thru google analytics, but also potential traffic. One of the tools google offers is trends, for traffic on a particular keword. or there is internet traffic report, which has overall data info.




CSS tips for the experienced
08 Jun 09, 03:06:00

For those feeling like jumping into the CSS deep end here is a link to some tips you cant live without.


Browsers
03 Jun 09, 12:06:00

Browsers aint' browsers!. Each different browser handles code slightly differently and you need to take this into account when building your website or blog template. There are a few different browsers avalible, from Microsoft Internet Explorer, to the Mozilla based explorers like Firefox and the now discontinued Netscape 6. There Is Opera, that I used for a while. On operating systems other than Windows there is Safari (safari also works on windows) and Camino on the Apple Mac. And for linux users there is Konquror, a many more. So it is important to make sure your site is compatible accross multiple browsers.

Rendering colours can vary slightly with browsers so please be sure to use web safe colours when building your site--Please refer to Web Safe Colors post

The browser I use the majority of the time at the moment is Firefox, but not everyone uses it, so I test my site in Internet Explorer and Opera to see if there are any problems with how they render the layout. Most of the time there is no problems but its still good to check.

There are also speciality browrser for people with special needs, Like text only browsers so it is important to remember to add ALT tags to all your images (this is also good for your google rank). There are also mobile browsers to take into account as more and more people are using internet functions on there phone or PDA device.

So to be effective in producing your (or someone elses) website you should run it through a few browsers to see how it looks.


XML and HTML
02 Jun 09, 01:06:00

XML and HTML are so similar that if you have learned HTML, then you basicly already know XML. The major difference is that in XML you can define your own tags--and the tags are defined in the style sheet.

Why its important to learn HTML first is that in some situations, like posting in forums for instance, we cant define our own tags so we need a predefine set of tags and HTML offers that. Being able to define your own tags also gives you an added flexibility that HTML does not offer, in that your not limited to the predefine set.

Unlike HTML, XML is used in applications outside the internet but this is not what I intend this site to be about.


Tools for HTML
02 Jun 09, 12:06:00

To code in HTML you dont need anthing more than notepad, althou commercial products like Dreamweaver offer several useful tools that are used by serious web designers. You can build effective websites using these commercial products without too much knowledge of HTML, but the more understanding of it you have, the easyer it will be to build and maintain your web site or blog.

There are two basic types of tools used in web design, there are text editors and there are what is known as WYSIWYG(what you see is what you get) editors. I will be refering mainlt to text editors, but dont let that scare you!, everything I tell you do do in a text editor you can do in a commercial HTML application.

In this site I will however not be refering to commercial puoducts, and I will keep references to only freeware products that you can download. All products have been tested by me to run on Windows Vista and XP, and they have packages avalible for linux too.

The first tool I suggest you download is Notepad++. I wont say too much about this program now, only that it is similar to the Windows Notepad, thou it has added functionality that you will find useful when coding HTML and CSS.

The second tool I sugest you get, and will be refering to it on occasion if the free text editor HTMLkit. I have been using it for years, both by it self and also along slid Dreamweaver, and I find it to be a great little free tool for web designers. Many commercial designers I have put on to this pruduct love it, and still use it today.

Next there is Nvu, a WYSIWYG. I have only been using this product for a few months as a free replacment for Dreamweaver--and its not as functional as the commercial pruduct, ITS FREE and you cant beat that.

I will also refer to other tools and browser plug-int that you may find useful, so please check out each download as they will be usful.


Indroduction
01 Jun 09, 03:06:00

Hi, my name is Byron Levene and I have set up this blog to help teach HTML and CSS to fellow bloggers that may or may not have any previous exposure to the web markup languages that make up the internet.

I started learning HTML in the dark ages of the late 1990's when the internet was still reaching maturity, and I have been a blogger since 2004. I have studied both Graphic Design and Multimedia at tertiary level.

In this first post I will get you familiar with some of the terminology that will be used, and I'll start covering the hard stuff later on.

Web Markup Languages - What am I talking about?
Dont panic!. You dont need to be a computer wizard to learn the languages that are used online--and you probably know some already, even if you think you dont. There are a few languages used but here we are going to focus on two:


  • HTML

  • CSS



  • HTML
    you may have encountered HTML already when posting to forums, when you put tags into posts to change the font to bold or italic?, well thats web markup at its most basic. There are only a limited amount of tags in the HTML language so designing in HTML alone may not give you the options you may want--so once you add the power of CSS to the mix then you can start buliding solid web sites without the need for expencive training or software(and maybe even start a new career path?).

    CSS
    CSS, or Cascading style sheets add more design options to the HTML. CSS are linked to in the HTML code (in the head section) and they can pre-define elements in the HTML document to save time typing out the same tags over and over again. But added to this is that multiple style sheets can link to the same HTML so you can put layer upon layer of sheets to achive some amazing results!.

    Other languages
    There are other languages and technologys that may be mentioned here but not covered in depth. In these cases I will try to find links to apropriate tutorials to save you from any major headches. One language that will be mentioned here is XML--but dont fear XML is so similar to HTML that once you know one you know the other. (infact XML is easyer to learn)

    Resources
    I will try and keep a nice list of up to date links that will be usful to you, so please check back regularly. and if you have any questions then please ask.