Mefeo's Posts
Nairaland Forum › Mefeo's Profile › Mefeo's Posts
1 (of 1 pages)
Thanks Bro "danielthegeek" |
shirgles:You can learn them at www.mefeoacademy.com use the site very well. reach us in our contact form....cheers |
Just for this season.....The act of creating and developing, or even restructuring an existing website is evergreen in our world today. Do you have the ambition of being a professional in this field? get in touch with us today through http://mefeoacademy.com/contact-us/ or call..08165642297, its free.... just for 20 people |
yeah @divinehand2003......thats the future |
FINALLY REVEALED........ HOW THE INTERNET WORKS Have you ever wondered what mechanism is responsible for retrieving and passing information you send across the internet? Have you ever wondered where they are stored or how they communicate to each other? Have you ever wondered the reason behind simple search in google it will bring out the desired result?........ If yes this is for you........CHEERS!!! client side and server side scripting There are two main ways to customize Web pages and make them more interactive. The two are often used together because they do very different things. For the most benefit of this article (client side and server side scripting), we are going to treat both independently. Before I will go further, I will like to briefly explain the meaning of scripts, because we are going to be using this term in this article and the next. Scripts Scripts comprises of sets of instructions. For Web pages they are instructions either to the Web browser (client-side scripting) or to the server (server-side scripting). These are explained more below. Scripts provide change to a Web page. Let us use a typical example we all understand, recall some of those web pages you have visited. Any page which changes each time you visit it (or during a visit) probably uses scripting. All log on systems, some menus, almost all photograph slideshows and many other pages use scripts. Google uses scripts to fill in your search term for you, to place advertisements, to find the thing you are searching for and so on. Amazon and eBay uses scripting to list products and record what you have bought. Client-side scripts are often embedded within an HTML or XHTML document. Client-side scripting generally refers to the class of computer programs on the web that are executed client-side, by the user’s web browser, instead of server-side (on the web server). This type of computer programming is an important part of the Dynamic HTML (DHTML) concept, enabling web pages to be scripted; that is, to have different and changing content depending on user input, environmental conditions (such as the time of day), or other variables. Now having said all this, let us break it down to the simplest understandable term. All websites run on three components: the server, the database, and the client. The client is simply the browser a person is using to view a site, and it’s where client-side technology is unpacked and processed. The server is at a remote location anywhere in the world—housing data, running a site’s back-end architecture, processing requests, and sending pages to the browser. The client is anywhere your users are viewing your site: mobile devices, laptops, or desktop computers. Server-side scripting is executed by a web server; client-side scripting is executed by a browser. for more on this visit http://mefeoacademy.com/client-side-and-server-side-scripting/ The client-side environment used to run scripts is usually a browser. The processing takes place on the end users computer. The source code is transferred from the web server to the users computer over the internet and run directly in the browser. The scripting language needs to be enabled on the client computer. Sometimes if a user is conscious of security risks they may switch the scripting facility off. When this is the case a message usually pops up to alert the user when script is attempting to run. Client-end scripts are embedded in a website’s HTML markup code, which is housed on the server in a language that’s compatible with, or compiled to communicate with, the browser. The browser temporarily downloads that code, and then, apart from the server, processes it. If it needs to request additional information in response to user clicks, mouse-overs, etc. (called “events”), a request is sent back to the server. for more visit http://mefeoacademy.com/client-side-and-server-side-scripting/ |
The content and functionality of Web pages have evolved greatly since the first Web page became available on the Internet in November of 1990 (Connolly, 2000). The information that we browse and read has increased in volume, but more importantly the Web has developed to offer us functionality useful for everyday life. Dynamic Web pages were first introduced in 1995 with the creation of JavaScript dynamic content A dynamic web page, unlike a static web page, is a web page that displays different content each time it’s viewed. For example, the page may change with the time of day, the user that accesses the webpage, or the type of user interaction. We have two types of dynamic web pages. Client-Side Scripting Web pages that change in response to an action within that web page, such as a mouse or a keyboard action, use client-side scripting. Client-side scripts generate client-side content. Client-side content is content that’s generated on the user’s computer rather than the server. In these cases, the user’s web browser would download the web page content from the server, process the code that’s embedded in the web page, and then display the updated content to the user. Scripting languages such as JavaScript and Flash allow a web page to respond to client-side events. Server-Side Scripting Web pages that change when a web page is loaded or visited use server-side scripting. Server-side content is content that’s generated when a web page is loaded. For example, login pages, forums, submission forms, and shopping carts, all use server-side scripting since those web pages change according to what is submitted to it. Scripting languages such as PHP, ASP, ASP.NET, JSP, ColdFusion and Perl allow a web page to respond to submission events. You can read on Client-Side Scripting and Server Side Scripting in my other posts. http://mefeoacademy.com/blog Dynamic Web pages are capable of producing different content for different visitors from the same source code file. The website can display different content based on what operating system or browser the visitor is using, whether she is using a PC or a mobile device, or even the source that referred the visitor. A dynamic Web page is not necessarily better than a static Web page. The two simply serve different purposes. How To Use Dynamic Pages http://mefeoacademy.com/what-is-a-dynamic-web-page/ Dynamic pages can serve a variety of purposes. For example, websites run by content management systems CMS, allow a single source code file to load the content of many different possible pages. Content creators use a gateway page to submit the material for new pages into the CMS’ database. The dynamic page can then load the material for any page in the database, based on parameters in the URL with which a visitor requests the page. Dynamic pages are also what let users log into websites to see personalized content. Since there is a dynamic web page, This leads us to asking the question What is a Static Web Page? see all at http://mefeoacademy.com/what-is-a-static-web-page/ |
Recently wrote an article on it. visit http://mefeoacademy.com/about-open-source/ Cheers!!!! |
The content and functionality of Web pages have evolved greatly since the first Web page became available on the Internet in November of 1990 (Connolly, 2000). The information that we browse and read has increased in volume, but more importantly the Web has developed to offer us functionality useful for everyday life. Dynamic Web pages were first introduced in 1995 with the creation of JavaScript dynamic content A dynamic web page, unlike a static web page, is a web page that displays different content each time it’s viewed. For example, the page may change with the time of day, the user that accesses the webpage, or the type of user interaction. We have two types of dynamic web pages. Client-Side Scripting Web pages that change in response to an action within that web page, such as a mouse or a keyboard action, use client-side scripting. Client-side scripts generate client-side content. Client-side content is content that’s generated on the user’s computer rather than the server. In these cases, the user’s web browser would download the web page content from the server, process the code that’s embedded in the web page, and then display the updated content to the user. Scripting languages such as JavaScript and Flash allow a web page to respond to client-side events. Server-Side Scripting Web pages that change when a web page is loaded or visited use server-side scripting. Server-side content is content that’s generated when a web page is loaded. For example, login pages, forums, submission forms, and shopping carts, all use server-side scripting since those web pages change according to what is submitted to it. Scripting languages such as PHP, ASP, ASP.NET, JSP, ColdFusion and Perl allow a web page to respond to submission events. You can read on Client-Side Scripting and Server Side Scripting in my other posts. http://mefeoacademy.com/blog Dynamic Web pages are capable of producing different content for different visitors from the same source code file. The website can display different content based on what operating system or browser the visitor is using, whether she is using a PC or a mobile device, or even the source that referred the visitor. A dynamic Web page is not necessarily better than a static Web page. The two simply serve different purposes. How To Use Dynamic Pages http://mefeoacademy.com/what-is-a-dynamic-web-page/ Dynamic pages can serve a variety of purposes. For example, websites run by content management systems CMS, allow a single source code file to load the content of many different possible pages. Content creators use a gateway page to submit the material for new pages into the CMS’ database. The dynamic page can then load the material for any page in the database, based on parameters in the URL with which a visitor requests the page. Dynamic pages are also what let users log into websites to see personalized content. Since there is a dynamic web page, This leads us to asking the question What is a Static Web Page? see all at http://mefeoacademy.com/what-is-a-static-web-page/ |
The content and functionality of Web pages have evolved greatly since the first Web page became available on the Internet in November of 1990 (Connolly, 2000). The information that we browse and read has increased in volume, but more importantly the Web has developed to offer us functionality useful for everyday life. Dynamic Web pages were first introduced in 1995 with the creation of JavaScript dynamic content A dynamic web page, unlike a static web page, is a web page that displays different content each time it’s viewed. For example, the page may change with the time of day, the user that accesses the webpage, or the type of user interaction. We have two types of dynamic web pages. Client-Side Scripting Web pages that change in response to an action within that web page, such as a mouse or a keyboard action, use client-side scripting. Client-side scripts generate client-side content. Client-side content is content that’s generated on the user’s computer rather than the server. In these cases, the user’s web browser would download the web page content from the server, process the code that’s embedded in the web page, and then display the updated content to the user. Scripting languages such as JavaScript and Flash allow a web page to respond to client-side events. Server-Side Scripting Web pages that change when a web page is loaded or visited use server-side scripting. Server-side content is content that’s generated when a web page is loaded. For example, login pages, forums, submission forms, and shopping carts, all use server-side scripting since those web pages change according to what is submitted to it. Scripting languages such as PHP, ASP, ASP.NET, JSP, ColdFusion and Perl allow a web page to respond to submission events. You can read on Client-Side Scripting and Server Side Scripting in my other posts. Dynamic Web pages are capable of producing different content for different visitors from the same source code file. The website can display different content based on what operating system or browser the visitor is using, whether she is using a PC or a mobile device, or even the source that referred the visitor. A dynamic Web page is not necessarily better than a static Web page. The two simply serve different purposes. How To Use Dynamic Pages Dynamic pages can serve a variety of purposes. For example, websites run by content management systems CMS, allow a single source code file to load the content of many different possible pages. Content creators use a gateway page to submit the material for new pages into the CMS’ database. The dynamic page can then load the material for any page in the database, based on parameters in the URL with which a visitor requests the page. Dynamic pages are also what let users log into websites to see personalized content. Since there is a dynamic web page, This leads us to asking the question What is a Static Web Page? see all at http://mefeoacademy.com/what-is-a-dynamic-web-page/ |
The content and functionality of Web pages have evolved greatly since the first Web page became available on the Internet in November of 1990 (Connolly, 2000). The information that we browse and read has increased in volume, but more importantly the Web has developed to offer us functionality useful for everyday life. Dynamic Web pages were first introduced in 1995 with the creation of JavaScript dynamic content A dynamic web page, unlike a static web page, is a web page that displays different content each time it’s viewed. For example, the page may change with the time of day, the user that accesses the webpage, or the type of user interaction. We have two types of dynamic web pages. Client-Side Scripting Web pages that change in response to an action within that web page, such as a mouse or a keyboard action, use client-side scripting. Client-side scripts generate client-side content. Client-side content is content that’s generated on the user’s computer rather than the server. In these cases, the user’s web browser would download the web page content from the server, process the code that’s embedded in the web page, and then display the updated content to the user. Scripting languages such as JavaScript and Flash allow a web page to respond to client-side events. Server-Side Scripting Web pages that change when a web page is loaded or visited use server-side scripting. Server-side content is content that’s generated when a web page is loaded. For example, login pages, forums, submission forms, and shopping carts, all use server-side scripting since those web pages change according to what is submitted to it. Scripting languages such as PHP, ASP, ASP.NET, JSP, ColdFusion and Perl allow a web page to respond to submission events. You can read on Client-Side Scripting and Server Side Scripting in my other posts. Dynamic Web pages are capable of producing different content for different visitors from the same source code file. The website can display different content based on what operating system or browser the visitor is using, whether she is using a PC or a mobile device, or even the source that referred the visitor. A dynamic Web page is not necessarily better than a static Web page. The two simply serve different purposes. How To Use Dynamic Pages visit http://mefeoacademy.com/what-is-a-dynamic-web-page/ Dynamic pages can serve a variety of purposes. For example, websites run by content management systems CMS, allow a single source code file to load the content of many different possible pages. Content creators use a gateway page to submit the material for new pages into the CMS’ database. The dynamic page can then load the material for any page in the database, based on parameters in the URL with which a visitor requests the page. Dynamic pages are also what let users log into websites to see personalized content. Since there is a dynamic web page, This leads us to asking the question What is a Static Web Page? http://mefeoacademy.com/what-is-a-static-web-page/ for more articles like this visit http://mefeoacademy.com/blog |
08162861599-----------Lagos |
This is a scam. They just need you on their site. and your email details. to start disturbing you all time...................... |
its time fulanis in general are taught some lesson. If time is not taken it will not be more than a cow that caused innocent blood shed of living human being. The fulanis really need to be in the animal kingdom, since they value their cows life over anything |
Larynx:u don high abi? |
lagos state? |
Any body with a simple understanding of open source? |
well, thats bull shit |
tonymorris:it sucks |
1 (of 1 pages)
