hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Programming Discussion : Starting new site and have a question?
Reply

Programming Discussion Discussions related to web programming languages and other related issues. Topics may include configuration, optimization, practical usage and database connectivity.
Forum Jump

Starting new site and have a question?

Reply Post New Thread In Programming Discussion Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 08-28-2009, 09:21 PM
stacytaylora stacytaylora is offline
Newbie
 
Join Date: Aug 2009
Posts: 6

Starting new site and have a question?


I'm going to try and explain this the best I can...lol.

Starting a new site and debating on whether to use ajax?

Can anyone help me decide whether to use ajax and not have as many page views but have faster uploading of content for viewers or having entire page upload for more page views and new ads.

Anyone have any suggestions?

Reply With Quote


Sponsored Links
  #2  
Old 08-28-2009, 09:24 PM
JAMLayer JAMLayer is offline
Web Hosting Master
 
Join Date: May 2007
Posts: 2,114
What are you going to have on the site I guess would be a good way to determine if its necessary.

Reply With Quote
  #3  
Old 08-28-2009, 09:31 PM
stacytaylora stacytaylora is offline
Newbie
 
Join Date: Aug 2009
Posts: 6
Articles with several pages of information. Picture submissions for members to view and rate.

Reply With Quote
Sponsored Links
  #4  
Old 08-29-2009, 11:14 AM
mattle mattle is offline
Web Hosting Master
 
Join Date: May 2009
Posts: 766
As a general strategy, I usually dedicate each page to a particular function, so I might have an article page, a picture submission page, a picture rating page, a user sign-up page, user preferences page, etc. Then within each page I would likely use AJAX for dynamic elements and form submissions.

Reply With Quote
  #5  
Old 08-30-2009, 01:44 PM
stacytaylora stacytaylora is offline
Newbie
 
Join Date: Aug 2009
Posts: 6
AJAX

Thanks for the help

Reply With Quote
  #6  
Old 08-30-2009, 02:21 PM
alons alons is offline
Web Hosting Master
 
Join Date: May 2009
Posts: 1,342
AJAX is to be used to help simplify things when multiple pages are to be loaded e.g. in a form when someone selects from a menu another menu dependant on the first menu would load via AJAX.

But you neednt make every page load with AJAX.
Also there are browser differences in Javascripting, you got to take care of that.

Regards,
Alons

__________________
Softaculous - Auto Installer for cPanel, Direct Admin, InterWorx, Plesk, H-Sphere
The only Auto Installer that installs 260+ scripts. Install in just ONE STEP!
Virtualizor - VPS Control Panel supporting OpenVZ, Xen, KVM and has 60+ OS Templates
Webuzo - Softaculous for the Cloud i.e. Softaculous Standalone

Reply With Quote
  #7  
Old 09-02-2009, 12:02 PM
siv9 siv9 is offline
Newbie
 
Join Date: Jul 2009
Posts: 12
I agree. Ajax is a neat, and very beneficial method of speeding up a variety of things on your website (E.g. a login form, a star rating system, the dropdown selector, etc). However, it doesn't need to be sprinkled unnecessarily. Efficient and beneficial Ajax can sometimes take a bit longer to implement than a standard form, so using it unnecessarily would waste valuable programming time. There are many, many methods for speeding up your website (mod_gzip for Apache and Minify http://code.google.com/p/minify/ for a couple examples).

My guess is if you don't have a specific thing in mind to use Ajax for, I wouldn't worry about it. Meaning, if you don't think you need it, don't use it.

However, I would like to recommend jQuery if you decide to use Ajax, or javascript at all. It can really make a huge difference in your time, and efficiency. Very powerful, simple javascript framework.

Reply With Quote
  #8  
Old 09-02-2009, 12:05 PM
ankit_frenz ankit_frenz is offline
Newbie
 
Join Date: Jun 2009
Posts: 11
Well it depends on what you need more ?? more add views or users returning regularly?
Well i believe Ajax makes site more user friendly..buts that's only my view

