stillnetstudios.com
Stillnet Studios » Blog Archive » Did you know about the onerror attribute of the img tag?
http://www.stillnetstudios.com/onerror-img-image-tag
Web development notes and commentary from Ryan Stille. Laquo; Copying data from SQL Studio to Excel. Accessing form fields as an array in CF10. Did you know about the onerror attribute of the img tag? Img src="#productImage#" onerror="this.src='/images/icons/imageDoesNotExist.png'". Script function imageError(element) { element.onerror=' ; element.src='/images/icons/imageDoesNotExist.png'; } /script img src="#productImage#" onerror="imageError(this)". You could even use this to report a broken image:.
stillnetstudios.com
Stillnet Studios » Blog Archive » jQuery snippet to get all input values
http://www.stillnetstudios.com/jquery-snippet-to-get-all-input-values
Web development notes and commentary from Ryan Stille. Laquo; Mura 404 page not working in IIS7 – fix it in web.config. Getting the client filename before using cffile. JQuery snippet to get all input values. I thought this was some interesting JavaScript that I used recently to detect if form fields were filled in. This was a case where if any of a particular group of fields were filled in, I needed to validate and make sure they were all passed in. 28 October 2012, 1:44 am. The problem is that it retur...
progratory.com
Progratory: Is it finally time to embrace cfscript?
http://www.progratory.com/index.cfm/2013/1/17/Is-it-finally-time-to-embrace-cfscript
Is it finally time to embrace cfscript? Posted by William Eatman. I feel like I've been a long hold out for not moving to cfscript. Sure I've used it, but I've always been a fan of the tag markup. My rationale has been that the tag language could do things that cfscript could not. I've never bought into the argument that cfscript would save me time, as time programming is usually spent problem solving and not actually typing the code. On 1/17/13 - 9:04 AM. On 1/17/13 - 9:38 AM. On 1/17/13 - 11:15 AM.
schierberl.com
quick varScoper update | Mike on Software
http://www.schierberl.com/blog/quick-varscoper-update
Mike Schierberl's thoughts on software development. By Mike on May 22, 2008. Version 1.21 of varscoper is now available to download. This is a minor update that fixes some of the CF6, CF7, and *nix issues that were reported when I released 1.20. Additionally, there was a minor fix to cfscript parsing when using a function inside a struct set. Something similar to this…. Mystruct[someFunction()] = " ;. From → varscoper. You, sir, rock. Thanks for listening to the feedback and for the great work you do.
barneyparker.com
World Simplest HTML5 WYSIWYG Inline Editor | Barney Parker
https://www.barneyparker.com/world-simplest-html5-wysisyg-inline-editor
What could possibly go wrong? What could possibly go wrong? World Simplest HTML5 WYSIWYG Inline Editor. August 5, 2013. I am pretty new to web/JavaScript development, and often quickly reach for Google in order to find out how to do things. After a fair bit of Googling, it seemed that there wasn’t a hope! To my surprise, as it turns out, it’s so simple, it’s almost a joke! All the tools are already available, all you need to do it tie them together with some really simple JavaScript, and it works! If you...
bryantwebconsulting.com
Steve Bryant: August 1, 2011 is "How I Get Started in ColdFusion" Day
http://www.bryantwebconsulting.com/blog/index.cfm/2011/7/20/August-1-2011-is-How-I-Started-ColdFusion-Day
August 1, 2011 is "How I Get Started in ColdFusion" Day. Posted At : July 20, 2011 8:30 AM Posted By : Steve. During the cf.Objective(). Conference at which I was a speaker (I did mention. That I would work that into all future anecdotes! I got into a conversation with some other developers (including Tony Garcia. About how we got started in ColdFusion. I realized two important things:. 2) Very few of these stories seem to match how we. People to get involved in ColdFusion. Posted By Ben Nadel. I'm looki...
bennadel.com
Bruce Nadel, OneSuch Films, Nadel Productions, Father
http://www.bennadel.com/bruce-nadel
On User Experience (UX) Design, JavaScript, ColdFusion, Node.js, Life, and Love. Jobs ( 3 ). Ben Nadel at cf.Objective() 2012 (Minneapolis, MN) with: Nathan Strutz. When I talk about my dad, I often describe him as having an "intense presence." He had this energy about him that was palpable. When he was in a room, you could feel it; there was something about him that was very much larger than life. He was, at the same time, both inspiring and, often, quite intimidating. He used to tell me, ". NEW YORK...
schierberl.com
varScoper 1.20 – critical update | Mike on Software
http://www.schierberl.com/blog/varscoper-1-20-critical-update
Mike Schierberl's thoughts on software development. VarScoper 1.20 – critical update. By Mike on May 20, 2008. Version 1.20 of varscoper is now out on RIAForge. It’s also available directly from the download link. Many thanks to Pat Santora. For this release. The majority of the content in this release is a direct result of his hard work. Improvements to cfscript parsing engine. RIAForge issues 6,7,8,9,10,11 are fixed. Improved handling of script comments. Ability to exclude files/folders. Mike Sometimes...
advantexllc.com
Designless thoughts on Development
http://www.advantexllc.com/blog/post.cfm/my-how-time-flies
August 19, 2016. My, How Time Flies. September 04 2011 by. So, my last "major" and most popular post here was in May of 2009, and boy, how controversial it was! I'm still getting responses, even now. I don't have much time lately to post on how things are going, but my post "How OO Almost Destroyed My Business". Does deserve an update sometime soon? It's hard to expend much more energy on a topic after a huge rant like that one? Not sure which one yet. time will tell? Apr 21, 2012 at 4:59 AM.