joedonahue.org

Menu
Skip to content
  • Home
  • About Me
  • Blog
  • Projects

Category: Code

  • Code

Correct jQuery: Click Event Handler using Named Functions

  • Posted on July 29, 2015July 29, 2015
  • by pastor joe

Assigning event handlers is fundamental to jQuery and one of the more common reasons for leveraging this toolset. Most tutorials / examples, even in the primary documentation, implement event handlers…

Read More
  • Code

Extending ASP.NET: EditableHyperLinkField

  • Posted on December 20, 2014December 20, 2014
  • by pastor joe

Over the years of coding in ASP.NET, I continue to find ways to create simple, reusable objects that are fun and make development easier.  One of my favorite ways is…

Read More
  • Code

Correct jQuery

  • Posted on June 19, 2014June 19, 2014
  • by pastor joe

The Correct Way (yes, that’s capitalized) to reference is by CDN.  For more information on a Content Distribution Network, Google (yes, that’s capitalized) it. That’s not why we’re here. <script…

Read More
  • Code

Extending DropDownList: Add EmptyDataTemplate Support

  • Posted on May 8, 2013
  • by pastor joe

This is a small but handy extension of the standard .NET DropDownList control in order to support an EmptyDataTemplate.  The EmptyDataTemplate concept is used in other places to display some…

Read More
  • Code

Extending DataControlField – EditableButtonField

  • Posted on January 14, 2012January 14, 2012
  • by pastor joe

It turns out that once you start extending DataControlField, you never turn back.  I have discovered joy in reducing code duplication and creating reusable components by converting common GridView tasks…

Read More
  • Code

Custom DataControlField containing DropDownList

  • Posted on November 29, 2011July 26, 2013
  • by pastor joe

While the idea is far from new (and can be seen in various implementations here, here, and here), every example I had found fell short of being exactly what I…

Read More
  • Code

T-SQL Implicit Join Against A Function

  • Posted on October 21, 2010December 21, 2010
  • by pastor joe

I am posting this not only for personal reference, but because I conjured it as a result of the T-SQL Explode function I described in my last post. Previously, I…

Read More
  • Code

T-SQL Explode

  • Posted on July 6, 2010July 6, 2010
  • by pastor joe

A feature I have used with much joy in PHP is the explode() function, which creates an array populated by a single parameter containing comma-separated values (CSV).  I recently had…

Read More
  • Code

Javascript Treachery

  • Posted on July 26, 2007May 9, 2014
  • by julie

Every single time I deal with this, it punches me in the face. I love it because its cool, I hate it because I always forget. In Javascript, (as well…

Read More
  • Code

Fun With Lists

  • Posted on July 23, 2007February 19, 2014
  • by julie

When I first discovered the list tags in HTML (ul, li…) I scoffed. That’s all fine and dandy to give an example of creating a grocery list, but who is…

Read More

Categories

  • Code (10)
  • Daily Grind (38)
  • Family (30)
  • Theology (4)
HOME ABOUT ME BLOG PROJECTS
Bezel Theme by SimpleFreeThemes ⋅ Powered by WordPress