Windows Phone 7

WP7 Game Development : A Beginners Guide (XML Specified Content)

Hello again. I am here today to talk about setting up objects in XNA using data read from .XML files. There are a number of ways to achieve this. One of the most popular is to use the built in XML serializer. I will be talking about this in one of my next articles. Today I am going to show you how to use the Content Pipeline to load object properties from an XML file.
Continue reading ‘WP7 Game Development : A Beginners Guide (XML Specified Content)’

windows phone 7

Windows Phone 7 Game Development: A Beginner’s Guide (Accelerometer)

Hello all. Keith here again, as promised. Bounce is now available, for free, on Zune marketplace. The current version contains some game-play bugs but an update will fix these in the next few days.

 

This is to be my first article on common problems faced by developers new to WP7. I am by no means an expert but I found that most of the articles and posts relating to the topics I will cover weren’t coherent or were too advanced for a developer new to WP7.
Continue reading ‘Windows Phone 7 Game Development: A Beginner’s Guide (Accelerometer)’

How to get hidden, autoplaying audio in html5 on iOS

How to get hidden, autoplaying HTML5 audio on iOS (now with added hackiness!)

Let me start this article the same way I started my previous article about this topic: don’t autoplay audio. Autoplaying audio is the worst thing on the web and nobody will visit your site if you play audio without permission. It’s a bad, bad thing and people will hate you for it. Your dog will run away and your best friend will kick you in the face.

Continue reading ‘How to get hidden, autoplaying HTML5 audio on iOS (now with added hackiness!)’

Do GNOME

GNOME Do Ubuntu 10.04 crashes on login

If you’re like me and use GNOME Do in dock mode and have it start on login in Ubuntu 10.04 you’ve probably noticed that it seems to crash when you login. After a long while putting it off I eventually went in search of a solution. Continue reading ‘GNOME Do Ubuntu 10.04 crashes on login’

Google Web ToolKit

Flax engine: GWT event bus implementation

In any software system there is going to be events, such as onComponentLoad, onMouseClick etc. Flax as an engine was based off another engine I had written in C++ using SDL as the graphics API, though it was never really finished and lacked a key element from the start: the ability to create custom events, which objects could listen for. What resulted was code which Continue reading ‘Flax engine: GWT event bus implementation’