Posted: February 27th, 2010 | Author: erwin | Filed under: ASP | Tags: .NET, ASP | No Comments »
This post still about random image with ASP.NET, but it’s little different. In this random image, I’ll try to use user control. So far, I know that user control can be use to make custom component in ASP, but I don’t know really
, because I’m still newbie in ASP and I got it from Actual Training ASP class with my little modified.
Read the rest of this entry »
Posted: February 27th, 2010 | Author: erwin | Filed under: ASP | Tags: .NET, ASP | No Comments »
I have tutorial about random image with PHP on previous post, and now I’ll share about random image with ASP.NET. Basically, It has same method to make random image with PHP, and only different in scripting.
There are some step to make random image with ASP.NET:
Read the rest of this entry »
Posted: February 27th, 2010 | Author: erwin | Filed under: VB | Tags: .NET, Projects, VB | No Comments »
Ini adalah project pertama saya dengan menggunakan VB.NET 2005. Project ini saya buat sekitar 4 tahun yang lalu ketika masih kuliah. Ketika itu saya diberi tugas untuk membuat sebuah aplikasi yang dapat menghasilkan nilai RGB dari sebuah image berformat JPG. Setelah berusaha mencoba dan belajar dari MSDN akhirnya jadilah sebuah aplikasi yang diinginkan itu. Namun aplikasi ini masih memiliki bug “memory leaking” pada saat file image di proses ke dalam nilai RGB.
Saya membagikan file sumber dari aplikasi ini sebagai open source, sehingga Anda dapat menggunakan dan mempelajarinya secara gratis. Download segera aplikasinya disini http://sourceforge.net/projects/getrgbcool/.