Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,151,107 members, 7,811,118 topics. Date: Sunday, 28 April 2024 at 12:13 AM

Mefeo's Posts

Nairaland Forum / Mefeo's Profile / Mefeo's Posts

(1) (of 1 pages)

Science/Technology / Re: Dynamic Web Content Fully Explained by mefeo(m): 8:46pm On Mar 30, 2016
Thanks Bro "danielthegeek"
Programming / Re: Have You Ever Wondered How The Internet Works? by mefeo(m): 8:49am On Mar 23, 2016
shirgles:
Whr can I learn all des
You can learn them at www.mefeoacademy.com
use the site very well. reach us in our contact form....cheers
Programming / Learn How To Develop Responsive Websites For Free by mefeo(m): 11:00pm On Mar 22, 2016
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
Programming / Re: Have You Ever Wondered How The Internet Works? by mefeo(m): 10:50pm On Mar 22, 2016
yeah @divinehand2003......thats the future
Programming / Have You Ever Wondered How The Internet Works? by mefeo(m): 9:23pm On Mar 22, 2016
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/
Webmasters / Dynamic Web Content Fully Explained by mefeo(m): 11:43pm On Mar 08, 2016
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/
Programming / Re: [b]Any body with a simple understanding of open source?[/b] by mefeo(m): 11:37pm On Mar 08, 2016
Recently wrote an article on it. visit http://mefeoacademy.com/about-open-source/
Cheers!!!!
Science/Technology / Dynamic Web Content Fully Explained by mefeo(m): 10:46pm On Mar 08, 2016
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/
Computers / Dynamic Web Content Fully Explained by mefeo(m): 10:34pm On Mar 08, 2016
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/
Programming / Dynamic Web Content Fully Explained by mefeo(m): 8:59pm On Mar 08, 2016
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
Jobs/Vacancies / Re: Urgent!! Very Urgent Vacancies by mefeo(m): 1:23pm On Mar 07, 2016
08162861599-----------Lagos
Jobs/Vacancies / Re: HURRY Another Big Telecommunication Company Is Recruiting...(ericsson) by mefeo(m): 5:06pm On Feb 29, 2016
This is a scam. They just need you on their site. and your email details. to start disturbing you all time......................
Politics / Re: President Buhari Orders Investigation Into Benue Killings by mefeo(m): 4:50pm On Feb 29, 2016
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
Jobs/Vacancies / Re: Home Tutoring by mefeo(m): 8:35pm On Feb 25, 2016
Larynx:
Nope, Oyo state..... Which other state get lekki
u don high abi?
Jobs/Vacancies / Re: Home Tutoring by mefeo(m): 8:15pm On Feb 25, 2016
lagos state?
Programming / [b]Any body with a simple understanding of open source?[/b] by mefeo(m): 8:09pm On Feb 25, 2016
Any body with a simple understanding of open source?
Romance / Re: Can U Have A Relationship With A Prostitute.? by mefeo(m): 8:05pm On Feb 25, 2016
well, thats bull shit
Romance / Re: Pic: Secondary School Girls Expose Boobs In Class by mefeo(m): 8:01pm On Feb 25, 2016
tonymorris:
Hmmmm young girls of nowadays. What do you think
it sucks

(1) (of 1 pages)

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 37
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.