Sudhakar.hcitek's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. Build for Xbox 360 and Windows in one project
I have created a Visual Studio project template that can be built for either Xbox 360 or Windows, by selecting the correct platform in the VS IDE. There's nothing particularly clever about this, it just uses some of the conditional abilities of MSBuild projects to merge the properties of an Xbox 360 XNA project with a Windows XNA project. There's a slight problem though - the VS Express C# IDE has, by default, disabled the build configuration and platform settings to present a simpler interface to beginners. In order to use this project template you need to re-enable these features and should probably have a reasonable understanding of what they do. This could be the reason that the XNA devs have mentioned that building for both platforms ...Show All
Internet Explorer Development Javascript Loading problem in IE7 - but not with Firefox 2.0
Hello, I have the following code that I am using in the header part of my code to load pictures for a slide show. The pictures do not get loaded in IE7 until I manually refresh. However, they get loaded in Firefox without a problem. I read threads about refresh problems with IE7, but none deals specifically about this. Can someone help <script src="ajax-slideshow.js" type="text/JavaScript" charset="utf-8"></script> <script type="text/JavaScript" charset="utf-8"> // <