Seth Juarez

Seth Juarez

26 posts

Proper Syntax Highlighter

Finally fixed code presentation by implementing SyntaxHighlighter by Alex Gorbatchev. Retroactively updated all previous posts to replace cheesy highlighting with proper, professional code formatting.

JQuery MVC Form Helper

A lightweight jQuery-powered form helper for ASP.NET MVC that provides complete control over rendering, attaches AJAX submission to the onSubmit event, and eliminates postbacks. Built in under 30 minutes with minimal complexity.

JQuery MVC Form Helper

Upgrade to BlogEngine 1.4

Successfully upgraded to BlogEngine.NET 1.4 with SQL Server provider. Smooth transition process taking about 40 minutes with helpful community guidance.

MVC Form Helper

Eliminate ASP 3.0-style Request.Form lookups with an elegant extension method that auto-populates entity objects from form collections. Uses reflection and generics to streamline controller code.

MVC Form Helper

Ajax HTML Grid Control for ASP.NET MVC (Part 1)

Building a data-bound grid control from scratch for ASP.NET MVC using extension methods and reflection. First steps toward creating a fully customizable, CSS-stylized table that works without traditional web controls.

Ajax HTML Grid Control for ASP.NET MVC (Part 1)