Ben Noland

612
Reputation
90 views

Registered User

Name Ben Noland
Member for 1 year
Seen 17 hours ago
Website
Location Boise, Idaho
Age 27
I am a software developer at Clearwater Analytics in Boise, Idaho.
Nov
15
comment Find out whether a Linked List has a loop
typo, should be if(p1==p2) CYCLE!!
Oct
31
awarded  Yearling
Sep
26
comment Don’t show iPhone keyboard for a particular textbox in web page?
I just tried this, it worked for me! I'm using the jqueryui datepicker and didn't want the keyboard to pop up. This did the trick.
Sep
20
asked disable rotation of a webpage in iphone
Sep
18
revised iphone webapp, server side view template selection
edited title
Sep
18
asked iphone webapp, server side view template selection
Aug
18
asked cherrypy logging
Jul
30
answered Pretty printing XML in python
Jul
24
awarded  Notable Question
Jul
10
comment looking for a more pythonic way to access the database
Some of the methods I write will need to interact with the results. Seems like it would be awkward with this method. Can you call the fetch methods after the connection is closed?
Jul
10
comment looking for a more pythonic way to access the database
I think I like the context manager approach. The link given by ars describes it well enough, but thanks for the offer.
Jul
10
comment looking for a more pythonic way to access the database
It works fine with the guid alone. Is there an issue I'm unaware of?
Jul
10
asked looking for a more pythonic way to access the database
Jul
8
comment MySQL get the date n days ago as a timestamp
I'm after the MySQL Timestamp.
Jul
8
asked MySQL get the date n days ago as a timestamp
Jul
3
answered Python Unix time doesn’t work in Javascript
Jun
14
asked Which template technology should I use with CherryPy?