ipin's blog

best practices don't come easy, it comes with a passion for self-improvment

Archive for the ‘ASP’ Category

Ajax Dengan ASP Menggunakan JQuery

leave a comment »

JQuery merupakan library Javascript, dengan jQuery penggunaan AJAX menjadi lebih mudah. Library jQuery dapat di download di http://docs.jquery.com/Downloading_jQuery , berikut ini contoh form html sederhana menggunakan jQuery dengan konsep AJAX dan ASP classic sebagai script serverside-nya.
Read the rest of this entry »

Written by yanuarseno

July 14, 2010 at 4:37 am

Posted in AJAX, ASP, Javascript, JQuery

Formatting ASP

leave a comment »

Berikut ini contoh Fungsi Format yang dapat digunakan untuk menampilkan beberapa format ekspresi, nilai-nilai yang dapat diterima adalah: Short Time, Long Time, Short Date, Long Date, General Date, General Number, Currency, Fixed, Standard, Percent, Yes/No, True/False, or On/Off.

Read the rest of this entry »

Written by yanuarseno

July 13, 2010 at 8:37 am

Posted in ASP

Tips To Improve Your ASP Performance

leave a comment »

In any Web Based System, the well being of 3 elements affect the overall performance of the application: Web Server, Database, ASP pages. Obviously, sufficient bandwidth and hardware is assumed to be thrown at the application. But a common misconception is that additional hardware and bandwidth is the panacea whenever performance starts to degrade. Badly designed applications sitting on even super high-end machines can bring the server down on its knees at the slightest load. Memory leaks by COM objects are the bane of many a web site.

I thought I might as well throw in some tips I picked up during my Web development experience on how to improve performance of ASP pages by code, database and IIS optimization

Read the rest of this entry »

Written by yanuarseno

July 13, 2010 at 8:12 am

Posted in ASP