Web Design Guide

Web Page Design Australia Section


Welcome to Web Design Guide

 

 

Web Page Design Australia Article

Here are some cutting edge information on web design. Especially about taking HTML a bit further.

But mere reading will not suffice. You need to put into practice what you read on web design  into your projects. Look for ways how you can add these plugins to your site.

Taking HTML Further.

HTML might seem like a simple language for web documents, and to an extent, it is – that's what it was intended to be. If you know what you're doing, though, you can do a lot more with HTML than you might think. This article should give you a few ideas on how to take HMTL further.

Inserting Multimedia Content.

Plain text and graphics are all well and good, but sooner or later you're going to want to insert some multimedia content, such as a Flash movie, or an audio or video file. Unfortunately, browsers don't handle these things themselves – they use plugins, and you have to know the code to activate these plugins. While this should be simple, it isn’t, for various historical reasons.

Actually, multimedia content has become an integral part of most web design projects recently.  Creation of multimedia content has becme a breeze and any one can insert audios, videos  and streaming multimedia into their web design projects on the fly..

To begin with, there are two ways entirely different ways of calling a plugin. Newer browsers use the object tag, like this:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"
width="200" height="200">
<param name="movie" value="myFlashMovie.swf">
</object>


That one's for Flash. To insert things like Quicktime or Windows Media players, you just need to find out their classid and codebase URL, as well as which parameters (param tags) they require. Most browsers now support the object tag, but some still use the embed tag instead:

<embed src="/support/flash/ts/documents/myFlashMovie.swf"
width="200" height="200"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>


For most cases, you should include both – it's best to place the embed tag inside the object tag, as this will cause browsers that understand object to ignore your embed. As an extra fallback, you might want to insert a ‘plugin not found’ message, with a link to allow users to download the plugin, but in most cases browsers should now do this for you automatically.

For Internet Explorer only, you can extend object tags to call plugins that are on your server instead of on your computer – this is known as ‘ActiveX’. Its most common use is to let users install web-based programs such as instant messengers without having to download and run a standalone install program.

What you are reading now is exquisite information here on web design. Hope you find this article on web design helping you.

However, you have to realize that many users will see ActiveX as dodgy, because it is an often-used way of installing undesirable software, and people who aren’t using Internet Explorer just won’t see anything at all. If you’re designing a site for a limited set of users, however (such as an intranet), ActiveX can be a very powerful capability.

Tables.

Even though tables are rarely used for layout any more, they're still used for what they were originally intended for – actual tables of information! You'll probably need one at some point, but they're still as complicated as ever, so it's good to take a while to learn about how they work.

Basically, to create a table on your web design, you have to create the rows and columns individually: each table tag contains row (tr) tags, and each tr tag contains column (td) tags. A typical table looks like this:

<table>
<tr> <td> month </td> <td> sales </td> </tr>
<tr> <td> January </td> <td> 200 </td> </tr>
<tr> <td> February </td> <td> 300 </td> </tr>
</table>

This can be a difficult way to work, especially if your data is organised in columns, not rows. You just need to remember that the data you put in the tds will line up depending on their order in the tr: so, for example, 'sales', '200' and '300' will line up in a column, because they are all in the second td tag of each tr. You might find it easier to use tabs instead of spaces to separate the tds, so the table appears lined up in the HTML the same way it will on the page.

Once you see how that works, you pretty much understand tables – wasn't so hard, was it? The only thing left to realize is that you can make one td fill more than one column using the 'colspan' tag. In the example table, for example, you could add text that fills two columns by adding this row:

<tr> <td colspan="2">text</td> </tr>

Do not judge a book by its cover; so don’t just scan through this matter on web design. read it thoroughly to judge its value and importance.

Experiment a little, and you should be alright. Good luck.

There are still more articles on web design on this site. We constantly strive to bring you more information on web design in the near future.
 

 


Web Page Design Australia Best products

 

 

 


Web Page Design Australia News

Web designer turns digital globetrotter - New Zealand Herald


Web designer turns digital globetrotter
New Zealand Herald
In the past two years this Australian web designer, his wife Tracy and two young children have backpacked through Bali, Malaysia, Thailand, Cambodia, Laos, Vietnam, explored east and southern Australia, and are now on a three-month jaunt through ...

Read more...


Website Designing Market, Sydney - PRWire


Website Designing Market, Sydney
PRWire
The market of Website Designing in Sydney is booming with a number of Companies making their presence felt. It has remained untouched by the volatility and companies are making fresh investments in the market to be a part of the race.

and more »

Read more...


2012 Australian Opal Koala Silver Coin Begins New Series - Silver Coins Today (blog)


Silver Coins Today (blog)

2012 Australian Opal Koala Silver Coin Begins New Series
Silver Coins Today (blog)
The Perth Mint has set the Australian Opal Koala Silver Coin maximum mintage at just 8000. They are currently available for AUS $117.27 (~US $125.50) at The Perth Mint website. Detailed in pure Australian opal, the reverse design by Perth Mint artist ...

and more »

Read more...


DW to introduce redesigned website, TV program - Deutsche Welle


DW to introduce redesigned website, TV program
Deutsche Welle
Deutsche Welle packs the reliable information it's known for into a freshly designed website and revamped television program. DW is giving its online presence a redesign and a new address (www.dw.de), its television programming is receiving a set of ...

and more »

Read more...


The Australian fashion industry is adapting to tough times - The Australian


The Australian fashion industry is adapting to tough times
The Australian
But as Imran Amed, founder and editor of Business of Fashion, a website dedicated to its namesake subject, suggests, Australian designers are doing it - and have always done it - tougher than the rest of the world. "The cards are stacked against the ...

Read more...


Shoe design honours Australian PM's escape - Stuff.co.nz


Stuff.co.nz

Shoe design honours Australian PM's escape
Stuff.co.nz
"For all those pesky everyday situations like running from mobs of fans and escaping political debacle, these glass slippers won't come off," the Midas website says of the planned new version. Midas marketing manager Greg Parmenter said the Australia ...
Gillard escape honoured in shoe designHerald Sun
Julia Gillard's escape honoured in shoe designPerth Now
Gillard design a shoe inThe Canberra Times

all 90 news articles »

Read more...