DotNetShoutout - Stories tagged with CSS
2
Shouts

Configuring Bundles in MVC 4

published 415 days, 2 hours, 58 minutes ago posted by tduponttdupont 418 days, 19 hours, 56 minutes ago
Wednesday, April 04, 2012 10:04:00 AM GMT Saturday, March 31, 2012 5:05:53 PM GMT
The bundling, compression, and minification of JavaScript is important to the speed and performance of modern websites. This is why I was so excited to hear that such features were (finally) coming built in to ASP.NET MVC 4. Introducing MvcBundleConfig: a project that adds configuration and debugging features to MVC 4's bundling framework, and meets the needs and wants of a good minification framework. (more)
category: Web Dev | clicked: 41 | comment | | source: www.tomdupont.net
tags: Bundle, Combres, Compression, JavaScript, MvcBundleConfig, CSS, minification, MVC, MVC4
2
Shouts

Hide table column and colorize rows based on value with jQuery

published 417 days, 16 hours, 30 minutes ago posted by lenielleniel 425 days, 22 hours, 51 minutes ago
Sunday, April 01, 2012 8:31:29 PM GMT Saturday, March 24, 2012 2:10:58 PM GMT
This is a handy piece of code that I used last year in one of my projects. I had scheduled to post about it but it was just after I saw a question at StackOverflow asking for this that I decided to write about it. So here it is: let’s say you want a nice UI experience and to achieve that you wanna colorize/highlight a table row according to a given value present in a column of this row. This is a simple task when we use jQuery. Read on... (more)
category: UX | clicked: 71 | comment | | source: www.leniel.net
tags: ASP.NET MVC, column, row, hide, color, Programming, TAble, UI, JavaScript, Highlight, jQuery, WebGrid, CSS, HTML
3
Shouts

Style Selected Text with CSS3 :: Chris Poulter

