jQuery Documentation
jQuery tutorials from jsGears.com
jQuery, I LOVE YOU~~~ - 黑暗執行緒
Visual jQuery
2008/10/05
[Video] Google Tech Talks - jQuery
年僅12歲的小朋友已經在 Google Tech Talks 裡主講 jQuery...小小年紀,不簡單唷!給你拍拍手!!
Topic: jQuery
Speaker: 12 years-old boy (Dmitri Gaskin)
Date: April 3, 2008
Some more info about Dmitri Gaskin
http://dmitrizone.com/
http://drupal.org/user/47566
Topic: jQuery
Speaker: 12 years-old boy (Dmitri Gaskin)
Date: April 3, 2008
Some more info about Dmitri Gaskin
http://dmitrizone.com/
http://drupal.org/user/47566
2008/09/12
PHP backend for Silverlight
Using .NET with Silverlight is great choice, and I can do so at work environment. However, I often working with PHP/MySQL at home. I wonder if I can do PHP with Silverlight doing INSERT/UPDATE/DELETE/RETRIEVE data.
Interesting in using PHP backend for Silverlight?
Check PHP backend for Silverlight
Some more links:
Writing Silverlight applications in PHP
Interesting in using PHP backend for Silverlight?
Check PHP backend for Silverlight
Some more links:
Writing Silverlight applications in PHP
2008/09/03
Use WCF in Silverlight 2
I don't know why I have to set BasicHttpBinding, and EndpointAddress parameters while calling WCF.
In silverlight tutorial always use below:
Dim client As New ServiceReference1.SimpleWCFClient ()
BUT, I have to declare like below syntax to make it work. It is not so dynamic coding, since I have to give the WCF file URL.
Dim client As New ServiceReference1.SimpleWCFClient ( _
New BasicHttpBinding, _
New EndpointAddress("http://localhost/SilverlightApp_Web/SimpleWCF.svc") _
)
In silverlight tutorial always use below:
Dim client As New ServiceReference1.SimpleWCFClient ()
BUT, I have to declare like below syntax to make it work. It is not so dynamic coding, since I have to give the WCF file URL.
Dim client As New ServiceReference1.SimpleWCFClient ( _
New BasicHttpBinding, _
New EndpointAddress("http://localhost/SilverlightApp_Web/SimpleWCF.svc") _
)
Event Handler in VB.NET/C#
I am using VB.NET at work, but currently most of the tutorials for learning Silverlight taught in C#. I am not that familiar with C#, although I understand other similar programming language such as Java. As a result, I need to write it down for looking up in the future.
Event Handler Syntax in VB/C#:
Bold: Event Name
Bold Itatlic: Event Function
VB Syntax:
AddHandler wcService.DownloadStringCompleted, AddressOf wcService_DownloadStoriesCompleted
C# Syntax:
wcService.DownloadStringCompleted += new DownloadStringCompletedEventHandler(wcService_DownloadStoriesCompleted);
Event Handler Syntax in VB/C#:
Bold: Event Name
Bold Itatlic: Event Function
VB Syntax:
AddHandler wcService.DownloadStringCompleted, AddressOf wcService_DownloadStoriesCompleted
C# Syntax:
wcService.DownloadStringCompleted += new DownloadStringCompletedEventHandler(wcService_DownloadStoriesCompleted);
2008/09/02
2008/04/26
VS2008 + PHP
Visual Studio is a great IDE and editor, I use it at work for doing .NET projects. However, I would also like to use it to deal with my PHP projects, since it has better debugging function for JavaScript in VS2008.
I do not really need php IDE but code coloring.
Here is a great tool to help me out!
Visual Studio 2008 and PHP Coloring
Simple tool but great!!
I do not really need php IDE but code coloring.
Here is a great tool to help me out!
Visual Studio 2008 and PHP Coloring
Simple tool but great!!
訂閱:
文章 (Atom)