Posts Tagged ‘css’

Pure CSS Parallax Websites

Parallax is almost always handled with JavaScript and, more often than not, it’s not very performant with the worst offenders listening for the scroll event, modifying the DOM directly in the handler and triggering needless reflows and paints. All this happens out of sync with the browsers rendering pipeline causing dropped frames and stuttered scrolling. Better parallax implementations monitor scrolling and defer DOM updates using requestAnimationFrame which can totally transform the experience – but what if you could remove the JavaScript dependency completely?

This article demonstrates how to use CSS transforms, perspective and some scaling trickery to create a pure CSS parallax scrolling website.

Have a look at the following example – note the debug option!

Parallax.js

Parralax.js – Simple, lightweight parallax engine that reacts to the orientation of a smart device.

parallax.js

Besides mouse/cursor support, it works on mobile and tablet (where gyroscope or motion detection hardware is available) too.
It comes with multiple options for customizing the effect where they can be set inline using “data attributes” or in JavaScript.

Parallax.js reacts to the orientation of your smart device, offsetting layers depending on their depth within a scene… Oh, you don’t have a smart device? No worries, if no gyroscope or motion detection hardware is available, parallax.js uses the position of your cursor instead. Radical.

Pure — a CSS framework by Yahoo!

Pure is a newest framework that is created by Yahoo!. It uses Normalize.CSS and doesn’t use any JavaScript but only HTML-CSS.

Screen Shot 2013-05-29 at 9.12.58 AM

The framework is built with responsive layouts in mind and has styles for typography, grids, forms, buttons, tables and navigation.
Markup used is very simple and the whole framework is pretty lightweight (5.7KB minified and gzipped).
Also, it is modular and styles for each module can be used separately.

New project sneak peek

Ventana Inn – a new project i’m working on.
jQuery, Ajax, CSS3/HTML5.

Lizaonair Youtube Chart

top1

My latest project for Lizaonair Youtube Channel.

(more…)

Pheasant Run Resort

Pheasant Run – my first DATA:URI project. 2009.

The data URI scheme is a URI scheme (Uniform Resource Identifier scheme) that provides a way to include data in-line in web pages as if they were external resources. This technique allows normally separate elements such as images and style sheets to be fetched in a single HTTP request rather than multiple HTTP requests, which can be more efficient.

(more…)

Field & Stream

Field and Stream – my first project in HeBS. May 2009.

(more…)

Adobe Brackets – A New HTML/CSS/JavaScript Open-Source IDE

Brackets is an open-source editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript. The project was created and is maintained by Adobe, and is released under an MIT License.

Among the most interesting aspects to this new IDE project is that:

Brackets is still in the oven and needs to bake a little longer before it’s a full-featured code editor. The milestone builds available on GitHub are there for contributors and those special kind of crazy designers and developers who like to live on the edge. Performance, stability and features are all in flux. Use at your own risk.
However, if you like living on the bleeding edge, just view the wiki for info on how to download and run Brackets.

Fork it on GitHub!

Stylish for Safari: Major version Update – 1.3

New version of my useful extension available for download!

v.1.3 Changelog:

InstaTab – Instagram application for Facebook Pages.

Hi hipsters! I have a brand new application for all of you “Instagram Tab“!.
Visit this landing page to install app on your page.

Application based on Instagram and Facebook APIs, PHP, MySQL and jQuery.

Like and share, thank you!