Echo

653
Reputation
35 views

Registered User

Name Echo
Member for 1 year
Seen yesterday
Website
Location Michigan
Age 25
I program for work and for fun.
2d
comment How to get Amazon Seller Central orders programmatically?
That PDF was the best documentation I've seen so far :) Thanks.
Nov
23
asked How to get Amazon Seller Central orders programmatically?
Nov
20
comment What real life bad habits has programming given you?
I did. -----------
Nov
20
comment What’s the least useful comment you’ve ever seen?
I've had to do strange things like that in an old VB6 project...
Nov
16
awarded  
Nov
10
comment What do you wish you’d known about when you started learning Python?
I never wanted to know Java either. I was forced to in college. And since I have learned about it, I dislike it even more.
Nov
6
comment Overhead of a Round-trip to MySql?
500 is way to many queries for one page. Our home page has the most queries of our site(I think) and that is 57 queries. But 52 of those are cached with memcached.
Oct
30
comment Designing the storage for a very large game world.
@S.Lott: Good ideas. I think I'll start using a regular python dict for now, and change it as needed later on.
Oct
30
revised Designing the storage for a very large game world.
Added more
Oct
30
comment Designing the storage for a very large game world.
I'm not quite sure if that will work for me or not. But I will look into that, thanks. Does the shelve keep the whole 'shelf' in memory? I couldn't tell from the docs. Also, any idea how well it does with millions of things in it?
Oct
30
asked Designing the storage for a very large game world.
Oct
19
awarded  Nice Question
Oct
18
comment How to generate random ‘greenish’ colors
Great ideas. Thanks
Oct
18
comment How to generate random ‘greenish’ colors
If I could accept 2 answers, I would accept this one too. Thanks.
Oct
18
asked How to generate random ‘greenish’ colors
Oct
14
answered Easy pretty printing of floats in python?
Oct
2
comment Php Submit buttons in webpages
Just curious, why is that bad? (If there is just one button of course)
Sep
21
asked Problems with custom alert box via jqueryid dialog
Sep
19
comment Help optimizing MySQL query.
Ah, I bet that is what the problem is, thanks.
Sep
19
comment Help optimizing MySQL query.
I just added the definition of st_issues
Sep
19
revised Help optimizing MySQL query.
added 1098 characters in body
Sep
19
asked Help optimizing MySQL query.
Sep
17
awarded  Yearling
Aug
1
awarded  Popular Question
Jul
14
comment How to style an anchor tag to look like a button with the same height as the button?
Thanks. Some times I'm in a hurry and I forget to fix up the old HTML that I am working with.
Jul
13
asked How to style an anchor tag to look like a button with the same height as the button?