A step by step tutorial teaching you how to create your own chat client and chat server easily in C#, for local networks or the Internet.
A C# tutorial showing you how to make use of WMI to extract information on disk drives, such as model, capacity, sectors and serial number.
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type.
Creating a Rich Text Editor using JavaScript is easier to do than you might think, thanks to the support of modern browsers; this tutorial will walk you through it.
Detect operating system from user agent stringThis code uses an array of user strings and their matching operating systems so that it can detect what operatings system the user is using. |
On Saturday, November 3rd 2007 at 02:02 AM By Andrew Pociu (View Profile) ![]() ![]() ![]() ![]() (Rated 4.4 with 18 votes) |
||
|
|||
Digg It!
Del.icio.us
Reddit
StumbleIt
Newsvine
Furl
BlinkList
|
|||
|
|||
Current Commentshttp://www.infysolutions.com
<a href="http://www.infysolutions.com">infysolutions</a>
STOP spamming us, idiots!
Line 11 should be
'Windows 7' => '(Windows NT 6.1)',
The windows me detection is off a bit.
The fix below should do the trick
'windows-me' => '(Windows 98)|(Win 9x 4.90)',
'windows-98' => '(Windows 98)|(Win98)',
Edit for the code above. This should cover all bases.
'Windows ME' => '(Windows 98)|(Win 9x 4.90)|(Windows ME)',
More info at: http://msdn.microsoft.com/en-us/library/ms537503(VS.85).aspx
thanks :) , it worked
and this is an arabized version of the function:
http://me.the-ghost.com/2010/06/blog-post_14.html
thanks :) , it worked
and this is an arabized version of the function:
http://me.the-ghost.com/2010/06/blog-post_14.html
Related Source Code
Related Tutorials
PHP Job Search