background preloader

CSS & HTML

Facebook Twitter

How to do vertical centering in CSS. It feels like it should be a simple task but it's easy to tie yourself in knots if you don't know any good tricks for vertical centering.

How to do vertical centering in CSS

Jake Archibald has two neat ways for vertically centering things in CSS. Here's his method for modern browsers, as hosted on the collaborative code pastebin JsBin: And here's one that works for browsers going back to IE8: You can follow some further discussion about these and other methods on Twitter, here. Aggiungere un video di background in un Sito Web. In questo tutorial voglio parlarvi di una tecnica che è da qualche tempo un trend molto diffuso nel web design.

Aggiungere un video di background in un Sito Web

Come realizzare un layout accattivante con lo scorrimento parallasse. Creativebloq. An SVG graphic can contain basic shapes, complex shapes, or both. There are six basic shapes defined in SVG <circle>, <ellipse>, <line>, <polygon>, <polyline> and <rect>. Each shape is described, positioned and styled using SVG 'presentation attributes'. For example, the attributes used on each of the elements in the following snippet are all SVG presentation attributes: CodePen - Front End Developer Playground & Code Editor in the Browser. Bootstrap · The world's most popular mobile-first and responsive front-end framework.

Il Paradiso del web design: risorse gratuite a profusione. Se ti occupi di web design sei capitato nel posto giusto.

Il Paradiso del web design: risorse gratuite a profusione

Perché questo articolo è interamente dedicato al mondo web. Abbiamo selezionato una serie di risorse gratuite che potrai utilizzare nella costruzione dei tuoi siti senza dover passare dalla scrivania del tuo collega grafico o, ancora peggio, da un grafico esterno che non collabora con te e che, quindi, si farà pagare (giustamente). Ovviamente non dovrai nemmeno passare da Photoshop, sappiamo che le giornate durano, anche per te, 24 ore.

HTML Reference. How to make your websites more immersive: 5 pro tips. I was 12 years old when I played an arcade game for the first time.

How to make your websites more immersive: 5 pro tips

It was the '90s and the game was Capcom Arcade's Final Fight. I remember like it was yesterday the rush I felt when the music started and when the story kicked off. I barely played for five minutes but when I finished I was so excited I could feel my heart beating in my throat. Final Fight was a hell of an experience. Throughout the years working in the interactive industry, I have felt that same excitement several times; when checking out some of the so called 'interactive experiences', checking regular content sites and lately playing GTAV online. However as time goes by I realized my expectations in the interactive field are getting lower and lower. Claudio Guglieri will be speaking alongside David Navarro at Generate London this September. Failing to inspire Could it be due to the fall of Flash? New tool helps creatives turn ideas into code. The new p5.js is a library designed to bring the power of Processing to the web.

New tool helps creatives turn ideas into code

It aims to introduce artists, designers and educators to the world of programming while also offering versatile tools to bring devs and engineers into the visual arts. Let's dive in and create our first 'sketch'. Our goal is to build a drawing tool that transforms a simple image into a field of animated stars. Event promotion First, we'll define a few global variables and write our setup() function. p5's setup() is run once, when the sketch is loaded, so it's the ideal place to handle initialisation. var hintImage, skyImage, stars = []; function setup() { ... } Inside our setup function, we'll create a canvas and hide the mouse cursor so we can draw our own. CreateCanvas(800,500); noCursor(); noStroke(); Next, we'll load a pair of images. The idea is to put most of the stars over black pixels in our hint image, to recreate the design in our background scene. The Draw function.

Codrops. 10 web design tools you can't live without. The world of web design tools never stands still.

10 web design tools you can't live without

Technology keeps on advancing, standards keep on evolving, and every month there's new stuff to try out that can make your life as a designer that little bit better. Static mockups are becoming less useful and the lines between designer and developer are becoming increasingly blurred. As we work more collaboratively with one another, the tools we use are having to change. Guida CSS: le Tecniche Essenziali. Testo, immagini, layout, form, liste, tabelle: soluzioni pronte per l'uso e tecniche da adottare nei principali contesti d'uso dei CSS Introduzione 1.

Guida CSS: le Tecniche Essenziali

Introduzione Presentazione della guida Tecniche di base 2. Gestione del testo 10. WebFandom - Servizi gratuiti, web designer e sviluppatori freelance. Drupal - Open Source CMS. Guida WordPress. Il CMS più famoso, ed utilizzato in Rete per la creazione di blog, siti Web e Web application.

Guida WordPress

Dall'installazione all'utilizzo e la personalizzazione del blog engine/CMS Open Source creato da Matthew Mullenweg. Introduzione e installazione di WordPress 1. WordPress: un'introduzione Una panoramica completa delle funzionalità del CMS/Blog Engine Open... 2. Installare WordPress Requisiti minimi, passaggi necessari e informazioni utili per... Configurazione 3. Dashboard e amministrazione di WordPress 5. Gestione contenuti 9. Edizione 2008 1004. Learn the fundamentals of front-end development. For a web developer, a line of code can look like a stroke of paint on a canvas.

Learn the fundamentals of front-end development

If you want to express yourself in the art of code, then you need to check out the Foundations of Front-End Web Development Course. You can get it now for just $29. The Foundations of Front-End Web Development Course is a collection of lessons that you won't want to miss if you're hoping to learn how to become a web developer. Learn how to work with the most important languages in web development, plus get an understanding the tools you need to help bring your creations to life on the web.

Tools

4 tips for a smarter CSS workflow. Event promotion You've only got to look at the amazing things people are making with CSS to know that, as a language, it's changing.

4 tips for a smarter CSS workflow

People are creating stunning animations, and amazing images. Whether you've been coding for years or just getting started, the landscape for CSS development has changed dramatically in the last few years too. Now, we have plenty of tools at our disposal that can help us to build lean, performant CSS. Sublime Text 2 Tutorials #2 - Interface Overview. 4 tips for a smarter CSS workflow.