Search
Recommended Products
Related Links
gry online darmowe gry online gry online
Studia, nauka, praca, imprezy. studenci rozpoczynają sesję.
wakacje
Perfumy Perfumy Perfumy
kowalstwo artystyczne
całkowicie darmowe gry online
fotograf lublin
klimatyzator
Tanie Wizytówki - Warszawa
odzież ciążowa
Profesjonalne balustrady szklane - Producent.
Najtanszy Mutant Mass
Tworzenie Stron Tychy Tworzenie Stron Tychy Tworzenie Stron Tychy
Gry dla Dziewczyn Gry dla Dziewczyn Gry dla Dziewczyn
Gry dla Dziewczyn Gry dla Dziewczyn Gry dla Dziewczyn
Alve
GRY
weterynarz szczecin
nieruchomości Tarnów
hosting seo

 

 

Informative Articles

Bigmouthmedia On Board
Bigmouthmedia, the award-winning Search Engine Marketing company, has been selected to drive internet traffic to the National Express website. In an ever-increasing online marketplace, National Express hope to capture their share of the potential...

Creating A Real Estate Website to market your business!
Are you a real estate agent that is thinking about taking your business online? More and more people everyday are creating an online presence to market their business. This is a huge and expanding market that you don’t want to miss out on....

Overview of Paint Shop Pro
Paint Shop Pro is one of the most popular image editors out there. Even though it's increasingly geared towards digital photography, you'd be surprised just how useful it can be to web designers. Installing Paint shop Pro is pretty much a...

Search Engine Friendly Web Design Advice
Online marketers understand the importance of getting top search engine rankings in major search engines. Therefore, they spend many time in optimizing website content, seeking inbound links, and optimizing title and Meta Tags. However, many of...

Web usability: The basics
What is web usability & why is it important? Web usability is about making your website in such a way that your site users can find what they're looking for quickly and efficiently. A usable website can reap huge benefits on to your website and...

 
Introduction To Web Technologies

There are literally hundreds of difficult technologies available to the webmaster. Making proper use of these technologies allows the creation of maintainable, efficient and useful web sites. For example, using SSI (server side includes) or CSS (cascading style sheets) a webmaster can change every page on his web site by editing one file.

A few of the more common technologies are listed below.

ASP - Active Server Pages are used to perform server-side scripting. This is a way to get things done on the web server, as opposed to, say, JavaScript, which lets you get things one on the client (browser). Although there is a Unix and Linux version of ASP, it is primarily intended for use on Microsoft web server based systems.

ASP is useful for tasks such as maintaining a database, creating dynamic pages and respond to user queries (and many other things as well).

CGI - Common Gateway Interface is one of the older standards on the internet for moving data between a web page and a web server. CGI is by far and away the most commonly used method of handling things like guestbooks, email forms, message boards and so on. CGI is actually a standard for passing data back and forth and not a scripting language at all. In fact, CGI routines are commonly written in interpreted languages such as PERL or compiled languages like C.

CSS - You use Cascading Style Sheets to format your web pages anyway that you want. CSS is complicated, but the complication pays off by being able to create web pages that look much better than otherwise. One very nice feature is the ability to define formatting commands in a single file, which is then included in all of your web pages. This let's you make one change to modify the look of your entire site.

HTACCESS - The .htaccess file allows you to set parameters for your web site and folders (directories). The most common use is to protect directories by defining usernames and passwords. Htaccess can be used for many other things as well, including denying access to specific addresses, keeping out hostile spiders and redirecting traffic transparently to the user. The downside of htaccess is the language used is often extremely obscure, difficult to understand and extraordinarily precise. A small error in your htaccess file can disable your entire web site until the error is fixed.

Java - Java is a client-side (meaning it's executed by the browser not the server) language. It is efficient and very powerful. The primary advantage of Java over ActiveX is Java has a sane security model (called the Sandbox Model), while the ActiveX model is so imbecilic as to defy imagination. Java is also much less likely to crash systems. On the other hand, Java is substantially slower than ActiveX, and there are many tasks that simply cannot be performed in Java because it is denied access to the operating system and disk itself.

JavaScript - This is a scripting language which is interpreted and executed by


Jamie Cullum And 'The Pursuit' Of Jazz, New And Old
The pianist and singer has sold more jazz records in the U.K. than any other British artist. His latest album, <em>The Pursuit</em>, features original songs, jazz standards and pop covers.

Around The Jazz Internet: Week In Review
News and notes from around the Jazz Internet, including Miles Davis biopic info, best big band records, jazz Manouche, Steve Wilson and Pete Malinverni recorded, a Norwegian bassist in Texas, something about Mary Halvorson and a must-read Christian Scott interview.

Listen Up, You Twits: The Twitter Jazz Network
From the jazz blogosphere to the jazz micro-blogosphere &mdash; or perhaps the other way around. Enter Twitter Jazz Network, a group blog run by folks who are frequently talking about jazz on Twitter.


the browser. It is very useful for getting tasks done on the client, such as moving pictures around the screen, creating very dynamic navigation systems and even games. JavaScript is generally preferable on internet sites because it is supported on more browsers than VBScript, which is the chief competitor.

Office - The Microsoft Office suite includes a number of tools, including Word, Excel, Access and Powerpoint. Each of these tools has the ability to save in HTML format and has special commands for the internet. This is especially useful, for example, if you work in an office where people are trained in Excel and you don't want to retrain them to create web pages. On the other hand, if you are creating internet web sites (as opposed to intranet sites) you probably would be better off using web specific products to edit your web pages.

Perl - A great scripting language which makes use of the CGI standard to allow work to be done on the web server. PERL is very easy to learn (as programming languages go) and straightforward to use. It is most useful for guestbooks, email forms and other similar, simply tasks. PERL's primary disadvantage is the overhead on the server is very high, as one process is created each time a routine is called, and the language is interpreted, which means the code is recompiled each time it is run. For complex tasks, a server-side scripting language such as PHP or ASP is much preferred.

PHP - This language is, like ASP, used to get work done on the server. PHP is similar in concept to ASP and can be used in similar circumstances. PHP is very efficient, allows access to databases using products such as MySQL, and can be used to create very dynamic web pages.

SSI - If your site is hosted on a typical Apache server, then you probably can use something called Server Side Includes. This is a way to get the web server to perform tasks before displaying a web page. One of the most common uses us to, well, include common text. This is great when you have, for example, a navigation system which is common to all of your pages. You can make one change in an SSI file and thus change your entire web site.

SSI is very common but has really been superceded by languages such as PHP. The overhead of SSI on the server is high as each page is scanned for SSI directives before passing it to the browser.

VBScript - Visual Basic Scripting was Microsoft's answer to JavaScript. VBScript is a good tool for any site which is intended to be only displayed by the Internet Explorer browser. In my opinion, VBScript should never be used on a web site - JavaScript is preferable due to a wider acceptance among browsers.

Richard Lowe Jr. is the webmaster of Internet Tips And Secrets at http://www.internet-tips.net - Visit our website any time to read over 1,000 complete FREE articles about how to improve your internet profits, enjoyment and knowledge.