The jQuery background canvas plugin brings 2D drawing capabilities into CSS web design. It can be used to draw a div with a background gradient, a border with round corners, or CSS floated tabs and all what you can draw on a canvas. The jQuery background canvas plugin is pure JavaScript and don't use any bitmap.
This website is build with the jQuery background canvas plugin. The ribbon on the top has rounded corners, a gradient background and tabs. All these elements are drawn on the background canvas. No images or CSS trickery is used. You can take a glance on the source code. It is clean, no layout tables, no layout Divs, no CSS tricks.
Discussion about CSS and JavaScript? Use both, and get a section 508 compliant and search engine friendly result. To clutter html markup with layout div's to get round corners, gradients or whatever is waste of time. It is better to have a clean markup (retro coding) and polish the result with JavaScript. But the fallback must work! The search engine (Google) and the blind user wants a clean html markup! The user with CSS enabled browsers wants a nice CSS layout. And last but not least the user with JavaScript enabled wants a perfect design at all.
News
01.11.2009NHunspell Documentation
The NHunspell documentation is online available (MSDN style).
28.10.2009Release of NHunspell Version 0.9.2
The new Release of NHunspell supports Spell Checking, Hyphenation and has a Thesaurus.
03.08.2009jQuery Background Canvas Plugin
The jQuery Background Canvas Plugin Documentation is available as PDF file.
27.04.2009Refactoring of the Spell Checker NHunpell
the .NET spell checker NHunspell is refactored to support dynamically binding on the native 32bit and 64bit Hunspell libraries.
26.02.2009.NET Spell Checker NHunspell
Maierhofer Software created a .NET wrapper for the OpenOffice spell checker Hunspell.