Kinky Solutions Now Carries Saucy Content (Saucy)

Posted March 15, 2007 at 8:35 AM by Ben Nadel

I know that some times I write things or present graphics that offend people. I am sorry about that, but I can't really change the stuff that makes my life fun and lets me enjoy blogging. However, I can make it easier for you NOT to get fired at work while reading my blog. Going forward, anytime I have content that you wouldn't want you Boss to see when he walks behind your desk, I am going to put:

(Saucy)

... in the blog title. For example, this blog entry has (Saucy) in the title because it displays the following images (scroll down):

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..

..


 
 
 

 
 Saucy Content - Girls 1  
 
 
 

 
 
 

 
 Saucy Content - Girls 2  
 
 
 

I don't know why, but suddenly, I want to go to the beach.... It's probably the warm weather.

So anyway, I hope that this is a good compromise. I can keep my content... you can keep your job :)




Reader Comments

Ed
Mar 15, 2007 at 9:28 AM // reply »
18 Comments

Ben, dude! Stop apologising!!!! Who cares if you offend a few people, it's your blog and your soapbox so say whatever you like and let the thought-controllers and fascist censorship monkies say whatever they want, just ignore 'em. If people are offended by what you write then tough bananas for them! Not once have I read anything on this blog that could be deemed offensive by any rational standard. Some people just like to find things to complain about. This is your blog and you have the perfect right so say any-effing-thing you like :-) Besides some cute booty always brightens up my day - almost as much as your CSV import function!!!


Mar 15, 2007 at 9:31 AM // reply »
11,238 Comments

@Ed,

I appreciate the support (and that you like my CSV import stuff)... I figure this compromise takes so little effort that I can keep my content and still make a few more people happy.

... The booty ain't going nowhere ;)


Mar 15, 2007 at 9:36 AM // reply »
3 Comments

The only problem i can see from this is that i am now going to be looking for the entries that are "Saucy" rather than the technical ones. I cant help it, boobies help me learn!


Ed
Mar 15, 2007 at 9:38 AM // reply »
18 Comments

Arf arf. I couldn't agree more Simon!! :-)


Mar 15, 2007 at 10:17 AM // reply »
56 Comments

little suggestion.

put (Saucy) at the beginning of the title. When using the live bookmarks in firefox (Saucy) gets cut off.


Mar 15, 2007 at 10:18 AM // reply »
11,238 Comments

This I can do.


Mar 15, 2007 at 12:07 PM // reply »
8 Comments

Ben,

Could you make a list of all your previous saucy entries - so that I know which ones to avoid :P


Mar 15, 2007 at 12:08 PM // reply »
11,238 Comments

Ha ha ha ha :)


Ed
Mar 15, 2007 at 12:23 PM // reply »
18 Comments

