|
|
Stories recently tagged with 'CSS'
|
|
submitted by
maxtoroq
3 days, 2 hours ago
maxtoroq.wordpress.com — Helper classes are reusable rules that use class selectors. Helper classes are designed to let you: 1) Apply style to an element without having to create a special rule for that element. 2) Abstract away browser inconsistencies. 3) Make documents more style readable. read more...
add a comment
|
category: Patterns | Views: 12
|
|
tags:
CSS, Patterns | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 19 hours ago, submitted by
gt1329a
7 days, 2 hours ago
encosia.com — A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table. read more...
add a comment
|
category: AJAX | Views: 330
|
|
tags:
Encosia, CSS, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 6 days, 19 hours ago, submitted by
gt1329a
7 days, 2 hours ago
encosia.com — A detailed example of how to use CSS to style an HTML table. The example is specifically focused on styling a table generated on the client-side via AJAX, but is applicable to any HTML table. read more...
add a comment
|
category: AJAX | Views: 330
|
|
tags:
Encosia, CSS, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 10 days, 16 hours ago, submitted by
bradygaster
11 days, 7 hours ago
jankoatwarpspeed.com — Excellent, as usual, demonstration on how to do something pretty cool-looking using css by janko. Excellent style and idea inside... read more...
add a comment
|
category: ASP.NET | Views: 466
|
|
tags:
CSS, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Jemm
12 days, 2 hours ago
blogs.msdn.com — "IE8 Beta 1 has been out for several months now and we are closing in on the release of IE8 Beta 2, which has been announced for August 2008 by the IE team. Now is a good time to get started on ensuring site compatibility with this new release." read more...
add a comment
|
category: IE | Views: 4
|
|
tags:
html, IE8, CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 20 days, 21 hours ago, submitted by
Jemm
21 days, 4 hours ago
noupe.com — "CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques." read more...
add a comment
|
category: ASP.NET | Views: 654
|
|
tags:
CSS, html, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 20 days, 21 hours ago, submitted by
Jemm
21 days, 4 hours ago
noupe.com — "CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques." read more...
add a comment
|
category: ASP.NET | Views: 654
|
|
tags:
CSS, html, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 8 hours ago, submitted by
rsoni
22 days, 2 hours ago
dailycoding.com — Explains how easily we can create an always visible div using very simple CSS trick in html.. read more...
2 comments
|
category: Tips & Tricks | Views: 262
|
|
tags:
CSS, html, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 21 days, 20 hours ago, submitted by
Sanjeevana
22 days, 4 hours ago
weblogs.asp.net — Few thing you need to consider when you are accesing ASP.NET webservice through JQuery.
* Request verb Type
* Content- length with IIS6+
* Default contentType
* JSON object formatting
* Maximum length exceed exception
I am explaining these issues and workaround to make JQuery work fine with ASP.NET Ajax enabled web service. read more...
add a comment
|
category: ASP.NET | Views: 186
|
|
tags:
C#, WebServices, VB.NET, JavaScript, .Net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 22 days, 11 hours ago, submitted by
janko
23 days, 12 hours ago
jankoatwarpspeed.com — We're all trying to build an effective and good looking web forms. But there are always a new challenges. If you read my previous articles on how to build a better web forms, you could have noticed there are so many details about it. This article will show you how you can make a usual, boring web forms more effective and exciting with just a few simple CSS tricks. read more...
add a comment
|
category: Other | Views: 615
|
|
tags:
jQuery, CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
janko
1 month, 10 days ago
jankoatwarpspeed.com — When creating a web form you have to make a functional and visually aligned layout. The simplest way to do this is to place elements in a table or by fixing width of labels. But what if you don't want to use tables? Or what if you don't know how long labels could be because you are developing an application that has many localized strings? This article will show you how to justify elements with a simple jQuery function. read more...
add a comment
|
category: Other | Views: 21
|
|
tags:
CSS, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 11 days ago, submitted by
Jemm
1 month, 11 days ago
sixrevisions.com — Cheat sheets are helpful to have around because they allow you to quickly remember code syntax and see related concepts visually. Additionally, they’re nice decorative pieces for your office.
In this article, you’ll find 23 excellent, print-ready cheat sheets for HTML/HTML, CSS, and JavaScript (including MooTools and jQuery). read more...
add a comment
|
category: ASP.NET | Views: 420
|
|
tags:
jQuery, CSS, ASP.NET, html | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
joelevi
1 month, 18 days ago
joelevi.com — Let’s face it, if you’re not familiar with the CSS Box Model, you’re probably not a web developer (or, if you are a Developer, you need some remedial education). The CSS Box Model is one of the most misunderstood patterns in CSS.
According to the World Wide Web Consortium (W3C):
The CSS box model describes the rectangular boxes that are generated for elements in the document tree and laid out according to the visual formatting model. The page box is a special kind of box that is described in detail in the section on paged media.
In plain language that means the CSS box model specifies the way a web developer should place a box on a web page.
“But that’s not hard to do, you just drop a DIV on the page and you’re done, right?” (read more) read more...
|
|
tags:
CSS, Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Miron
1 month, 21 days ago
mironabramson.com — CSS minifier based on jsmin idea that produce a small CSS file, much faster, and with much less memory overhead. read more...
add a comment
|
category: C# | Views: 21
|
|
tags:
Minify, Minifier, C#, CSS | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 28 days ago, submitted by
janko
2 months, 1 day ago
jankoatwarpspeed.com — How many times have you heard form a client that they want "outlook-like" web user interface for their application? Me, probably a hundred of times. In this article I'll explain how to create a web application user interface that looks like Outlook. You can see the live demo and download source code with images. read more...
add a comment
|
category: Other | Views: 676
|
|
tags:
CSS, GUI, JavaScript | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 28 days ago, submitted by
janko
2 months, 1 day ago
jankoatwarpspeed.com — How many times have you heard form a client that they want "outlook-like" web user interface for their application? Me, probably a hundred of times. In this article I'll explain how to create a web application user interface that looks like Outlook. You can see the live demo and download source code with images. read more...
add a comment
|
category: Other | Views: 676
|
|
tags:
CSS, JavaScript, GUI | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|