Where I work we have two types of employees: web designers and web application developers. The web designers write scripts, nothing fancy, mostly just working from a template that has been provided for them, mostly pure HTML with a little JavaScript. The web application developers also write scripts (since Perl, HTML, etc... are all scripting languages, they are writing scripts), however the projects they work on are deemed to be applications because they provide some sort of interaction with a user, and are dynamic. As soon as a web designer writes something that is fits the definition of an application, they become a web application designer. No one employee is more important that another, at least where I work.
I guess if I'm writing some code for myself, that does some little job, I can really call it an application. However, as soon as I write some code that can be used by other users, and provides some service other than displaying static data, I would call that code an application, no matter what language it was written in.
Personally I don't think the measure of an individuals skill should be based on whether or not he/she is writing scripts or applications, but it should be based on the usefulness and quality of the code they write.
I hope my thoughts on this matter help you answer your questions.
Arashi
I'm sure Edison turned himself a lot of colors before he invented the lightbulb. - H.S.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.