User Tony Edgecombe - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T18:32:14Z http://stackoverflow.com/feeds/user/6979 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/422539/energy-efficient-application-development/439660#439660 1 Answer by Tony Edgecombe for Energy efficient application development Tony Edgecombe 2009-01-13T16:24:16Z 2009-01-13T16:24:16Z <p>Support older operating systems and hardware, some hardware upgrades are driven by new software.</p> http://stackoverflow.com/questions/344851/django-admins-view-on-site-points-to-example-com-instead-of-my-domain/374111#374111 1 Answer by Tony Edgecombe for Django Admin's "view on site" points to example.com instead of my domain. Tony Edgecombe 2008-12-17T09:51:40Z 2008-12-17T09:51:40Z <p>You can change this in /admin/sites if you have admin enabled.</p> http://stackoverflow.com/questions/298829/how-to-get-a-pdf-to-display-in-a-web-browser-before-its-fully-downloaded/298918#298918 1 Answer by Tony Edgecombe for How to get a pdf to display in a web browser before it's fully downloaded. Tony Edgecombe 2008-11-18T14:40:20Z 2008-11-18T14:40:20Z <p>This might happen if you are serving the PDF from an aspx page, to get the byte-serving that linearized pdf's need the page needs to be served directly or you need to provide the byte serving from the aspx code.</p> http://stackoverflow.com/questions/190854/good-book-resource-to-learn-effective-template-programming-in-c/190863#190863 2 Answer by Tony Edgecombe for Good book/resource to learn "effective" template programming in C++ ? Tony Edgecombe 2008-10-10T11:10:46Z 2008-10-10T11:10:46Z <p>I quite like C++ Template Metaprogramming by Abrahams and Gurtovoy.</p> http://stackoverflow.com/questions/12685/what-is-needed-to-get-delphi-back-on-top/71570#71570 3 Answer by Tony Edgecombe for What is needed to get Delphi back on top? Tony Edgecombe 2008-09-16T12:05:02Z 2008-09-16T12:05:02Z <p>Codegear just need to be a bit quicker on their feet.</p> <p>Clearly Microsoft have as good as abandoned customers developing native code, this creates a good opportunity for an alternative. However we have only just got support for Unicode and there still isn't any 64 bit support.</p> http://stackoverflow.com/questions/48299/c-ui-resources/71509#71509 0 Answer by Tony Edgecombe for C++ UI resources. Tony Edgecombe 2008-09-16T11:52:00Z 2008-09-16T11:52:00Z <p>If you are using Windows the traditional place to start is Petzold </p> <p>There is a nice simple framework <a href="http://users.bigpond.net.au/programming/" rel="nofollow">here</a> which will help you on the way without abstracting too much away.</p> http://stackoverflow.com/questions/62501/remote-installing-of-windows-service/62560#62560 2 Answer by Tony Edgecombe for Remote installing of windows service Tony Edgecombe 2008-09-15T12:56:33Z 2008-09-15T12:56:33Z <p>You can do it , the account needs to exist on the remote machine and you need to use the machine name for the domain name in the LogonUser call.</p>