Web developer: Difference between revisions

Content deleted Content added
Mgiorno (talk | contribs)
No edit summary
Mgiorno (talk | contribs)
No edit summary
Line 9:
•interpreted scripting languages like [[Perl]], [[Python (programming language)]], [[PHP]], [[Ruby (programming language)]], [[VBScript]], [[JScript]], etc. as well as some compiled languages like [[Java (programming language)]],[[C (programming language)]],[[C++]],[[C Sharp]],[[VB.Net]] that are either pre-compiled or just-in-time compiled to create dynamic and interactive server-side web applications.
 
•the client-side interpreted scripting language [[JavaScript]], also called [[ECMAScript]], [[HTML]] markup, [[Cascading Style Sheets]], [[CSS]], and the web browser [[DOM]], or the [[document object model]], to build client-side web applications.
 
•[[relational database management systems]], or [[RDBMS]]s, like [[MySQL]], [[Microsoft SQL Server]], [[Oracle database]], [[PostgreSQL]], etc. as well as the self-describing markup language [[XML]], extensible markup language, to handle data collection from web users as well as storing either public or private data that is shared over networks via the Web.