[Google]

Sponsored Links

  • Luke Walton is not taken aback by his summer regimen - Los Angeles Times (blog) September 4, 2010
    Luke Walton is not taken aback by his summer regimenLos Angeles Times (blog)So you'll have to refresh your browser, or maybe open a new one, and grab it again. Speaking of grabbing. It's time for my dinner. ...and more » […]
  • Chrome 6: How To Get The Most Out Of It - ConceivablyTech (blog) September 4, 2010
    ConceivablyTech (blog)Chrome 6: How To Get The Most Out Of ItConceivablyTech (blog)Also, please note that we do not claim to say that Chrome is the “best” browser, as we firmly believe that there is no such thing as a “best” browser. ... […]
  • Labor Day is Monday. Will you work or play? - The Virginian-Pilot September 4, 2010
    The Virginian-PilotLabor Day is Monday. Will you work or play?The Virginian-PilotIn order to get the best experience with our full-size images, you should enable JavaScript in your browser. For most, it's a time to head to the beach or a ...and more » […]
  • Off the Hook: Up for an adventure? Try spearfishing. - The Virginian-Pilot September 4, 2010
    The Virginian-PilotOff the Hook: Up for an adventure? Try spearfishing.The Virginian-PilotIn order to get the best experience with our full-size images, you should enable JavaScript in your browser. On his first spearfishing trip, John Parkman ...and more » […]
  • Review: Profanity is not like 'Going the Distance' - The Virginian-Pilot September 4, 2010
    The Virginian-PilotReview: Profanity is not like 'Going the Distance'The Virginian-PilotIn order to get the best experience with our full-size images, you should enable JavaScript in your browser. Justin Long, as Garrett, and Drew Barrymore, ...and more » […]
  • Dolphin Browser HD - Washington Post September 3, 2010
    Dolphin Browser HDWashington PostOne of the best and most innovative mobile Web browsers available, Dolphin Browser HD offers extremely powerful extensibility, as well as intuitive and ...and more » […]
  • Two years on, Chrome reshapes browser market - CNET September 2, 2010
    Hot HardwareTwo years on, Chrome reshapes browser marketCNETHands down Chrome is the best browser I've ever used. If you haven't yet, try it. The ONLY thing I miss from Firefox is Firebug, and since I don't develop ...Google Chrome Celebrates Second Birthday With Release of Stable v6.0DailyTechGoogle Chrome Updates to Version 6, Slims Down Eve […]
  • The best mobile browser - NEXT August 30, 2010
    The HinduThe best mobile browserNEXTIt is possible some people may not have heard of browser wars. This term is used to describe the rivalries for the control of the web ...Chrome August's big winner as Internet Explorer resumes slideArs Technica4 Reasons I'm Done With Internet ExplorerThe Business InsiderBrowser wars good for consumersFOX 8 News W […]
  • Why Firefox 4 is now the browser to beat - Computerworld (blog) August 26, 2010
    CNETWhy Firefox 4 is now the browser to beatComputerworld (blog)Panorama, just released in the latest beta of Firefox 4, is one of the best browser features to come along in a long time. In essence, it tames tabs using a ...Firefox Panorama: The Web browser's next big innovationTechRepublic (blog)Firefox 4 Beta 4 opens a new PanoramaComputerworldall 118 […]
  • LCD Androids best AMOLED in browser battery testing - SlashGear (blog) August 26, 2010
    Tech Techies (blog)LCD Androids best AMOLED in browser battery testingSlashGear (blog)They also tested the handsets in the web-browser, but because of the way the display technology works, AMOLED/Super AMOLED is more frugal showing black or ...Motorola Droid 2: Best-Selling Android Phone Gets BetterjkOnTheRun (blog)Is AMOLED bad for battery life? Not necessa […]

Selecting the Best Web Design Language for Your Project


Selecting the Best Web Design Language for Your Project
By Shelley Lowery

If you’d like to create and publish your own web site on the Internet, your first step should be to decide what type of web site you would like to create and what web design language you would like to use.

Although there are several web design languages to choose from, make sure you take some time to research your options to ensure you’re making the best choice for your project.

Hypertext Markup Language (HTML)

The easiest and most popular web design language is Hypertext Markup Language, better known as HTML. This language is so simple you can type the syntax into a text editor, such as Notepad, save it with an .html extension and instantly have a web page.

You can learn more about HTML here:
http://www.w3schools.com/html/

Although HTML will enable you to create simple web sites, if you want something more dynamic, you’ll need to look into using other languages:

PHP: Hypertext Preprocessor (PHP)

PHP: Hypertext Preprocessor, better known as PHP, is a highly popular, server-side scripting language that can be embedded directly into HTML coding.

PHP can do anything that CGI (Common Gateway Interface) can do, such as process form data and auto generate dynamic content. However, PHP can do much more. It can be used on all major operating systems and supports most web servers.

