coden4fun's Contributions
Below are the tutorials, code snippets, and resources coden4fun has submitted to dream.in.code. For more information on Kudos and contributing to dream.in.code visit: http://home.dreamincode.net/?p=about#kudos.
Tutorials
Code Snippets
Submitted: March 16, 2009        Views: 6375
Demonstrates how to have your Flex app auto-start in full screen mode.
Submitted: February 27, 2009        Views: 9439
This checks to see which available COM ports are open using System.IO.Ports then adds the available ports that are open to a combobox. You could replace the combobox to just a string[] and return that. This returns a bool, for it's integrated into our applications, and libraries, but works fine stand alone.
Submitted: January 3, 2010        Views: 14887
To create a generic repository that many database(s), data table(s) could potentially used with little to no configuration that would be the Scaffolding for that database, or table for a specific db.
Submitted: December 29, 2009        Views: 1557
Using a geeric list, and a repository, create a generic list of links and if they're active (ready for the live site) then they will show up on the navigation.