Google Analytics Account 


Baru aja dapet Invitation Account untuk Google Analytics...he...he...basi banget yah ? yang lain mah udah dari dulu, kalau gw baru sekarang.

[ add comment ] ( 176 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 2.9 / 367 )
C# Video Tutorial 
New to C#.NET programming ?, try download this cool video tutorial...
C# Download 01
C# Download 02
C# Download 03
C# Download 04
C# Download 05
C# Download 06
C# Download 07
C# Download 08
C# Download 09
C# Download 10
C# Download 11
C# Download 12
C# Download 13
C# Download 14
C# Download 15
C# Download 16
C# Download 17
C# Download 18
C# Download 19
C# Download 20
C# Download 21
C# Download 22
C# Download 23
C# Download 24
C# Download 25
C# Download 26
C# Download 27
C# Download 28
C# Download 29
C# Download 30
C# Download 31
C# Download 32
C# Download 33
C# Download 34
C# Download 35
C# Download 36
C# Download 37
C# Download 38
C# Download 39
C# Download 40
C# Download 41
C# Download 42
C# Download 43
C# Download 44
C# Download 45
C# Download 46
C# Download 47
C# Download 48
C# Download 49
C# Download 50
C# Download 51

[ 1 comment ] ( 268 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3.1 / 365 )
AFTree South East Asia Version 2. (Map Support) 
Agroforestry Database South East Asia Version 2. Build using
Microsoft Visual Basic 6.0
Microsoft Access 2000
MapObjects LT 2.0
EyeDropper ActiveX Control
ctxHookMenu ActiveX Control
chameleonButton User Control
Splitter User Control



[ 2 comments ] ( 265 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3.2 / 404 )
MSU Retreat 2006 



[ add comment ] ( 185 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 290 )
C# Diary 1.1 (Namespace dan Class) 
Namespace digunakan untuk mendefinisikan scope dari beberapa class.
Class adalah koleksi dari satu atau lebih member dan behaviour (fungsi).
Contoh script penggunaan Namespace dan Class:

namespace Kendaraan
{
//Base class Mobil
class Mobil
{
...
}
//Class mobil honda diturunkan dari class mobil
class MobilHonda : Mobil
{
...
}
//Class mobil suzuki diturunkan dari class mobil
class MobilSuzuki : Mobil
{
...
}
}

Dalam hal ini Namespace Kendaraan memiliki 3 class, dimana terdapat 1 base class yaitu class Mobil dan terdapat 2 class turunan dari class Mobil yaitu class MobilHonda dan class MobilSuzuki (kedua class ini memiliki sifat seperti class Mobil).

[ add comment ] ( 169 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 353 )
Gw selalu aja lupa penggunaan Access Modifier di C#... 
Public
No restrictions. Attributes and methods marked public are visible to any method of any class.


Private
The Attributes and methods in class A which are marked private are accessible only to methods of class A.


Protected
The Attributes and methods in class A which are marked protected are accessible to methods of class A and also to methods of classes derived from class A.


Internal
The Attributes and methods in class A which are marked internal are accessible to methods of any class in A's assembly.


Protected Internal
The members in class A which are marked protected internal are accessible to methods of class A, to methods of classes derived from class A, and also to any class in A's assembly. This is effectively protected OR internal (There is no concept of protected AND internal.)


[ add comment ] ( 168 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 411 )
Trying New Blog Engine 
Great !!! sphpblog. gak perlu MySQL semuanya disimpan dalam bentuk flat files...even my username and password...Oops!

[ 3 comments ] ( 10225 views )   |  [ 0 trackbacks ]   |  permalink  |   ( 3 / 325 )

<<First <Back | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 |