PHP’s main focus is development for the web, so it has a quick development time and can solve scenarios much quicker than some of the other web design languages.

You can learn more about PHP: Hypertext Preprocessor here:
http://www.php.net/

ColdFusion

ColdFusion, developed by Macromedia, is used to build and serve web pages. It consists of ColdFusion Studio, which is used to create web pages, and ColdFusion Server, which is used to display the web pages.

One of the best features of ColdFusion is the ability to create web pages ‘on the fly’ from content stored within a database.

For example, a variety of content can be placed within a database as ‘pieces of content.’ When a user types in the web address to retrieve the web page, ColdFusion dynamically develops the pages, from the ‘pieces of content,’ as they are served.

Although it is very reliable, ColdFusion may be better suited for larger companies rather than individuals, as it is fairly expensive.

You can learn more about ColdFusion here:
http://macromedia.com/support/coldfusion/tutorial_index.html

Java Server Pages (JSP)

Java Server Pages, also known as JSP, is a web design language developed by Sun Microsystems. It is used to control web page content via servlets, which are little programs that run on a web server. These servlets modify the web page on the server prior to it being displayed within a web browser.

The JSP technology enables you to combine regular, static HTML with dynamically generated HTML.

You can learn more about Java Server Pages here:
http://java.sun.com/products/jsp/docs.html

Active Server Pages (ASP)

Active Server Pages, also known as ASP, is Microsoft’s solution to dynamic, interactive web pages.

Active Server Pages are web pages that contain scripts in addition to the standard HTML tags. These scripts are processed prior to a web page being displayed within a web browser.

Unlike standard HTML pages that have an .html or .htm extension, Active Server Pages have an .asp extension.

An advantage of ASP is that it is language-independent and therefore is easy to use across all platforms and applications. It is very flexible and powerful, yet some people don’t like it merely because it is a Microsoft product.

You can learn more about Active Server Pages here:
http://msdn.microsoft.com/library/en-us/dnasp/html/asptutorial.asp

Conclusion

With so many different web design languages to choose from, which is the best language for your project? That will depend on your web site needs and how much time and/or money you’re willing to invest.

If you want a simple web site with text and images, HTML is definitely the way to go. Not only is it easy to learn, but there are also many HTML editors available online that will write the code for you.

Although HTML is usually the right choice for most, if you’d like your web site to be dynamic, you will need to research some of the other languages until you find the best solution for your project.

Take your time and do your homework before you begin. If you don’t feel confident in your ability to create your own web site, hire a professional. It will save you a lot of time and trouble in the long run.

Copyright © Shelley Lowery 2005

Shelley Lowery is the publisher of Etips. To receive your free subscription & a copy of Shelley’s popular ebooks, ‘Killer Internet Marketing Strategies,’ and ‘Work from Home: A Complete Guide to Developing a Successful Internet Business from Home,’ send an email to etips_publication@web-source.net or visit http://www.web-source.net.

Shelley is the author of the acclaimed web design course, Web Design Mastery. http://www.webdesignmastery.com. Visit the Web Design Mastery site to download your free chapters (77 pages)!

And, eBook Starter – Give your ebooks the look and feel of a real book, notebook, manual or report. Visit eBook Starter to download your free, fully functional demo today. http://www.eBookStarter.com

Article Source: http://EzineArticles.com/?expert=Shelley_Lowery
http://EzineArticles.com/?Selecting-the-Best-Web-Design-Language-for-Your-Project&id=73525


Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • Add to favorites
  • BarraPunto
  • Bitacoras.com
  • BlinkList
  • blogmarks
  • Blogosphere News
  • blogtercimlap
  • connotea
  • Current
  • Diigo
  • DotNetKicks
  • DZone
  • eKudos
  • email
  • Fark
  • Faves
  • Fleck
  • FriendFeed
  • FSDaily
  • Global Grind
  • Gwar
  • HackerNews
  • Haohao
  • HealthRanker
  • HelloTxt
  • Hemidemi
  • Hyves
  • Identi.ca
  • IndianPad
  • Internetmedia
  • Kirtsy
  • laaik.it
  • LinkaGoGo
  • LinkArena
  • LinkedIn
  • Linkter
  • Live
  • Meneame
  • MisterWong
  • MisterWong.DE
  • MSN Reporter
  • muti
  • MyShare
  • MySpace
  • N4G
  • Netvibes
  • Netvouz
  • NewsVine
  • NuJIJ
  • PDF
  • Ping.fm
  • Posterous
  • Propeller
  • Ratimarks
  • Rec6
  • Reddit
  • RSS
  • Scoopeo
  • Segnalo
  • Simpy
  • Slashdot
  • Socialogs
  • SphereIt
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • Technorati
  • ThisNext
  • Tipd
  • Tumblr
  • Twitter
  • Upnews
  • Webnews.de
  • Webride
  • Wikio
  • Wikio FR
  • Wikio IT
  • Wists
  • Wykop
  • Xerpi
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • Yigg

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>