1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
JavaScript has a built-in XMLHttpRequest object. You can use that for Firefox, Safari, and Opera. For Internet Explorer use the ActiveXObject, there is also a difference between IE 5.0 and IE 6.0+ in how to create the object. |
Digg this - del icious |
|
This extension will add the current date to a small pane in you status bar. You can then click the date and a calendar will pop up, where you can scroll through months or years looking for the date you're interested in. When you click a date in the calend |
Digg this - del icious |
|
The ASP.Net Ajax Library is a JavaScript library used to build high performance web applications. The library includes the Ajax Control Toolkit which contains a set of 40 client controls which you can use within your applications. |
Digg this - del icious |
|
QUnit, developed by the jQuery team, is a great framework for unit testing your JavaScript. In this tutorial, I'll introduce what QUnit specifically is, and why you should care about rigorously testing your code. |
Digg this - del icious |
|
Today i have collected 7 cool analog and digital clocks to use in your next project. I find these clocks really cool and impressive. |
Digg this - del icious |
|
Last month I discussed the implementation of master-detail views using the new features coming with the ASP.NET Ajax Library. The list of new features includes a syntax for client-side live data binding and a rich rendering component, exemplified by the D |
Digg this - del icious |
|
Ajax has long been known for providing an enhanced user experience, allowing a web page to be updated using data from a web server without the need for a full page refresh. Now, however, web developers are increasingly requiring Ajax applications to updat |
Digg this - del icious |
|
This article will give a little information on detecting the browser in asp.net. We can use HttpBrowserCapabilities class with C# language. HttpBrowserCapabilities class gives information on the capabilities of the browser that is running on the client. I |
Digg this - del icious |
|
In part 1 of 3, of this tutorial we will learn how an ASP.NET AJAX Web Service handler is configured, how a Web Service request message is serialized to JSON, how to create AJAX-enabled Web Services and how to use the ScriptService and ScriptMethod attrib |
Digg this - del icious |
|
In part 2 of 3 of this tutorial we will learn how to work with complex types, create and use JavaScript proxies, handle errors and XML data returned from ASP.NET AJAX Web Services. |
Digg this - del icious |
|