Philip Bedi
Member since Jul 27, 2010
- Profile: /members/6515-philip-bedi.htm
- URL: http://philipbedi.wordpress.com/
- Comments: 18
Recent Blog Comments By Philip Bedi
-
Performance Of LEFT OUTER JOIN Insert vs. INNER JOIN Delete Statement
Posted on Aug 30, 2011 at 5:17 AM
Sorry Ben, I didn't read the comments, my solution was already in the comments. Cheers Philip... read more »
-
Performance Of LEFT OUTER JOIN Insert vs. INNER JOIN Delete Statement
Posted on Aug 30, 2011 at 5:13 AM
Hi Ben, I would have done like this: INSERT INTO guest ( id, name ) ( SELECT u.id, u.name FROM user u where u.id not in (select user_id from profile) );... read more »
-
Flourish: A Visionary New Understanding Of Happiness And Well-Being By Martin Seligman
Posted on Jun 28, 2011 at 5:11 AM
Thanks Ben for sharing, I will definitely read the book.... read more »
-
Posting JSON Data To The ColdFusion Server Using jQuery
Posted on Jun 9, 2011 at 4:33 AM
Hi Ben, Great Post. I have been using the technique from a while and I am not using .toString()function in CF and doing deserializeJSON(postVar). I think the only difference id you are using getHttpRequestData().content to read the content and I am looking for a Var holding the jason packet. @Sam ... read more »
-
Creating A Struct From A ColdFusion Array Using The TreeMap And The LinkedHashMap
Posted on Dec 9, 2010 at 6:28 AM
Awesome example and explanation, and few nice comments with good points. Cheers Mate, you rock. :)... read more »
-
Cleaning High Ascii Values For Web Safeness In ColdFusion
Posted on Nov 9, 2010 at 12:10 PM
Thanks Ben, I will go through the post and comments. Philip... read more »
-
SQL Query Order of Operations
Posted on Nov 9, 2010 at 12:08 PM
Hi Ben, If you had DISTINCT in your select query where would that go in the list, in my guess this should go above Order By clause? What do you say?... read more »
-
Cleaning High Ascii Values For Web Safeness In ColdFusion
Posted on Nov 9, 2010 at 11:57 AM
Hi Ben, Adobe introduced XmlFormat(string) to escape all special characters including High Ascii one. Is it safe to use the above function to make XML safe? Thanks Philip... read more »
-
Ask Ben: Changing The Root Node In A ColdFusion XML Document
Posted on Nov 8, 2010 at 10:53 AM
Hi Ben, I have got a requirement to read an XML document (specifically in iTunes XML format) and present it to user in an HTML Form page where they can edit element values and properties (attributes) and can submit the form and I need to save them back in the same XML doc with updated values. On t... read more »
-
Changes In CFLocation / OnRequestEnd Behavior In ColdFusion 9's Application.cfc
Posted on Nov 4, 2010 at 1:04 PM
@Aaron, This is in reply to your blog about sorting: http://aarongreenlee.com/share/sort-array-of-objects-in-coldfusion/ I enhanced a function about complex array sorting in CF. Did you find my blog when you searched for it, please have a look here and let me know what you think? http://philipb... read more »
-
Changes In CFLocation / OnRequestEnd Behavior In ColdFusion 9's Application.cfc
Posted on Nov 4, 2010 at 12:56 PM
@Aaron, Thanks Aaron. Cheers Philip... read more »
-
Changes In CFLocation / OnRequestEnd Behavior In ColdFusion 9's Application.cfc
Posted on Nov 4, 2010 at 11:48 AM
Ben, Thanks for sharing and in my opinion, this is the correct behaviour in CF9. This gives much more control on how and what you want to achieve in onRequestEnd function and this way you are sure if you want to log anything in onRequestEnd method, that would be logged. Cheers Philip... read more »
-
Cleaning High Ascii Values For Web Safeness In ColdFusion
Posted on Oct 25, 2010 at 10:25 AM
Thanks Ben for the article and thanks to Adam for enhancing the function. I have just used it in my code to handle/ make safe xml text for my XML document. Thanks again. Philip... read more »
-
HTML5 Up And Running By Mark Pilgrim
Posted on Oct 7, 2010 at 12:52 PM
Another good article, Thanks Ben, Philip... read more »
-
Default To The Numeric, Email, And URL Keyboards On The iPhone
Posted on Jul 27, 2010 at 10:27 AM
Nice and very helpful article Ben, I have put a link to this article on my blog as well. http://philipbedi.wordpress.com... read more »