May
9
awarded Notable Question
May
4
awarded Tumbleweed
Apr
28
comment Python: replace terms in a string except for the last
stackoverflow.com/questions/2556108/…
Apr
28
answered jQuery/Magento - Getting selected div ID and display custom value
Apr
27
revised Why does FFMPEG report the wrong duration?
edited title
Apr
27
answered Passing dynamic values on page redirect
Apr
27
asked How to detect view-source scheme in Chrome Extension
Dec
14
comment Video Streaming issues with Explorer 9
Hi Jave, did you ever find a solution? I'm facing similar problems using the FlashMediaPlayback.swf player hosted on adobe.com.
Sep
19
comment Disable all actions on elements inside a container
How about a combination of a modal box for the container your user is working with and the block UI plugin?
Sep
19
comment Is there a Firefox plugin that will allow me to edit the address in a popup?
In FF15 this only shows or hides the location bar, I can't edit it. Is there another config entry that allows editing? I can't seem to find one.
Sep
18
comment How do I retrieve a cookie in Coldfusion whose name was set via a variable?
Dynamic IsDefineds are ok. <cfif IsDefined("cookie.#FORM.cookie_name#")> is valid. Define FORM.cookie_name and it'll work. Is your error "cookie_name is not defined in FORM"?
Jul
13
awarded Popular Question
Jun
28
comment Change array start index when using ListToArray
yourStructure[0] = "something" will work! ;)
Jun
28
comment Sending Fax via ColdFusion & VBScript Windows Server 2008
Does it work when you run it at the prompt on the server? Do you get any errors messages then?
Jun
28
comment How to integrate a Jsp file to ColdFusion?
Where are you expecting to see the CMD prompt?
Jun
28
comment How to submit values for checked and unchecked dynamically named radio button groups with ColdFusion?
Without looking into the code more, cfparam seems like the likely answer. That or you can assume the lack of the variable is an indication it wasn't sent.
Jun
28
comment ColdFusion 10 application.cfc error: counting number of active sessions
When onSessionStart is called automatically, it's thread safe. If you call it yourself, it isn't. That would be my reasoning for the lock in the first place. So my vote is that it's a typo and should be APPLICATION.
Jun
14
awarded Popular Question
May
17
comment How do you remove CKeditor's new image properties' photo upload, or browser server properties?
Suits me as I'm using it with jQuery.
Feb
24
comment error in output graph using highstocksJS
Try another format?
1 2 3 4 5