User Tony Edgecombe - Stack Overflowmost recent 30 from stackoverflow.com2009-11-27T18:32:14Zhttp://stackoverflow.com/feeds/user/6979http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/422539/energy-efficient-application-development/439660#4396601Answer by Tony Edgecombe for Energy efficient application developmentTony Edgecombe2009-01-13T16:24:16Z2009-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#3741111Answer by Tony Edgecombe for Django Admin's "view on site" points to example.com instead of my domain.Tony Edgecombe2008-12-17T09:51:40Z2008-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#2989181Answer by Tony Edgecombe for How to get a pdf to display in a web browser before it's fully downloaded.Tony Edgecombe2008-11-18T14:40:20Z2008-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#1908632Answer by Tony Edgecombe for Good book/resource to learn "effective" template programming in C++ ?Tony Edgecombe2008-10-10T11:10:46Z2008-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#715703Answer by Tony Edgecombe for What is needed to get Delphi back on top?Tony Edgecombe2008-09-16T12:05:02Z2008-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#715090Answer by Tony Edgecombe for C++ UI resources.Tony Edgecombe2008-09-16T11:52:00Z2008-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#625602Answer by Tony Edgecombe for Remote installing of windows serviceTony Edgecombe2008-09-15T12:56:33Z2008-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>