Headlines Blog
SQL Server 2005, Select All Tables & Fields
SQL: select table_name, column_name, data_type, character_maximum_length, is_nullable from information_schema.columns where table_name in (select name from sysobjects where xtype=’U’) order by table_name
RPG Map Tiles
Here’s a huge collection of map tiles I found. All of them aren’t royalty free so they’re for personal/development use only. Click to download them.
IE FIX: Remove Gray Box From Transparent .png Files
This should only be used when the browser is IE 5.5 or earlier. Download this library to automatically fix all your img tags for you (bottom of page): source
Web Design FIX: Opera & Safari Links Always Red
So this is probably the stupidest thing ever. If you’re importing files into your page and for some reason one of those files doesn’t exist, Opera/Safari generate a 404 page not found error. This...
Crystal Reports FIX: Formatting Numbers & String in Formula So It Doesn’t Have a Decimal
ToText(fieldname, 0, ”) + ” Your string of text here!”
Contract PHP/MySQL Programmer Needed
Are you passionate about games?!? Like animals? Do you live in Northern Virginia? Then perhaps you’re the person I’m looking for. My name is Jade and I started programming my first game when I...
VGXPO Success!
Wow, I had a great time and I got to meet a ton of really great people!! Steve Reid and Gano Haine gave excellent advice on how to pitch a game idea. They stressed...
VGXPO Meet N Greet List
Here’s a list of everyone I’m planning to talk to/meet this coming Saturday. Heh, I’m bringing resumes, business cards, and hopefully my finished business plan. Matt Shaw – Chief Technology Officer at Mythic Entertainment...
Error FIX: Tiny_MCE & RSH Additional “Mysterious” Editor
The Problem Of course I always find the most obscure problems that can occur…. I’m using AJAX and I have both RSH and Tiny_MCE running. To make my life easier I have Tiny_MCE automatically...