[HowTo] Make User Defined Function In SQLite ADO.NET With C#
September 27, 2009 by Ivan
Filed under Visual Studio.NET
Sometime we want to make user defined function and use it in our query to the database. In Ms. SQL Server and Oracle DBMS support user defined function, stored procedure and transactional. Since SQLite is zero configuration, serverless and single database file, SQLite doesn’t support user defined function (If you don’t know what is [...]
[HowTo] Use SqLite ADO.NET with C#
September 26, 2009 by Ivan
Filed under Featured Content, Visual Studio.NET
SQLite is software library written in C that implement self-contained (very minimal support from external libraries), serverless (read/write process directly to database file), cross-platform (run in any Operating System), zero-configuration (no setup/installation needed), transactional (implement serializeable transaction) SQL database engine. SQLite is relatively small, approx 275 KB in size and single database file.
For me SQLite [...]
[HowTo] Install ImageMagick/Imagick For PHP On Ubuntu
July 2, 2009 by Ivan
Filed under Web Programming
Installing ImageMagick on Ubuntu with PECL is really simple. But i want to share with you how to install it beside to remind myself someday, if i forget how to install it. ImageMagick is a php library for image processing. But they are not developed just for PHP library only, now they have library for [...]
[TIPS] Get File Extension Easily in PHP
May 5, 2009 by Ivan
Filed under Web Programming
i want to share a tips for you to get file extension in PHP easily. Before i always use the old way to get the file extension, that is using substring and find the last “.” (dot), and get the extension. For those who still doing this, i have a tips for you to get [...]
[Tutorial] Groovy and Grails Part 2 – Installing Grails
April 19, 2009 by Ivan
Filed under Web Programming
this is the next article from Grovvy and Grails Part 1 – Introduction that you can read it here. Now we continue to install grails in your machine. Before you continue, there are some requirements to run Grails in your machine, so please read it carefully
Requirements to install Grails:
[Tutorial] Groovy and Grails Part 1 – Introduction
April 9, 2009 by Ivan
Filed under Web Programming
What is Groovy? What is Grails? For those who don’t know about Groovy and Grails, you are lucky because i’m about to explain Groovy and Grails and how powerful they are in Web Application Technology. Also i will give you some example to help you to understand and start using it!
What is Groovy?
“Groovy is a [...]




