473,387 Members | 1,890 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

I need an expert opinion...

I know that Javascript can be an awesome tool when used
properly and not overly cluttered --- I have approximatley
3 javascripts on my website and I want to ensure they are optimized properly
so that the page will load as quickly as possible.

Does anyone have a few seconds to take a look? I'm
mainly concerned about the conveyer belt photo viewer
at the top of the page --- I want to keep it on there, I want
it to load after.

Please view source of http://www.BeatToBeat.com
and let me know your comments and concerns.

I greatly appreciate your assistance in advance,
Robert


--
Musically Yours,
Robert A. Starkey
Wedding Entertainment Director
Robert Starkey's Wedding Entertainment
Toll Free: (866) 2GO-DJCO [866-246-3526]

Jul 23 '05 #1
5 1282
Ro****@BeatToBeat.com wrote:
I know that Javascript can be an awesome tool when used
properly and not overly cluttered --- I have approximatley
3 javascripts on my website and I want to ensure they are optimized
properly so that the page will load as quickly as possible.

Does anyone have a few seconds to take a look? I'm
mainly concerned about the conveyer belt photo viewer
at the top of the page --- I want to keep it on there, I want
it to load after.

Please view source of http://www.BeatToBeat.com
and let me know your comments and concerns.

I greatly appreciate your assistance in advance,
Robert


--
Musically Yours,
Robert A. Starkey
Wedding Entertainment Director
Robert Starkey's Wedding Entertainment
Toll Free: (866) 2GO-DJCO [866-246-3526]


If your concern is a page that loads as quickly as possible, you should
start with rewriting that atrocious HTML.

As far as the conveyor belt photo viewer is concerned, I personally find
it annoying and distracting. I would rather see a set of four static
images, and link to "See more wedding pictures".

--
Vladdy
http://www.klproductions.com
Jul 23 '05 #2
On 21/06/2005 12:56, Vladdy wrote:
Ro****@BeatToBeat.com wrote:
[snip]
Please view source of http://www.BeatToBeat.com
and let me know your comments and concerns.


[snip]
If your concern is a page that loads as quickly as possible, you should
start with rewriting that atrocious HTML.
Absolutely! Probably 80% of that markup is bloat created by FrontPage
(or Word - I'm not sure which) in it's failed attempt to be a decent
editor. Dump Microsoft authoring products unless you're going to use
them as plain text editors.

Learn to write HTML yourself, rather than relying on WYSIWYG tools.

Move style sheets and scripts into external files, especially if they
are used with more than one document (and portions of most style sheets
will be, in all likelihood). That way, updating the markup doesn't
automatically cause everything to be downloaded again.
As far as the conveyor belt photo viewer is concerned, I personally find
it annoying and distracting.


It also won't exist if scripting is disabled, with no way to access the
images.

[snip]

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.
Jul 23 '05 #3
Great feedback guys...

Robert

Michael Winter wrote:
On 21/06/2005 12:56, Vladdy wrote:
Ro****@BeatToBeat.com wrote:


[snip]
Please view source of http://www.BeatToBeat.com
and let me know your comments and concerns.


[snip]
If your concern is a page that loads as quickly as possible, you should
start with rewriting that atrocious HTML.


Absolutely! Probably 80% of that markup is bloat created by FrontPage
(or Word - I'm not sure which) in it's failed attempt to be a decent
editor. Dump Microsoft authoring products unless you're going to use
them as plain text editors.

Learn to write HTML yourself, rather than relying on WYSIWYG tools.

Move style sheets and scripts into external files, especially if they
are used with more than one document (and portions of most style sheets
will be, in all likelihood). That way, updating the markup doesn't
automatically cause everything to be downloaded again.
As far as the conveyor belt photo viewer is concerned, I personally find
it annoying and distracting.


It also won't exist if scripting is disabled, with no way to access the
images.

[snip]

Mike

--
Michael Winter
Replace ".invalid" with ".uk" to reply by e-mail.


Jul 23 '05 #4
ro****@beattobeat.com wrote:
Great feedback guys...


Hey, don't feel to down about it. The advice was honest and not too
harsh, the criticism is primarily of the tool you are using, not you
personally.

Had you posted at comp.infosystems.www.authoring.html you may well be
feeling seriously battered and bruised by now! Small comfort I know,
but there you go.

Creating a web site is like any other part of your business - you must
have a clearly defined role for the site. Is it to win new business?
Provide general information? For clients to change their order, venue,
instructions, etc? Does your site accurately reflect the image you
want customers to have of you and your business? It may actually be
costing you business - clients may be turned off by cheesy graphics,
slow load-times or poor accessibility.

Decide on what you want to achieve, how much you can spend and how much
business you think the site will generate - then design and implement
it accordingly.

In short, include your web site as a component of your business plan.
It must be able to justify its existence - without clearly defined
goals and measurable outcomes, how will you know whether your site is
worth the time/effort/money you spend on it?

Good luck :-)

[...]
--
Rob
Jul 23 '05 #5


Ro****@BeatToBeat.com wrote:
Does anyone have a few seconds to take a look? I'm
mainly concerned about the conveyer belt photo viewer
at the top of the page --- I want to keep it on there, I want
it to load after.


If you want to keep that conveyor belt viewer I would suggest slowing
it down a lot so that is gently shows the reader the photos. On my
computer it seemed fast enough to be irritating.

Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: nsr93 | last post by:
I am not sure if this was the proper group to post this, but here is my question: I am a Java consultant. I have new client I am working for to make a web based application similar to an...
9
by: Dr John Stockton | last post by:
Assuming default set-ups and considering all reasonable browsers, whatever that may mean, what should an author expect that his readers in general will see (with visual browsers) for a page with...
3
by: Bob.Henkel | last post by:
I write this to tell you why we won't use postgresql even though we wish we could at a large company. Don't get me wrong I love postgresql in many ways and for many reasons , but fact is fact. If...
2
by: John | last post by:
I'd love to hear some expert opinion on my situation. My department relies on Excel as a database, which causes crashing due to resource depleting and basically is just too slow. For example, a...
9
by: anonymous | last post by:
Hi CLCers, I want to know your opinion about the book: Expert C programming-Deep C secrets by Peter Van Der Linden. Thanks in advance. Sha
13
by: Ghislain Tanguay | last post by:
I have a compiled vb.net app and I want to give the user a choice to launch it from the start line command and pass it a parameter or not. How can I do that in my code? Is it possible? Ex. :...
2
by: Felipe Bahiana Almeida | last post by:
Hi everybody, My concern is about exams. I'm majoring in comp sci, i'm a year of my graduate and this year i'd like to take a certification with my diploma. I want you to tell me what to do about...
2
daJunkCollector
by: daJunkCollector | last post by:
Hi, I am creating a mini website that allows a User1 to fill out a form. I need the completed fields to then appear on a second page, protected by a login, to await approval (by User2) before...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.