Software Listing of Author : "Eggheadcafe.com"
- .NET - Use Refactoring To Handle Multiple Versions of Classes
- License: Shareware
- Price:


Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and answers themselves are good candidates for being database driven, there were a large number of nuiances ranging from UI items, business rules, and calculations that just didn't fit into a database driven strategy. With this in mind, my initial strategy was to create version specific classes and reference them in version specific ASP.NET pages. Of course, this accomplished the initial requirement. However, whenever a new version needs to be implemented, I had to copy all of the ASP.NET pages and modify the references to the appropriate version specific class name. Refactoring provides a better alternative and here's how:
- Publisher: eggheadcafe.com
- Date Released: 23-05-2011
- Download
- Platform: Asp, Scripts
- .NET Compact Framework Distributed Weight Slider Control
- License: Shareware
- Price:


The control offers a very user friendly mobile device experience in that it allows the user to use their stylus / mouse to adjust the weight for a given decision criteria instead of typing the numbers.
- Publisher: eggheadcafe.com
- Date Released: 19-01-2011
- Download
- Platform: Asp, Scripts
- .NET Threaded Forum Source Code with Full-Text Search
- License: Shareware
- Price:


The source code contains no web.config, global.asax or other special configuration files that would conflict with your existing web site code. To give you a look at other ways to write ASP.NET code, code behind wasn't used. A huge percentage of the code is contained in C# class libraries that implement the System.Web.UI.Page class along with basic HTML in the standard .aspx or script only pages. You'll be able to see how to wire up some of the most common server side events in non ASP.NET project oriented classes that get fired when a page loads. I think you'll find that this coding methodology will make it easy for you to use the code as is, convert it to code behind, or convert it to script only pages.
- Publisher: eggheadcafe.com
- Date Released: 23-09-2011
- Download
- Platform: Asp, Scripts
- Create HTML Image Maps Dynamically With .NET
- License: Shareware
- Price:


I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixel's color in the chart in order to generate an HTML image map on the fly. This would enable us to apply supporting documentation in the form of links or JavaScript functions to perform some sort of action when the user moves their mouse over the chart or clicks a section of it.
- Publisher: eggheadcafe.com
- Date Released: 25-10-2011
- Download
- Platform: Asp, Scripts
- Extend Dynamic TextBox Control View State To Store NameValueCollection
- License: Shareware
- Price:


Learn how to extend an ASP.NET control to hold an unlimited number of additional values in ViewState to avoid expensive re-querying of the database.
- Publisher: eggheadcafe.com
- Date Released: 14-09-2011
- Download
- Platform: Asp, Scripts
- Hierarchical Relationships Without DataRelation Object in ADO.NET
- License: Shareware
- Price:


At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus, recursion and I have become rather close friends over the last few years. While rewriting an old website, I needed to turn a set of four relational tables into a hierarchical data structure. The top level table held self-referencing relationships as well as child relationships to table 2. Tables 3 and 4 were your basic "run of the mill" child tables up through table2.
- Publisher: eggheadcafe.com
- Date Released: 04-05-2011
- Download
- Platform: Asp, Scripts
- JavaScript - Cross Browser Modal Dialog Box
- License: Shareware
- Price:


Learn how to create standard windows modal dialog boxes using JavaScript. This is a cross-browser solution that does not rely on the showModalDialog() method.
- Publisher: eggheadcafe.com
- Date Released: 06-11-2011
- Download
- Platform: JavaScript, Scripts
- JavaScript - International Currency And Number Formatting
- License: Shareware
- Price:


At my place of employment, we are beginning to plug in international support to our websites. Our clients have gotten used to dynamic number formatting in applications such as Excel. Naturally, we need to duplicate this functionality in our web pages. In many areas, we'll be using the globalization features of Microsoft.NET. Unfortunately, many of our pages have client side functionality that isn't well suited for server controls. So, I was left to come up with a way to format numbers 100% client side in JavaScript. The code sample below is the result of my work.
- Publisher: eggheadcafe.com
- Date Released: 15-11-2011
- Download
- Platform: JavaScript, Scripts
- JavaScript Slider Weight Control
- License: Shareware
- Price:


A nice tutotial on DHTML slider weight control. Slider has two math options: Percent and Score. Percent option has automatic weight redistribution to non-selected sliders if they are not locked. Source code available for download.
- Publisher: eggheadcafe.com
- Date Released: 16-07-2011
- Download
- Platform: JavaScript, Scripts
- JavaScript Sortable Grid Control (With Form Elements)
- License: Shareware
- Price:


100% Client Side JavaScript Sortable Grid Control. This control supports form elements within the grid and is capable of sorting on form element changes. Works in NS 6.2 and above and IE 5.0 and above. Easy to customize for your web site.
- Publisher: eggheadcafe.com
- Date Released: 24-04-2011
- Download
- Platform: JavaScript, Scripts
- XmlSerializer to Serialize .NET Class to Xml
- License: Shareware
- Price:


Learn how to serialize .NET classes to Xml at runtime using System.Xml.Serialization.XmlSerializer. Then, use SQL Server's OPENXML functionality to bulk load hundreds of records across multiple tables in a single stored procedure call.
- Publisher: eggheadcafe.com
- Date Released: 22-05-2011
- Download
- Platform: Asp, Scripts

