|
| |||||
| Home | Reviews | Tools | Forums | FAQs | Find Service | ISP News | Maps | About |
how-to block ads |
2 ScriptingASP is primarily used on Microsoft/IIS platform, but ports for U*x are available. If you are intending to use a non-Microsoft platform, you may be better off using PHP. For assistance in learning ASP, check out »www.w3schools.com and »www.learnasp.com
by devin5 Distinct features of ASP.NET include the use of full featured languages such as VB.NET or C# as a development language, compiled assemblies resulting in large performance gains over traditional scripting technologies (ASP, PHP), and many other enhancements to traditional web application programming. Currently ASP.NET will run only on Microsoft/IIS 5 platforms, but open-source UNIX variants are in development. More information can be found on »www.asp.net and »www.w3schools.com/ngws/
by devin5 Perl is especially good at processing large and arbitrary amounts of text, such as logs or user input. Later versions can access databases, and even be used to produce Windows applications. Perl syntax can be difficult to read, but once mastered, there is little you cannot do with Perl. In fact, BBR itself is written in Perl. Perl 1.0 was released in 1987. It was created by Larry Wall. Perl runs just about everywhere: Unix (all), Macintosh (OS 8 and X), Windows (all versions), and lots of other platforms. See »www.perl.org/ for lots of information on Perl.
by Mospaw PHP code is typically integrated into the the HTML pages themselves, providing an easy way of adding dynamic content to a web page. The latest version of PHP, can be found here, is also designed to directly interface to a variety of databases, such as Oracle, MySQL, and PostgreSQL, to allow the creation of large, content-driven sites, for example, forums. PHP is open-source freeware, and has a good user community. more information is available at www.php.net
by Mospaw In programming, static and dynamic are terms used to describe content. Static content is content that is preset and doesn't change. Dynamic content is the exact opposite; it changes. Static Example Code: <font face="Georgia, serif">Welcome User</font>quote: Dynamic Example (PHP) Code: <?Displays on page: quote: Just note that it will display welcome and (whatever the value of $user is). Why would I want to use dynamic content? There are many reasons that you might want to use dynamic content. One of the biggest ones is for personalizing. It seems a lot nicer when you go to a site and it says "welcome (your name)", rather than just "welcome user". You could also use it to display local weather, news, etc. for users based on their zip code. Dynamic content can also make a site easier to maintain. How Do I add dynamic content to my site? A very common web programming language for displaying dynamic content is PHP. This is very simple example of how to do this in PHP (note that PHP must be installed on your web server): First, lets declare our variable $user in our header. <html>
by Entelligence | |||||||||||
| Friday, 24-May 19:26:38 | Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo over 13.5 years online © 1999-2013 dslreports.com. |