Summary
Keywords
Full Transcript
Curso tutorial completo de Desenvolvimento Web em HTML, CSS, JavaScript (frontend) + PHP (Sugestão: Silex com TWIG) (backend) + MySQL (database) Aqui começo implementando tudo na mão, descrevendo o kit de ferramentas e qual a lógica utilizada em cada etapa. Tudo que foi feito aqui usando Windows pode ser feito em Linux, Mac e outros. É um stack bastante versátil. Um pouco sobre algumas das tecnologias que introduzo nestas horas: HyperText Markup Language is the standard markup language for creating web pages and web applications. With Cascading Style Sheets, and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web. Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications. JavaScript is a high-level, dynamic, untyped, and interpreted programming language. Alongside HTML and CSS, it is one of the three core technologies of World Wide Web content production. PHP is a server-side scripting language designed primarily for web development but is also used as a general-purpose programming language. PHP code may be embedded into HTML code, or it can be used in combination with various web template systems, web content management systems and web frameworks. PHP code is usually processed by a PHP interpreter implemented as a module in the web server or as a Common Gateway Interface (CGI) executable. MySQL is an open-source relational database management system (RDBMS). MySQL is a central component of the LAMP open-source web application software stack. LAMP is an acronym for "Linux, Apache, MySQL, PHP / Perl / Python". Applications that use the MySQL database include: TYPO3, MODx, Joomla, WordPress, phpBB, MyBB, and Drupal. MySQL is also used in many high-profile, large-scale websites, including Google, Facebook, Twitter, Flickr and YouTube.
