Shayne Sweeney
Member since Dec 11, 2008
- Profile: /members/1387-shayne-sweeney.htm
- URL: http://theshayne.com
- Comments: 10
Recent Blog Comments By Shayne Sweeney
-
Step Debugging jQuery Selectors
Posted on Jul 16, 2009 at 10:16 PM
I find using the Firebug console immensely useful for writing and debugging jQuery selectors.... read more »
-
Be Careful Using "#" In ColdFusion DE() Expressions
Posted on Jun 24, 2008 at 12:47 PM
@Elliot Not sure if I follow your reasoning. Assuming the extension is at least "", you could simply structure the string "#phone#x#ext#" and have the same result. I don't think Ben needed any help getting the string structured; like his title says "Be Careful Using "#" In ColdFusion DE() Expressi... read more »
-
Be Careful Using "#" In ColdFusion DE() Expressions
Posted on Jun 24, 2008 at 10:04 AM
Ben, If you're doing your project on ColdFusion 8, you can take advantage of some of the new abilities in CFScript to get the job done, while at the same time, keep things terse and clean. Is there a ternary operator in the house? <cfset strPhone = "(123) 456-7890" /> <cfset strExt = "... read more »
-
cf.Objective() 2008: Walking Among Giants
Posted on May 5, 2008 at 6:08 PM
@Ben, It was nice meeting you, in passing - it's always neat meeting the face behind the site.... read more »
-
Getting Excited For cf.Objective() 2008
Posted on Apr 24, 2008 at 3:51 PM
Look forward to meeting you there!... read more »
-
Content Is Not Allowed In Prolog - ColdFusion XML And The Byte-Order-Mark (BOM)
Posted on Apr 22, 2008 at 11:12 AM
#Replace(previousComment, "necessary", "faster")#... read more »
-
Content Is Not Allowed In Prolog - ColdFusion XML And The Byte-Order-Mark (BOM)
Posted on Apr 22, 2008 at 11:11 AM
On a side note - given your regular expression you can change your scope attribute on the REReplace call to "one" or leave blank as it defaults to one. The nature of your expression will catch all the characters prior to the opening chevron. Is it necessary? Yes, and noticeably depending on the si... read more »
-
You Cannot Submit Non-Rendered Forms
Posted on Apr 18, 2008 at 4:32 PM
@Ben Hrm ... I can't say I've personally achieved this, that is to upload file data over AJAX, but I am curious as to why it wouldn't be possible - it seems as if a company I know of does exactly that with their accounting software they've developed. If I concede to that possibility it might not b... read more »
-
You Cannot Submit Non-Rendered Forms
Posted on Apr 18, 2008 at 2:58 PM
Why use a form like that at all anyways? With JQuery you can simply send an HTTP request (e.g. POST) directly to the server. You can do this various ways, including the serialization of an existing form, or using JSON to represent the data structure. It's one of those things that's good to know, I ... read more »
-
Guess The Coin Amount, Win Cool Prizes
Posted on Mar 23, 2007 at 1:02 PM
$74.25... read more »