DotNetShoutout - Stories tagged with CSS
5
shouts

Jquery & css base mega Menus

posted by kirankkirank 13 days, 6 hours, 58 minutes ago
Friday, March 05, 2010 5:13:51 AM GMT
hi you have seen many drop down verticle as well as horizantal menus . if you have small amount of menus data then you can go with the small menus desing , but if u have many number of requirement in menus then here is cool collection i have on mega menus. hope you like it , if u know more plz add it .......... 1.Mega Drop Down Menus with the CSS & jQuery View Demo 2.Inspiration Elsewhere Demo 3.Virgin view Demo Gateway.com View Demo 5.Billabong.com,... (more)
category: Ajax | clicked: 5 | comment | | source: webdevlopementhelp.blogspot.com
tags: CSS, jQuery, MenuTab
8
shouts

Having fun with jQuery and HTML 5

published 16 days, 23 hours, 32 minutes ago posted by mehdi_mousavimehdi_mousavi 19 days, 2 hours, 59 minutes ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 9:12:16 AM GMT
Discusses how you can create an amazing "Scare Bear" using HTML5 and jQuery. (more)
category: Foundation | clicked: 64 | comment | | source: blog.mehdi.biz
tags: CSS, html5, JavaScript, jQuery
8
shouts

Handy Web Development Technique

published 18 days, 23 hours, 6 minutes ago posted by http://mkennedy66996693.myopenid.com/http://mkennedy66996693.myopenid.com/ 20 days, 6 hours, 25 minutes ago
Saturday, February 27, 2010 1:05:44 PM GMT Friday, February 26, 2010 5:46:18 AM GMT
I'm working on a fantastic website that I hope will have significant impact when it's ready. I'm planning on launching in roughly one month. I came across what I think is an awesome technique for seeing how you web page will look as you edit it. This is WAY beyond WYSIWIG: Load the page you're working on in ALL the browser you care about. I'm using Chrome 4, FireFox 3.6, and IE 8.If you have the monitor space, cascade these browsers side-by-side.Add a meta-refresh tag to the header of that HTML file ... (more)
category: ASP.NET | clicked: 86 | comment | | source: www.michaelckennedy.net
tags: ASP.NET, CSS, DevelopMentor, techniques, we design, Web
4
shouts

JEF CLAES ON .NET AND LIFE: IE8-Fix: Disabled select not showing selected options

published 20 days, 23 hours, 28 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 21 days, 16 hours, 43 minutes ago
Thursday, February 25, 2010 12:43:03 PM GMT Wednesday, February 24, 2010 7:28:53 PM GMT
In this post a small workaround for disabled select not showing selected options in IE8. It's probably not the cleanest fix, but it get's the job done. (more)
category: ASP.NET | clicked: 3 | comment | | source: jclaes.blogspot.com
tags: browser compability, CSS, hack, HTML, IE8
4
shouts

Everything You Need To Know About CSS Sprites

published 26 days, 23 hours, 45 minutes ago posted by henriwijayahenriwijaya 27 days, 18 hours, 42 minutes ago
Friday, February 19, 2010 12:26:42 PM GMT Thursday, February 18, 2010 5:29:45 PM GMT
CSS Sprites: How Yahoo.com and AOL.com Improve Web Performance CSS sprites group multiple images into one composite image and display them using CSS background positioning. You can save a significant amount of HTTP requests by consolidating your images into one or more composite sprites and using CSS to selectively display parts of the sprite within your web page. CSS Sprites: What They Are, Why They’re Cool, and How To Use Them Do you really understand them? The name might be a little mi... (more)
category: Web Service | clicked: 38 | comment | | source: psdcollector.blogspot.com
tags: CSS
6
shouts

Code Capers | Compressing JavaScript and CSS on The Fly

published 34 days, 19 minutes ago posted by mceranskimceranski 34 days, 21 hours, 52 minutes ago
Friday, February 12, 2010 11:52:09 AM GMT Thursday, February 11, 2010 2:19:48 PM GMT
One of my favorite features of BlogEngine.NET is that it compresses JavaScript and CSS on the fly. Traditionally, most people run their css and js files through a minifier before they deploy code to production. Minifiers effectively strip out white space and comments so you can reduce the size of your files. By compressing these files you will reduce the size of each page request without impacting the functionality. Although minifiers are great, they do represent an extra step that you have to take ea... (more)
category: ASP.NET | clicked: 44 | comment | | source: www.codecapers.com
tags: ASP.NET, CSS, JavaScript, minification, MVC
2
shouts

10 Common CSS Browser Compatibility Issues/Bugs You Must Know

