DotNetShoutout - Stories tagged with Rendering
4
Shouts

Refreshthe WPF UI now: how to wait for the rendering to finish ?

published 625 days, 10 hours, 9 minutes ago posted by jmix90jmix90 626 days, 12 hours, 55 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 7:34:25 AM GMT
WPF is really awesome to build reactive applications and data binding is here to push useful information inside of the User Interface. All is done magically and it’s wonderfully simple to create an application without knowledge of the internals of the WPF’s rendering. Now, I wan’t to talk about something which can useful in every WPF application : how to wait for the rendering UI to be done. This can also be rephrased to : “how to force the rendering after I performed an action ?“. (more)
category: How To | clicked: 58 | 5 comments | | source: www.jonathanantoine.com
tags: Rendering, How-To, Performance, WPF, Force, UI, refresh, How
6
Shouts

Making the Most of Silverlight Text Rendering

published 1044 days, 9 hours, 45 minutes ago posted by zsoltf1zsoltf1 1046 days, 12 hours, 7 minutes ago
Sunday, July 11, 2010 10:44:53 AM GMT Friday, July 09, 2010 8:22:19 AM GMT
There really isn’t a single rendering methodology that is going to look great for all fonts in all situations. So, I thought I’d share some of my (highly subjective) opinions. Here are a couple of things that I do get better text rendering in Silverlight: (more)
category: Metro | clicked: 1 | comment | | source: blog.nerdplusart.com
tags: Rendering, Fonts
5
Shouts

CSS Friendly Menu Control in ASP.NET 4.0 « Abhijit's World of .NET

published 1098 days, 4 hours, 41 minutes ago posted by abhijitjanaabhijitjana 1098 days, 23 hours, 7 minutes ago
Tuesday, May 18, 2010 3:48:19 PM GMT Monday, May 17, 2010 9:22:22 PM GMT
It is very much easier to apply CSS when we have ul,li elements as the HTML content. If we look into ASP.NET Menu Control till Version 3.5, its render as Table-TR-TD Tag. Though Table/Tr/Td is quite useful to display tabular data but sometime  creates  a big problem when we need to do more work with CSS. To overcome this problem we generally used CSS Friendly adapter to render the ASP.NET Control in ul/li mode. ASP.NET 4.0 makes the things easier for web developer by providing "RenderingMode" properties... (more)
category: Web Dev | clicked: 7 | comment | | source: abhijitjana.net
tags: Rendering, Visual Studio 2010, Menu Control, ASP.NET 4
5
Shouts

Svetoslav Savov's Blog: WPF 4.0 New Features: Text

published 1182 days, 14 hours, 29 minutes ago posted by http://svetoslavsavov.blogspot.com/http://svetoslavsavov.blogspot.com/ 1184 days, 10 hours, 55 minutes ago
Tuesday, February 23, 2010 6:00:03 AM GMT Sunday, February 21, 2010 9:34:16 AM GMT
In WPF 4 Microsoft has significantly improved the way texts are rendered on the screen. They introduced several new options to allow us define the parameters of text rendering. (more)
category: How To | clicked: 0 | comment | | source: svetoslavsavov.blogspot.com
tags: WPF 4, Rendering, text, WPF, XAML
5
Shouts

The Real Performance Overhead of CSS Expressions

published 1188 days, 6 hours, 38 minutes ago posted by grabnerandigrabnerandi 1189 days, 4 hours, 50 minutes ago
Wednesday, February 17, 2010 1:51:42 PM GMT Tuesday, February 16, 2010 3:39:47 PM GMT
Steve Souders wrote this in Best Practices for Speeding up Your Web Site regarding CSS Expressions: “CSS expressions are a powerful (and dangerous) way to set CSS properties dynamically” … and … “The problem with expressions is that they are evaluated more frequently than most people expect” Last week I worked with a user of the dynaTrace AJAX Edition. Their team has done some performance investigations with CSS Expressions and came up with an interesting discovery which totally backs Steve’s comme... (more)
category: Web Dev | clicked: 0 | comment | | source: blog.dynatrace.com
tags: Rendering, Performance, JavaScript, Internet Explorer