Brian C. Lane
|
Registered User
|
Software Developer
|
|
Nov 8 |
comment |
Pythonic way to find a regular expression match regexes shouldn't be used with html/XML -- too many ways for things to break. Look at the BeautiflSoup or one of the html parser modules. |
|
Oct 22 |
answered | How to impose a time limit on a whole script in Python |
|
Oct 16 |
comment |
iPhone SDK: GameKit and large files + connection lost I notice that the docs suggest a 1000 byte limit, and also mentions 95k in another spot but it isn't clear if these are hard limits or what. |
|
Oct 14 |
awarded | ● Yearling |
|
Oct 12 |
comment |
Efficient way to find the largest key in a dictionary with non-zero value Since the OP is new, a description of what is happening might be helpful as well. |
|
Oct 12 |
comment |
Efficient way to find the largest key in a dictionary with non-zero value That function depends on access to the global. Bad idea. |
|
Oct 11 |
comment |
iphone : Managing version updates of a native app As a user I would hate your app if it ever locked me out because I hadn't updated. And I don't think such a scheme would pass the review process. The App management in iTunes already tells the user when there are updates available. It should be left up to them to make the decision to install or not. |
|
Aug 18 |
comment |
jQuery Plugin does not work in a Modal Thanks for this! |
|
Jul 17 |
comment |
Connection refused when trying to open, write and close a socket a few times (Python) Fire up wireshark and watch to see if the packets are beign generated and rejected, or aren't making it onto the wire at all. |
|
Jul 16 |
comment |
Cake PHP plugin/img/ diectory throws missing method instead of 404 Thanks, I'll give that a try to see if it is cleaner than my solution above. I suspect that it won't be, because the cakeError call seems to delete the cookie before it gets to the app_error.php class. |
|
Jul 16 |
comment |
Cake PHP plugin/img/ diectory throws missing method instead of 404 Here's where I'm at now. I modified the cached() function in the core dispatch.php file to call a custom 404 error handler that returns just a 404 header, no content. The problem is that when a plugin vendors file is missing it returns a false from cached and falls into looking for controller methods. Returning the blank 404 error works, and the cookie doesn't have a chance to be deleted by the standard cakeError() call. |
|
Jul 16 |
awarded | ● Student |
|
Jul 15 |
comment |
Cake PHP plugin/img/ diectory throws missing method instead of 404 Tried adding a custom app_error.php handler (that just dies when hit). That removes the response page, but the cookie is still deleted. Its buried someplace higher up in the call stack apparently. |
|
Jul 15 |
comment |
Cake PHP plugin/img/ diectory throws missing method instead of 404 The problem with this is that the img directory is buried inside Cake's directory tree, so skipping the rewrite doesn't work for images that do exist. I could put the full path on there, but there should be a right way to do this... |
|
Jul 15 |
comment |
Cake PHP plugin/img/ diectory throws missing method instead of 404 You are correct about having debug > 1. Set it to 0 and it works. Adding .htaccess didn't help, the controller is still catching it. I guess I'll have to try to find some good docs on app_error.php |
|
Jul 15 |
revised |
Cake PHP plugin/img/ diectory throws missing method instead of 404 added 51 characters in body |
|
Jul 15 |
asked | Cake PHP plugin/img/ diectory throws missing method instead of 404 |
|
Jul 15 |
comment |
Python - Best library for drawing Thanks for explaining the -1. Maybe you don't realize that wxPython is included by default on OSX and many Linux distributions. |
|
Jun 27 |
comment |
jQuery UI Dialog button positioning This doesn't work if you have multiple dialogs. |