posted by tutorialfeedtutorialfeed 52 days, 15 hours, 55 minutes ago
Sunday, January 24, 2010 8:16:24 PM GMT
In today's scenario browser bugs with CSS can be an incredible source of frustration for Web designers and developers. In this post I'm sharing some most common CSS browser compatibility Issues/Bugs. (more)
category: UX | clicked: 3 | comment | | source: tutorialfeed.blogspot.com
tags: CSS
8
shouts

HerdingCode - Episode 69: Scott Bellware on HTML Specialists

published 53 days, 27 minutes ago posted by mithumithu 54 days, 22 hours, 46 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Friday, January 22, 2010 1:25:53 PM GMT
This week on Herding Code, Scott Bellware returns to talk about . Scott talks about the frustrations in working with “HTML Specialists” Scott discusses the team issues caused by specialists in a software team who aren’t in touch with the entire product development cycle The problem with handoffs: loss of workability Eventually, things turn to the technology issue involved in working with HTML and CSS Are HTML tables necessarily evil Scott and Scott K discuss whether CSS purity is a premature optimizat... (more)
category: Podcast | clicked: 45 | comment | | source: herdingcode.com
tags: CSS, HerdingCode, HTML
2
shouts

Importance of !important property in CSS.

posted by PraveenPraveen 56 days, 16 hours, 22 minutes ago
Wednesday, January 20, 2010 7:49:06 PM GMT
I think in css most of the people don't have idea or complete idea on keyword called "!important". It will be useful in many scenarios where we have plenty of style sheets and want to overwrite all the styles applied to an element with some other styles. We know that applying styles in HTML for controls hierarchy will be like this, Which styles are very close to the element those will apply finally. i.e. if we apply some styles for a division in css and if we write inline style for the same element, the... (more)
category: ASP.NET | clicked: 4 | comment | | source: praveenbattula.blogspot.com
tags: CSS, Important, Stylesheet
11
shouts

Embedding CSS and JavaScript in User Controls

published 59 days, 23 hours, 57 minutes ago posted by tomgroegertomgroeger 62 days, 22 hours, 20 minutes ago
Sunday, January 17, 2010 12:14:07 PM GMT Thursday, January 14, 2010 1:51:55 PM GMT
User controls are among the better features that ASP.NET has to offer. Using this technique you can easily write self contained User Controls with enclosed Scripts and Styles that embed themselves perfectly into the parent page, and as a bonus your get both CSS and JavaScript Intellisense for external files in your User Control … (more)
category: ASP.NET | clicked: 53 | comment | | source: www.tomsoft.de
tags: asp.net user controls, CSS, Intellisense, JavaScript
3
shouts

Web Devlopement Help: Traversing an Html table with Javascript

posted by kirankkirank 91 days, 2 hours, 16 minutes ago
Thursday, December 17, 2009 9:55:37 AM GMT
This article will introduce you on how to get html table content using DOM Inteface, ones we create an Table on html and suppose we need to retive that table content on server side, on any purpose then this will helps you.you can refer this its really nice way to parse the html table and get the content on same . mozilla developer has given a good link on ,how to create a DOm interface for table structure sample example: 1. lets create a Table now create a Dom inteface to read this t... (more)
category: UX | clicked: 6 | comment | | source: webdevlopementhelp.blogspot.com
tags: CSS, HTML, JavaScript
4
shouts

Less CSS with .LESS and T4! - Blog - Chad#

posted by ChadMoranChadMoran 101 days, 12 hours, 6 minutes ago
Monday, December 07, 2009 12:05:37 AM GMT
After hearing about .LESS for .NET I was ecstatic. I’ve been looking for something like this for quite some time. Recently Phil Haack blogged about a T4 template he made using Damien Guard’s helper class to generate CSS files for each LESS file. This way it would generate static CSS files you could reference. As great as this was I personally was looking to just have the CSS files appear in the location of the LESS files making it easier to reference/view the CSS files. The advantage to this is if y... (more)
category: ASP.NET | clicked: 16 | comment | | source: www.chadmoran.com
tags: ASP.NET, CSS, T4
12
shouts

T4CSS: A T4 Template for Less CSS With Compression - Phil Haack

published 102 days, 20 hours, 57 minutes ago posted by jantujantu 104 days, 23 hours, 54 minutes ago
Saturday, December 05, 2009 3:14:36 PM GMT Thursday, December 03, 2009 12:17:33 PM GMT
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... (more)
category: ASP.NET | clicked: 93 | comment | | source: haacked.com
tags: CSS, T4, Web, YUI
2
shouts

Layout of repeating blocks

