Recent Web Log Entries By Ben Nadel

Showing 1 - 15 of 33   < Prev | Next >

Meetup.com Groups Are Sweeeeet.

Posted: April 30, 2006 at 3:49 PM by Ben Nadel

Tags: ColdFusion, Work

I just joined some groups at Meetup.com . It's such a great site. For about a year, I have only been part of the ColdFusion user's group. And, that's been great, but then last night it suddenly dawned on me: there's more groups out there. So I joined one for Java, Javascript, and signed up for notifications regarding CSS groups. And, what's eve... read more »

Comments (2)  |  Post Comment  |  Ask Ben  |  Permalink



Great XHtml Editor, Even Better Support Team

Posted: April 28, 2006 at 12:36 PM by Ben Nadel

Tags: HTML / CSS, Work, XStandard WYSIWYG

I just want to give props to the support team at XStandard . As you might know, I think that XStandard is the best XHtml WYSIWYG editor around. I also think that the XStandard support team is amazing. No matter what problem I have, they have the solution. And more often then not, they have answers for you within a few hours. I can't even get resp... read more »

Comments (8)  |  Post Comment  |  Ask Ben  |  Permalink


Gotta Help a Guy Out (funny site)

Posted: April 27, 2006 at 3:42 PM by Ben Nadel

It may not be your dream, but you have to respect someone's passion. Help a guy out . ... read more »

Comments (1)  |  Post Comment  |  Ask Ben  |  Permalink



Working Around Hot Linking Restrictions

Posted: April 27, 2006 at 1:14 PM by Ben Nadel

Tags: ColdFusion

