Zend Certified Engineer

phpguru.org

Quality PHP and Javascript code
Download RGraph: HTML5 canvas graph library... Home ~ Downloads ~ FAQs ~ Licensing
RSS Feed RSS Feed
Follow me on Twitter Follow me on Twitter

Add to Google...

HTML5 & CSS3

Articles

Javascript

PHP5

PHP4






Bookmark with delicious tweet this site Post to Google Buzz! Stumble! this site

SQLite.NET wrapper

A couple of classes in C# to allow access to SQLite databases from C#. Does not follow the ADO.NET style of data access, instead going for a simpler method consisting of a client class, and a result set class.

 

Installation

Extract the zip to a directory, your projects exiting directory would be a good idea. Keep the .xml file with the dll if you want IntelliSense documentation. In Visual Studio, right click References and click Add Reference. Browse to the SQLiteClient dll and hit OK. If you're not using Visual Studio, then you'll need to specify /reference:SQLiteClient.dll when you compile your program (same goes for if you're using Mono).

Documentation

Download



RGraph: HTML5 canvas graph library

Example graph made using RGraph

If you're interested in web development, then you may also be interested in RGraph: HTML5 canvas graph library. It uses HTML5 features to produce a wide variety of graph types. Because it moves the creation of graphs from the server to the client, it can significantly reduce the load on your server and your bandwidth usage.