Wednesday, May 4, 2011

Researching IP Address Classes

There are 3 classes
A - 10.0.0.0 to 10.255.255.255 (Large network)
B - 172.16.0.0 to 172.31.255.255 (medium I guess)
C - 192.168.0.0 to 192.168.255.255(Home network)

Wednesday, April 27, 2011

Sunday, April 3, 2011

R.I.P Momo


This weeks post isnt work from class.. I'm too sad to do any. I'm very sorry.

This morning at 3:30am My Lovely beautiful Bunny Boy Momo Passed Away From Stomach Pains/Cancer. He fought as hard as he could and i miss him so very much.

He was 7 years old and one great friend and he'll always be rememberd.

Thanks

Friday, April 1, 2011

I Broke The Game


Ha Ha Never Thought That This Would Happen In Mine Craft!!!!

Tuesday, March 29, 2011

2-days and still an error!

-_- I worked on this on the first day all went well till i ran the program then the error appeared. I then played around with the code and the same error appeared... It was definatly not my weekend...

Sunday, March 20, 2011

Blog Task Week 5

Self Study Questions:

1) DAO Stands for Data Access Object
2) CRUD stands for Create,Repeat,Update,Delete
3) The default "datadirectory" is called App _ Data
4) 'Injected" durning a SQL injection attack is malicious SQL commands
5) an example of a one to many relationship is one car company may have many types of cars.
6) three methods that are supported by the sqldatareader class are "read" , "getint32" and "getstring"
7) a property that must be set to allow the code behind file to respond to users selecting a new item in a drop down list is Autopostback.
8) the event's name that is triggered by the selection is onselectedindexchanged
9) a delegation method is something that calls some other method to do the work.
10) three problems that covered by the term 'object relational impedance mismatch' are unique object and table identifiers, mapping of the data types, relationshipd and normalization.