Community Member Profile
- Profile: /members/6027-MikeG.htm
- Comments: 9
- Points: 97
Recent Blog Comments By MikeG
-
Some Thoughts On Handling 401 Unauthorized Errors With jQuery
Posted on Jul 13, 2011 at 11:56 AM
We use a common error "container" for putting up ajax errors. While you are handling 401 errors and redirecting, this snippet will catch any ajax error $("#errorbox").ajaxError(function(event, xhr, settings, err) { $("#errorbox").text(xhr.statusText);
read more » -
The Social Network Starring Jesse Eisenberg, Andrew Garfield, And Justin Timberlake
Posted on Oct 5, 2010 at 2:23 PM
@Ben I thought Metal was classical music?... read more »
-
The Social Network Starring Jesse Eisenberg, Andrew Garfield, And Justin Timberlake
Posted on Oct 5, 2010 at 1:08 PM
I have a full-time job, full-time business, full-time family and like you never sleep.. Over the years I have trained myself to work in either one of 2 modes, code mode or hypercode mode. Code mode is for experimenting, playing around, figuring stuff out - basically working with no pressur... read more »
-
The Social Network Starring Jesse Eisenberg, Andrew Garfield, And Justin Timberlake
Posted on Oct 4, 2010 at 4:40 PM
I guess I am lucky, What you are refering to as "Flow" I call "zoned in". I can usually get there in about 15 minutes as long as I have the following: A quiet room; low lights; headphones playing euro trance and a goal. After about 15 minutes I am usually so zoned that not... read more »
-
Catching Timeout Errors With jQuery Powered AJAX
Posted on Jun 28, 2010 at 3:34 PM
not wanting to rewrite to jQuery a complicated page already working well using Spry - Is there a Spry equivalent to $.ajaxSetup({ timeout: 20000 });... read more »
-
The ColdFusion Application Server Tagline Contest ($50 Amazon Gift Card)
Posted on Jun 28, 2010 at 12:31 PM
one more... Unbridled Development... read more »
-
The ColdFusion Application Server Tagline Contest ($50 Amazon Gift Card)
Posted on Jun 28, 2010 at 12:28 PM
CF Apps. No Bull; just code. or Spurred on to faster development or Experience the power!... read more »
-
reMultiMatch() - Extracting Iterative Regular Expression Patterns In ColdFusion
Posted on May 13, 2010 at 1:40 PM
@Peter The point I was trying to make given a choice between regex and XPATH against the DOM for searching user generated html, regex seems like the option that would meet with the best success.... read more »
-
reMultiMatch() - Extracting Iterative Regular Expression Patterns In ColdFusion
Posted on May 13, 2010 at 1:02 PM
@Peter How can you use jQuery to parse a document server side? My understanding was it did client side work? The only other way I thought it could be done was to parse it as an XML document, but the same reasons you give for using regex to pattern match HTML apply to parsing HTML as an XML... read more »



