| Web Technology |
Php
Development / MySQL Database
PHP: Hypertext Preprocessor is a widely used,
general-purpose scripting language that was originally
designed for web development to produce dynamic web
pages. For this purpose, PHP code is embedded into the
HTML source document and interpreted by a web server
with a PHP processor module, which generates the web
page document. As a general-purpose programming language,
PHP code is processed by an interpreter application
in command-line mode performing desired operating system
operations and producing program output on its standard
output channel. It may also function as a graphical
application. PHP is available as a processor for most
modern web servers and as a standalone interpreter on
most operating systems and computing platforms.
ASP / ASP.net Development
/ MS SQL Database
Active Server Pages (ASP) programming is writing code
to facilitate ASP functionality on websites. Such functionality
includes the delivery of dynamic, database-driven content
to website viewers without taxing the server-side system.
ASP programming involves scripting in Visual Basic Script,
Jscript, Perl, Python, or other languages. The two languages
that work the best for ASP programming are VBScript
and Jscript. One common use of ASP programming is to
gather data from the user and display it at another
time. For example, you can use ASP programming to query
the user to type in his or her name and then display
that name on subsequent pages during the user's visit.
Once the name is input, the ASP programming protocols
transfer that data to the requisite database, from which
it can be accessed by other HTML pages that contain
the coding guiding such requests. Such data requests
and displays can be as complex as you want to make them.
You can design forms that allow users to upload image
files to your site as well. Real estate websites are
perfect examples of sites that can take advantage of
this functionality. ASP programming also comes in handy
when your HTML pages and what they display involve accessing
large databases containing tons of data. In this case,
you will really appreciate the benefits of not having
to change HTML files when you update the parameters
of your databases. ASP programming makes this process
simple.
ASP.Net
ASP.NET is a web application framework developed and
marketed by Microsoft to allow programmers to build
dynamic web sites, web applications and web services
& is the next generation of the ASP web scripting
language. It provides a complete environment for content
management and sharing over the Internet.
|
| |