background preloader

Web dev

Facebook Twitter

20 Things I Learned About Browsers and the Web. Very Useful HTML5 Tutorials, Techniques and Examples for Web Developers — tripwire magazine. HTML5 examples can be really good inspiration for anyone starting a new web project, after all it is the future of web page markup and we all need to prepare for it. HTML5 is being developed as the next major revision of HTML (HyperText Markup Language). The major market and Internet leaders are already switching to the HTML 5 platform. With Apple and Google both pushing the standards in order to facilitate more advanced web development, we now see HTML 5 implementations popping up all over the place as more companies get on board with the advanced features.

With the constant drop of Flash usage in web and Internet applications, HTML5 is opening new doors to web designers and developers. In this scenario, it is indeed imperative for every web developer to know about basic compatibility, features, tricks and tricks of HTML5. Keep in mind that besides coding your own web site from ground up you can also kick start your project using a WordPress theme. Advertisement HTML5 Web Applications. HTML5 and CSS3.

HTML5

CSS3. The global structure of an HTML document. 7.1 Introduction to the structure of an HTML document An HTML 4 document is composed of three parts: a line containing HTML version information, a declarative header section (delimited by the HEAD element), a body, which contains the document's actual content. The body may be implemented by the BODY element or the FRAMESET element. White space (spaces, newlines, tabs, and comments) may appear before or after each section. Sections 2 and 3 should be delimited by the HTML element. Here's an example of a simple HTML document: <! 7.2 HTML version information A valid HTML document declares what version of HTML is used in the document.

HTML 4.01 specifies three DTDs, so authors must include one of the following document type declarations in their documents. The HTML 4.01 Strict DTD includes all elements and attributes that have not been deprecated or do not appear in frameset documents. Note. 7.3 The HTML element Start tag: optional, End tag: optional Attribute definitions version = cdata [CN] <! <! Securimage CAPTCHA - Free PHP Captcha Script. Protection par htaccess. Sauf indication contraire les pages d'un serveur Web sont accessibles depuis tout l'Internet. Il est cependant tout à fait possible de restreindre l'accès à une page ou à un ensemble de pages, d'un serveur.

Ces restrictions peuvent être gérées selon différents critères : l'accès peut être réservé à des utilisateurs appartenant au même domaine ou au même sous-domaine. (la notion de domaine doit être prise au sens TCP/IP). il peut être réservé à des utilisateurs référencés en possession d'un mot de passe. Il est important de noter que la notion de username/password est complètement indépendante des comptes Unix ouverts au niveau de la machine serveur (/etc/passwd). La description des méthodes que nous allons faire s'applique à un démon HTTPD de type NCSA installé sur une machine Unix.

Avant toute chose, il est indispensable que le serveur que vous utilisez permette ce type de mécanisme. Que vous pouvez bien sûr modifier si vous administrez votre propre serveur. ou mieux : Un exemple. Check Browser Compatibility, Cross Platform Browser Test - Browsershots.

CSS