Welcome To Will's Website!
I'm about at the point where I feel like I've got my legs underneath me. Updates are coming a bit more regularly, and I actually have
some content to display. I'm looking to keep this positive trend rolling.
Welcome To Will's Website!
I'm about at the point where I feel like I've got my legs underneath me. Updates are coming a bit more regularly, and I actually have
some content to display. I'm looking to keep this positive trend rolling.
I've got another tutorial up. Once again, it's for Haxe. This time I'm addressing standard buttons, and a useful way to abstract them out in Haxe for reusability, and flexibility. Buttons are the backbone of interactivity for touchscreens. With tablets and smartphones becoming such profitable... More >>
After a few days of typing, I have completed my first on-line tutorial. It describes in-depth my efforts to add a keyboard management solution to my software. It even includes a fully functional HTML5 example near the end. If you are viewing the tutorial on an iOS device, you will most likely need... More >>
Got a lot done in programming my game framework today. Working from Flixel as an example, I created several classes for keeping track of Keyboard states. The code does not translate directly from Actionscript 3 to HaXe. I had to use a Hash table, and the syntax for that is different in HaXe. There... More >>
After about a week's worth of research and coding, I have a functional blog. Some of the PHP documentation I was referencing was a tad out-of-date, so I had to re-do the MySQL coding. But now I've got everything up and running to my satisfaction, with nice object-oriented code that will be easy for... More >>