Azadi
Member since Dec 11, 2008
- Profile: /members/144-azadi.htm
- Comments: 10
Recent Blog Comments By Azadi
-
jQuery Plugin: From - Filtering A Collection Based On Ancestors
Posted on Nov 13, 2009 at 1:55 PM
woot! this plugin of yours (and you) got a mention in the first official jquery podcast! http://blog.jquery.com/2009/11/13/announcing-the-official-jquery-podcast/ (in 'this week in jquery' section on the above page and around 1:11 in the podcast) congrats, Ben!... read more »
-
Learning ColdFusion 8: CFImage Part I - Reading And Writing Images
Posted on Jul 3, 2009 at 3:47 AM
For all having the pixel problem when resizing an image: an easy 'hack' is to add a decimal point to the new image size. this seems to fix the 'missing pixel': <cfset ImageResize(myimage, 338.1, 338.1)> Azadi... read more »
-
ColdFusion SESSION Is Always Created Even If OnSessionStart() Fails
Posted on Mar 19, 2009 at 11:43 AM
hmm... even with the constructor set to THIS.sessionmanagement = false, i can still dump the session structure, albeit empty one this time...... read more »
-
ColdFusion SESSION Is Always Created Even If OnSessionStart() Fails
Posted on Mar 19, 2009 at 11:38 AM
i have just made a simple test app with just Application.cfc *WITHOUT onSessionStart() method in it* (only with sessionmanagement=true in the constructor part, and i could cfdump session in onRequestStart method... cf must be creating a session as soon as it sees sessionmanagement=true then?... read more »
-
MySQL Cannot Convert Value '0000-00-00 00:00:00' From Column XX To TIMESTAMP
Posted on Dec 21, 2008 at 4:29 AM
MySQL in "traditional" mode does not allow zero dates. If you do not want to run MySQL in full "traditional" mode (there are some not-always-desired implications for multi-row updates with tat mode), you can just enable NO_ZERO_DATE mode. http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html... read more »
-
Using The Apple iPod Shuffle Without iTunes
Posted on Sep 24, 2008 at 1:10 AM
My program of choice is Floola (www.floola.com) - an awesome free iPod manager and music player (jus one .exe file). You can put on your iPod and always have with you. It supports all versions of iPod as far as i know, and lets you manage photos and videos as well! Transfering files (individually, ... read more »
-
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
Posted on May 7, 2008 at 10:53 PM
How interesting! Though I did know about the ? wildcard (it is in the docs), the ability to apply several filters with the | delimiter is a very nice surprise! And very timely, too, as I have been working with cfdirectory just yesterday and had to end up using the tag twice to get only pdf and zip ... read more »
-
Chazz Michael Michaels On ColdFusion
Posted on Dec 4, 2007 at 10:14 AM
my god! hahaha! when i saw this post of yours in my FF RSS feeds folder, i thouht "hmm... that name sounds familiar..." hahaha... read more »
-
Does The World Know That You Use ColdFusion?
Posted on Aug 16, 2007 at 1:32 AM
he he - just noticed that, with this and the previous post in your blog, the Google ads on your recent blog entries page started advertising .net charting....... read more »