Contents

PHP

PHP, now known as PHP: Hypertext Preprocessor and originally standing for Personal Home Page, is a server-side scripting language created for web development. PHP is an open source HTML embedded scripting language created in 1994 by Rasmus Lerdorf. The syntax of PHP is similar to that of C or Perl due to the fact that Rasmus wrote Common Gateway Interface (CGI) Perl scripts to help maintain his own personal homepage in C. PHP can be directly embedded into HTML instead of being called from another file, and also includes command-line interface capabilities, and is compatible on almost every operating system and platform.

Requirements

While there are no requirements for PHP use in HTML source, the following are attributes/ addition requirements that are worth mentioning:

OR

If being used for a command-line script:

If being used for a graphical user interface:

Pros

Cons

Related Languages / Projects

I personally would use PHP when constructing a web page. PHP is one of the most commonly used server script languages, and there is easy access to multiple libraries of information and help. PHP can also be used within HTML source, and does not require extended files from outside of the source. PHP is also simple to learn, and works well with databases, files, etc. In total, PHP would be a good quality server-side scripting language with easy access to additional information and help if necessary.

Work Cited

(Back to top)

Dart

Dart was unveiled back in October 2011 and was created by Google. Dart is an open-sourced, client based, object-oriented programming language created with C syntax. Google's hope is to one day have Dart replace JavaScript in web development. Currently, Dart supports three main ways to run its code: directly through JavaScript, in a Dart virtual machine (or Dartium Browser), or within a command-line environment. Dart was created to fix problems with JavaScript that were thought could not be resolved through enhancing the current language, and to offer better performance.

Requirements

While there are no real requirements for using Dart here are some specs to keep in mind:

Pros

Cons

Related Languages

Conclusion

Personally, I would be a bit hesitant to use Dart. It has nothing to do with the language itself so much that it is still a work in progress and it is a young, new scripting language. It has only been around for 2 years, and there doesn't seem to be a whole lot of information/ help for it like there is with JavaScript. However, it's syntax is relatively easy and similar to JavaScript so it shouldn't be too hard to understand if you want to give it a try. I would just prefer to have places to resource when I'm trouble-shooting a problem.

(Back to top)