On another subject, Ben do you know an easy way to convert all those annoying smart quotes into normal HTML? I've tried various things but can't seem to get the chr() values correct. Some say is 145-148 some say it's 8212 and 8211. If you've got any ideas I'd be grateful cuz I'm stuck :-(


Mar 15, 2007 at 12:27 PM // reply »
11,238 Comments

I think i usually just go the 8212 and 8211 route. Let me check my Form scrubber.... (a bit of my UDF):

for (LOCAL.Key in FORM){

// Trim the field value.
ARGUMENTS.Form[ LOCAL.Key ] = Trim(ARGUMENTS.Form[ LOCAL.Key ]);

// Since we want to store regular quotes in the database, lets make
// sure we don't have any escaped quotes in the submitted values.
ARGUMENTS.Form[ LOCAL.Key ] = Replace(ARGUMENTS.Form[ LOCAL.Key ], """, Chr(34), "ALL");

// We don't want to store lame-ass Micorosoft characters since they
// never display correctly on the screen cross-browser. Replace the
// special characters that Microsoft uses.
ARGUMENTS.Form[ LOCAL.Key ] = Replace(ARGUMENTS.Form[ LOCAL.Key ], Chr(8217), Chr(39), "ALL");
ARGUMENTS.Form[ LOCAL.Key ] = Replace(ARGUMENTS.Form[ LOCAL.Key ], Chr(8216), Chr(39), "ALL");
ARGUMENTS.Form[ LOCAL.Key ] = Replace(ARGUMENTS.Form[ LOCAL.Key ], Chr(8220), Chr(34), "ALL");
ARGUMENTS.Form[ LOCAL.Key ] = Replace(ARGUMENTS.Form[ LOCAL.Key ], Chr(8221), Chr(34), "ALL");
ARGUMENTS.Form[ LOCAL.Key ] = Replace(ARGUMENTS.Form[ LOCAL.Key ], Chr(8211), "-", "ALL");
ARGUMENTS.Form[ LOCAL.Key ] = Replace(ARGUMENTS.Form[ LOCAL.Key ], Chr(8212), "-", "ALL");

}

... Yeah, I just use those extended characters. I guess you just have to attach each "instance" individually and figure out what the actual character is and what is should be.


Mar 15, 2007 at 9:30 PM // reply »
1 Comments

see...from boobs came code...genius


Mar 16, 2007 at 12:07 PM // reply »
1 Comments

What's wrong with the standard .. NSFW ... saucy ... come ON.


Mar 16, 2007 at 12:12 PM // reply »
11,238 Comments

Cause I didn't know what NSFW meant. Are you trying to insult my intelligence? You know, what's not safe for work???? That kind of attitude!

Just messing with you. But seriously, not sure where that standard came from. Never heard of it before someone started yelling at me about my stuff.


Mar 16, 2007 at 12:22 PM // reply »
2 Comments

haha, sorry Ben, NOW YOU KNOW. Replace Saucy with NSFW, Not Safe For Work ... a little background ...

http://en.wikipedia.org/wiki/NSFW


Mar 16, 2007 at 12:42 PM // reply »
11,238 Comments

But NSFW makes me make assumptions about "your" work place. "Saucy" makes a judgment about the content, not the environment from which it will be viewed. Subtle difference.


Nov 18, 2007 at 3:54 AM // reply »
1 Comments

I just wish I could be one of the girls in your dreams.

Gwen



Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
May 17, 2013 at 7:42 PM
HashKeyCopier - An AngularJS Utility Class For Merging Cached And Live Data
Ben - thanks so much for posting these Angular articles and findings, they've been a huge help towards learning one of the more 'complex' JavaScript frameworks out there (IMO). I have been using Angu ... read »
May 16, 2013 at 5:01 PM
UPDATE: Parsing CSV Data Files In ColdFusion With csvToArray()
Your code was the closest thing I've found to obtaining some direction for converting ISO fields to values that CF can translate properly. Thank you for posting! ... read »
May 15, 2013 at 10:37 PM
Very Simple Pusher And ColdFusion Powered Chat
hi id making plz easy ... read »
May 15, 2013 at 6:07 PM
Making SOAP Web Service Requests With ColdFusion And CFHTTP
Ben, you once again saved my bacon at work. Thank you, thank you, thank you! ... read »
May 15, 2013 at 4:15 PM
What If All User Interface (UI) Data Came In Reports?
@Josh, Thanks! @Ben, I definitely recommend the David West book "Object Thinking" I've been quoting from. It goes deeply into the philosophy and history of OO programming. His breadth ... read »
May 15, 2013 at 11:36 AM
Ask Ben: Print Part Of A Web Page With jQuery
I found this helpfull when you need to keep (refresh) the original parent page after closing the iframe child print dialog (Hoping you're not using a form at this time so it won't submit again): On ... read »
May 14, 2013 at 7:13 PM
What If All User Interface (UI) Data Came In Reports?
@Jonah, If there's any books you'd recommend on the subject of domain modelling, I'd love to hear it. I just downloaded the free PDF of "Domain Driven Design Quickly". Figured I'd give it ... read »
May 14, 2013 at 6:57 PM
The UX Of Prototyping: Low-Fidelity Is The New High-Fidelity
@Phillip, I'm not sure I follow what you mean? Are you saying that you looked at the list of widgets provided by the jQuery UI and let that be your style guide? ... read »
InVision App - Prototyping Made Beautiful With Prototyping Tools