lang="en-US"> programming – Page 2 –  Design1online.com, LLC

Tagged: programming

0

DOJO Tutorial: Clear All Data From The Grid

Unforutnately if you try to call the startup() function again (the logical way to create your grid all over again…come on now DOJO) you’ll get a the error: “Tried to register widget with id==grid...

1

PHP Tutorial: Connecting to a MySQL Database

You would think this is really obvious but I see a TON of posts on devnetwork.net (great php/mysql forum by the way) where people put their login and password for their database on every...

10

SmartFoxServer Flash AS3 Tutorial: Using Classes

Okay so one of the thing I’ve learned about SmartFoxServer is that the documentation is hard to search through and the sample code they have available really doesn’t cover a lot of standard coding...

0

PHP Functions: Wiggle, Wobble, Squibble & Swipswap

Here are a few fun functions for word games, word scrambling and just plain word craziness. <?php /*********** * Purpose: move a certain letter to a certain position * Precondition: word, letter to move,...

0

PHP Tutorial: Format Dates Taking Country Into Consideration

<? /************** * Purpose: Format dates with country in consideration * Precondition: 2 letter country code the individual is from * Postcondition: date is reformatted for that country * Note: all available country abbreviations...