Jonathan Lonowski

4,860
Reputation
302 views

Registered User

Name Jonathan Lonowski
Member for 1 year
Seen yesterday
Website
Location Omaha
Age 22
Web Developer, Linux and PC, Regex Fanboy, Googlist, and often tweetless (@coiscir).
Nov
16
answered Ruby: Convert encoded character to actual UTF-8 character
Nov
16
answered having problem with this ajax module !
Nov
12
revised Is it something bad to use <BR />?
added 6 characters in body
Nov
10
revised How do I access an ‘@attr’ value in JSON with jQuery
deleted 808 characters in body
Nov
10
answered How do I access an ‘@attr’ value in JSON with jQuery
Nov
8
answered How to pass a variable into regex in jQuery/Javascript
Nov
4
comment object expected error javascript
This might be better as an edit to your question -- this definitely isn't an answer on its own.
Nov
4
revised object expected error javascript
added 550 characters in body; deleted 550 characters in body
Nov
4
answered object expected error javascript
Nov
4
comment Attitudes toward foreign programmers
It's a valid question, but it's not on point with SO. It's both subjective and not directly related to programming. Because of this, it should be a Community Wiki discussion rather than a normal Q/A.
Nov
3
accepted Regex - Return First and Last Name
Nov
2
answered Regex - Return First and Last Name
Oct
30
accepted problem with saving data like 12 ÷ 5
Oct
30
answered problem with saving data like 12 ÷ 5
Oct
29
accepted jQuery Syntax error in Safari
Oct
29
answered jQuery Syntax error in Safari
Oct
28
accepted JavaScript Regex to return the last digits and ASP.Net event Handler?
Oct
28
answered JavaScript Regex to return the last digits and ASP.Net event Handler?
Oct
23
comment Totally basic Javascript reference question
Prototyping breaks this. Simply Object.prototype.foo = function () {}; will create infinite recursion.
Oct
17
answered using javascript to track another javascript script?
Oct
16
accepted Suppress rake in directory message
Oct
16
answered Suppress rake in directory message
Oct
14
accepted javascript Isolating characters
Oct
14
answered javascript Isolating characters
Oct
8
answered Module pattern vs. instance of an anonymous constructor
Sep
28
comment Flatten a recordset in SQL Server?
Was holding out for a 2k solution. But, seems one isn't coming. ;)
Sep
24
answered Difference between using var and not using var in JavaScript
Sep
23
revised Groovy list.sort by first, second then third elements
added 485 characters in body; added 2 characters in body; deleted 14 characters in body
Sep
23
accepted Groovy list.sort by first, second then third elements
Sep
23
answered Groovy list.sort by first, second then third elements
Sep
21
answered Basic JSON.parse question
Sep
21
comment Basic JSON.parse question
@nickf: Look beyond the array to the objects within. ;) alert(json.param1) should be "[object],[object]"
Sep
21
comment Basic JSON.parse question
The array is probably fine, but it seems the objects within are being parsed as strings: (abbr.) ["{\"ID\":17}","{\"ID\":64}"] Thus, seeing {"ID":17},{"ID":64} when alerted.
Sep
21
comment Basic JSON.parse question
You might want to post a segment or sample of the origin JSON rather than the alerted version -- Array.toString doesn't return valid JSON, which can be misleading.
Sep
19
answered GitHub noobian, should I install msysGit or Cygwin?
Sep
18
awarded  Yearling
Sep
12
accepted css and divs - parent’s attribute for children
Sep
11
revised css and divs - parent’s attribute for children
added 65 characters in body; added 167 characters in body
Sep
11
answered css and divs - parent’s attribute for children
Sep
10
comment python database / sql programming - where to start
Considering the date of that post... docs.python.org/library/sqlite3.html pysqlite has been available as sqlite3 since Python 2.5.
Aug
25
accepted Robust Javascript Exception Handling
Aug
22
answered basic xmlHttp question
Aug
19
answered How to pull the file name from a url using javascript/jquery?
Aug
7
answered How do I make a collapsible menu in javascript?
Aug
6
comment Is it possible to decrypt md5 hashes?
By design, all same-length hashes suffer from collisions. It's unavoidable when restraining variable-length data. MD5 is considered obsolete for its rate of collisions, not for the fact of colliding.
Jul
22
awarded  Civic Duty
Jul
20
awarded  
Jul
9
answered Robust Javascript Exception Handling
Jul
5
awarded  Popular Question
Jul
5
accepted RegEx for all letters (including Chinese, Greek, etc.)