background preloader

Concevez votre site web avec PHP et MySQL

Concevez votre site web avec PHP et MySQL

https://openclassrooms.com/courses/concevez-votre-site-web-avec-php-et-mysql

Related:  LangagesCMS

Virtual Hosts on WAMP Step 5 Use Notepad (or your desire text editor) to open file "hosts" in folder C:/Windows/System32/drivers/etc on computer1; then, delete and replace those dummy codes with these codes: 127.0.0.1 localhost 127.0.0.1 domain 127.0.0.1 sub1 127.0.0.1 sub2 Step 6 With other computers in your LAN (computer2 and laptop3), use Notepad (or your desire text editor) to open file "hosts" in folder C:/Windows/System32/drivers/etc and replace those dummy codes with these codes:

New NetBeans, Java EE, and HTML5 Book Adding to several new books related to NetBeans, here's another one, which I received in a box of 10 yesterday, as one of its co-authors, together with JB Brock and Arun Gupta. Build and distribute business web applications that target both desktop and mobile devices. Cowritten by Java EE and NetBeans IDE experts, Java EE and HTML5 Enterprise Application Development fully explains cutting-edge, highly responsive design tools and strategies. Find out how to navigate NetBeans IDE, construct HTML5 programs, employ JavaScript APIs, integrate CSS and WebSockets, and handle security. This Oracle Press guide also offers practical coverage of SaaS, MVVM, and RESTful concepts.

Creating a LAMP server (web server - Linux Apache Mysql PHP) on the Raspberry Pi - Linux tutorial from PenguinTutor This provides details of how to configure a Raspberry Pi as a webserver. This is similar to the guide to using Xubuntu as a LAMP webserver, but adds some of the things that need to be handled differently for the Raspberry Pi. It is termed a LAMP server which is one of the most common configuration for webservers which standard for: Linux – operating system Apache – webserver (http) software Mysql – database server PHP or Perl – programming languages This setup is probably overkill for most uses of the Raspberry Pi, but it is the setup that most users will be familiar with and is a good way to learn about setting up a webserver. I’ll be looking at setting up a lightweight setup in future.

10 Awesome jQuery and HTML5 Audio Players Want to play audio on your website? These jQuery and HTML5 Audio Players plugins will be very useful to you. They’re great for fullscreen websites which use audio to create a certain mood or feel or for band and DJ’s websites. Need more jQuery plugins? FreeDNS Management Tool - neil-black.co.uk Posted on January 21st, 2016 Keep your FreeDNS address automatically updated with your ever changing dynamic IP Address. Quick Download and Screenshot CSS Get the lowdown on the key pieces of Bootstrap's infrastructure, including our approach to better, faster, stronger web development. HTML5 doctype Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype.

New in Symfony 2.7: Security Improvements In addition to high impact changes and big features, the new Symfony versions always add tweaks and minor improvements across its codebase. In this article you'll learn about three small security-related changes that will improve your day-to-day productivity as developer. Some developers add a magic __toString() PHP method to their user entities to define their string representation. This allows to use type casting such as (string) $user in the PHP application and {{ user }} in the Twig templates. However, in functional tests is common to use in-memory users to simplify tests.

Related: