| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 4 years, 9 months |
| seen | yesterday | |
| stats | profile views | 679 |
|
May 6 |
awarded | Custodian |
|
May 6 |
reviewed | Close How “this” is looked up in callback of Javascript |
|
May 6 |
reviewed | Reject suggested edit on Resource Adapters waiting for system variable to set before getting deployed. Is it a feature? |
|
May 6 |
reviewed | Leave Closed Language parser library written in PHP |
|
May 6 |
reviewed | Reject suggested edit on How to Parse this Data |
|
May 6 |
reviewed | Reject suggested edit on How do I convert a Ruby/Rails Windows daemon into an application that I can debug? |
|
May 6 |
comment |
jquery.form.js not working in IE9 Any errors in the IE Dev Tools console? |
|
May 6 |
answered | jquery.form.js not working in IE9 |
|
Apr 29 |
comment |
Camel POJO producing with JAXB data format exception You can see that the contextPath is specified on the <jaxbDataFormat/> element. Besides the first example of code works. |
|
Apr 29 |
asked | Camel POJO producing with JAXB data format exception |
|
Apr 22 |
awarded | Good Answer |
|
Apr 19 |
comment |
How to send large dataset to WCF service? Might have to enable MTOM msdn.microsoft.com/en-au/library/aa528822.aspx |
|
Apr 19 |
comment |
How to send large dataset to WCF service? Impossible to tell without knowing what's the problem with the web service. You need to investigate that first. If this is a third party service, request information (or possible limitations of the web service). If it's your service, investigate yourself first. |
|
Mar 25 |
comment |
Why do I get OpenSSL::SSL::SSLError when installing Rails? Could be a duplicate of this: stackoverflow.com/questions/3506754/…, also can try the http source (vs https default). github.com/rubygems/rubygems/issues/515 |
|
Mar 20 |
revised |
Store text file info to an array edited tags |
|
Mar 14 |
comment |
parse html tree with nested loops using nokogiri What does the “map” method do in Ruby? would answer your question about the map method. Every method in Ruby returns a value by default. This returned value will be the value of the last statement. So topic and topic_highlight are return values from the blocks. |
|
Mar 14 |
answered | parse html tree with nested loops using nokogiri |
|
Mar 13 |
comment |
Using Sinatra and jQuery without redirecting on POST What's your rendered HTML? |
|
Mar 12 |
awarded | Revival |
|
Mar 8 |
comment |
Scraping track data from HTML? Check the updated answer |