01.Blogs :
CCTING  

June 2005 - Posts

Can't login to thespoke.net
Monday, June 20, 2005 5:30 AM
Steps:1) IE->Tools->Internet Options->Privacy->Remove all2) Disable Google toolbar->autofil option.:D.. finally can login to thespoke.net again..
Read More

| |

posted  by  CCTING  (Comments Off) 

Microsoft Virtual Lab for .net learning
Friday, June 10, 2005 5:55 AM
http://g.msn.com/0AD0001K/723807.1??PID=2584906&UIT=G&TargetID=1063753&AN=16271&PG=CMSHP2Seems like it does not support Microsoft password single-login compatibility..:((
Read More

| |

posted  by  CCTING  (Comments Off) 

WSRF for .NET
Thursday, June 09, 2005 12:06 PM
Wow... WSRF for .NET.. excellent..!http://www.cs.virginia.edu/~humphrey/papers/WSRFComparison2005.pdfThis research is supported by MICROSOFT>... i am so outofdated!!!!
Read More

| |

posted  by  CCTING  (Comments Off) 

The Open Source Development Environment for .NET
Wednesday, June 08, 2005 8:18 AM
http://www.icsharpcode.net/OpenSource/SD/hahaha now i will never make use of VS2005 liao.. this ide only 7MB...
Read More

| |

posted  by  CCTING  (Comments Off) 

split and join Files
Tuesday, June 07, 2005 5:59 AM
public class FilePartitionManager { private FilePartitionManager() { } private static string GetFolder(string FileName) { System.IO.FileInfo info = new FileInfo(FileName); return info.DirectoryName; } public static void WritePartition(int
Read More

| |

posted  by  CCTING  (Comments Off) 

Unbelievable Performance - Unsafe Image Comparing
Monday, June 06, 2005 12:06 PM
Approach one: Safe approach to compare two imagesTwo approaches of comparing two same size bitmap (Assume all pixel size as 4 = PNG (RGBA). R=REdG= GREENB=BLUEA=Alpha (Transparency)so the pixel size = 4..(i not sure whether this is true, but it does work
Read More

| |

posted  by  CCTING  (Comments Off) 

WebBroswer.Url in Whidbey Beta 1 vs Beta 2
Monday, June 06, 2005 8:11 AM
Frankly speaking, i prefer beta 1 Webbrowser.Url because i can assign the url directly to the Url attributed without creating any instance of System.Uri.In Beta 1(Whidbey)WebBrowser.Url = http://www.thespoke.net;However, in Beta 2, i need to create an
Read More

| |

posted  by  CCTING  (Comments Off) 

Dear Mr. Stanley.. any Grid development in Singapore?
Monday, June 06, 2005 6:03 AM
Dear stanley,  any grid development in singapore? Are you singaporean or Malaysian?(Sorry, my english not good so.. i hope u still get what i try to say :D).Could you kindly guide me on FREE ASP.NET 2.0 beta 2 servers? i wish to try out the Grid
Read More

| |

posted  by  CCTING  (Comments Off) 

.NET & Stateful web service
Friday, June 03, 2005 2:30 PM
<%@ WebService Language="C#" Class="WebService" %> using System.Web;using System.Web.Services;using System.Web.Services.Protocols; [WebService(Namespace = http://tempuri.org/)][WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]public
Read More

| |

posted  by  CCTING  (Comments Off) 

Map Windows Application to a Portal
Friday, June 03, 2005 1:20 PM
I have spent 1 hour to do this program for fun. I develop a window application using visual C# Express beta 2, As i am lazy to login the slow response friendx portal (http://www.friendx.com), i map my windows application to this portal limited to login
Read More

| |

posted  by  CCTING  (Comments Off) 

Oracle DB 10g with Grid Computing
Friday, June 03, 2005 3:37 AM
With the Grid enabled Oracle DB, i believe that distributed query is no more needed. The complexity of distributed query to handle distributed DB failure, the decision to choose which DB for performance tunning are no longer our nightmare. The Oracle
Read More

| |

posted  by  CCTING  (Comments Off) 

Oracle beats Microsoft!
Thursday, June 02, 2005 1:11 PM
I think Oracle 10g has beaten Yukon. what Yukon can do is only horizontal fragmentation via function / scheme, BUT Oracle 10g supports Grid computing. This means that Yukon in distributed computing era, while Oracle already move into Grid computing era..
Read More

| |

posted  by  CCTING  (Comments Off) 

Image comparing - percentage in difference
Wednesday, June 01, 2005 7:09 AM
//Assume both bitmaps are not null and same sizepublic static double GetDifferentPercentage(ref Bitmap bmp1,ref Bitmap bmp2){   int iMismatch = 0;   int iMatch = 0;   for (int x = 0; x < bmp1.Width; x++)  
Read More

| |

posted  by  CCTING  (Comments Off) 


 
03.UPDATE CALENDAR :
<June 2005>
SunMonTueWedThuFriSat
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

05.MY LINKS :

07.Subscriptions :

Subscriptions


© Copyright 2005 Microsoft Corporation. All Rights Reserved.
Terms of Use | Privacy Statement | Code of Conduct | Hosted by MaximumASP for Microsoft
WHO-BAR