Programming web
-
What is ASP? – Server-side scripting technology – Files containing HTML and scripting code – Access via HTTP requests – Scripting code is interpreted on server side • What can I do with ASP? – Easily and quickly create simple Web applications – Generate dynamic Web content – Client-side scripting for validation – Access COM components to extend functionality
30p kiditer 28-09-2009 451 244 Download
-
The web page is derived from data that changes frequently, results from search engines and order confirmation pages at on-line stores, The web page uses information from databases or other server-side sources.For a general Servlet you must subclass javax.servlet.GenericServlet...
68p hoangdoanisuit 10-09-2011 104 26 Download
-
Một ứng dụng ASP.NET được định nghĩa là tất cả những tập tin, những điều khiển (handler), những module và mã thực thi (executable code) có thể được gọi từ một cây thư mục ảo (virtual directory) trên ứng dụng Web Server. Có thể sử dụng mọi mô hình lập trình ASP.NET (ASP.NET programming models) trong ứng dụng. Tất cả chúng phải cùng tồn tại trong một cấu trúc thư mục ảo riêng lẻ.
50p can_loc 25-07-2012 150 16 Download
-
Before you learn about anything in .NET, you should undertand how’s its structure. This chapter takes a brief look at Microsoft .NET and the Microsoft .NET Platform. It then describes the .NET Framework design goals and introduces you to the components of the .NET Framework Microsoft announced the .NET intitiative in July 2000 The .
36p mr_nghia88 30-01-2012 115 24 Download
-
Outline Objects and Classes OOP Concepts Encapsulation Aggregation/Composition Inheritance & Polymorphism Some useful Java classes Exception Handling, I/O Readings & Exercise Discussion .
52p lebronjamesuit 23-08-2012 80 9 Download
-
Client's Functions Handle the user interface. Translate the user's request into the desired protocol. Send the request to the server. Wait for the server's response. Translate the response into "human-readable" results. Present the results to the user. Listen for a client's query. Process that query. Return the results back to the client.
38p lebronjamesuit 23-08-2012 82 6 Download
-
Identifiers: Names for the things you will refer to in your programs Used for programming entities as variables, constants, methods, classes, and packages Rules for naming identifiers: A sequence of characters that consists of letters, digits, underscores (_), and dollar signs ($). Cannot start with a digit. Cannot be a reserved word. Cannot be true, false, or null. An identifier can be of any length. .Variables & Constants Variables: used to store data in a program datatype variableName; datatype variable1, variable2, ..., variablen; Constants Represents permanent data...
37p lebronjamesuit 23-08-2012 88 5 Download
-
Add transmission information to URL. There is a limitation in the length of the transmission character string. Example: http://localhost:8080/examples/hello? NAME=Billy POST There is not a limitation in the length of the transmission character string. It is possible to transmit only by tag.It has the execution environment such as Web containers
45p nguyenvanhabk1 04-09-2012 84 7 Download
-
Contents Client-side dynamic pages JavaScript .Client-side dynamic pages Web page contains programs (script) that will be executed in the client side by browser. Script improve the interaction of users and web page (than HTML) Program is written by different scripting technologies Javascript: Vbscript Flash Applet Ajax … .Javascript, VBscript Javascript: An interpreted programming, a script language from Netscape. Syntax similar to Java but it is not Java Easier and faster to code in than the more structured and compiled languages such as C and C++.
23p nguyenvanhabk1 03-09-2012 61 6 Download
-
Describe the necessity and the advantage of the framework Develop the Web application by using the framework. Struts: The Apache Software Foundation JSF (JavaServer Faces): The Java Community Process(JCP) Webcoordinator: FUJITSU Ltd.Framework to develop the Web app. by using Servlet and JSP. Starts according to the request from a client Offers the mechanism to process request, storage of data, screen transition control, etc. Defines screen transition information in XML file (strutsconfig. xml)...
66p nguyenvanhabk1 04-09-2012 105 19 Download
-
Direct start from Web browser: input directly URL of JSP page into Web browser http://servername:8080/JSP/HelloWorld.jsp Start by “Action” attribute of Form tag Start when you push the summitting button on form Start from JSP (or Servlet) : Start by being specified with other JSP files
56p nguyenvanhabk1 04-09-2012 124 16 Download
-
Một đối tượng trong hệ phân tán có thể là users, files, database objects, variables, communication links ... Một tên (name) trong một hệ thống phân tán là một chuỗi các bit ký tự được sử dụng để chỉ đến một đối tượng Ví dụ về tên - tên người dùng (user names, Login, Email) - tên máy (rlogin, email, web) - Tên Filse - Tên thiết bị - Các biến của chương trình (Variables in programs) -Tên các dịch vụ v.v......
29p nhatnam06 18-03-2013 280 39 Download
-
Các máy chủ Web (Webserver) luôn là những vùng đất màu mỡ cho các hacker tìm kiếm các thông tin giá trị hay gây rối vì một mục đích nào đó. Hiểm hoạ có thể là bất cứ cái gì từ kiểu tấn công từ chối dịch vụ, quảng cáo các website có nội dung không lành mạnh, xoá, thay đổi nội dung các file hay phần mềm chứa mã nguy hiểm. Bài viết dưới đây được trình bày như những lời khuyên cho việc đảm bảo an toàn cho các máy chủ Web....
42p muathu_102 28-01-2013 144 50 Download
-
PHP-Developer since the late 1920s I 2009 I tried out about 10(!!) different PHP Frameworks: Akelos PHP Framework Cake PHP Codeigniter Kahona Recess Solar Symfony1 Wombat Yii Zend Framework Database Access Objects (DAO), Query Builder, AR I Migration system to step up and down your migrations I Easy Console Applications I Routing you always wanted to have I Flexibility with Widgets (= View Helpers++) I Expandable with Extensions / Wrappers for 3rd party libs I Highly secure I Scaffolding...
42p nguyenvanhabk 22-06-2013 94 10 Download
-
“ Web 2.0 is a massive social experiment This is an opportunity to build a new kind of international understanding, not politician to politician, great man to great man, but citizen to citizen, person to person. It's a chance for people to look at a computer screen and really, genuinely wonder who's out there looking back at them. ”
54p hanthegiankid9x 25-06-2013 52 5 Download
-
Mục tiêu của chương 2 Giao thức tầng ứng dụng nằm trong bài giảng mạng máy tính và Internet nhằm trình bày về một số khái niệm và nguyên tắc, Web & Hyper Text Transfer Protocol, Web design and HTTP, Web programming, File Transfer Protocol, Electronic Mail Protocols và Domain Name System.
22p fast_12 24-06-2014 132 14 Download
-
Mục tiêu chính của chương 2 Giao thức tầng ứng dụng nằm trong bài giảng mạng máy tính và Internet nhằm trình bày về Web programming with ASP, Visual Basic programming, Object oriented programming, Event driven programming, Component driven programming.
22p fast_12 24-06-2014 90 5 Download
-
Phần 4 của bài giảng Phát triển ứng dụng Web bằng PHP giới thiệu về các đối tượng trong PHP như: Đối tượng $_GET, $_POST và $_REQUEST; đối tượng $_COOKIE và $_SESSION; đối tượng $_SERVER; đối tượng $_FILES; các đối tượng khác trong Web Programming. Mời các bạn cùng tham khảo để nắm bắt các nội dung chi tiết.
50p namthangtinhlang_01 31-10-2015 105 12 Download
-
Chương 2 trang bị cho người học những hiểu biết về giao thức tầng ứng dụng (application layer). Trong chương này các bạn sẽ cùng tìm hiểu về một số khái niệm và nguyên tắc; Web & Hyper Text Transfer Protocol; Web design and HTTP, Web programming;... Mời các bạn cùng tham khảo.
43p kiepnaybinhyen_01 27-11-2015 49 3 Download
-
Dưới đây là bài giảng Phát triển ứng dụng Web – Web Programming: Chương 4 - Introduction to HTML5 do ThS. Lương Trần Hy Hiến thực hiện. Mời các bạn tham khảo bài giảng để hiểu rõ hơn về HTML5 Structure; HTML5 Audio/Video; HTML5 Form; HTML5 Canvas.
102p cocacola_09 27-11-2015 124 20 Download