Install PHP FastCGI MySql and PHPMyAdmin On IIS6
This is just a note to remind myself the process of installing PHP,MySql and PHPMyAdmin on IIS6 and Windows Server 2003. If it is of any use to you, that will be great. Read the rest of this entry »
Web Application Development and Engineering
This is just a note to remind myself the process of installing PHP,MySql and PHPMyAdmin on IIS6 and Windows Server 2003. If it is of any use to you, that will be great. Read the rest of this entry »
I was once caught by an Ajax call to wcf service error like that :
ExceptionDetail:
HelpLink:null,InnerException:null,
Message:Input string was not in a correct format.
StackTrace: at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)\u000d\u000a at System.Number.ParseInt32(…) Read the rest of this entry »
Recently I read an article: The Anatomy of a Large-Scale Hypertextual Web Search Engine written by two Google founders Sergey Brin and Lawrence Page seven years ago. I would like to share a few things I have learned from this article which I am not sure are the usual SEO secrets that you have been after if there is any. Read the rest of this entry »
We know that checkbox in a repeater control item template does not fire ItemCommand event, we can not use command argument or command name, How then can we handle check box click events knowing which row the checkbox on has triggered it? Read the rest of this entry »
When I was trying to restore sql server database from a client’s backup file, I had following error message:
The media family on device ‘C:\Temp\databasebackup.bak’ is incorrectly formed. SQL Server cannot process this media family. Read the rest of this entry »