Aug 1, 2007

Classic Game 4 J-league


It about Football game I played before perfect eleven

Classic Game 3 Kunio Samurai English


This is one of kunio series.

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

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

Jun 26, 2007

Classic Game 1 Super Mario world.


This is a first mario on snes by Nintendo.

.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"))




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