| bio | website | geekcubed.org |
|---|---|---|
| location | Nottingham, United Kingdom | |
| age | 30 | |
| visits | member for | 4 years, 8 months |
| seen | 1 hour ago | |
| stats | profile views | 196 |
A PHP monkey who loves wiring websites together. Regularly gets down and dirty developing CRM systems based around SugarCRM
|
Apr 30 |
awarded | Nice Answer |
|
Dec 30 |
comment |
facebook integration for android is hectic process in eclipse You need to be more specific with your question. Can you edit and add details of exactly what errors you are getting - eg. the output from the build process. |
|
Dec 13 |
awarded | Nice Answer |
|
Dec 5 |
awarded | Nice Answer |
|
Sep 3 |
awarded | Yearling |
|
Dec 8 |
awarded | Nice Answer |
|
Sep 4 |
awarded | Yearling |
|
Jul 7 |
awarded | Enlightened |
|
May 19 |
comment |
MySQL Union Query w/ Left Join - Order By Error? In fairness, the question wasn't about if UNION was appropriate or not, it was about issues with manipulating (i.e. ordering) the data set that is generated by a UNION. |
|
Apr 5 |
awarded | Popular Question |
|
Apr 1 |
awarded | Nice Answer |
|
Jan 22 |
revised |
Using .otf fonts on web browsers edited tags |
|
Sep 4 |
awarded | Yearling |
|
Jul 19 |
awarded | Peer Pressure |
|
Apr 27 |
comment |
Facebook Developer Toolkit doesn't redirect after authorization Did you find a solution to this - I am also seeing the FacebookAuthorization filter always forcing a redirect to login |
|
Apr 18 |
comment |
What's the cheapest way to upgrade from standard VS2008 to VS2010? Priced at £269 in the UK - emea.microsoftstore.com/UK/en-GB/Microsoft/… |
|
Apr 14 |
comment |
What's the cheapest way to upgrade from standard VS2008 to VS2010? Further to this, Soma has commented that the discounted "Standard Offer" will be available worldwide in the near future - blogs.msdn.com/somasegar/archive/2010/04/11/… |
|
Mar 22 |
comment |
how not to allow muliple keystokes received at one key press? As the poster stated, both events fire (keyDown followed by keyUp) even when it's a key that's repeating |
|
Dec 16 |
comment |
How to fill a square with smaller squares/rectangles? @graphicdivine (num ft * 12) + inches = decimal size. Next! |
|
Dec 9 |
comment |
Why are some java libraries compiled without debugging information More often than not, you should be able to download an un-optimised/"debuggable" version of the lib, or you can just bite the bullet and pull down the src yourself |