Wednesday, December 23, 2009
We're Moving
Since the time that I started this blog over a year and a half ago I have had the opportunity to start my own web design business. It only makes sense at this point that this blog gets merged with the website for my business. This blog has therefore been migrated to its new home at http://www.nosecreekweb.ca/blog/. Enjoy!
Thursday, November 19, 2009
Unity is Now Free!
Thursday, October 15, 2009
Virii - The Game
Okay, I have an entry. As much as anything this was an opportunity to learn how to do Object Oriented Programming in Lua and also to actually finish a game for once (yes, I do have that awful habit of starting something and not completing it).
*Gameplay*
Computers, at the most basic level, run on a code of 1s and 0s, known as binary code. Several virii (aka viruses) have attacked your computer by changing some of these 1s and 0s into… 2s! Use the + and – keys to add or subtract from any number on your screen, but be warned: every time you change a number the virus will attempt to spread. Surround a virus with either all 1s or all 0s and it will be neutralized. Press ‘r’ on your keyboard to reset the puzzle.*Download*
http://www.mediafire.com/file/fiw02gtml4n/virii.love
The game is made available as a love file and requires the LOVE “game engine” to run. You can download it at:
http://love2d.org/download
Wednesday, September 2, 2009
Smooth, round edges in The Gimp
1. Use the rectangle selection tool to select the area where you want your border.
2. From the menu: Select -> Rounded Rectangle. I rounded mine by 30%.
3. From the menu: Select -> Feather. Enter a low number. For my rectangle I chose to feather by 2px.
4. Fill your rectangle with your desired border color.
5. From the menu: Select -> Feather. This time feather your selection by 0 pixels.
6. Fill your rectangle with your desired fill color (white in my case).
7. You're done!
Doesn't this one look so much nicer?
Sunday, June 7, 2009
Web Browsers
<!--[if IE 6]> (Put this before your IE6 specific html)
<![endif]--> (Put this after your IE6 specific html)
Alternatively, you could also use:
<!--[if ! IE 6]> to make IE6 ignore certain parts of your html.
While we're on the topic, if you want a good laugh head over to www.saveie6.com. Yes, this is a joke; the site was opened on April 1.
And finally, some exciting news. A developer build of Google Chrome has been released for Linux and Mac OS X!