Reply With Quote
  #9  
Old 09-02-2009, 12:25 PM
siv9 siv9 is offline
Newbie
 
Join Date: Jul 2009
Posts: 12
http://e-articles.info/e/a/title/AJA...ty-Guidelines/

Ajax can be beneficial, but as I stated, it shouldn't be used unnecessarily. It should be well thought out.

Ajax can actually HURT your site if not implemented correctly. Try searching for 'ajax usability issues' on google.

One important thing to remember, is 99% of the time Ajax BREAKS the BACK button in your browser. The back button is one of the MOST used navigational features for all of your users. So if you take that away in critical areas, this could cause extreme detriment to your website.

Ajax can also cause search engine issues, resulting in less people being able to find your site.

There are many studies on Ajax usability. Most studies reveal ajax to be harmful in most cases, however, when applied correctly, it can be extremely beneficial.

Just keep in mind your users! Test,test,test, and more test! Don't launch your website without having a variety of people play with it and see what they like, don't like, etc.

http://www.webdesignerdepot.com/2009...-a-low-budget/

This is probably one of the most valuable pages on the internet

Reply With Quote
  #10  
Old 09-05-2009, 03:33 PM
Qandil Qandil is offline
Newbie
 
Join Date: Aug 2009
Posts: 10
Quote:
Originally Posted by siv9 View Post
http://e-articles.info/e/a/title/AJA...ty-Guidelines/

Ajax can be beneficial, but as I stated, it shouldn't be used unnecessarily. It should be well thought out.

Ajax can actually HURT your site if not implemented correctly. Try searching for 'ajax usability issues' on google.

One important thing to remember, is 99% of the time Ajax BREAKS the BACK button in your browser. The back button is one of the MOST used navigational features for all of your users. So if you take that away in critical areas, this could cause extreme detriment to your website.

Ajax can also cause search engine issues, resulting in less people being able to find your site.

There are many studies on Ajax usability. Most studies reveal ajax to be harmful in most cases, however, when applied correctly, it can be extremely beneficial.

Just keep in mind your users! Test,test,test, and more test! Don't launch your website without having a variety of people play with it and see what they like, don't like, etc.

http://www.webdesignerdepot.com/2009...-a-low-budget/

This is probably one of the most valuable pages on the internet
Great Reply

Reply With Quote
  #11  
Old 09-12-2009, 04:48 AM
aaron1988 aaron1988 is offline
Newbie
 
Join Date: Jul 2009
Location: Yeovil - Somerset
Posts: 20
I agree with siv9 so great job

Reply With Quote
Reply

Similar Threads
Thread Thread Starter Forum Replies Last Post
Serious question about starting my own NOC lexington Dedicated Server 16 07-03-2006 01:10 PM
Hosting site under reseller question -moving site- demomen Hosting Security and Technology 1 10-03-2004 04:36 PM
Big question about starting up a host...CAN YOU HELP? spikez202 Running a Web Hosting Business 19 08-31-2004 08:54 PM
question about starting a webhost bpoppa Running a Web Hosting Business 3 02-25-2002 03:52 PM
Question for starting to resell in UK eric418 Reseller Hosting 4 05-19-2001 02:24 PM

Related posts from TheWhir.com
Title Type Date Posted
Rackspace Blog Looks at Easy Outsourcing for App Development Blog 2012-03-05 19:07:48
Web Host Turnkey Internet Offers Microsoft WebMatrix Site Builder Web Hosting News 2012-03-05 13:28:11
Tucows' Elliot Noss on the Mobile Opportunity for Web Hosts Web Hosting News 2012-02-16 16:49:36
Yahoo Employs the Power of Information with Small Business “Advisor” Site Web Hosting News 2012-02-13 11:39:39
Web Host Crexendo COO and President Resigns, CEO Assumes Role Web Hosting News 2012-01-05 20:14:48


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?