Archive for July, 2010

Image taken on 2010-02-26 13:52:11 by Rodimuspower.

Hudson Horizons founder, President and CEO Daryl H. Bryant and VP of Web Development Matt Mayernik are interviewed is this company overview video on their Web Development and Internet Marketing firm Hudson Horizons. Hudson Horizons is a full-service Website Design, Development and Internet Marketing Company, located in New Jersey, specializing in custom website development. Some [...]

Image taken on 2010-02-26 14:42:35 by Rodimuspower.

I will be showing you how to create a simple web design in photoshop. There may be a second half to the tutorial on how to code this, but I am not sure yet. I say a couple times that this video maybe be in many parts because it is such a long video, but [...]

Download link for this program; rapidshare.com The Codes; Below Public Class Form 1 past this; Dim DES As New System.Security.Cryptography.TripleDESCryptoServiceProvider Dim Hash As New System.Security.Cryptography.MD5CryptoServiceProvider Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load The Encrypt button; Try DES.Key = Hash.ComputeHash(System.Text.ASCIIEncoding.ASCII.GetBytes(TextBox1.Text)) DES.Mode = Security.Cryptography.CipherMode.ECB Dim DESEncrypter As System.Security.Cryptography.ICryptoTransform = DES.CreateEncryptor Dim Buffer [...]