|
|
|||||
|
Tuesday, July 22
by
ep
on Tue 22 Jul 2008 10:41 AM EDT
Not well formed XML in Google MAP geocoding result more »
Friday, May 9
by
ep
on Fri 09 May 2008 12:45 PM EDT
Rails taking care for your to handle UTF-8. How about when you need to generate a CSV file? It can't be UTF-8. It has to be one of the localized encodings. There is no javascript way to know what is a default locale on the windows client. You may assume it based on your major audience location, (still wrong assumption). ... more »Monday, March 17
Thursday, December 6
Sunday, November 11
Friday, October 26
by
ep
on Fri 26 Oct 2007 09:25 AM EDT
Some time you need a debugger with ability to step-by-step execution,
inspection and evaluation, not just watch. I use small shell script to achieve this #!/bin/sh The server will stop execution right at the line debugger if defined? Debugger Monday, October 22
Friday, October 12
by
ep
on Fri 12 Oct 2007 10:27 PM EDT
I need to parse uploaded vCard (vcf) file for one of the project,
I am Everything was working just fine with test files I found on the Internet, Thursday, July 19
by
ep
on Thu 19 Jul 2007 02:08 PM EDT
You need to render partial with a collection of hashes (or kind_of?). Probably you control the code, which generate the collection ... more »Thursday, July 5
by
ep
on Thu 05 Jul 2007 11:30 PM EDT
Imagine, you have created a great module/class for rails interacting with 3rd party service provider over TCP/IP or you build a ruby extension to one of the libraries, where work with IO is done outside of the ruby itself. While you was building it you didn't pay a lot of attention to handling timeouts, network latency, IO blocks or you name it. ... more »Wednesday, April 4
Thursday, March 29
|
|||||
|
|
|||||