Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 28th, 2007, 4:07 PM   #1
csrocker101
Programmer
 
Join Date: Dec 2006
Posts: 47
Rep Power: 0 csrocker101 is on a distinguished road
Help with designing and writing a program

Hey everybody. I've got a big project to start soon and was wondering if anyone could help me with kind of starting it and some design phase elements. Basically I need to make a program in C# that can analyze the efficiency of websites. This means making a windows application in which a user can input a website and then have the program time how long it takes for the website to load. Optional features would be the ability to have the program analyze the HTML, and JavaScript files to analyze things such as the size of images, image file formats, and other various objects within the HTML and JavaScript. I am a little worried because there are basically no code examples to assist me writing this program and I am having a very hard time finding resources to help me complete this project. I was just wondering if anyone could give me some advice on how to write this program? Perhaps suggest some books or websites that would be helpful? Or some C# objects that would be useful in checking out? I would appreciate anyone's advice. Thank you
csrocker101 is offline   Reply With Quote
Old Oct 28th, 2007, 5:49 PM   #2
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,010
Rep Power: 5 lectricpharaoh will become famous soon enough
Re: Help with designing and writing a program

How do you define 'efficiency'? Using flat load time is not appropriate, as this doesn't take into account the relative size of pages. For example, page A takes two seconds to load, while page B takes five seconds- but page B has ten times the content, measured in bytes. Obviously, page B loads at a faster rate, so which is more efficient?

You can take all the objective measurements you like, such as page size, ratio of tags/comments to 'actual' content, number and size of images, and so forth. However, what makes a site efficient is how well the material is presented, taking into account its target audience. Lots of Flash animations aren't bad for little kids, since many kids are attracted to that sort of thing, but what if it's a professional adult? How do the color schemes attract or repel visitors? If you've got even a moderate amount of information, is it organized in such a manner that someone can quickly and easily find what they're looking for, or do they need to visit every page of your site until they do? Few if any of these things can be objectively measured. You need to get the opinions of living, breathing people.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot.
- Vaarsuvius, Order of the Stick
lectricpharaoh is offline   Reply With Quote
Old Oct 28th, 2007, 7:06 PM   #3
Jabo
Not a user?
 
Join Date: Sep 2007
Posts: 256
Rep Power: 2 Jabo is on a distinguished road
Re: Help with designing and writing a program

Plus you'll get different results depending on what hardware the machine has that is requesting it. A workstation will get better results at loading documents and text and a gaming pc will likely get better results when loading graphical content.
Jabo is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What Style Do You Program With? Darkhack Other Programming Languages 1 Feb 10th, 2006 2:07 AM
ucf cs student has some questions raspberryh Coder's Corner Lounge 33 Sep 12th, 2005 2:49 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:05 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC