DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'CSS' Subscribe to this feed
1
kicks
submitted by maxtoroq 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 add a comment | category: | Views: 12
tags: , | tag it

25
kicks
published 6 days, 19 hours ago, submitted by gt1329a 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 add a comment | category: | Views: 330
tags: , , | tag it

25
kicks
published 6 days, 19 hours ago, submitted by gt1329a 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 add a comment | category: | Views: 330
tags: , , | tag it

24
kicks
published 10 days, 16 hours ago, submitted by bradygaster 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 add a comment | category: | Views: 466
tags: , | tag it

2
kicks
submitted by Jemm 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 add a comment | category: | Views: 4
tags: , , | tag it

36
kicks
published 20 days, 21 hours ago, submitted by Jemm 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 add a comment | category: | Views: 654
tags: , , | tag it

36
kicks
published 20 days, 21 hours ago, submitted by Jemm 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 add a comment | category: | Views: 654
tags: , , | tag it

14
kicks
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...

Add a comment 2 comments | category: | Views: 262
tags: , , | tag it

16
kicks
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 add a comment | category: | Views: 186
tags: , , , , | tag it

46
kicks
published 22 days, 11 hours ago, submitted by janko 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 add a comment | category: | Views: 615
tags: , | tag it

5
kicks
submitted by janko 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 add a comment | category: | Views: 21
tags: , | tag it

39
kicks
published 1 month, 11 days ago, submitted by Jemm 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 add a comment | category: | Views: 420
tags: , , , | tag it

2
kicks
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...

Add a comment add a comment | category: | Views: 12
tags: , | tag it

5
kicks
submitted by Miron 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 add a comment | category: | Views: 21
tags: , , , | tag it

25
kicks
published 1 month, 28 days ago, submitted by janko 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 add a comment | category: | Views: 676
tags: , , | tag it

25
kicks
published 1 month, 28 days ago, submitted by janko 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 add a comment | category: | Views: 676
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge