ASP.NET.4GuysFromRolla.com: ASP.NET Charting with NPlot
In this article we will examine using NPlot to create charts in an ASP.NET application. NPlot is a free, .NET native charting engine that excels at scientific charting.
(tags: nplot tools charting asp.net)
bobbyvandersluis.com | Unobtrusive dynamic select boxes
A lot of Websites contain forms with dynamic select boxes; a combination of two or more select boxes that are related to each other in such way, that when a user selects something from one select box, another is automatically filled with only those option
(tags: accessibility javascript forms web)
Unobtrusive connected select boxes – yet another solution approach – Wait till I come!
The interface element of connected select boxes (one select box changing the options in the other one) is one of the most used and also most annoying elements of web application design. While it works nicely for anyone having JavaScript enabled and using
(tags: accessibility javascript forms web)
Unobtrusive and keyboard accessible connected select boxes | 456 Berea Street
Any web developer who has created a reasonably complex form is probably aware of the concept of multiple select elements that are connected – choosing something from one select box either makes a new select box appear or changes the options of one that
(tags: accessibility javascript forms web)
Perl 5 Wiki / Perl 5 Wiki
This wiki exists to collect and make available to all the knowledge of the Perl community. An encyclopedia of Perl.
(tags: wiki reference programming perl)
Main Page – SecurePHP
SecurePHP is a wiki about PHP security.
(tags: wiki security php)
JSLint, The JavaScript Verifier
JSLint takes a JavaScript source and scans it. If it finds a problem, it returns a message describing the problem and an approximate location within the source.
(tags: tools validation javascript)