Manage HTML DOM with vanilla JavaScript.
Knowing the browser DOM APIs and how to use them play an important role in web development. A website introducing the APIs, well-known problems, most popular questions could be very useful.
HTML DOM @ GitHub
Curated lists of tools, tips and resources for protecting digital security and privacy
Tutorials in french on software development.
In this tutorial, we will build a simple RESTful API application using Symfony and the latest PHP 8.
Python is an amazing programming language that will help you become better SEOs.
You can use python for SEO by dropping your reliance on Excel and stop using spreadsheets, by leveraging APIs, automating the boring tasks and by implementing machine learning algorithms.
This is a true beginner to expert guide to learn Python for SEO.
Quick Reference Cheat Sheet
Here are some cheatsheets and quick references contributed by open source angels.
Create GUI applications with Python and Qt.
Create professional user-interfaces for your Python apps.
Stop searching for how to create GUI applications with Python — it's all here. I've been teaching Python & Qt for 8 years, helping thousands of developers just like you to bring their apps to life. Let's make your project a success!
Free, interactive tutorials to help you discover Ruby idioms, in your browser!
Web Tutorials and Resources That Don't Suck.
A central hub of Tutorials, Tools and Assets
for developers and designers
Les transitions et les animations CSS vous semblent être une nouvelle destination passionnante mais quelques peu aventureuse pour vous y rendre seul ? Accompagnez Vincent De Oliveira qui va débroussailler pour vous ce pan des feuilles de styles, et vous permettre d’avancer par la suite en meilleure autonomie.
Today is design orienting article. I am going to tell you about making nice-looking drop caps with css3. I sure that you have been already saw these big letters in each children’s book of fairy tales. Especially in old books. To repeat this effect some webmasters separated this first letter (into own DOM element) and applied special own styles for it. But, this is not necessary in case of CSS3. We can use :first-letter selector to select necessary first symbol. Lets take a look to result that we can achieve
Également appelés les "combinateurs d'adjacence", ces sélecteurs avancés permettent de cibler des éléments proches d'un autre élément.
Have you ever heard the phrase “Content is King”? Being a Web developer, and therefore having a job that’s often linked to content creation, it’s likely you have. It’s a fairly overused but true statement about what draws visitors to a site.
Say you are on a website example.com and would like to know which other web domains are owned by the same person who owns that example.com website. Is it possible?
I have prepared new HTML5 tutorial for you. This is not quite regular ‘html5 game development’ tutorial, but I like to show you another demonstration of html5 canvas animation. We will create patterns with loops and animate it. Today I have prepared nice demo with the sun and with three cars.
Alors que les algorithmes des moteurs de recherche prennent de plus en plus en compte le paramètre du temps de chargement des pages, il devient nécessaire aujourd'hui d'améliorer les performances de ses pages HTML. Mais alors comment savoir ce qu'il faut optimiser sur ses pages ? Comment auditer les performances de son site web ? Nous verrons dans ce tutoriel comment utiliser Web Page Test pour optimiser son site.