Sign in
|
Join
in
Current Tags
Dave Burke - A freelance .NET Developer specializing in Online Communities (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Dave Burke's Blog has moved
Lucene searching added to my .text 0.95 blog
Adding Podcasting support in .Text
WebMon for tracking new blog post comments
Job Security Implications for the Quiet Nerd
Tags
.Net Discovery of the Day
.Net General
.Net Undeleted Blogs
.Text
Dave Burke - Off Topic
DevTeach
Digital Musings
nGallery
Office Development
Sharepoint
Windows 2003 Server
Links
.Net Weblogs Home
VTDotNet User Group
Archives
March 2005
(1)
January 2005
(1)
December 2004
(1)
November 2004
(5)
October 2004
(4)
September 2004
(3)
July 2004
(6)
June 2004
(41)
May 2004
(35)
April 2004
(60)
March 2004
(25)
February 2004
(18)
January 2004
(17)
December 2003
(1)
November 2003
(15)
October 2003
(17)
September 2003
(42)
August 2003
(12)
July 2003
(10)
June 2003
(16)
Dave Burke - A freelance .NET Developer specializing in Online Communities
A freelance .NET Developer
Browse by Tags
All Tags
»
.Net General
(
RSS
)
.Text
Sharepoint
WebMon for tracking new blog post comments
I've been recently interested in tracking other people's blog posts where I may have left comments, or posts I simply wanted to track. After sitting on it a bit it seems obvious that a web monitoring application would fit the bill quite nicely. After...
Posted
Nov 18 2004, 07:31 PM
by
daveburke
with | with
15 comment(s)
Filed under:
.Net General
Job Security Implications for the Quiet Nerd
Good article at SD Times titled “Out of Site, Out of a Job“ by Larry O'Brien. While it’s hard to lament the loss of the incompetent, the other type of programmer that is doomed is the developer with poor social skills ... P.S. Thanks Julie Lerman for...
Posted
Nov 18 2004, 07:27 PM
by
daveburke
with | with
1 comment(s)
Filed under:
.Net General
Simple tip on controlling display of asp:CheckBoxList control
I discovered a quick tip on fixing the wraparound in the checkboxlist control short of overriding the ListControl object and altering the rendering of the base control: I wrapped the text of each checkbox item inside a TableCell TD. Produces the bottom...
Posted
Nov 05 2004, 03:13 PM
by
daveburke
with | with
1 comment(s)
Filed under:
.Net General
Doing Email Testing in development without an Exchange Server
My home office Exchange server crashed in September and while the server has been replaced, I really don't want to re-install Exchange on it unless I absolutely have to. So I implemented a real simple approach to test HTML-based email components without...
Posted
Nov 03 2004, 02:11 PM
by
daveburke
with | with
no comments
Filed under:
.Net General
Implementing CAPTCHA. Easy AND fun.
It took less than an hour to implement captcha on my personal blog, based on the work of Chris Kunicki, BrainJar, and CMU nerds. Details, links, and code excerpts on my personal blog here .
Posted
Oct 29 2004, 01:57 PM
by
daveburke
with | with
2 comment(s)
Filed under:
.Net General
,
.Text
Off to DevTeach
In a few hours its off to Montreal, Canada for my 2nd (and its 2nd) DevTeach. I raved about this conference ever since I attended it last year, but to tell you the truth, I looked over the .NET session agenda and there are a LOT of the same sessions from...
Posted
Jun 19 2004, 11:20 AM
by
daveburke
with | with
1 comment(s)
Filed under:
.Net General
,
Sharepoint
DevTeach sessions : nice to see some things not change
I just looked over the DevTeach session schedule and it looks incredibly juicy. I LOVE DevTeach! But I was curious to see a few sessions which were the same as last year. In a Whidbey world, its nice to see some things stay the same! For instance, Tom...
Posted
Jun 16 2004, 09:14 AM
by
daveburke
with | with
3 comment(s)
Filed under:
.Net General
.NET justification #14523: ASP application enhancement support
I was asked to take a look at an ASP web app the other day which output a report in a popup window in the hope that I could redesign it to output multiple reports instead of just one. I really wanted to do this for the fellow who requested it, but we...
Posted
Jun 07 2004, 11:43 PM
by
daveburke
with | with
1 comment(s)
Filed under:
.Net General
CheckListBox Select-Clear All Button example. Because I feel like it.
<asp:Button ID="btnSelect" Runat="server" OnCommand="btnSelect_OnCommand" /> protected void btnSelect_OnCommand(object sender, CommandEventArgs e) { string action = e.CommandArgument.ToString(); bool blnSelected; if (action == "selectall") { btnSelect...
Posted
May 28 2004, 05:48 PM
by
daveburke
with | with
no comments
Filed under:
.Net General
dlThisPost.EditItemIndex = -1
This is an unfocused post on my last couple of days putting together a datalist with oncommand events. Do people use these a lot? There are very cool capabilities in using OnEditCommand, OnUpdateCommand, OnSelectCommand, and OnCancelCommand. There seems...
Posted
May 17 2004, 04:42 PM
by
daveburke
with | with
no comments
Filed under:
.Net General
More Posts
Next page »
Terms of Use