Category Archives: Uncategorized

The Awesomeness Of Interfaces

It is a wonder how i went so long without the greatness of the vb.net Interfaces. We’ve all made classes that we about the same so we just made a base class to hold all of the like data and … Continue reading

Posted in Uncategorized | Tagged , , , | Comments Off on The Awesomeness Of Interfaces

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

Posted in Uncategorized | Tagged , , , , , , | 16 Comments

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

Posted in Uncategorized | Tagged , , , | 6 Comments

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

Posted in Uncategorized | Tagged , , | 16 Comments

Interesting Item of the Day

In the process of making my media player, which is always changing, I wanted to add a plugin system to my player. One of the problems i always face is adding new features. Its not that i cant add them … Continue reading

Posted in Uncategorized | Tagged , , | 3 Comments

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

Posted in Uncategorized | 2 Comments