1,781 reputation
617
bio website duttonsoftware.com
location
age
visits member for 2 years, 10 months
seen 18 mins ago
stats profile views 70

Logos Bible Software


6m
reviewed No Action Needed What is that Mobile App effect where as you scroll down and it becomes part of header called?
7m
comment What is that Mobile App effect where as you scroll down and it becomes part of header called?
See also stackoverflow.com/questions/12296204/…
10m
reviewed Reviewed iframe CSS Override for New Twitter Widget
10m
comment iframe CSS Override for New Twitter Widget
This appears to be a question, not an answer.
12m
reviewed No Action Needed Freebase batch search
15m
reviewed No Action Needed Failed to start devlopment server — BindError: Unable to find a consistent port localhost
May
2
answered How can I set the tab order for multiple controls in XAML
Apr
25
revised Self defined Javascript function not working as I expected?
Edit to clarify meaning per comments
Apr
24
answered Self defined Javascript function not working as I expected?
Apr
22
revised How do I loop through image src
edited tags
Apr
15
comment Issues with Web Config file and Active Directory
Can you provide the error text or a screenshot?
Apr
11
comment Copy string - Python
Similar question with a bunch of good answers stackoverflow.com/questions/579687
Apr
8
comment How can i select a value from dropdown menu which is found in a double form tag with Python mechanize?
This question seems related: stackoverflow.com/questions/7459488/…
Apr
8
comment Strategy for scraping web pages, maximizing information gathered
On a side note, I would separate the scraping and processing into two steps. First, go download the info and store the raw result in a file or database. Then you can reparse your results a number of times until you get a good result, without hammering the websites of the companies you are looking at.
Apr
5
comment Python word game issue
Instead of picking a random index, you can use random.choice. See this Stack Overflow question for more details: stackoverflow.com/questions/6157967/…
Apr
4
answered Strategy for scraping web pages, maximizing information gathered
Apr
4
comment Strategy for scraping web pages, maximizing information gathered
Adding one example would be good enough to give some context. 1 >>> 0
Apr
4
comment save data in xml file to mysql database(xml parsing)
What does it mean "The above code is not working"? Are you getting an error? If so, post the trace. If not, explain what you mean.
Apr
1
answered Setting up Google App Engine SDK - Doesn't Run App
Apr
1
revised How to add LI in UL in arbitrary position using jQuery
edited tags