I was testing out my new functions JREGetNoCase() and JREGet() (uses Java regular expressions to return all matching substrings of a given string) by attempting to grab IMG tags off of random web sites: <!--- Get the images for this page. ---> <cfset arrImages = JREGetNoCase( objHttpRequest.FileContent, "<a[^>]+href=""?([^"">... read more »

Comments (4)  |  Post Comment  |  Ask Ben  |  Permalink

read more »


Getting Group By Count In Left Outer Join

Posted: April 26, 2006 at 4:28 PM by Ben Nadel

Tags: SQL

Sometimes I amazed that I just miss the most obvious solutions. I was running a query that had a left outer join on a list of vendors, joining to orders (purchase orders). I wanted to get the count of orders per vendor, so I was just getting the COUNT(*) of the Group BY. The problem with this technique is that the COUNT(*) counts the vendor in t... read more »

Comments (20)  |  Post Comment  |  Ask Ben  |  Permalink


Search Engine Optimization (SEO): Revisiting

Posted: April 25, 2006 at 2:37 PM by Ben Nadel

Tags: ColdFusion, Search Engine Optimization

I have been playing around with the Urls that I use internally to the site. Some links have been using search engine optimized links (like ./snippets/) and some use the DAX (Divide and Conquer, like "?dax=blog.search"). At first it seemed that Google was not indexing the dynamic DAX pages (while Jeeves, Yahoo, and other search engines where); howe... read more »

Comments (6)  |  Post Comment  |  Ask Ben  |  Permalink


Wolf Creek a Total Waste of Time

Posted: April 25, 2006 at 7:45 AM by Ben Nadel

Tags: Movies

Just saw the Australian movie "Wolf Creek" on DVD. I had heard nothing but good things about it. People said it was one of the best horror / thriller movies they had seen in a long time. It was a pile of poop. Not only did nothing happen in the film, but you totally cannot sympathize with any of the characters. They are all lame, unmotivated, and ... read more »

Comments (2)  |  Post Comment  |  Ask Ben  |  Permalink


Getting Back Into The Gym

Posted: April 25, 2006 at 7:40 AM by Ben Nadel

Tags: Health / Fitness

Trying to get back into the gym again . I have been out of the game for a while do to schedule and a shoulder that seems to hurt on any pressing movements. I suspect the shoulder injury is due to muscular imbalances in favor of the anterior shoulder. So, I am concentrating on heavy legs and back to try to balance out my shouulders. I am going to ... read more »

Comments (4)  |  Post Comment  |  Ask Ben  |  Permalink


MIT Students Go to Las Vegas

Posted: April 22, 2006 at 2:29 PM by Ben Nadel

Tags: Life

I just watched this show on the Discovery Channel about MIT students who went to Las Vegas to make tons of money counting cards in Black Jack. They were imporoving upon an existing card counting technique discovered by a different MIT professor some years earlier. It's amazing how smart smoe people are. I like to think that I am a fairly bright fe... read more »

Comments (1)  |  Post Comment  |  Ask Ben  |  Permalink


Blog Updates

Posted: April 21, 2006 at 2:44 PM by Ben Nadel

My blog is slowly coming along. You can not add comments (sort of)... but the formatting is zero and it needs some work. But don't worry, I am working on it. ... read more »

Comments (0)  |  Post Comment  |  Ask Ben  |  Permalink


If You Think Flattery Will Get You Anywhere...

Posted: April 21, 2006 at 2:13 PM by Ben Nadel

Tags: Life, Work

Well, that's where you're right. An old boss of mine made a very endearing comment in an email the other day (to an associate of his): "The guy in NYC is Ben Nadel. He .... is one of the best programmers I know. He is also the person I find easiest to work with. Young guy, but super talented. I keep trying to get him to move to CA." ... read more »

Comments (3)  |  Post Comment  |  Ask Ben  |  Permalink


Turning Off and On Identity Column in SQL Server

Posted: April 21, 2006 at 2:05 PM by Ben Nadel

Tags: ColdFusion, SQL

I have been moving over the data from one database to another and am currently using XML files as an intermediate step. The process has been going very smoothly, and I just learned something new. I need to keep certain ID column values across the database and was worried about turning on and off identity column AND automating the XML to DB scripti... read more »

Comments (16)  |  Post Comment  |  Ask Ben  |  Permalink

read more »


ColdFusion Runtime Abort Exception

Posted: April 21, 2006 at 8:49 AM by Ben Nadel

Tags: ColdFusion

I keep getting emails when my site errors. I like to be alerted; however, I kept getting an email when I went to fiew any files. The kink was, the file was working. Went to it, saw it, all was good. And yet, still the emails. Upon further investigation, it seems the error being thrown was an AbortException. After two seconds of Google time, I see ... read more »

Comments (1)  |  Post Comment  |  Ask Ben  |  Permalink


2006-07 Top 250 Law Firms Web Site Awards

Posted: April 20, 2006 at 6:53 PM by Ben Nadel

Tags: Work

It's pretty cool, several of my clients have it to the Platinum 2006-2007 Internet Marketing Attorney Awards : Thompson & Knight Dewey Ballantine Akin Gump Michael Best (also made it into Micah's Nifty 50: 2006-07) Venable Williams & Connolly ... read more »

Comments (1)  |  Post Comment  |  Ask Ben  |  Permalink


Dereferencing Javascript Variables - Revisiting

Posted: April 20, 2006 at 6:44 PM by Ben Nadel

Tags: Javascript / DHTML

As posted before I was having a very hard time getting dynamic onclick methods to call what I thought was a dereferenced variable. I was getting a lot of help and great suggestions on the CFTalk list, but one guy finally posted a link to: http://calculist.blogspot.com/2005/12/gotcha-gotcha.html This page discussed exactly the problem I was hav... read more »

Comments (4)  |  Post Comment  |  Ask Ben  |  Permalink

read more »

Showing 1 - 15 of 33   Pages: 1 2 3 < Prev | Next >

March 2006 Entries »

View All Blog Entries »

  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »
Amy
Feb 9, 2012 at 6:28 PM
My Safari Browser SQLite Database Hello World Example
@JM, your question is valid even though you solved your problem, the error callback (4th) is a function following the success callback (3rd parameter). You MAY want to post your inner join solution ... read »
JM
Feb 9, 2012 at 2:39 PM
My Safari Browser SQLite Database Hello World Example
@JM, Ok, forget abou' it!!! I just realized that I should be using INNER JOIN to do it. Thanks though. ... read »