posted by SplashnologySplashnology 106 days, 22 hours, 18 minutes ago
Tuesday, December 01, 2009 1:54:00 PM GMT
When making layout for a website, it often happens so that I need to use blocks of equal width but of different height, placed in a container of variable width. (more)
category: Web Service | clicked: 3 | comment | | source: www.splashnology.com
tags: blocks, CSS, Layout, repeating
12
shouts

Create YouTube-like adaptable view using CSS and jQuery

published 128 days, 1 hour, 13 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 129 days, 3 hours, 31 minutes ago
Tuesday, November 10, 2009 10:58:11 AM GMT Monday, November 09, 2009 8:40:18 AM GMT
Besides Turn off the lights feature I explained earlier, YouTube has more great stuff. I believe that you noticed "change view" feature which allows you to switch between normal and wide mode and thus expand/shrink movie area. I like this feature because in different circumstances, I need a different view. But the thing I like the most is that, although layout changes, it is done seamingly and all the information remains easily accessible. (more)
category: UX | clicked: 72 | comment | | source: www.jankoatwarpspeed.com
tags: CSS, jQuery
4
shouts

DIV + CSS: Fix min-width bugs in IE

posted by fenglinfenglin 148 days, 21 hours, 54 minutes ago
Tuesday, October 20, 2009 2:17:56 PM GMT
My own way to fix min-width bugs in IE. Please check it out. (more)
category: ASP.NET | clicked: 16 | comment | | source: www.hcjsg.com
tags: browser compability, CSS, HTML, IE
10
shouts

View Source Tutorial: Sticky Notes With HTML5 and CSS3 - Brad Neuberg

published 151 days, 18 hours, 18 minutes ago posted by StevesSteves 153 days, 19 hours, 9 minutes ago
Saturday, October 17, 2009 5:53:36 PM GMT Thursday, October 15, 2009 5:02:35 PM GMT
View Source is a new series where we crack open cool web sites and applications and detail how they were made, step by step. Today we will take a look at the Webkit Sticky Notes demo that was created when Webkit first landed it's HTML 5 SQL storage support: In this demo you can create new sticky notes that persist themselves into the local SQL storage and can be accessed while offline. When a sti... (more)
category: Foundation | clicked: 55 | comment | | source: ajaxian.com
tags: CSS, html5
7
shouts

MVC Script & Css Helpers - Matthew M. Osborn

posted by NoriykoNoriyko 155 days, 16 hours, 6 minutes ago
Tuesday, October 13, 2009 8:05:25 PM GMT
During development of MVC 2 Preview 2 I was lucky enough (I’m on the QA team after all) to get to code and check in a feature that I wanted to MVC Futures. In all actuality it is two separate “features” that basically do the same thing. Okay, I think I might be blowing it out of proportion they are basically two new HTML helpers “Script” and “Css”The Problem: When you add links to to files (aka Scripts and CSS) the URLs are normally relative to the current page’s URL. This means that if you have “../../... (more)
category: ASP.NET | clicked: 19 | comment | | source: blog.osbornm.com
tags: ASP.NET, ASP.NET MVC, ASP.NET MVC 2, ASPNETMVC, CSS, MVC, MVC 2
9
shouts

CSS base Stacked Bar Graphs by Programming Help..

published 165 days, 38 minutes ago posted by kirankkirank 166 days, 1 hour, 50 minutes ago
Sunday, October 04, 2009 11:33:52 AM GMT Saturday, October 03, 2009 10:21:07 AM GMT
Programming Help..Skip to ContentHomeLog inEntries RSSComments RSSCSS base Stacked Bar Graphs 03Oct Posted by: kirankamble in: CSS, Html, Programming, Web Development we have seen lot many Bar graphs . they are basically design with ajax, javascript, jquery and many others ways , here you can get cool and simple CSS Bar graphs look at the Stephen of The Wojo Group has published their implementation, which is being used in Backbone, Read article & Demo TrackBack URIRSS feed for comments on ... (more)
category: Ajax | clicked: 42 | comment | | source: kirank.blog.com
tags: CSS
4
shouts

css techniques

posted by kirankkirank 173 days, 23 hours, 10 minutes ago
Friday, September 25, 2009 1:01:20 PM GMT
on web application CSS is playing very important role . And it is being used more and more often. Cascading Style Sheets has many advantages like layout, design of the page,presented on the page and so on here i have some collections of stuffs on CSS technique . Drop Cap – Capital Letters with CSS 2. Define Image Opacity with CSS 3. How to Create a Block Hover Effect for a List of Links Pullquotes with CSS 5. CSS Diagrams 6. Footer Stick CSS Image Map CSS Image ... (more)
category: Web Service | clicked: 10 | comment | | source: codingstuffsbykiran.blogspot.com
tags: CSS, css3, HTML
Previous 1 2 3 4 5 6 7 8 Next