lang="en-US"> Jade – Page 20 –  Design1online.com, LLC

Author: Jade

0

Error FIX: Crystal Report Won’t Stop Loading

Problem: I noticed if you have really large strings in the crystal report, instead of having them as type text (aka memo in Crystal) the report won’t ever stop loading. For instance,  a field...

0

Recent Activity

This week White Oak Stables has had a lot happening. There’s a new help wiki that all members can use to create, edit and modify the game help files. This is a huge improvement...

0

Dynamic Horse Images

New images are under way for White Oak Stables. These images will be generated dynamically, which means breedings will result in new coat and marking colors. If you have an picture URL up for...

0

MSSQL Tutorial: Select All Tables & Fields

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

0

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

0

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.

0

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...