Stories recently tagged with 'CSS' Subscribe to this feed

T4CSS: A T4 Template for .Less CSS With Compression (haacked.com)

submitted by crpietschmanncrpietschmann(11.1k) 2 months, 5 days ago

Pain is often a great motivator for invention, unless you become dull to the pain. I think CSS is one of those cases where there’s a lot of pain that we as web developers often take in stride. Fortunately not everyone accepts that pain and efforts such as LESS are born. As the home page states However, sometimes I just want to have static CSS files. So I decided to write a T4 template for .less. Simply drop it in a folder that contains .less files and it will generate a .css file for each .less file. read more...

add a comment | category: | Views: 6

tags: another

Better CSS with .Less (www.markembling.info)

submitted by crpietschmanncrpietschmann(11.1k) 2 months, 5 days ago

Too often in my web development past I have found myself wading through huge clumsy CSS files of several hundred lines or more, searching for that place where a particular class is defined or to try and identify what it is that is overriding something else. It can be quite a nightmare. However I recently came accross .Less (pronounced "dot-less"), a port of the great Ruby Less library for .NET. This is a brilliantly simple-to-use solution to an often-painful situation. read more...

add a comment | category: | Views: 13

tags: another

Fancy validation pointer messages without images (webpangea.blogspot.com)

submitted by SlartyBartfastSlartyBartfast(80) 2 months, 23 days ago

Here's a neat little CSS trick that allows you to create validation messages which point to the relevant field without the use of images. read more...

add a comment | category: | Views: 8

tags: another

Dream CSS - CodeRun - browser based online development platform (www.dreamcss.com)

submitted by gishim79gishim79(55) 4 months, 11 days ago

CodeRun is a browser-based Integrated Development Environment (IDE), CodeRun is a unique website that allows programmers to easily develop, test, deploy and publish code online, without requiring powerful hardware or complex software. read more...

add a comment | category: | Views: 9

tags: another

A Cool Bing-like Search Box (Button on the Inside) (www.heartysoft.com)

submitted by ashicashic(60) 7 months, 25 days ago

In this article, Ashic Mahtab shows how to create a cool bing search like search box using css. read more...

add a comment | category: | Views: 61

tags: another

Visual WebGui new web design tool simplifies DHTML graphic design (visualwebgui.com)

submitted by webguiwebgui(195) 9 months, 2 days ago

The new Visual WebGui preview version combines the proven ease of Visual WebGui drag and drop application development with visual web design tool. This cutting-edge Control & Theme Designer enables developers and designers to build DHTML or Microsoft Silverlight user interfaces (UIs) with unmatched simplicity read more...

add a comment | category: | Views: 24

tags: another

Hercules Resource Linker for Javascripts, Images and stylesheets (blog.noobtech.com)

submitted by hiro5idhiro5id(5) 11 months, 12 days ago

I wrote this tool to assist in including style sheets, java scripts and image resources into web applications. It has the following features: * Gives a unified strongly typed way to access your resources and include them in your project. * Generates appropriate HTML include tags for whatever resource you are including (java script, style sheet, image) * It does not matter in what level of your website hierarchy you include your resource, the path will always point to the correct location. * Will make sure that you do not include your java script and your style sheet resources more than once. (As long as you are not including any manually by writing your include HTML tags yourself) * Supports the use of configurable packages to include a set of resources at once. read more...

add a comment | category: | Views: 8

tags: another

How to put a backround image in a HR for IE with jQuery (tech.piyodesign.it)

published 1 year ago, submitted by simonechsimonech(9810) 1 year ago

IE till version 7 has a bug: you cannot put a background image in a <HR /> tag, so you cannot have a nice graphical line and keeping the semantic coolness of the hr tag. This post explain how to reach that goal using a bit of jQuery read more...

add a comment | category: | Views: 164

tags: another

15 jQuery Plugins to Fix and Beautify Browser Issues (devsnippets.com)

submitted by JemmJemm(9400) 1 year ago

"We advocate using CSS whenever possible, and we often successed. Modern browsers have very good support for CSS — it’s certainly good enough for you to use CSS to control layout and presentation. Sometimes however, certain page elements will appear differently in different browsers. That’s why today we wanted to highlight 15 jQuery solutions for the most common browser issues that you’ll encounter when building web applications among other jQuery plugins that will give you a nice browser effect." read more...

add a comment | category: | Views: 26

tags: another

Everything You Know About CSS Is Wrong by Rachel Andrew (www.digital-web.com)

submitted by mosessaurmosessaur(5050) 1 year, 3 months ago

Applying table-related display property values to web page elements causes the elements to mimic the display characteristics of their HTML table equivalents. In this article, Rachel Andrew demonstrate how this will have a huge impact on the way we use CSS for web page layouts. read more...

add a comment | category: | Views: 26

tags: another

Creating stylish pagination links | CSS Library (www.bitrepository.com)

submitted by gabrielgabriel(35) 1 year, 3 months ago

Do you want to add some style to your pagination links? read more...

add a comment | category: | Views: 38

tags: another

How to create a CSS TableLess Form (www.bitrepository.com)

submitted by gabrielgabriel(35) 1 year, 4 months ago

This article is about creating a form without using any tables, which can be easily customized and used in your own site read more...

add a comment | category: | Views: 89

tags: another

Removing unused CSS Classes from your web application (www.dotnetsurfers.com)

published 1 year, 4 months ago, submitted by latishlatish(400) 1 year, 4 months ago

2 ways to clean up your Css by removing unused classes. read more...

1 comment | category: | Views: 716

tags: another

Use CSS and jQuery to let User Choose to Print in Black and White or C (beckelman.net)

submitted by beckelmwbeckelmw(2690) 1 year, 4 months ago

I have some reports on our intranet that look great in color on the screen, but if someone lucky enough to have a color inkjet sitting on their desk prints them it's pretty likely they have no idea how to change the print settings to black and white to save their color ink if they want to. Today I wondered if I could help them out. Check out this post complete with demo. read more...

add a comment | category: | Views: 35

tags: another

Use CSS and jQuery to let User Choose to Print in Black and White or C (beckelman.net)

submitted by beckelmwbeckelmw(2690) 1 year, 4 months ago

I have some reports on our intranet that look great in color on the screen, but if someone lucky enough to have a color inkjet sitting on their desk prints them it's pretty likely they have no idea how to change the print settings to black and white to save their color ink if they want to. Today I wondered if I could help them out. Check out this post complete with demo. read more...

add a comment | category: | Views: 35

tags: another

Override Chrome's Automatic Border Around Active Fields Using CSS (beckelman.net)

submitted by beckelmwbeckelmw(2690) 1 year, 4 months ago

There might be a time when you don't want Chrome's automatic border around active fields or you want to change its color or something. Its pretty easy to change using CSS if you need to. read more...

add a comment | category: | Views: 38

tags: another