Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Is A Proper Webpage Quicker Than Word?
KasinoKing
post Jan 10 2007, 01:22 PM
Post #1


Newbie [Level 2]
**

Group: Members
Posts: 31
Joined: 27-July 06
From: Hastings, UK
Member No.: 27,364



Being a complete novice to Web design & stuff, I built a complete & successful web site just using Word2003!

However, some of my pages take ages to load into my browser (they are quite big, with a lot of HTML banner links to other sites).

I'm wondering if it's due to Word working in a 'clumsy' way & having loads of unnecessary code etc...

If I switched to FrontPage (or similar), do you think page loading would be significantly faster?

Thanks for any help!
KK.

PS: Anyone tried CoffeeCup software? Apparently cheap but good...?

This post has been edited by KasinoKing: Jan 10 2007, 01:22 PM
Go to the top of the page
 
+Quote Post
jhsmurray
post Jan 10 2007, 01:41 PM
Post #2


Member [Level 1]
****

Group: Members
Posts: 61
Joined: 4-July 05
Member No.: 8,994



You are absolutely correct. Word adds so much extraneous code that the page is basically over-bloated and doesnt perform well at all.

I think frontpage isn't all that great either (but probably better than Word).

I hear Dreamweaver is good, and there are also some free ones out there that you can download that do an OK job - I've heard good things about HTML-Kit, for example.

You also have the option of hand-coding. HTML is a quick learn, and kinda fun once you get the hang of it, IMO.
Go to the top of the page
 
+Quote Post
shadowx
post Jan 10 2007, 01:52 PM
Post #3


A clever man learns from his own mistakes, a WISE man learns from those of OTHERS
*********

Group: [HOSTED]
Posts: 983
Joined: 12-April 06
From: Essex, UK
Member No.: 21,719



Id agree with the above post however be sure to check the loading times on the images too as images slow down the page so they should be as small(in file size) as possible.

If you have the time andf effort then HTML is definately a useful language to learn and it isnt that hard, you kind of learn as you go along, ive been doing it for a couple of years now and i just learn what i need to for the page im designing and over the time ive mad a lot of pages and learnt more with each one.

But if you really cant be bothered then try dreamweaver or some alternative, i dont really reccomend frontpage.
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jan 10 2007, 02:01 PM
Post #4


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,460
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



Agreed on the other to posts word and front page both use a lot of junk code in their sites. Frontpage will help load the pages quicker but I wouldn't use it.

CoffeeCup is pretty good, never used it much, I do now they provide a lot of pre-installed javascripts which are somewhat beneficial, but come with some junk code.

Although it's nothing like frontpage or dreamweaver, but 1st Page 2000 is a good editor for novices it is almost like coffeecup but more like dreamweaver, although I haven't used it in years I don't what changes they made. But it is still free though which is good.
Go to the top of the page
 
+Quote Post
BuffaloHELP
post Jan 10 2007, 08:24 PM
Post #5


Desperately seeking "any key" to continue...
Group Icon

Group: Admin
Posts: 3,467
Joined: 23-April 05
From: Trap17 storage box
Member No.: 6,042



I would also like to present http://www.oswd.org for free templates. This does not use FrontPage or any other editing software. But these templates do not include any unnecessary codes and most of them are very clean and fast loading.

Sometimes I learn faster by observing examples. This, I found, to be much more effective although some people think that it's an unbalanced study of coding/programming. If you do find a template that you feel it will meet your needs, you can simply insert HTML codes/tags to place your own banners, graphics and/or images. And you can observe how the web page renders with web codings.

HTML may be the basic foundation of all good web page but using just HTML these days isn't enough. CSS is the leading structure format to all good web pages and you should prepare for CSS designing with HTML codes. OSWD.org offers good examples of CSS+HTML designs.

I soon found that Notepad is my best editor for all my web design.
Go to the top of the page
 
+Quote Post
delivi
post Jan 10 2007, 09:07 PM
Post #6


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,308
Joined: 11-January 06
From: Chennai, India
Member No.: 16,932



I'd say taht Dreamweaver is the best editor around.

Here are some website builders for newbies,
* Evrsoft First Page 2006
* Ace HTML
* Serif PagePlus
* WebSide
Go to the top of the page
 
+Quote Post
rsf
post Jan 10 2007, 09:09 PM
Post #7


Member [Level 2]
*****

Group: Members
Posts: 84
Joined: 24-November 06
Member No.: 33,967



Well notepad and some good habits will always be your best solution, but if you do not know html, I would use the 30 day dreamweaver trial or frontpage if you have to.

If you don't feel like redoing the site in another editor, I would atleast edit your image tags to contain height and width, because I doubt word adds these manually. So find tags that look like this
CODE
<img src"http://whatever" >

and change it to:
CODE
<img src"http://whatever" height="some number" width="some number" >

where you replace the 'some number's with each image's respective height and width.

This is probably the quickest way to speed up the loading speed of your sites.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



- Lo-Fi Version Time is now: 7th September 2008 - 12:57 PM