Archive for the ‘Web Development’ Category

Guam Reunion: West Coast Style

Interestingly enough, we have been contacted recently for a possible West Coast Guam Reunion sometime now that we are out here, and I have to say I’m rather excited about the possibilities. For one thing, it will require me brushing the dust off of the guamreunion.com domain and actually coming up with a theme and [...]

More »

Simple Actionscript Shooter Phase 1 (AS3)

Well, OK, it’s not much of a Phase 1 – more like Phases 1, 2 and 3 all rolled into one simple demo, but for my purposes, the name will suffice. Many different ideas and techniques have been rolling around in my head for months, and I finally decided to try and find a simple [...]

More »

Embedding Fonts into Actionscript Only Project (AS3)

Embedding fonts has been a bane to me for some time, and I finally spent the time to find both the easiest and most comprehensive way to embed needed fonts into a SWF using AS3 only. As always, I try to keep the demos here as lightweight as possible, and I have tried to keep [...]

More »

Map Handling Take 3 – Hover Over Borders (AS3)

Well, at the risk of sensory overload today – it’s my blog after all – I decided to post one more version of my map handler. This one adds in the classic mouse hover scroll effect at the edges of the map. I did try to make it a bit more usable, though, by calculating [...]

More »

Drag Viewport for Map Preview in AS3

So, a really quick update post here. Upon publishing my previous post, I received some great feedback from gamer friends who thought a good way to improve the interaction would be to allow for dragging the preview marker around to update the viewport in addition to simply clicking. After giving this some thought and suppressing [...]

More »

Handling Larger Maps in AS3

I have been working on some ideas for a TD game that would be both entertaining and original, and I feel that – with the help of a couple friends’ input – I’m on the way to something worth developing. Since I have already put together much of the “guts” for a TD game, I [...]

More »

jQuery Plugin: gwSlideshow launched

A while ago, I wrote a jQuery based slideshow that I shared with some friends, and I ended up getting a pretty good response to it – enough to merit making a full plugin with it. Here is the initial launch of the plugin and project, and I’d love to get any feedback pertaining to [...]

More »

WhatGamersWant.com

In efforts to create a unique gaming site, we would like to get your input on what areas of the gaming community have yet to be tapped to their fullest potential. If you have any input at all concerning what focus this site should take, please leave feedback on the site directly: www.whatgamerswant.com. Thanks for [...]

More »

Not Just Another Gaming Site

So, I have come to a decision point, and I need some input. Having owned the domain www.whatgamerswant.com for nearly two years now, I figure it’s about time to do something with it, so I am faced with the challenge of deciding what, exactly, to do.
I have toyed with ideas for using it as a [...]

More »

Optional Config Objects in JavaScript OOP

Well, one of the challenges in writing our custom JavaScript library for this next release of our CMS at work has been to come up with a modularized approach to our objects that can be followed precisely while still allowing a measure of flexibility to the end developer (Imagine that! Actually trying to support some [...]

More »