Programming
Programming provides the building blocks of a software project, while Scripting acts as the mortar.
Further information:
Scriptit has been involved in hands-on programming with major corporations for years, in both large and small scale projects.
What is Scripting?
Scripting is programming that deploys scripting languages. These are High Level (HLL) or Very High Level (VHLL) languages which are interpreted rather than compiled. The choice of language is determined by the task, e.g. text processing, command execution, markup generation.
Scripting can achieve powerful processing solutions quickly with little coding; it is inherently a rapid development technique. Server-side examples are PHP, Perl, Tcl and Python; JavaScript is common on the client-side. The down side of scripting is its speed of execution and consequent efficiency.
