Browse by Tags
All Tags »
Code (
RSS)
We recently had a client who required a custom post page for workflow purposes: Please create role "DraftPosts" and allow them to create posts in the "Workflow" blog but only save drafts, not publish. Also, please make sure they...
There are usually 3 or 4 hundred different ways to skin a cat within .NET - and programming in general for that matter - so in no way will I ever declare MY way of doing things THE way of doing things ... they are just A way. With that said I present...
Yes, the pun is intended ... If you ever do front-end design work you have likely started to dabble in Cascading Style Sheets (CSS) - and if you haven't, you better start! One limitation I've noticed over the years is how to have a set-width left panel...
Continuing on my series called the Javascript Library , I offer you more scripts that every web developer should have in their arsenal for every web project. To start, how often does your project require you read items from a query string? It isn't a...
Every web developer, even those in denial that they are such, should have a solid library of JavaScript functions that they can bring with them to every project. The reasons are many, but lets just start with the following two today: As Javascript is...
I hate finding controls in repeaters, there is no easy way … it’s sloppy, ugly and prone to errors. Here’s how I’ve done it in the past Assume: Repeater control “rptrMyDocumentComments” Control location is within the reapeater header (or footer) Header...