Submit Your Article Webforumz RegistrationAnnouncements Contact Webforumz StaffContact
Home Resources Blogs Meet the Team Contact Register
 

Go Back   WebForumz.com > In The Know > Industry News

Reply
 
LinkBack Thread Tools
Old June 29th, 2009, 10:37 PM   #1
New Member
 

Join Date: Jun 2009
Location: Mathura
Age: 19
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 himanshu1990 is on a distinguished road
Post Difference between Website and webApplication?

I just want to know the major diff b/w website and web application?
himanshu1990 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old June 30th, 2009, 03:37 PM   #2
New Member
 

Join Date: Jun 2009
Location: Los Angeles, CA
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 mediacontour is on a distinguished road
Re: Difference between Website and webApplication?

A web application can be a website and a website can be a web application.

A web application is an interactive tool that you can use to accomplish something--an online email client is one example of a web application.

A website does not necessarily have to be interactive and can act like an advertisement or billboard.
mediacontour is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old July 30th, 2009, 09:00 PM   #3
New Member
 

Join Date: Dec 2008
Location: US
Age: 29
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 Kenneth is on a distinguished road
Re: Difference between Website and webApplication?

Hi, I certainly agree with the above post. Here are the more details:

Web Site Web Application 1 Will usually be available on the internet, but may be restricted to an organisation's intranet. Will usually be restricted to the intranet owned by a particular organisation, but may be available on the internet for employees who travel beyond the reach of that intranet. 2 Can never be implemented as a desktop application. May have exactly the same functionality as a desktop application. It may in fact be a desktop application with a web interface. 3 Can be accessed by anybody. Can be accessed by authorised users only. 4 Can contain nothing but a collection of static pages. Although it is possible to pull the page content from a database such pages are rarely updated after they have been created, so those pages can still be regarded as static. Contains dynamic pages which are built using data obtained from a central data store, which is usually a relational database (RDBMS). 5 May be updatable by a single person with everyone else having read-only access. For example, a web site which shows a pop star's schedule can only be updated by that star's agent, but anyone can visit the site and view the schedule. Any authorised user may submit updates, subject to his/her authorisation level, and these updates would immediately be available to all other users. 6 May have parts of the system which can only be accessed after passing through a logon screen. No part of the system can be accessed without passing through a logon screen. 7 Users may be able to self-register in order to pass through the logon screen. Users can only be registered by a system administrator. 8 All users may have access to all pages in the web site, meaning that there may be no need for any sort of access control. The application may cover several aspects of an organisation's business, such as sales, purchasing inventory and shipping, in which case users will usually be restricted to their own particular area. This will require some sort of access control system, such as a Role Based Access Control (RBAC) system. 9 May need URLs that can be bookmarked so that users can quickly return to a particular page. Bookmarks are not used as each user must always navigate through the logon screen before starting a session. 10 May need special handling to deal with search engines. As no URLs can be bookmarked (see above) then all aspects of Search Engine Optimisation (SEO) are irrelevant. 11 Has no problems with the browser's BACK and FORWARD buttons. The use of the browser's BACK and FORWARD buttons may cause problems, so may need code to detect their use and redirect to a more acceptable URL. The Radicore approach is documented in Back Button Blues. 12 It is not possible to have more than one browser window open at a web site and to maintain separate state for each window. State is maintained in session data on the server, and the session identity is usually maintained in a cookie. As multiple browser windows on the same PC will by default share the same session cookie they will automatically share the same session data and cannot be independent of one another. It may be beneficial to allow separate windows to have separate state as this follows the standard behaviour of most desktop applications which allow multiple instances, each with different state, to exist at the same time. This will allow the user to access one part of the application in one window and another part in another window. The Radicore approach is documented in Client Clones and Server Sessions. 13 Execution speed may need to be tuned so that the site can handle a high number of visitors/users. As the number of users is limited to those who are authorised then execution speed should not be an issue. In this case the speed, and therefore cost, of application development is more important. In other words the focus should be on developer cycles, not cpu cycles.


I hope this will help you.




Last edited by GalaxyTramp; July 31st, 2009 at 07:13 AM.. Reason: Signature Rule Violation
Kenneth is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old August 2nd, 2009, 04:29 AM   #4
New Member
 

Join Date: Aug 2009
Location: Mumbai, India
Age: 37
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 prateeksha is on a distinguished road
Re: Difference between Website and webApplication?

hi

Web Application is application software written / deployed on the web. Application software can range from wide ranges of services like billing, shopping cart, ecommerce, job sites, tender applications etc.

Website is manily used for content delivery.

Sumeet Shroff
prateeksha is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old September 16th, 2009, 11:10 AM   #5
New Member
 

Join Date: Sep 2009
Location: Kathmandu
Age: 23
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 gamesnepal is on a distinguished road
Re: Difference between Website and webApplication?

Well they are almost the same. Web applications are meant to do some special tasks on the web where as a website can host such web applications.
gamesnepal is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old February 23rd, 2010, 05:29 PM   #6
New Member
 

Join Date: Feb 2010
Location: housefull
Age: 23
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 housefull is on a distinguished road
Re: Difference between Website and webApplication?

Can I second that? Any help for a beginner would be greatly appreciated.
Whens the next comp? I'm itching to see how I go.

__________________
Watch The Crazies Online Free
housefull is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Old March 16th, 2010, 04:32 AM   #7
New Member
 

Join Date: Mar 2010
Location: New York
Age: 39
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Altering Power: 0 kimgr is on a distinguished road
Re: Difference between Website and webApplication?

guys, thanks
kimgr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks


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

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the difference between an ID and a class? steve123 HTML, XHTML and CSS 1 February 17th, 2009 03:55 PM
The difference moshe The Café 4 January 28th, 2007 03:52 PM
Php . asp, asp net difference maksinx PHP 3 August 15th, 2006 06:39 AM
Date Difference ekendricks Classic ASP 4 August 22nd, 2003 06:19 AM


Search Engine Optimization by vBSEO 3.2.0 RC8