Skip to content

{ Tag Archives } Web

grid.history: A New, Free Integration for jqGrid and jQuery BBQ

I recently finished an integration between the open source jqGrid and jQuery BBQ libraries. I have released my integration as open source, as well. As with both projects, it is dual-licensed under the MIT and GPL licenses.
jqGrid is a JavaScript grid component with many useful features. I have previously explained how to use it with [...]

Also tagged , , ,

How to Think Like the Entity Framework Presentation Available for Free Download

My CodeRage presentation, "How to Think Like the Entity Framework (and why you might want to bother learning that in the first place)," is now available for free download.
Share This | Email this page to a friend

Also tagged ,

How to Customize ASP.NET MVC Authentication

If you are developing a web application which requires authentication or security features not included in the regular ASP.NET membership feature, you might decide to implement these features yourself. But it seems as if the first instinct of many ASP.NET MVC developers is to do this by customizing their Controllers, because they’ve decided that AuthorizeAttribute [...]

Also tagged ,

Columbus Give Camp

This past weekend I, along with around 50 other local geeks, volunteered three days of my time to build web applications for eight different Columbus-area nonprofits. Columbus Give Camp is based on a similar series of events in Michigan. The Columbus Give Camp was hosted by Quick Solutions, who, conveniently, are located five floors above [...]

Also tagged , , ,

URIs Should Be Persistent

When you are creating a new URI for a site you are building, give it a lot of thought. You should aim to design a URI which can last forever. Of course, this is not news. Jakob Nielsen said it 10 years ago. But in the intervening 10 years, we’ve gone from URIs which typically [...]

Also tagged , ,

What ASP.NET MVC Did Learn from Rails

This morning, I saw two different posts from Rails developers who were newly learning ASP.NET MVC, both bemoaning the fact that ASP.NET MVC does not supply/force upon you one particular ORM. The dependency on ActiveRecord is, to my way of thinking, a shortcoming of Rails, which the Rails community is presently doing an exceptional job [...]

Also tagged , ,

A Functional View of A Web Server

A few days ago, I opined that, "Web applications, as a class, are extremely easy to debug." I’m going to further explain why I think that is true by introducing a useful abstraction which you can employ when you are debugging a web application which doesn’t seem to do what is is intended to do.
When [...]

Also tagged , ,

Columbus Architecture Group Lightning Talks

The Columbus Architecture Group, a special interest group for software architects, is hosting "lightning talks" (a series of short, 10-20 minute presentations) tonight, at 6:00 p.m. in the Quick Solutions offices. I will be presenting a talk on "The Structure and Interpretation of URIs." See the list of other topics at the link.
Share This | [...]

Also tagged ,

The Web Is Just Text

In the beginning (around 1990 or so), the World Wide Web was composed of three parts:

HTML, a markup language for displaying rich documents
HTTP, a stateless protocol for communicating with a web server
The URI, a short, standardized reference to a network resource

Almost 20 years later, very little has changed, especially from the point of view of [...]

Also tagged , , , ,

jQuery and ASP.NET MVC Model Binding to a List

In ASP.NET MVC, when you want to submit a page with many instances of a certain type (e.g., a form with a list of phone numbers), the framework will recognize the form elements as a list if you use a specific format for the name attribute of the inputs. This allows you to have an [...]

Also tagged , ,

Bad Behavior has blocked 713 access attempts in the last 7 days.

Close