Browsing articles in "XHTML & CSS"
18
May

CSS Programming For .NET Applications – dotlesscss

Its always a pain to handle lengthy CSS files during the web development process. Redundant and repetitive code in a CSS file makes it difficult to handle and understand.

dotless, a .NET port of the popular Ruby LESS library, adds variables, nested rules and operators support to CSS which helps removing the redundant code and hence leads to a better, DRY and Less CSS.

Better CSS For .NET Applications

Below is a simple example to show how dotlesscss works:

Traditional CSS


#page-header h1{
font-size:30px;
color:#3366cc;
margin:0px;
padding:0px;
}


#faq h1{
font-size:30px;
color:#3366cc;
margin:0px;
padding:0px;
border-bottom:3px solid #000;
}

Using dotlesscss


@main_heading{
font-size:30px;
color:#3366cc;
margin:0px;
padding:0px;
}


#page-header h1{
@main_heading
}


#faq h1{
@main_heading
border-bottom:3px solid #000;
}

That’s why I called it CSS Programming.

Features

  • Transparent Less compilation through HttpHandler
  • Console Compiler
  • Built-in CSS Compression
  • Keeps your CSS file DRY (don’t repeat yourself)

dotless is (definitely) a Time-saving ‘CSS Programming’ tool for ASP.Net Developers and it opens the way to become a CSS Programmer as well.

12
May

Free CSS3 Icons Collection

Rather Splendid is sharing various CSS3 icons. The icons are based on such objects which are commonly used in web applications.

This technique could be useful for creating user interfaces and buttons for applications like HTML5 video player, Canvas based animations, etc…

These free CSS3 Icons use CSS3 features like:

  • Border-radius
  • Rotation and gradients
  • Transformation

You can easily re-size this free icons collection by simple changing the font size.

Categories:

Tags:

comments
30
Apr

Framework To Develop Web Based Forms – Formee

Formee is a framework to help you develop and customize web based forms. Formee helps users to save their time they spent on aligning fields and calculating margins and paddings in a quest for a perfect web form.

framework-to-develop-web-based-forms-formee

Formee works with the technique provided by Fluid 960 Grid System to compose the form’s layout, allowing total flexibility to put it in any website or web system.

Web Forms Features

  • Customizable and flexible
  • Accessible and usable
  • Cross browser and W3C compatible web forms
19
Apr

New jQuery CSS3 Image Gallery With Flash Like Shine Effects

New ‘Oven Hot’ jQuery CSS3 Image Gallery with flash like animated shine effects. Flash is a well known tool for such eye-catching glass animations but it’s now do-able with Shine Time – A jQuery CSS3 Image Gallery.

jquery-css3-image-gallery-flash-like-shine-effects

Learn the secrets to create your very own image gallery or simply download the source code and enjoy plugging Shine Time into your website / application.

14
Apr

CSS3 Support For Internet Explorer 6, 7 & 8 With IE-CSS3

IE-CSS3 is a tiny free script that provides support to Internet Explorer for new CSS3 available & upcoming styles.

css3-support-for-internet-explorer-ie-css3

This script rebuilds non-supported elements in Vector Markup Language (VML), VML supports things that are missing from IE’s CSS implementation like rounded corners and blur effects.

While writing CSS for your websites and applications, you simply needs to add a single line to add CSS3 support for Internet Explorer (IE).

Website: http://fetchak.com/ie-css3/

Categories:

Tags:

comments
12
Apr

Implement HTML5 & CSS3 Features With Modernizr

Modernizr is a small, simple yet useful JavaScript library allowing you to use CSS3 & HTML5 features while maintaining control over unsupported browsers.

javascript-library-to-implement-html5-css3-features

Modernizr uses feature detection to test the current browser against upcoming features like rgba(), localStorage, applicationCache, CSS Transitions, border-radius and many more.

Some of the features that Modernizr 1.1 detects are:

  • Geolocation API
  • sessionStorage
  • Web Workers
  • CSS Gradients
  • Multiple backgrounds

With Modernizr, you can use CSS3 & HTML5 features with an easy way to control the fall-backs for non-supported browsers.

Website: http://www.modernizr.com/

8
Apr

Javascript Library To Inspect CSS Stylesheets – CSSUtilities

CSSUtilties is a free JavaScript library that provides capabilities to inspect CSS stylesheets in a detailed and accurate way (even than those provided by FirebugFree Firefox Add-on).

javascript-library-to-inspect-css-stylesheets-cssutilities

CSSUtilities understands all versions of CSS including CSS3. It works in HTML, XHTML and XML and can equally handle  physical or virtual DOMs.

Some Features

  • Finds all the rules that apply to an element, including information about properties, media, specificity and inheritance
  • Tells which properties apply directly, or which through inheritance
  • It returns the specificity of any selector

This free JavaScript CSS inspection library makes these capabilities available to ordinary, unprivileged code that runs in any contemporary browser.

19
Feb

Rapid Prototyping With Flexible CSS Framework: EZ-CSS

EZ-CSS is a free, lightweight and flexible CSS Framework for complex table-less layouts and rapid prototyping. EZ-CSS lets you apply any width you want to containers and gutters.

rapid-prototyping-with-flexible-css-framework-ez-css

Features

  • has a very small footprint (only 915 bytes) for a fast download time
  • facilitates deep nesting
  • allows you create multiple columns of any width, with or without a gutter
  • is framework agnostic (it integrates well with any other style sheet)
  • prevents rounding issues and rounding errors
  • creates self-clearing containers (every box will contain floats)
  • prevents collapsing margin across all containers

EZ-CSS offers a version for rapid prototyping in which the concept is the same, but markup and CSS rules differ.

6
Feb

A Powerful Framework with HTML5 & CSS3 – 52Framework

The 52framework was started as a way to expedite the process of the usage of the latest standards in web development.

a-powerful-framework-with-html5-css3-52-framework

This Free powerful HTML5 & CSS3 framework is based on grid system and provides an easy way to get started using HTML5 and CSS3 while still supporting all modern browsers (including ie6).
Read the rest of this entry »

30
Jan

Free Lightweight jQuery ToolTip Plugin – Tip Tip

Tip Tip is a Free Lightweight jQuery Tooltip Plugin for your web sites. TipTip takes the browser’s default Tooltip and replaces it with it’s own look and feel.

This intelligent and custom Free Tooltip does not use any image and completely customizable via Cascading Style Sheet (CSS).

free-lightweight-jquery-tooltip-plugin-tiptip
Read the rest of this entry »

Pages:«1...7891011121314»
Creative Resume Template
Open source icons