Archive for 'CSS'
Spritepad Drag & Drop CSS Sprites Generator

Spritepad Drag & Drop CSS Sprites Generator

Posted 12 April 2012 | By | Categories: CSS, Tools | No Comments

CSS sprites are great for minimizing the number of requests our websites perform by embedding multiple images in a single image and displaying the appropriate ones using background-position. However, once the images are placed on a canvas, finding the positions of each item is a time-consuming process, here comes in SpritePad as an impressive web app.

Animated Responsive Layout with CSS3 Media Queries

Animated Responsive Layout with CSS3 Media Queries

Posted 11 April 2012 | By | Categories: CSS, Responsive | No Comments

What Are Media Queries CSS3 brings us many new features we use for our web designs and one of the features that can help improve the web site usability is Media Queries. Media Queries Boilerplate /* Smartphones (portrait and landscape) ———– */ @media only screen and (min-width : 320px) and (max-width : 480px) { /* Styles */ [...]

CSSdo.it – CSS Playground for Front-end Developers

CSSdo.it – CSS Playground for Front-end Developers

Posted 20 March 2012 | By | Categories: CSS | No Comments

Can you make Cool CSS stuff? Show us your CSS skills at CSSdo.it, The CSS Playground for Front-end Developers.

Create Pure CSS Icons using just CSS and semantic HTML

Create Pure CSS Icons using just CSS and semantic HTML

Posted 19 August 2011 | By | Categories: CSS, Tutorials | No Comments

An experiment that uses pseudo-elements to create 84 simple GUI icons using CSS and semantic HTML. Shared as an exercise in creative problem solving and working within constraints. This is not a “production ready” CSS icon set. The HTML is very simple and it relies on CSS pseudo-elements rather than extraneous HTML elements. Known support: Firefox 3.5+, Safari [...]

20 Free Online CSS3 Generator Tools

20 Free Online CSS3 Generator Tools

Posted 18 July 2011 | By | Categories: CSS, Tools | No Comments

CSS3 has taken web designing to a new platform. With features like css3 rounded corners and text-shadow, designers are no longer required to rely on bulky CSS hacks or graphics. However, with different browsers having their specific implementation of CSS3 it’s a load on designers to remember the syntax for each and every browser. To make [...]

15+ Web developer Tools a Front-end Developer can’t life without

15+ Web developer Tools a Front-end Developer can’t life without

Posted 22 March 2011 | By | Categories: CSS, Tools | No Comments

IE WebDeveloper Toolbar Is a free plugin The Microsoft Internet Explorer Developer Toolbar provides a variety of tools for quickly creating, understanding, and troubleshooting Web pages. Features: Explore and modify the document object model (DOM) of a Web page. Locate and select specific elements on a Web page through a variety of techniques. Selectively disable Internet [...]

CSS Zen Coding, a new fast way of writing CSS and HTML code

CSS Zen Coding, a new fast way of writing CSS and HTML code

Posted 10 October 2010 | By | Categories: CSS | No Comments

Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code. For example:

Great CSS3 and HTML5 Resources

Great CSS3 and HTML5 Resources

Posted 07 April 2010 | By | Categories: CSS, HTML5 | 1 Comment

In this “Collection of HTML5 and CSS3 Resources“, you will find articles and tutorials covered on different websites. Demos and examples are also included in this list. I tried my best to collect all useful and related information to put at one place. Still if you find something missing, kindly share it in the comments below.

CSS Frameworks, cut down on your development time.

CSS Frameworks, cut down on your development time.

Posted 05 October 2009 | By | Categories: CSS, Frameworks | No Comments

A CSS framework, also known as a web design framework is a pre-prepared library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks (usually packaged as external .css sheets inserted into the header) package a number [...]

HTML 5 Cheat Sheet (PDF)

HTML 5 Cheat Sheet (PDF)

Posted 06 July 2009 | By | Categories: CSS | No Comments

XHTML is dead, long live HTML 5! According to W3C News Archive, XHTML 2 working group is expected to stop work end of 2009 and W3C is planning to increase resources on HTML 5 instead. And even although HTML 5 won’t be completely ready until 2022, it doesn’t mean that it won’t be widely adopted [...]

Modernizr: start implementing CSS 3 and HTML5 features now

Modernizr: start implementing CSS 3 and HTML5 features now

Posted 06 July 2009 | By | Categories: CSS | No Comments

So, you’re a front-end developer, and you want to start taking advantage of new features in CSS 3 and HTML5. That’s great, but you know that most of your users aren’t running browsers that support these new standards. You could just wait for browsers to get with the times, or you could check out Modernizr. [...]

Webkit 3D Cube using new CSS transformations

Webkit 3D Cube using new CSS transformations

Posted 06 June 2009 | By | Categories: CSS, Tutorials | No Comments

Paul Hayes has been playing with CSS transformations and making 3D cubes: The impression of a three dimensional cube can be created using modern CSS techniques, without the need for JavaScript, imagery, canvas or SVG. Using the proprietary transform property to skew and rotate shaded rectangles, individual cube faces can combine to form a 3D [...]

Top 9 CSS and HTML validation services

Posted 11 April 2008 | By | Categories: CSS | No Comments

Tools and services to validate css / html / code. Walidator.com : front end to most common official validators Markup Validation Service : Markup Validation Service by W3.org CSS Validator : CSS Validation Service by W3.org CSSCheck : CSS validator at HTMLHelp Feed Atom and RSS Feed Validator : Atom and RSS Feed Validator at [...]

Top 17 CSS Tutorials

Posted 11 April 2008 | By | Categories: CSS, Tutorials | No Comments

Sites with long, multiple tutorials on CSS. CSS Basics.com : Learn everything you ever wanted to know about the basics of CSS CSS Tutorials : at EchoEcho CSS Tutorials : Eric Meyer / Meyerweb CSS Tutorials : at Tizag CSS Tutorials : at Tutorialized CSS Tutorials : at W3 Schools CSS Tutorials : CSS guide, [...]

Top 17 CSS Lightbox Variations

Posted 11 April 2008 | By | Categories: CSS | No Comments

CSS techniques to overlay images on a webpage. Lightbox JS : Original; a simple, unobtrusive script used to overlay images on the current page. Greased Lightbox : Greasemonkey/Creammonkey/Opera user script designed to enhance browsing on websites that link to images such as Google Image Search, Flickr, Wikipedia, Facebook, MySpace, and deviantART. GreyBox : A pop-up [...]

CSS:Auto-matic Link Icons

Posted 10 April 2008 | By | Categories: CSS | No Comments

CSS 2.1 has many new wonderful capabilities and cool tricks – automatic link icons. First, a look at the end result :- This is a normal link. This is an external link to Google. This is a link to a MS Word document. This is a .zip file. (don’t bother clicking the links though – [...]