published 491 days, 20 hours, 3 minutes ago posted by chrispoulterchrispoulter 493 days, 22 hours, 37 minutes ago
Wednesday, January 18, 2012 4:59:12 PM GMT Monday, January 16, 2012 2:24:24 PM GMT
Loving some of the new things you can now do with CSS3. Recently discovered that you can add styling to text selected by the user. Begs the question where you could make use of this or in fact whether a user is ever likely to notice you have tweaked the styling for their benefit but hey... CSS3 Styled Text Selections Simply drag the cursor over the styled text and the background and color properties change. p::selection { background: red; color: white; } p::-moz-selection { background: red; color: white;... (more)
category: UX | clicked: 12 | comment | | source: www.chrispoulter.com
tags: CSS 3, CSS, HTML
8
Shouts

22 Most Popular jQuery Plugins of 2011

published 501 days, 23 hours, 18 minutes ago posted by MikeMoreMikeMore 511 days, 14 hours, 17 minutes ago
Sunday, January 08, 2012 1:43:59 PM GMT Thursday, December 29, 2011 10:44:35 PM GMT
Since jQuery was released in 2006, it has changed the way we think of JavaScript. And because of its simplicity, it has motivated many enthusiastic developers to create thousands of useful plugins and extends its functionality. Now, lets go through some of the most popular jQuery plugins of 2011 as It's almost over. (more)
category: Web Dev | clicked: 153 | 1 comment | | source: www.moretechtips.net
tags: jQuery, CSS, html5
2
Shouts

Equal column height, div problem

published 559 days, 9 hours, 39 minutes ago posted by jphellemonsjphellemons 561 days, 23 hours, 45 minutes ago
Saturday, November 12, 2011 3:22:30 AM GMT Wednesday, November 09, 2011 1:16:35 PM GMT
Years ago, everybody made a column layout with an Html table. If you do not remember why tables are bad, I recommend reading these nine reasons not to use tables. Today we use (external) cascading style sheets to solve it. Most of the time with the famous ‘faux columns’ trick. Here is a nice way to fix the div equal height problem with a small piece of jQuery. (more)
category: UX | clicked: 8 | comment | | source: www.jphellemons.nl
tags: w3c, jQuery, CSS, HTML
4
Shouts

Razor and CSS in JustCode

published 568 days, 10 hours, 52 minutes ago posted by KodefuGuruKodefuGuru 573 days, 20 hours, 3 minutes ago
Thursday, November 03, 2011 2:09:25 AM GMT Friday, October 28, 2011 4:59:05 PM GMT
The first service pack for Telerik JustCode Q2 2011 was recently released, but the development team is forging ahead with even more new features to make your life easier. New internal builds brings Razor and CSS support, which is welcome news for web developers using JustCode. (more)
category: Agile | clicked: 41 | 5 comments | | source: blogs.telerik.com
tags: JustCode, Refactoring, Telerik, Razor, CSS
2
Shouts

Creating a Breadcrumb like Menu using CSS and JQuery - DotNetLogix

posted by DotNetLogixDotNetLogix 599 days, 6 hours, 28 minutes ago
Monday, October 03, 2011 6:33:46 AM GMT
Creating a Breadcrumb like Menu using CSS and JQuery (more)
category: Web Dev | clicked: 46 | 1 comment | | source: www.dotnetlogix.com
tags: style sheet, breadcrumb, menu, jQuery, CSS, HTML
2
Shouts

How to add favicon in your asp-net site? | dotNETspidor: A dot net programming blog

posted by sangam100sangam100 603 days, 4 hours, 14 minutes ago
Thursday, September 29, 2011 8:47:43 AM GMT
Make your site impressive and standard by displaying favicon. This is a practice of branding also. See in the following image the red circled area at the top corner. The black filled square is the favicon of dotnetspidor: A dot net programming blog. You can see the favicons in almost all of the popular websites. So how to achieve this? First create a favicon image of your own. Visualize a great logo/image for the favicon. Save it as favicon.ico. Drop it at the root folder of your site. Now you are one s... (more)
category: Web Dev | clicked: 13 | comment | | source: dotnetspidor.blogspot.com
tags: CSS, ASP.NET
3
Shouts

Fixing Header of GridView or HtmlTable

posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 674 days, 20 hours, 7 minutes ago
Tuesday, July 19, 2011 4:54:45 PM GMT
In web project there is always problem when no of record is more and you have to scroll vertically to view all record. Your header of the Gridview or HtmlTable always go up when you are scrolling down to see all records so that you can not map the row data with the column easily without scrolling up. So to resolve this problem you must fix out the header of the Gridview or HtmlTable when you are scrolling down. Below is the code to do this i.e to fix Header. Create Style sheet : div#gridPanel... (more)
category: Web Dev | clicked: 0 | comment | | source: pranayamr.blogspot.com
tags: CSS, HTML
8
Shouts

Aurora 6 is here - Mozilla Hacks – the Web developer blog

published 716 days, 4 hours, 27 minutes ago posted by iftekharahmedamitiftekharahmedamit 717 days, 17 hours, 14 minutes ago
Wednesday, June 08, 2011 8:34:49 AM GMT Monday, June 06, 2011 7:47:27 PM GMT
The most notable addition to this new Aurora are the progress element, window.matchMedia API, better APIs for binary data, Server-Sent Events as well as the return of WebSockets. Aurora 6 has been published last week and can be downloaded from firefox.com/channel. (more)
category: How To | clicked: 16 | comment | | source: hacks.mozilla.org
tags: Firefox 6, Mozilla, FileAPI, websockets, Aurora 6, Firefox Aurora, CSS, Mozilla Firefox, Firefox, Aurora
5
Shouts

JQuery CSS

published 734 days, 5 hours, 11 minutes ago posted by deliciousdotnetdeliciousdotnet 736 days, 5 hours, 50 minutes ago
Saturday, May 21, 2011 7:50:32 AM GMT Thursday, May 19, 2011 7:12:17 AM GMT
Using JQuery library developers can enhance their websites without worrying about browsers and their versions as long as the browsers have JavaScript enabled.Most of the JQuery CSS Methods do not modify the content of the jQuery object and they are used to apply CSS properties on DOM elements. Different types of Jquery CSS methods :css( name )This method returns a style property on the first matched element.Example:- var c = $(this).css("font-size");css( name, value )This method Set a single style prope... (more)
category: Web Dev | clicked: 17 | 2 comments | | source: deliciousdotnet.blogspot.com
tags: ASP.NET MVC, jQuery, CSS, HTML, ASP.NET
3
Shouts

Advanced Dotnet Tutorial: CSS: Change Image of Button On Hover and Disabled

posted by learndotnet123learndotnet123 744 days, 1 hour, 37 minutes ago
Wednesday, May 11, 2011 11:25:09 AM GMT
This article helps to understand how CSS is changed automatically when a button is disabled from the server side. Further, how to define CSS when a user hovers over an element. Step 1: Define CSS for button Define two css (i.e. one for hover and another normal) for each button. Button1: Which will enable 3rd button CSS for button1 when it is hovered by the user. Here CButtonMakeEnable:hover does it all; :hover defines what css is applied when an element is hovered. .CButtonMakeEnable:hover ... (more)
category: Web Dev | clicked: 3 | comment | | source: advanceddotnettutorial.blogspot.com
tags: image, CSS, hover, ASP.NET
6
Shouts

Prevention of JS/CSS content to be cached

published 759 days, 18 hours, 48 minutes ago posted by http://www.beletsky.net/http://www.beletsky.net/ 762 days, 21 hours, 6 minutes ago
Monday, April 25, 2011 6:14:04 PM GMT Friday, April 22, 2011 3:55:44 PM GMT
I've created an utility that I wish to have, but had not time to do. It is very simple and solves caching issue for CSS and JS that we all suffered many times. Because every modern browsers try to cache static content, to make site rendering faster, we having trap then CSS or JS is being updated, but after deployment on production customers still see no results, because they use previous versions of files. Classical way Classical way of solvi... (more)
category: Agile | clicked: 2 | comment | | source: www.beletsky.net
tags: js, CSS, cache. MVC
7
Shouts

Playing with CSS in jQuery – How to work with CSS in jQuery?

published 778 days, 30 minutes ago posted by dharadhara 779 days, 5 hours, 11 minutes ago
Thursday, April 07, 2011 12:32:18 PM GMT Wednesday, April 06, 2011 7:51:01 AM GMT
How can we apply css to elements using JQuery library. The below example is to apply css on div element that has id as DivId. $(”#DivId “).css(”border”,”4px red”); To apply css in odd childs of parent node using JQuery library. $(”tr:odd”).css(”background-color”, “#bbbbff”); To apply css in even childs... (more)
category: Web Dev | clicked: 1 | 1 comment | | source: beyondrelational.com
tags: .NET, jQuery, CSS, ASP.NET
5
Shouts

Rounding Corners using CSS3 - Kirupa Chinnathambi

published 785 days, 15 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 785 days, 22 hours, 39 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Wednesday, March 30, 2011 2:22:34 PM GMT
Every few years, something gets added to HTML or its related technologies that starts off as being cool and trendy. After massive overuse, that "something" ends up being despised and mocked. This cycle of going from adulation to derision repeats itself all the time. For example, two additions that people once loved but pretend never existed are the blink and marquee tags. (Admit it - you know you used them at some point! ) In CSS3, one recent addition is the ability to natively specify rounded corners. ... (more)
category: How To | clicked: 0 | comment | | source: www.kirupa.com
tags: css3, CSS 3, CSS
7
Shouts

CSS Support in ReSharper 6 - JetBrains .NET Tools Blog

published 808 days, 18 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 809 days, 13 hours, 59 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:02:58 PM GMT
ReSharper 6 EAP has been available for about 1.5 months, and it’s time to move on zooming into new features that this new version brings. We’ve announced that supporting JavaScript and CSS is one of the most important directions in ReSharper 6, and following an earlier post about JavaScript support, let’s take a look at the second major functionality area for ReSharper 6: support for CSS. It is currently represented by the following features:Syntax/Color Highlighting and Palette ReSharper applies its o... (more)
category: How To | clicked: 3 | comment | | source: blogs.jetbrains.com
tags: ReSharper 6, R#, JetBrains, JetBrains ReSharper, ReSharper, CSS
2
Shouts

Advanced Dotnet Tutorial: Working with CSS

posted by learndotnet123learndotnet123 824 days, 7 hours, 13 minutes ago
Sunday, February 20, 2011 5:48:32 AM GMT
Cascading style sheets give we more control over the appearance and presentation of your pages. Using cascading style sheets, we can extend the ability to precisely specify the location and appearance of elements on a page and create special effects. We can also make your site more accessible for visitors with specialized browsers or output devices. There are many newly defined CSS elements in CSS 2.1 or CSS 3.0, and there is probability not to work on every browser. Opera is one of the browser, which s... (more)
category: Web Dev | clicked: 0 | comment | | source: advanceddotnettutorial.blogspot.com
tags: CSS, ASP.NET
2
Shouts

Capitalise text inputs with css

published 892 days, 11 hours, 3 minutes ago posted by http://franzjunge.myopenid.com/http://franzjunge.myopenid.com/ 894 days, 4 minutes ago
Tuesday, December 14, 2010 1:58:42 AM GMT Sunday, December 12, 2010 12:57:40 PM GMT
Capitalise text inputs with css When I was build the sign-up screen for toepoke.co.uk I wanted to tidy up the data entry for the player’s name so you get capitalised names.     My first thought was to tie into the jQuery focus event and do a little JavaScript once the user left the input field.   Thankfully I thought a little bit more and remembered the text-transform property in CSS, and wondered if this would work against text input fields as well as heading and p tags, etc.   .tcase {    ... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.toepoke.co.uk
tags: C#, CSS, ASP.NET
9
Shouts

Web Developer's Handbook - Vitaly Friedman

published 921 days, 42 minutes ago posted by iftekharahmedamitiftekharahmedamit 922 days, 12 hours, 6 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Sunday, November 14, 2010 12:56:13 AM GMT
The Web Developer's Handbook CSS, Web Development, Color Tools, SEO, Usability etc. css galleries & showcases | color tools | color schemes, palettes | color patterns | fashion: colors selection | color theory | royalty free photos | css daily reading | web design daily reading | css layouts | css navigation menus | css techniques | css: software & Firefox Extensions | css-web-tools & services | html-web-tools & se... (more)
category: How To | clicked: 11 | comment | | source: www.alvit.de
tags: usability, SEO, web development, CSS, Color Tools
3
Shouts

Create watermark style to textbox with JQuery and CSS

posted by codegaincodegain 922 days, 20 hours, 2 minutes ago
Saturday, November 13, 2010 4:59:52 PM GMT
In this article, I will show you how to apply watermark style to textbox/input field with JQuery without using JQuery plug-in. (more)
category: Web Dev | clicked: 3 | comment | | source: www.codegain.com
tags: jQuery, ASP.NET 4, CSS, ASP.NET
Previous 1 2 3 Next