logging in or signing up Web Applications aSGuest2948 Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: Embed: Flash iPad Dynamic Copy Does not support media & animations Automatically changes to Flash or non-Flash embed WordPress Embed Customize Embed URL: Copy Thumbnail: Copy The presentation is successfully added In Your Favorites. Views: 6297 Category: Education License: All Rights Reserved Like it (0) Dislike it (0) Added: November 10, 2008 This Presentation is Public Favorites: 2 Presentation Description No description available. Comments Posting comment... By: mstejas (28 month(s) ago) pls send me this presentation at cool_tejas27@rediffmail.com Saving..... Post Reply Close Saving..... Edit Comment Close By: pradeep_kumar11611 (34 month(s) ago) pradeep_kumar11611@yahoo.com Saving..... Post Reply Close Saving..... Edit Comment Close By: nmdibrahim (51 month(s) ago) am Prof. Mohamed. It is very nice. Can i get the copy and notes page of this presentation to nmdibrahim@yahoo.co.in. Thnak you. Saving..... Post Reply Close Saving..... Edit Comment Close Premium member Presentation Transcript Web Application : Web Application Vishal Ghelani Nov 2008 Structure : Structure a web application is commonly structured as a three-tiered application Web Browsers (Presentation) Engine using some dynamic Web content technology (Application Logic) Database (Storage) Client – Server Interaction : Client – Server Interaction Adv Server ISAM MySql Request Header Example : Request Header Example GET / HTTP/1.1 Host: localhost:8181 Connection: keep-alive Referer: http://localhost/~ronyeh/ User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/124 (KHTML, like Gecko) Safari/125 Accept: */* Accept-Encoding: gzip, deflate;q=1.0, identity; q=0.5, *;q=0 Accept-Language: en-us, ja;q=0.62, de-de;q=0.93 HTTP Server Response Codes : HTTP Server Response Codes 200 OK 3XX -- Minor Client Error 301 -- File Moved Permanently 302 -- Moved Temporarily 304 -- Not Modified 4XX -- Major Client Error 400 -- Syntax Error 401 -- Unauthorized 403 -- Forbidden, Permission Denied 404 -- Not Found! 5XX -- Server Errors 500 -- Internal Server Error 503 -- Service Unavailable HTML : HTML HyperText Markup Language Document Structure : Document Structure <html> <head> <title>My First Web Page</title> </head> <body bgcolor="white"> <p>A Paragraph of Text.</p> </body> </html> Nested Tags : Nested Tags Like a tree, each element is contained inside a parent element Each element may have any number of attributes <body>...</body> bgcolor="white" HTML Common Tags : <!-- --> <head> <body> <title> <p> <div> <a> <table> <tr> <td> <th> <br> <h*> <li> <ol> <img> <form> <input> Text Radio Select Checkbox Button Hidden Textarea HTML Common Tags Special characters : Special characters Consideration to Quality? : Consideration to Quality? Lack of consideration to: Navigation Accessibility Scalability Reliability Maintainability Usability Compatibility and interoperability Security Readability You do not have the permission to view this presentation. In order to view it, please contact the author of the presentation.
Web Applications aSGuest2948 Download Post to : URL : Related Presentations : Share Add to Flag Embed Email Send to Blogs and Networks Add to Channel Uploaded from authorPOINT lite Insert YouTube videos in PowerPont slides with aS Desktop Copy embed code: Embed: Flash iPad Dynamic Copy Does not support media & animations Automatically changes to Flash or non-Flash embed WordPress Embed Customize Embed URL: Copy Thumbnail: Copy The presentation is successfully added In Your Favorites. Views: 6297 Category: Education License: All Rights Reserved Like it (0) Dislike it (0) Added: November 10, 2008 This Presentation is Public Favorites: 2 Presentation Description No description available. Comments Posting comment... By: mstejas (28 month(s) ago) pls send me this presentation at cool_tejas27@rediffmail.com Saving..... Post Reply Close Saving..... Edit Comment Close By: pradeep_kumar11611 (34 month(s) ago) pradeep_kumar11611@yahoo.com Saving..... Post Reply Close Saving..... Edit Comment Close By: nmdibrahim (51 month(s) ago) am Prof. Mohamed. It is very nice. Can i get the copy and notes page of this presentation to nmdibrahim@yahoo.co.in. Thnak you. Saving..... Post Reply Close Saving..... Edit Comment Close Premium member Presentation Transcript Web Application : Web Application Vishal Ghelani Nov 2008 Structure : Structure a web application is commonly structured as a three-tiered application Web Browsers (Presentation) Engine using some dynamic Web content technology (Application Logic) Database (Storage) Client – Server Interaction : Client – Server Interaction Adv Server ISAM MySql Request Header Example : Request Header Example GET / HTTP/1.1 Host: localhost:8181 Connection: keep-alive Referer: http://localhost/~ronyeh/ User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/124 (KHTML, like Gecko) Safari/125 Accept: */* Accept-Encoding: gzip, deflate;q=1.0, identity; q=0.5, *;q=0 Accept-Language: en-us, ja;q=0.62, de-de;q=0.93 HTTP Server Response Codes : HTTP Server Response Codes 200 OK 3XX -- Minor Client Error 301 -- File Moved Permanently 302 -- Moved Temporarily 304 -- Not Modified 4XX -- Major Client Error 400 -- Syntax Error 401 -- Unauthorized 403 -- Forbidden, Permission Denied 404 -- Not Found! 5XX -- Server Errors 500 -- Internal Server Error 503 -- Service Unavailable HTML : HTML HyperText Markup Language Document Structure : Document Structure <html> <head> <title>My First Web Page</title> </head> <body bgcolor="white"> <p>A Paragraph of Text.</p> </body> </html> Nested Tags : Nested Tags Like a tree, each element is contained inside a parent element Each element may have any number of attributes <body>...</body> bgcolor="white" HTML Common Tags : <!-- --> <head> <body> <title> <p> <div> <a> <table> <tr> <td> <th> <br> <h*> <li> <ol> <img> <form> <input> Text Radio Select Checkbox Button Hidden Textarea HTML Common Tags Special characters : Special characters Consideration to Quality? : Consideration to Quality? Lack of consideration to: Navigation Accessibility Scalability Reliability Maintainability Usability Compatibility and interoperability Security Readability