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’

How to get hidden, autoplaying audio in html5 on iOS

How to get hidden, autoplaying audio in html5 on iOS

Let me start this with a warning: If you’re making a website and you think autoplaying audio in the background is a great idea, you’re wrong. Very, very wrong.

Autoplaying audio, especially hidden autoplaying audio, is a terrible idea. Continue reading ‘How to get hidden, autoplaying audio in html5 on iOS’

A tutorial on Remote Procedure Calls (RPCs) in Google Web Toolkit

A tutorial on Remote Procedure Calls (RPCs) in Google Web Toolkit

At some point in your GWT development, you’ll want to start communicating with a server. Handily, GWT has a lot of stuff built in to help you do this in as easy a way as possible. The GWT RPC framework is very helpful indeed for just this, and this post will show you how to create your RPC services easily. Continue reading ‘A tutorial on Remote Procedure Calls (RPCs) in Google Web Toolkit’

Setting up Eclipse for Android development on Windows, Linux and Mac

Setting up Eclipse for Android development on Windows, Linux and Mac

Well with the impending arrival of my 7″ Rockchip 2808 Dual Core Android Tablet device from Amazon. I am getting excited about developing  applications and more specifically games for Android. So I need to setup my favorite IDE eclipse width the latest Android SDK’s and Android Eclipse Plugin (ADT) for android development. Continue reading ‘Setting up Eclipse for Android development on Windows, Linux and Mac’