|
|
|
|
|
|
| | Total Hits: 20 | Today: 0 | Author: caloia | Rating:  |
| |  Test driven development or TDD is a proven and effective means of software development but it assumes you are beginning with a blank slate. What is not understood about TDD is that some of the approaches when implemented against legacy code during Test Last Development or TLD may potentially harm your code base.... |
| | Total Hits: 20 | Today: 0 | Author: Neerajan Lamsal | Rating:  |
| |  In this article I am giving a basic description about Unit testing and getting started with unit testing framework for .net ie NUnit. This article can guide from the introduction of unit testing to the tool used for unit testing.... |
| | Total Hits: 16 | Today: 0 | Author: CraigWright | Rating:  |
| |  When I first found out about the Xbox Live Gamer Cards, I quickly started thinking about how I could use it on forums, emails, etc. The problems started however when I wanted to be able to integrate the card seamlessly into my own site, the basic design never seemed to work. After a bit of web searching, I was disappointing to find no API available (for free) that allowed you to customize it. Sure there are a few websites that offer a solution but the same basic problem always exists - you are s... |
| | Total Hits: 17 | Today: 0 | Author: Mohammad Dayyan | Rating:  |
| |  With this PHP script, you can generate Persian Calendar PHP easily.... |
| | Total Hits: 12 | Today: 0 | Author: Vinit Kumar Singh | Rating:  |
| |  This is a simple and quick help system which pops up page-specific help page on the base of URL. One can change the HTML text of the help anytime for any page by changing the XML file kept at the website folder.... |
| | Total Hits: 15 | Today: 0 | Author: zhaque | Rating:  |
| |  The CPU (Code printing Utility) is a source code printing utility designed by a Programmer for Programmers to save time and money. It takes care of formating and printing your source code while you concentrate on writing code. Therefore it saves your time. It prints upto 94 lines per page, 130 characters per line and both sides of the page, so it saves upto about 75% of your paper thereby saves money. It can speak and understand any language as long as your code is a text file. That means you ma... |
| | Total Hits: 18 | Today: 0 | Author: Timothy the lion | Rating:  |
| |  The executable for this project is in the bin directory.
The source was developed and compiled in Visual Studio 2005 C# Express beta 2 and works in the release version.
This is my first article here and is of a different style than many others, so I hope I don’t mess up too badly. Sorry for the bad grammar.... |
| | Total Hits: 23 | Today: 0 | Author: sense_8 | Rating:  |
| |  This project for my deeper understand in C/C++ and Win32 API. I know this implementation is not nice enough, but it runs well. In this file, the program trait will be explain. And give some descriptions about the structure and example. I use the C Version to describte this project, but as you see, you can down a Cpp Version.... |
| | Total Hits: 14 | Today: 0 | Author: yeti11 | Rating:  |
| |  This is just a tiny tool that fixes the problem that was annoying me since Visual Studio 6. Attaching to remote process was always annoying with all the unnecessary clicking.... |
| | Total Hits: 15 | Today: 0 | Author: Shaun Harrington | Rating:  |
| |  I find that OEM 'branding' is still a lot of trouble. I needed a simple way to produce OEM versions of multi-module products. Resources like graphics and icons are easy enough to deal with but the VERSIONINFO structures and embedded strings like the 'product name' are a hassle. Following is a simple method I have used for years to help ease things.... |
| | Total Hits: 19 | Today: 0 | Author: khaksari | Rating:  |
| |  This news rotator control gives us the possibility of displaying several news stories within the same area of the web page. News is taken apart to several pages in order to place in a specified area. Each page also contains a couple of news items. By clicking on the page number at the bottom, it is possible to navigate between different pages and also by clicking on each news item of the page, it is possible to see its details. The stories slide into view. It also provides the auto next (slide s... |
| | Total Hits: 14 | Today: 0 | Author: jamesfancy | Rating:  |
| |  Many users use TortoiseSVN (a Subversion Client for Windows) to control source code, and use .dan.g.'s ToDoList to manage issues and bugs.
If a user uses a Web application bug/issue tracker, SVN can set its URL in the projects' property. Then the user can click bug/issue ID in the log window to open the bug/issue page.
But how to do that with ToDoList, a Windows application?... |
| | Total Hits: 18 | Today: 0 | Author: Shaun Harrington | Rating:  |
| |  SmartStartMenu for Windows essentially gives you a way to turn the process of running almost any program into a two or three key-stroke effort. Maybe you are wondering why one would want to do that when you can just make a desktop shortcut or a 'Quick Launch' toolbar item and I'll tell you. SmartStartMenu lets you run almost *any* program that is on your 'Start' menu in just a few key-strokes... not just the ones you use the most. It shows you a matched list based on the criteria you have typed ... |
| | Total Hits: 20 | Today: 0 | Author: Modesty Zhang | Rating:  |
| |  One of my experiences of using jQuery is that I often need to search around for solutions for some particular tasks, although there are good chances that the problems you try to tackle have already been solved by someone else via a plug-in, you still need to digest, evaluate, test and sometimes modify it to fit your project needs. That's perfectly fine for most rapid web development efforts. However, for some browser based, low-level tasks that are common for almost all web applications, searchi... |
| | Total Hits: 14 | Today: 0 | Author: Arkady Lesniara | Rating:  |
| |  Say goodbye to Microsoft Explorer's View Source, well almost. For those of us who do a lot of web development there has always been a need for a tool to examine the structure of documents we're working on; introducing Microsoft IE Developer Toolbar. The IE Developer Toolbar allows web developers to examine and change website's CSS, HTML, DOM, and JavaScript. Firefox web browser has enjoyed an excellent add-on, named Firebug, that provided this kind of functionality for some time now. This articl... |
| | Total Hits: 20 | Today: 0 | Author: Jim Crafton | Rating:  |
| |  Have you ever had an application crash on a customer's machine and have only, "it just crashes and displays a funny message box", to go on in attempting to track down what the error was? Ever wish you could put some kind of "watchdog" that would monitor your application on the customers computer and then if it crashed, automatically scoop up where the crash happened, and allow the customer or mail this information to you? If so then BlackBox may be just what you're looking for!... |
| | Total Hits: 19 | Today: 0 | Author: Michael Dunn | Rating:  |
| |  The Code Project SearchBar gives you quick access to the Code Project site, and lets you do searches at any time, from any web page. The SearchBar is a plugin that adds a toolbar to Internet Explorer 5 or later. The toolbar has a text box and buttons that give you instant access to Code Project features.... |
| | Total Hits: 17 | Today: 0 | Author: Maksim Pyatkovskiy | Rating:  |
| |  Some time ago, I was working on a multi-tier application with quite complex logic. The application was handling medical information, and it was important to correctly synchronize data under all circumstances. I put extra code to make the application as stable as possible, and added automatic backups and self-recovery. Do you think it solved all problems?... |
| | Total Hits: 14 | Today: 0 | Author: Vladimir Sedach | Rating:  |
| |  We explain how to create your own minidump with Call Stack on crash or at any given moment. The demo program creates a dump (shown on the picture) and tries to create the system one with the MiniDumpWriteDump() function of DbgHelp.dll. System dump is not supported in systems other than Win XP without individual installation. The article shows how to interpret the own minidump, and what modifications to your project settings are needed. Our competitor's minidump produced by MiniDumpWriteDump() is... |
| | Total Hits: 17 | Today: 0 | Author: .dan.g. | Rating:  |
| |  I've spent most of the last year developing and playing with a skinning system, two elements of which I have previously posted to CodeProject (see 'A Revolutionary New Approach to Custom Drawn Menus' and 'A template class for easy implementation of Windows hooks').
Achieving good results in window skinning requires an exacting knowledge of exactly what Windows messages are sent to whom and when.
In the past, like many of you, I would reach for Spy++ and/or generate reams of TRACE s... |
|
|
|
|
|
|