lang="en-US"> Tutorials – Page 8 –  Design1online.com, LLC

Category: Tutorials

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

0

Flash AS3: Difference between a number and int and uint

Number – holds decimals and numbers larger or smaller than max uint. Uint – holds numbers randing from 0 to 4,294,967,295. Cannot contain decimals. Optimal for holding hexadecimals (ie colors) and large integers. Int...