Aug 1, 2007
Classic Game 3 Kunio Samurai English
Posted by
DevGod
at
10:12:00 PM
0
comments
Labels: classic game
Classic Game 2 FFVI
Dramatic rpg from SQUARE soft
Openning

Openning 2

Battle mode

Dungeon mode (in this case it is castle)

ฺำBeat with Goddess

co-boss
Posted by
DevGod
at
9:31:00 PM
1 comments
Labels: classic game
Jul 31, 2007
Ajax E-Books
This is all E-Books about Ajax.I found on the internet.It should be used for education purpose only.
Ajax Hack
Ajax Patterns and Best Practices
Ajax for Dummies
Manning Ajax in Action
Posted by
DevGod
at
11:36:00 PM
0
comments
Jun 26, 2007
.Net Tips and Trick Smart Query string
1.Smart Query string.
you should use smart query string for strong type purpose.
Private ReadOnly Property CusID() As Integer
Get
If IsNothing(Me.Request.QueryString("CusID")) Then
Return 0
End If
If Not IsNumeric(Me.Request.QueryString("CusID")) Then
Return 0
End If
If CInt(Me.Request.QueryString("CusID")) > 0 Then
Return 0
End If
Return Me.Request.QueryString("CusID")
End Get
when you want to use Query string CusID you just type
me.CusID
instead
cint( Me.Request.QueryString("CusID"))
Posted by
DevGod
at
11:03:00 PM
0
comments
Visual Studio "Orcas" Beta 1 now available!
Today we released Beta 1 of the next version of Visual Studio and .NET framework, code named “Orcas”. Here are some key resources for Visual Studio "Orcas":
Download click here
Posted by
DevGod
at
2:31:00 AM
0
comments
Labels: .Net



