drozzy

743
Reputation
287 views

Registered User

Name drozzy
Member for 9 months
Seen 2 hours ago
Website
Location Toronto
Age 26
I like python. Got my B.Sc. University of Toronto. Work as a web developer.
23h
answered Serving simple image with App Engine django patch?
1d
asked Serving simple image with App Engine django patch?
1d
comment Django on Google App Engine
I found the app engine patch to be a PIA. It always looks for some strange python modules, oftentimes returns wierd errors, and functions completely different than django runserver.
Nov
29
comment Turn off tooltips in Eclipse / Aptana
I don't see how this has anything to do with Ecplise or other editors.
Nov
29
comment Turn off tooltips in Eclipse / Aptana
That's the stuff! Just disable Combined Hover. You can bring it up by stepping on the word and pressing F2.
Nov
29
comment Mouse Over listener for FlexTable in GWT 1.7?
I didn't try it yet but i'll mark it accepted for now
Nov
27
comment View GWT HTML source?
Heh my friend! I am just starting digging around in it. I am a Django/python/prototype developer but Javascript is really getting to me. Just fiddling with GWT for now. See my other answer here comparing GWT to regular hosting: stackoverflow.com/questions/722463/…
Nov
27
comment Mouse Over listener for FlexTable in GWT 1.7?
Also this shows how to implement this.. but I can't seem to cast the event to the elent that generated it: (Label)event.getEventTarget() doesnt work! code.google.com/webtoolkit/articles/…
Nov
27
comment Mouse Over listener for FlexTable in GWT 1.7?
Do you know how I could handle that on the FlexTable? I found this link but I don't really understand how it works: java2s.com/Code/Java/…
Nov
27
comment View GWT HTML source?
Thanks, Inspect element is what I was looking for!
Nov
27
comment Reasons not to use django
Nope, elif allows you to put Logic into your templates. Do your logic in your views and models.
Nov
27
comment Reasons not to use django
I suggest you look into Django on App Engine.
Nov
27
comment Reasons not to use django
Django is worth it for the urls and templating alone. If you design your app in a restful way with raw SQL i don't see any problems with aggregation. Furthermore consider separating your aggregation pieces and computationaly intensive components.
Nov
27
answered View GWT HTML source?
Nov
27
asked View GWT HTML source?
Nov
27
asked Mouse Over listener for FlexTable in GWT 1.7?
Nov
21
revised Is Google App Engine better than Webfaction for a beginner in Django dev?
Added talks
Nov
21
revised Is Google App Engine better than Webfaction for a beginner in Django dev?
Added more info about db denormalization; added 339 characters in body
Nov
21
asked In Picasa Api how to check if photo is already loaded?
Nov
19
asked How to get Album URL from picasa API?
Nov
19
accepted Haystack Whoosh Spelling Suggestion too greedy
Nov
17
accepted Django fetch model objects based on time with interval on the model itself
Nov
15
accepted Is Google App Engine better than Webfaction for a beginner in Django dev?
Nov
14
answered Django fetch model objects based on time with interval on the model itself
Nov
14
answered Is Google App Engine better than Webfaction for a beginner in Django dev?
Nov
12
answered Haystack Whoosh Spelling Suggestion too greedy
Nov
11
asked Haystack Whoosh Spelling Suggestion too greedy
Nov
10
comment Django template tag for Model query result
In that case try asp.net
Nov
6
asked Django multiple view parameters and duplicated named urls
Nov
6
answered Django template tag for Model query result
Nov
3
awarded  Popular Question
Oct
9
comment jQuery SVG vs. Raphael
Sorry but site site looks horrible. I love the work you do on Raphael, and would be very interested in checking out more progress, but after staring at a Yellow Page with a Yellow graph my Eyes go googly :-) It is very hard to find what is where on your site. You do some interesting things however!
Oct
6
comment How to make fields readonly while updating.
Oh yah.. that's very "simple" :-)
Oct
6
comment matplotlib svg requires plugin to view
Yap, I did not send the correct mimetype from django...
Oct
6
comment matplotlib svg requires plugin to view
Yap thats right... i didn't set the correct mimetype in django
Sep
16
asked matplotlib svg requires plugin to view
Sep
3
comment Django Formset.is_valid() failing for extra forms
Nope, but that's what fixed it.
Sep
3
awarded  Self-Learner
Aug
28
comment Iterating over model attributes when creating a template in Django
Right,.. i added sorted_attrs method. I'm sure there is a better way of doing this, but this is a quickneasy hack. Frankly, this kind of approach is wrong at it's roots. If you need to iterate over something, it is better to use an array or other storage structure - not the attributes of the class.
Aug
28
revised Iterating over model attributes when creating a template in Django
added 147 characters in body; added 2 characters in body
Aug
25
comment Paypal NVP getRecurringPaymentsProfileDetails error 10001
wow i love how stackoverflow is becoming free customer support...
Aug
25
comment Iterating over model attributes when creating a template in Django
Doh, thanks, corrected now.
Aug
25
revised Iterating over model attributes when creating a template in Django
added 3 characters in body
Aug
10
revised LoadContent does not work in my components
deleted 562 characters in body; edited tags
Jul
23
accepted Iterating over model attributes when creating a template in Django
Jul
23
comment Trying to understand Django’s sorl-thumbnail
wall of text. confusing
Jul
23
comment django - circular import problem when executing a command
Lol, welcome string constant. Do you also write some of your views in globals.py? c2.com/cgi/wiki?GlobalVariablesAreBad
Jul
23
answered Iterating over model attributes when creating a template in Django
Jul
23
comment unique value field based on another field in django
Question is very vague and confusing. Instead of showing your solution and making us guess the problem, describe the problem more instead.
Jul
15
comment Make onclick event stick after page reload
hey, you want your checkmark or not, smartbuzz?