Skip to main content

Home/ General Development In DotNet/ Group items tagged accessibility

Rss Feed Group items tagged

Jacques Bosch

WAI-ARIA Overview - 0 views

shared by Jacques Bosch on 20 Apr 11 - Cached
  •  
    "WAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make Web content and Web applications more accessible to people with disabilities. It especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies. Currently certain functionality used in Web sites is not available to some users with disabilities, especially people who rely on screen readers and people who cannot use a mouse. WAI-ARIA addresses these accessibility challenges, for example, by defining new ways for functionality to be provided to assistive technology. With WAI-ARIA, developers can make advanced Web applications accessible and usable to people with disabilities."
Jacques Bosch

Jon Skeet: Coding Blog - 0 views

  •  
    "Basically, I've been aware for a while that some people use the terms currying and partial function application somewhat interchangably, when they shouldn't. It's one of those topics (like monads) which I feel I understand to some extent, and I've decided that the best way of making sure I understand it is to try to write about it. If it helps the topic become more accessible to other developers, so much the better."
Johann Strydom

Use C# 4.0 dynamic to drastically simplify your private reflection code - Angle Bracket... - 0 views

  •  
    Great way to access private properties on an object at runtime.
Jacques Bosch

An Introduction to the Raphael JS Library | Nettuts+ - 0 views

  •  
    "Raphael JS is a lightweight and super-sexy JavaScript framework that allows you to draw vector graphics in your browser! In this tutorial, I will introduce you to some basic drawing functionality, take a look at animation, provide DOM access and finally finish off by creating a cool widget for your site…"
Jacques Bosch

EF CTP4 Tips & Tricks: Include with Lambda « RoMiller.com - 1 views

  •  
    "The CTP includes some work called the Productivity Improvements for EF which aims to provide a simpler and more productive experience writing data access code with EF. Along with a bunch of conventions that take care of a lot of common tasks the Productivity Improvements also include some more subtle improvements over the core EF API. One of these is the introduction of an Include method that uses a lambda rather than strings to specify the include path."
Jacques Bosch

Regular Expressions in T-SQL - Ken Henderson's WebLog - Site Home - MSDN Blogs - 0 views

  •  
    "Lurking on any machine that has Windows Scripting Host installed (virtually all machines these days, although scripting can be disabled), is a powerful Regular Expressions facility, the VBScript.RegExp scripting object. You can get to it from any COM client that supports the IDispatch interface. IDispatch, you'll recall, is COM's popular late-binding interface - it allows applications to use COM components without knowing anything about them at compile-time. In T-SQL, we get to IDispatch via the sp_OA stored procedures. Via a simple UDF, we can access the RegExp object as though it were part of T-SQL:"
1 - 7 of 7
Showing 20 items per page