David Maggard
Member since Jun 7, 2011
- Profile: /members/8448-david-maggard.htm
- Comments: 6
Recent Blog Comments By David Maggard
-
The 8th Annual Regular Expression Day - June 1st, 2015
Posted on Jun 1, 2015 at 4:21 PM
REReplaceNoCase(TweetMsg,"Entry [0-F]+","Entry 0A88BD")... read more »
-
The 6th Annual Regular Expression Day (And Prizes) - June 1st, 2013
Posted on May 31, 2013 at 3:55 PM
I decided to post 2 simple patterns that I use often when looking thru log files #Remove log lines not containing 'text' ^(?![^\r\n]*text)[^\r\n]+[\r\n]+ #Remove log lines containing 'text' ^[^\r\n]*text[^\r\n]*[\r\n]+... read more »
-
Negotiation: Discovered File(s) Matching Request: None Could Be Negotiated
Posted on Jun 27, 2011 at 4:41 PM
Again not really seeing how this relates to normalization, the core aspect of normalization is elimination of redundant and/or duplicate data. Another very small benefit of my style is it can allow calling 2 methods in 1 http call, ie: widget.cfm?Delete=#ThisID#&View=#NextID# , I don't use it th... read more »
-
Negotiation: Discovered File(s) Matching Request: None Could Be Negotiated
Posted on Jun 27, 2011 at 4:50 AM
Not really sure I see the comparison between this situation and multi-inheritence in css. In my mind this situation is closer to calling a method on a static object and passing it the ID of the instance to perform the relevant action on: widget.cfm?Update=123&... seems very similar, from a ... read more »
-
Negotiation: Discovered File(s) Matching Request: None Could Be Negotiated
Posted on Jun 25, 2011 at 12:35 AM
instead of ?action=view&id=15 I use ones like ?view=15 seems a bit simpler to may, any thoughts people?... read more »
-
My First Year As A Mac User On The Apple MacBook Pro
Posted on Jun 7, 2011 at 5:13 PM
If I couldn't have my dual external monitors I would want to shoot myself. I can't see virtually anything that would make me give up a good docking dell laptop with dual monitors. Doing web development with the editor on one screen and the browser on the other is pure brilliance, and with its windo... read more »