by Robert Mills
25. April 2012 10:35
289d2509-b5e4-4dd2-8915-30eeabd3755c|0|.0
Tags:
Random Links
by Robert Mills
25. April 2012 10:22
The good - the new version of Chrome Beta for Android finally supports the desktop user agent string.
The bad - Bluestacks still doesn't let me use touch in the Android app when running on my tablet. They hint that it may work if I install Windows 7 on the tablet, but they are too wishy washy about it to get me to actually try it.
0a609297-dd96-44d0-b02a-0d86deee2acb|0|.0
Tags:
Irks
by Robert Mills
12. April 2012 14:19
Note to self, when you install Visual Studio 11, it disables NT auth for IIS Express by default. To turn it on, go to My Documents, IISExpress, config and modify the applicationhost.config file, changing <windowsAuthentication enabled="false"> to <windowsAuthentication enabled="true">.
e6a1e960-d1c2-437a-b619-849b3c653540|1|5.0
Tags:
Irks
by Robert Mills
3. April 2012 12:07
If you haven't seen it, some awesome guy named Kevin Gadd has made created a compiler to convert XNA to HTML5 named JSIL.
This should really come in handy soon considering Microsoft is saying they are not supporting XNA in Metro.
One thing to note, be careful when you are pulling down all of the magic from github, make sure you get his fork of ILSpy instead of the official one.
I originally pulled this down to convert Invaders to HTML5, it isn't compiling yet, but I had a good bit of stuff in there that wasn't XNA specific (using configurationmanager to dynamic load resources), so I most likely just need to slim it down a bit and give it another go.
6d2f787b-133e-4fdc-9a01-6035f0c9d784|0|.0
Tags:
XNA