|
|
|
|
|
Total Hits: 3 | Today: 0
|
Author: Richard Minerich
|
Rating:
|
|

DebuggerVisualizers allow you to customize the way objects are displayed while debugging in Visual Studio. This is useful for a great number of applications. Some examples might be: * Building simplified models of complex objects. * Rendering objects which are composed of more than just basic types into a human viewable form. * Presenting debug data in a more organized, and easily accessible, way. In our DotImage Toolkit, we provide an AtalaImage object in which the image...
|
|
|
|
Total Hits: 2 | Today: 0
|
Author: Bean Software
|
Rating:
|
|

ASP.NET AJAX consists of client-script libraries and server components that are integrated to provide a robust development framework, which allow us to build rich client applications quickly and easily. Whenever a postback happens in a normal ASP.NET page the whole ASP.NET page will be refreshed. But AJAX Enabled ASP.NET web page will enable partial rendering of a web page as the result of an asynchronous postback....
|
|
|
|
Total Hits: 6 | Today: 0
|
Author: Brad McCabe
|
Rating:
|
|

So you've got a burning desire to accompany your application's splash screen with a rousing chorus of "Funky Cold Medina" (that's Tone Loc for those of you who aren't children of the 80s). Prior to working with Visual Studio® 2005, adding even simple tunes and system sounds to your application could be a challenge. There are numerous new classes and namespaces that have been added to the Microsoft® .NET Framework 2.0 to help you do just that. I'm going to take a look at one of them, the System.M...
|
|
|
|
Total Hits: 4 | Today: 0
|
Author: Derek Bartram
|
Rating:
|
|

This article presents the CodeProject.dll project which may be used to extract information from The Code Project. In the first of a short series of articles, ArticlesSummary is presented which allows extraction of article information by member number. The following information may be extracted; * Title * Description * Web link * Last update date * Number of page views * Rating * Number of votes * Popularity By extension it is then possib...
|
|
|
|
Total Hits: 8 | Today: 0
|
Author: Theresa W. Carey
|
Rating:
|
|

Dubbeldam Software has released HtmlTweak, a tool that allows Web developers and designers to locate and inspect HTML elements loaded in Microsoft® Internet Explorer, and modify HTML, Cascading Style Sheet rules, and attributes to test changes. Instead of having to tweak Web pages by changing the source HTML and reloading the page, you can point to any spot in the browser window and the program will highlight the HTML element at that location. It shows the exact boundaries of the element, the re...
|
|
|
|
Total Hits: 8 | Today: 0
|
Author: Griffin Caprio
|
Rating:
|
|

Today there is a greater focus than ever on reusing existing components and wiring together disparate components to form a cohesive architecture. But this wiring can quickly become a daunting task because as application size and complexity increase, so do dependencies. One way to mitigate the proliferation of dependencies is by using Dependency Injection (DI), which allows you to inject objects into a class, rather than relying on the class to create the object itself....
|
|
|
|
Total Hits: 8 | Today: 1
|
Author: ashal
|
Rating:
|
|

An advanced version of preloader (lesson I). The effect now has a status bar and doesn't rely on the window.onerror object/property to allow javascript to run before the body of the page has loaded. This is done by putting the whole script just before the /body tag. Once again this script will not work on NS2 - 4 but is good to go on NS6+ and IE, although I must admit I haven't tested it on early versions of MSIE. This script has been tested on IE6 and NS7....
|
|
|
|
Total Hits: 10 | Today: 0
|
Author: Ken Getz
|
Rating:
|
|

If you're like me, you regularly do tech-support for family, friends, and neighbors. You can't go to a party without hearing the familiar refrain: "I've just got a quick question." It's always something—their Internet connections get dropped, they've got a virus, they can't install some piece of hardware, or some file has gone missing. Maybe you support your brother or your grandmother. In my case, I spend a good deal of time helping out my father, who is astoundingly agile with his computer con...
|
|
|
|
Total Hits: 8 | Today: 0
|
Author: Peter A. Bromberg, Ph.D.
|
Rating:
|
|

Asynchronous programming offers certain benefits in creating high-availability applications. The asynchronous model provides the ability to switch execution of the "the DoWork" method to another thread. This can be important for client applications in order to avoid blocking the UI. It also provides the ability to execute several tasks on different threads at the same time. Finally, the asynch model gives us the ability to make calls to network resources in a way that does not block any threads,...
|
|
|
|
Total Hits: 6 | Today: 1
|
Author: TheBigRedDog
|
Rating:
|
|

Many resources are out there explaining the GNU GPL. It’s fair to say that most of them discuss the GNU GPL but they don't always paint a ... (ahem) simple picture. If you have no doubts about the following questions then this paper is not for you. * Are you forced to redistribute all of your GPL mods? (answer: no) * Can you sell both the GPL source code and/or the executable? (answer: yes) * Can you distribute GPL code with proprietary code without distributing the source o...
|
|
|
|
Total Hits: 7 | Today: 0
|
Author: Jeffrey Richter
|
Rating:
|
|

If multiple threads concurrently execute code that writes to or modifies a resource, then obviously the resource must be protected with a thread synchronization lock to ensure that the resource doesn't get corrupted. However, it is common to have a resource that is occasionally written to but frequently read from. If multiple threads are concurrently reading a resource, using a mutual exclusive lock hurts performance significantly because only one thread at a time is allowed to read from the res...
|
|
|
|
Total Hits: 23 | Today: 1
|
Author: Sunil Kumtakar
|
Rating:
|
|

It bring pleasure to present this DHTML Calendar Control with Time. I have tried to make it as user friendly as possible, so that the user does not struggle while entering the date in your webforms. The other interesting part is it also includes the the interface to capture time. I have tested it under IE 6, Netscape 8 and Opera 9, and it worked fine. Sorry I couldn't test it with other browser/ Versions....
|
|
|
|
|
|