DotNetShoutout - Stories tagged with HTML
2
Shouts

Hide table column and colorize rows based on value with jQuery

published 417 days, 4 hours, 58 minutes ago posted by lenielleniel 425 days, 11 hours, 18 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, 8 hours, 30 minutes ago posted by chrispoulterchrispoulter 493 days, 11 hours, 5 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
3
Shouts

ASP.NET MVC Code Review #2 - A Way of Working with Html Select Element (AKA DropDownList) In ASP.NET MVC

published 503 days, 9 hours, 38 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 510 days, 2 hours, 56 minutes ago
Friday, January 06, 2012 3:51:12 PM GMT Friday, December 30, 2011 10:33:24 PM GMT
This is the #2 of the series of blog posts which is about some core scenarios on ASP.NET MVC: A Way of Working with Html Select Element (AKA DropDownList) In ASP.NET MVC (more)
category: Web Dev | clicked: 43 | 1 comment | | source: tugberkugurlu.com
tags: ASP.NET MVC, C#, dropdownlist, Razor, HTML, ASP.NET
2
Shouts

ZenCoding extension for Visual Studio 2010 review

published 544 days, 21 hours, 4 minutes ago posted by SergeyVlasovSergeyVlasov 546 days, 11 hours, 22 minutes ago
Saturday, November 26, 2011 4:25:17 AM GMT Thursday, November 24, 2011 2:07:16 PM GMT
Speed up HTML coding in Visual Studio 2010 expanding short Zen commands into full-fledged HTML code… (more)
category: How To | clicked: 51 | 1 comment | | source: visualstudioaddins.svprogramming.net
tags: coding, Visual Studio 2010, HTML
2
Shouts

Equal column height, div problem

published 558 days, 22 hours, 7 minutes ago posted by jphellemonsjphellemons 561 days, 12 hours, 13 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
2
Shouts

Creating a Breadcrumb like Menu using CSS and JQuery - DotNetLogix

posted by DotNetLogixDotNetLogix 598 days, 18 hours, 56 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
3
Shouts

Enabling Frame Rate Counters for HTML Applications in Windows 8

published 602 days, 7 hours, 46 minutes ago posted by mbcrumpmbcrump 602 days, 13 hours, 42 minutes ago
Thursday, September 29, 2011 5:43:39 PM GMT Thursday, September 29, 2011 11:47:26 AM GMT
Introduction Just the other day I blogged about “Enabling Frame Rate Counter for XAML Applications in Windows 8”. At the very end of that post, I reminded everyone that that method does not work for HTML / JS Metro Applications. But, we are... (more)
category: Architecture | clicked: 11 | 3 comments | | source: michaelcrump.net
tags: HTML, HTML 5
2
Shouts

Creating Web Applications with HTML5 WebSockets | TechBubbles

posted by kalyanms1kalyanms1 605 days, 3 hours, 44 minutes ago
Monday, September 26, 2011 9:44:56 PM GMT
WebSockets enables the real-time web where the information is available to the user the moment it is published. WebSockets are standard based, Interoperable across browsers and very simple to use. We got the WebSockets support everywhere it is available on browsers, windows run time, WCF, ASP, IIS etc. This post gives you the basic idea about WebSockets and the technicalities behind this concept. There is a deep desire for speed to get the information as quickly as possible. Typical examples where user... (more)
category: Web Dev | clicked: 7 | comment | | source: www.techbubbles.com
tags: websockets, HTML
3
Shouts

Fixing Header of GridView or HtmlTable

posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 674 days, 8 hours, 35 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
3
Shouts

DIV TABLE

posted by http://pranayamr.myopenid.com/http://pranayamr.myopenid.com/ 674 days, 8 hours, 35 minutes ago
Tuesday, July 19, 2011 4:53:51 PM GMT
IntroductionThis article demonstrates using div elements to effectively to build websites without using table elements on a page. Because there are a number of advantages to the div element most clients ask designers to develop websites using div elements rather than table elements. The code below is for beginners learning to use div elements to develop websites.The following explains why to use DIV over TABLE elements.Pros of Table Element: Most designers use table for a consistent look. Tables are also... (more)
category: Agile | clicked: 1 | comment | | source: pranayamr.blogspot.com
tags: Div, HTML
5
Shouts

Using the X-UA-Compatible meta info and still validating HTML

published 721 days, 19 hours, 38 minutes ago posted by ChadMoranChadMoran 723 days, 11 hours, 59 minutes ago
Thursday, June 02, 2011 5:51:24 AM GMT Tuesday, May 31, 2011 1:30:23 PM GMT
Many of you out there may be using the X-UA-Compatible meta tag as a hint to tell Internet Explorer to use a specific rendering engine or to hint to use the Chrome Frame if installed.  The use of this tag has also been made popular by web developers using HTML5 Boilerplate.  The problem is this tag makes your page fail to validat... (more)
category: Web Dev | clicked: 8 | 1 comment | | source: www.chadmoran.com
tags: C#, HTML, ASP.NET
5
Shouts

JQuery CSS

published 733 days, 17 hours, 39 minutes ago posted by deliciousdotnetdeliciousdotnet 735 days, 18 hours, 17 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

When it Comes to Asp.Net: Display Loading Image in Asp.net

