(Vince Varallo) One of the big buzzwords these days is “Cloud”. I see it on TV commercials during football games all the time and often wonder if 99% of the audience has any clue what the commercial is actually talking about.
Tag: Development
Html.Raw and HtmlString with ASP.NET MVC 3 Razor View Engine
(David Hayden) Just wanted to follow-up a bit more on a recent post – HtmlString IHtmlString and HttpUtlity.HtmlEncode in ASP.NET 4.
A Working Definition of Business Logic, with Implications for CRUD Code
(Ken Downs) The Wikipedia entry on “Business Logic” has a wonderfully honest opening sentence stating that “Business logic, or domain logic, is a non-technical term… (emphasis mine)”. If this is true, that the term is non-technical, or if you like, non-rigorous, then most of us spend the better pa
Filter History for Dynamic Data 4
(Stephen Naughton) I did a AJAX History in a Dynamic Data Website article back in February 2009 to make filter respect the back button in the browser, this however was not enough for my customers they wanted the filter to be remembered even when they came back to the page without using the back butt
Using CFML Files To Pre-Process CFM Files In ColdFusion
(Ben Nadel) A lot of the cool stuff that I’ve learned in Seven Languages in Seven Weeks depends on the ability to write lambda / anonymous functions in your code. As of version 9.0.1, ColdFusion still doesn’t allow for anonymous functions. But, it does allow for onMissingTemplate() functionality. As
Jazz up your web forms using jQuery animation effects
(Bipin Joshi) The previous part of this series dealt with event handling mechanism of jQuery. In this part I cover how to add jazz to your web forms using jQuery effects. jQuery provides a set of methods that allow you to create animations in your web pages.
ASP.NET MVC 3 Hosting :: ASP.NET MVC 3 First Look
(Michael Bridge) MVC 3 introduces two improvements to the MVC view engine:
10 tricks that will make your jQuery enabled site go faster
(anders nygaard) During the last few weeks, I’ve had the chance to go more in depth with jQyery and general site performance. I’ve found some techniques that makes my site go much faster. I don’t know if they’re all best practice, but this article is meant to at least give you some good ideas.
Sorting a Grid of Data in ASP.NET MVC
(Scott Mitchell) Last week’s article, Displaying a Grid of Data in ASP.NET MVC, showed, step-by-step, how to display a grid of data in an ASP.NET MVC application. Last week’s article started with creating a new ASP.NET MVC application in Visual Studio, then added the Northwind database to the projec
Creating A CFThread-Based Process In ColdFusion In Order To Learn About Concurrency
(Ben Nadel) As I have been going through my Seven Langauges in Seven Weeks book by Bruce Tate, one of the things that keeps tripping me up is the concept of concurrency with processes. Scala day 3 was my first real taste of processes and it completely baffled me.
