Talk:Web development/Web development (rewrite): Difference between revisions

Content deleted Content added
Web development activities: Link to old software design article containing process steps
Databases
Line 109:
[[XSLT]] can be used to translate data from XML format into HTML.
 
[[Database]]s are often used in conjunction with [[server-side]] [[scripting languages]] for persistent storage of [[Web content|content]]. [[Database management system]] like [[mySQL]] and [[postgreSQL]] offers convenient methods for accessing data stored within the databasen, to [[Update (SQL)|update]], [[Delete (SQL)|delete]], [[Insert (SQL)|insert into]] or [[Select (SQL)|search from]] the database. Most [[website]]s / [[web application]]s of non-trivial complexity uses some form of database to manage their content.
[[MySQL]] and [[PostgreSQL]] are popular free [[SQL]] databases, suitable for use with the above. They can be used to allow users, subject to password access if required, to update content.
 
 
=====Client-side=====