ASP
ProficiencyMy bread and butter. Ninety percent of the solutions I build rely on ASP in some way.
Microsoft’s server-side standard has its drawbacks, but when working on IIS servers it is very easy to implement. At the very least it is a good prototyping tool to use before developing more robust COM or Java solutions, but I find in many applications it is a good final solution as well. Ease of integration with ADO and ActiveX objects make ASP a good choice for many situations.
Almost all of my ASP code is written in JavaScript, but I use Visual Basic on occasion as well. JavaScript just feels more natural, I guess.
|