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);
2008/09/03
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!!
2007/11/22
MySQL & .NET MySQL connector & Chinese Support
I just encounter a serious problem when inserting chinese data into MySQL using .NET MySQL connector. It shows like ????.
OK...Here is the solution:
Change Connection String and add charset=utf8:
Example:
OK...Here is the solution:
Change Connection String and add charset=utf8:
Example:
Database=[dbname];Data Source=[source];User Id=[userid];Password=[password];charset=utf8
2007/07/29
[SEO] Publish your websites
SEO...first step...let people find your site through search engines.
http://www.google.com/addurl?q=www.yourdomain.com
http://search.msn.com.tw/docs/submit.aspx?url=www.yourdomain.com
http://tw.search.yahoo.com/free/request (Need login)
http://www.google.com/addurl?q=www.yourdomain.com
http://search.msn.com.tw/docs/submit.aspx?url=www.yourdomain.com
http://tw.search.yahoo.com/free/request (Need login)
2007/06/15
[MIME] Flv MIME Type
In Windows Server 2003, flv is not associated with IIS environment.
In order to play *.flv file correctly, adding MIME type to IIS is the solution.
flv MIME type: video/x-flv OR flv-application/octet-stream
In order to play *.flv file correctly, adding MIME type to IIS is the solution.
flv MIME type: video/x-flv OR flv-application/octet-stream
2007/06/11
[SEO] SEO是為了人們找到我們,創造背後的商機
"SEO是為了人們找到我們,創造背後的商機,而不是為了讓人們找到我們,然後去點廣告" -- 良葛格
在某個 RSS 上看到的一句話...中肯的提醒...趕快記錄一下...
在某個 RSS 上看到的一句話...中肯的提醒...趕快記錄一下...
訂閱:
文章 (Atom)