-
Recent Posts
Recent Comments
- ssd cloud servers on Blurb of the day
- Gary Parks on A little off topic. Roku SkitterTV
- Momo on A little off topic. Roku SkitterTV
- Inga on Blurb of the day: Data Retrieval from Sybase using .net
- HeisseSussy on Deciphering the Database
Archives
Categories
Meta
Monthly Archives: October 2011
Item Of the Day. Playing .net io.stream using FMOD
So lets say you want to connect to a website to stream their music through your app, but the problem is they dont give you a direct link only a connectstream from system.net.connectstream. How do you play this with fmod? … Continue reading
Item of the Day: Transparent Textures with Android Opengl es
So on my quest to make a new android app i ran into an issue. My stupid texture would not filter the black from the image so that portion could become trasparent. But never fear after much searching and me … Continue reading
Website login through code
website logins are an easy thing to do. All you have to remember is post all inputs for the form. Also always check for any javascript in the form that might need to be implemented in your code. Once you … Continue reading
Posted in Uncategorized
9 Comments
Blurb of the day
If you ever decide you need to load a datatable from an xml file just remember if you export from a datatable to an xml file it will use that data tables name in the xml file. Why is this … Continue reading