(Ben Nadel) Yesterday, I demonstrated how to use a ColdFusion custom tag in order to define an Application.cfc body such that you could extend the current Application.cfc instance with a base Application.cfc using a relative path.
Tag: Development
Using Unmanaged (VB6) Code in .NET
(Aqdas Iftekhar Raja) Managed code is code that is written to target the services of the managed runtime execution environment (like Common Language Runtime in .NET Framework).
Reporting: How to keep column headers in view when scrolling
(Ged Mead) Column headers can be very useful for users of your reports. One feature that they might like to have is that the column headers stay in view as they scroll down through the page of a report. By default the headers will scroll out of view, which isn’t always what you want.
RenderPage And Data in ASP.NET MVC 3 Web Pages
(Malcolm Sheridan) When you’re working with MVC, you sometimes work with partial views. With the new Razor view engine, partial views can be called through the RenderPage method. RenderPage renders the content of one page within another page.
Pausing and Resuming the jQuery / ASP.NET News Ticker
(Scott Mitchell) Many websites display a news ticker of one sort or another. A news ticker is a user interface element that displays a subset of a list of items, cycling through them one at a time after a set interval.
Extending The Application.cfc ColdFusion Framework Component With A Relative Path
(Ben Nadel) The ColdFusion application framework is a truly beautiful thing. It’s high level of flexibility affords an unbelievable amount of power and control to the developer in regard to all aspects of the request processing.
Tips for using jQuery in ASP.NET (MVC) applications
(Abhijit Shah) In this article I shall try to provide few tips on using jQuery with ASP.NET /MVC application.
IDependencyResolver in ASP.NET MVC 3
(David Hayden) ASP.NET MVC is known for its extensibility and has several factories and providers that it uses in its pipeline to accept and respond to requests.
Working with ADO.NET Data Service in a .NET Framework Client Application
(V.N.S Arun) In this article we will be looking at how to consume and make use of the ADO.NET Data Service in a .NET framework client application.
Reporting: How to sort grouped rows
(Ged Mead) In an earlier blog, I talked about how to sort columns of a table report. That report didn’t have any row groups, so it was a straightforward task. To be honest, if your report does have row groups and you want to include column sorting functionality, it’s not that much more difficult.
