All posts from Blog : www.armstrob101.com
Submitted : Fri, Feb 08 2008, 08:37
If you have ever used Linux before, more than likely you have heard of Beryl, or even used it. But if you have not, allow me to explain. Beryl is 3d desktop management software for linux. It allows your desktop to be expanded to six sides, which are ...
http://www.armstrob101.com/wordpress/?...
[More related posts here] tags :
3D Desktop
,
Beryl
,
dynamic
,
Linux
Submitted : Fri, Feb 08 2008, 07:58
Recently, i wrote a program in visual basic that will do several forms of conversions. Binary to hex, Hex to binary, Binary to decimal, and Hex to decimal. The code got quite lengthy, so I posted the link to a text file which contains all of the code...
http://www.armstrob101.com/wordpress/?...
[More related posts here] tags :
binary
,
programming
,
vb
,
visual basic
Submitted : Wed, Feb 06 2008, 09:32
If you are tired of limited to no customizing of your ipod touch, and do not wish to pay the $20 fee from apple, then follow this step by step tutorial on how to "jail break" your ipod. Although this is a very simple process, there are a few downside...
http://www.armstrob101.com/wordpress/?...
[More related posts here] tags :
Apple
,
iPod
,
jailbreak
,
Safari
Submitted : Wed, Feb 06 2008, 09:31
Many people have been curious as to what web 2.0 really is. Not long ago, I myself didnt know what it was, but this video, that i have shared below, makes it pretty simple to understand. Enjoy!
http://www.armstrob101.com/wordpress/?...
[More related posts here] tags :
Web 2.0
,
you tube
Submitted : Wed, Feb 06 2008, 09:31
Here is a vb code sample for a simple exit message dialog box:
If MessageBox.Show(”Are you sure you want to quit?”, “Exit Application”, _
MessageBoxButtons.YesNo, MessageBoxIcon.Question) = vbYes Then
‘Exit the application
Application.Exit()
E...
http://www.armstrob101.com/wordpress/?...
[More related posts here] tags :
programming
,
vb
,
visual basic
1