Jody Fitzpatrick
Member since Aug 31, 2009
- Profile: /members/4213-jody-fitzpatrick.htm
- URL: http://www.seekit.ws
- Comments: 19
Recent Blog Comments By Jody Fitzpatrick
-
500 null : Mysterious ColdFusion Error
Posted on Dec 17, 2009 at 8:24 PM
@John Well you can create a onError in your Application.cfc like so <cffunction name="onError" output="yes"> <!--- FUN ERROR CATCHING STUFF GOES HERE ---> I'm sorry, it seems that an error has occurred. But don't worry we have a team of monkeys hard at work trying to correct the issue... read more »
-
My First ColdFusion Builder Extension - Encrypting And Decrypting CFM / CFC Files
Posted on Nov 30, 2009 at 5:42 AM
Ha Ha -- You crack me up Ben. Dangy! -- ha. Great Post.... read more »
-
Happy Thanksgiving From Ben Nadel
Posted on Nov 26, 2009 at 8:25 PM
Thanks Ben I hope you had a good thanksgiving.... read more »
-
Building A Fixed-Position Bottom Menu Bar (ala FaceBook)
Posted on Nov 26, 2009 at 6:25 AM
I freaking hate IE6. If someone has IE6 installed they are redirected to IE6 security risk page and are giving the chance to download Firefox or Chrome. I'm so sick of bending over backwards so they can use a extremely outdated browser. Granted I only use this on sites that break with IE6 but I do... read more »
-
Using ColdFusion Structures To Remove Duplicate List Values
Posted on Nov 21, 2009 at 5:15 PM
@Jose Galdamez, Oh heh yeah I didn't paste the whole code. I should have defined the vars -- my bad. It's fixed thou. Thanks.... read more »
-
Tracking Google AdSense Clicks With jQuery And ColdFusion
Posted on Nov 18, 2009 at 4:58 PM
Hmmm, is there not away to see if someone is leaving your site? -- You know like those annoying little alert boxes that come up on sales page ( Are you sure you want to leave this AMAzING offer! ) you know something like that? But have it tied into the iframe? :confused:... read more »
-
Using ColdFusion Structures To Remove Duplicate List Values
Posted on Nov 18, 2009 at 4:09 AM
Well Never Mind! -- Ugh, I thought I finished it but it turns out its still kicking duplicates. It's going to be a simple fix. I will let you guys know.... read more »
-
Using ColdFusion Structures To Remove Duplicate List Values
Posted on Nov 18, 2009 at 3:48 AM
Thanks Guys! After hundreds of hairs being pulled out I finally figured it out. I just have a few more things to do and my project will be 95.5 percent done. Once again thanks for all the help here was my solution... <!--- CONVERT THE SCRUB URL TO A LIST ---> <cfset convertResul... read more »
-
Using ColdFusion Structures To Remove Duplicate List Values
Posted on Nov 17, 2009 at 4:09 AM
This is something that is making me pull my hair out, and still is. I would like to order the results based on the number of occurrences, if a result or particular ID shows up more than once it would have a higher position in the array or list. Then the ones that have less would follow behind. Th... read more »
-
My 1,000th ColdFusion Post - What It Means To Me (And Free Prizes)
Posted on Nov 16, 2009 at 6:41 PM
HA HA HA HA HA! @TNT You obviously are a immature script kitty. It's really cute how you back up one of the most difficult languages for programmers to learn. -- I bet you $100.00 dollars that ColdFusion is easier, and more robust than .NET. Prove my wrong, and I will send you the money VIA paypa... read more »
-
My 1,000th ColdFusion Post - What It Means To Me (And Free Prizes)
Posted on Nov 16, 2009 at 6:48 AM
@TNT - haven't you exploded already? Awe, I'm about 1 year to late. That really sucks. Oh well CF still out whips any language even korba ( I think I spelled it right ) and .NET hands down. Any language that can query a database with very minimal code is awesome.... read more »
-
500 null : Mysterious ColdFusion Error
Posted on Nov 12, 2009 at 6:30 AM
http://www.bennadel.com/blog/670-Ask-Ben-Limit-File-Upload-Size-In-ColdFusion.htm... read more »
-
Ask Ben: Getting The Domain Name From The Referer URL
Posted on Sep 22, 2009 at 12:42 AM
Correct you are Ben. I did a few extra things to correct this issue.... read more »
-
Ask Ben: Creating A PDF And Attaching It To An Email Using ColdFusion
Posted on Sep 9, 2009 at 5:41 AM
Where can I meet this Joanna at? -- Nice tutorial simple stuff.... read more »
-
Ask Ben: Getting The Domain Name From The Referer URL
Posted on Sep 8, 2009 at 11:19 PM
Actually it does need to be done server side. I wish I could do it client side that would save a lot of resources but at any rate I have figured it out. I just converted the whole page into arrays that are delimted by this href= I then delimted that array by a " so I can call on each URL pretty ea... read more »
-
Ask Ben: Getting The Domain Name From The Referer URL
Posted on Sep 7, 2009 at 11:55 PM
@Ben The anchor tags are pulled from everywhere. There is no one set place that I pull them from. We can use wikipedia as an example as this is what I'm currently working on.... read more »
-
Ask Ben: Getting The Domain Name From The Referer URL
Posted on Sep 2, 2009 at 10:26 PM
Ex.) <a href="#I_WANT_THIS#">Link Text</a> I'm pretty sure I could do some sort of array manipulation or something to get it.... read more »
-
Ask Ben: Getting The Domain Name From The Referer URL
Posted on Aug 31, 2009 at 3:09 PM
Speaking of regex, links and all that is there any way possible to get the value of a href? I know how to get the actual anchor text but not the href value.... read more »