published 857 days, 15 hours, 38 minutes ago posted by ashishsarda99ashishsarda99 860 days, 13 hours, 29 minutes ago
Monday, January 17, 2011 9:51:42 AM GMT Friday, January 14, 2011 12:00:05 PM GMT
Share| To display loading image we shall use following JavaScript. There are many ways to display loading, but I feel this is the simple to use and implement. We just need one div tag with position set to absolute, and put loading image inside the div tag. Check out following code. Loading... (Make sure you set z-index if required.) In above I have just used text "Loading...", instead of this you can put loading images.Put this div tag as first element of FORM tag. And after above div tag immedi... (more)
category: Web Dev | clicked: 5 | comment | | source: aspdotnetmatters.blogspot.com
tags: web developement, Web, Loading Image, JavaScript, HTML, ASP.NET
2
Shouts

Allowing HTML with iFrames and jQuery

posted by http://derans.myopenid.com/http://derans.myopenid.com/ 872 days, 14 hours, 53 minutes ago
Sunday, January 02, 2011 10:36:10 AM GMT
So I’ve had a problem of displaying other people’s HTML on my page and their invalid HTML messing up my page’s formatting. So, I found a solution after digging through the Outlook Web Application (OWA) HTML to see how they handle the issue. I do it a little differently, but the idea is the same. (more)
category: Web Dev | clicked: 1 | comment | | source: derans.blogspot.com
tags: jQuery, HTML
4
Shouts

HTML5: Drawing images to the canvas gotcha

published 899 days, 7 hours, 44 minutes ago posted by http://jclaes.blogspot.com/http://jclaes.blogspot.com/ 900 days, 6 hours, 17 minutes ago
Monday, December 06, 2010 5:45:28 PM GMT Sunday, December 05, 2010 7:12:34 PM GMT
While I was playing with the Canvas API I came across a weird issue: I was trying to draw an image to the canvas, but the image failed to render very often.. (more)
category: Web Dev | clicked: 0 | comment | | source: jclaes.blogspot.com
tags: JavaScript, canvas, HTML
6
Shouts

PDC 2010: Top 5 Reasons Why Microsoft Completely Screwed up their web strategy with HTML 5

published 936 days, 3 hours, 55 minutes ago posted by bartczernickibartczernicki 936 days, 22 hours, 28 minutes ago
Saturday, October 30, 2010 9:34:34 PM GMT Saturday, October 30, 2010 3:01:29 AM GMT
Top 5 reasons why Microsoft dropped the ball at the PDC 2010 conference by shifting their strategy to HTML 5 from Silverlight. (more)
category: Metro | clicked: 0 | comment | | source: silverlighthack.com
tags: Silverlight, HTML, HTML 5
2
Shouts

When it Comes to Asp.Net: Display your logo on address bar

posted by ashishsarda99ashishsarda99 938 days, 15 hours, 7 minutes ago
Thursday, October 28, 2010 10:22:30 AM GMT
Share| Many times to make our site standout, we need to display our logo near address bar. There is very simple JavaScript which takes care of this. We need to put following code in tag HEAD tag. For each page of the website we need to add above code. demoico.ico is an icon file which we can use to display near address bar. We can also manipulate Header Section Dynamically, and change the icon for different pages. (more)
category: Web Dev | clicked: 0 | comment | | source: aspdotnetmatters.blogspot.com
tags: JavaScript, web development, HTML
6
Shouts

Binding HTML to the Web Browser Control in WP7

published 966 days, 20 hours, 34 minutes ago posted by nigel-sampsonnigel-sampson 967 days, 16 hours, 10 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 9:19:44 AM GMT
Using attached properties to simplify binding and displaying html in Windows Phone 7. (more)
category: Metro | clicked: 34 | comment | | source: compiledexperience.com
tags: Windows Phone 7, HTML
5
Shouts

Adding IE 9 pinned sites and pinned list support to your site

published 975 days, 13 hours, 22 minutes ago posted by http://www.google.com/profiles/dougrathbonehttp://www.google.com/profiles/dougrathbone 976 days, 18 hours, 51 minutes ago
Tuesday, September 21, 2010 12:06:57 PM GMT Monday, September 20, 2010 6:37:52 AM GMT
So you may or may not have heard about some of the great features coming out in Internet explorer 9. One of these new features that many developers will be interested in, is Pinned Sites. Although some of you may be a little upset by Microsoft’s decision to deviate from web standards once again, others may like the added functionality this allows you to provide your users – either way let’s take a look... (more)
category: Web Dev | clicked: 1 | comment | | source: www.diaryofaninja.com
tags: Internet Explorer 9, HTML, ASP.NET
2
Shouts

Useful expansion in development

posted by http://mpremraj.myopenid.com/http://mpremraj.myopenid.com/ 979 days, 17 hours, 47 minutes ago
Friday, September 17, 2010 7:42:09 AM GMT
AD FS - Active Directory Federation Service ASCII - American Standard Code for Information Interchange HTML- Hyper Text Mark-up Language HTTP - HYPER TEXT TRANSFER PROTOCOL MTOM - Message Transmission Optimization Mechanism POX - Plain Old XML RP - Relying Party SOAP  - Simple Object Access Protocol  SSL - Secure Socket Layer UTF - Unicode Transformation Format WAP – web Application Project WCF - Windows Communication Foundation WF - Windows Workflow Foundation WIF - Windows Identity Foundat... (more)
category: Web Dev | clicked: 0 | comment | | source: www.blog.my-idea.co.in
tags: WS, POX, ssl, WIF, AD FS, WAP, Soap, RP, WCF, HTML, MTOM
Previous 1 2 3 Next