Lately I have been streaming some Eve Online on my Twitch Channel: CapApollo Twitch Channel Come Check me out as I stream Mission Running and Answer any Questions in Chat. Come Hang out and follow me on Twitch as I run Missions and Listen to Music!
Here is a Link for a Free 21 Day Trial of EVE Online:
https://secure.eveonline.com/trial/?invc=7d956c46-392e-497b-ae6e-6f5011b409d9&action=buddy
Come join me and have some fun!
Thursday, December 20, 2012
Thursday, September 20, 2012
Translink Addon
Check out the new Translink blog addon, located on the right hand side.
Use this to check out bus times for the Lower Mainland and Greater Vancouver Regions for bus schedules!
Use this to check out bus times for the Lower Mainland and Greater Vancouver Regions for bus schedules!
Sunday, July 1, 2012
Ventrilo and Minecraft Server!!!!!
Ventrilo Server Information (VoIP Server):
- Server name: Stasis
- IP/Address: 184.154.207.170
- Port: 44128
- Password: canada
Minecraft Server Connect using Hamachi:
- Download Hamachi : Download Hamachi UnManaged
- Run install Hamachi
- Network > Join Network:
- Network Id: davidslegit
- Password: packetstealer
- Hit Ok
- Open Minecraft
- Multiplayer
- add new server
- Server IP: 5.9.102.231
- Hit ok
- Connect
- Success you are now connected to the Minecraft Server.
Rules for Minecraft Server:
- No griefing!
- Don't ask for op!
- Optional: Join Ventrilo
Tuesday, June 12, 2012
Link for criteria sheet
Link to the file needed to attach to the routine letter assignment.
https://www.box.com/s/4a570c0d055bbd5052f0
Monday, April 16, 2012
btnDelete for ClientServers
Private Sub btnDelete_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnDelete.Click
Dim cmdStudent As New SqlCommand
Dim daStudent As New SqlDataAdapter
Dim dsStudent As New DataSet
Dim dtStudent As New DataTable
conn = GetConnect()
conn.Open()
cmdStudent = conn.CreateCommand
cmdStudent.CommandText = "Delete from UniversityStudent where Studentid = '" & Trim(txtSID.Text) & "'"
intcheck = cmdStudent.ExecuteReader.RecordsAffected
If intcheck > 0 Then
MsgBox("Record Deleted")
Else
MsgBox("No Records Deleted")
End If
conn.Close()
RefreshDataGrid()
End Sub
Client Servers Final Add Edit Delete
Client Servers Final Add Edit Delete:
http://www.box.com/s/bd7533e04f836df67075
http://www.box.com/s/bd7533e04f836df67075
Sunday, April 15, 2012
Thursday, April 12, 2012
asdjfioashdfuauipshfuiphas
use dchotel35
SELECT ResID, Arrival_Date, Departure_Date, RoomID
FROM Reservation
WHERE Eeservations.Arrival_Date > @dtpStart AND Reservations.Departure_Date < dtpEnd
ORDER BY RoomID
SELECT ResID, Arrival_Date, Departure_Date, RoomID
FROM Reservation
WHERE Eeservations.Arrival_Date > @dtpStart AND Reservations.Departure_Date < dtpEnd
ORDER BY RoomID
Wednesday, April 11, 2012
Wednesday, April 4, 2012
Sunday, March 18, 2012
Funny Guild Names
Here are some funny guild names:
- When In Doubt AFK Out
- Naga Stole My Bike
- Sapped Girls Cant Say No
- STDs are BOP
- Secret Squirrel Society
- Sorry babe, I'm on cooldown
- Teen Girl Squad
- YOU CANT COMPETE
- And two stealthed rogues
- Magically Malicious
- Just AFK Out
- Straight Outta Hillsbrad
- Dont You Peon Me
- AFK Getting Coffee
- AFK Till Expansion
- Seal Clubbers Clubbing Club
- Sorry were you questing
- Chucknorris is AFK in AV
- It Burns When I PVP
- We Are Not Disbanding
- Pie Vendors
- Forsaken Ate MyKodo
- Molten Core Swim Team
- I Farm or Family Dies
- AFK
- Ctrl Alt Elite
- Insert guild name here
- Invalid Target
- Power Word :DRUNK
- What would McGyver do?
- Guildless
- right click to attack
- Dyslexics Untied
- Set Sail for Fail
- Power Word: Awesome
- I Has A Bucket
- Resilience is Futile
- Stormwind Pizza Delivery
- no more guild invites
- the cake is a lie
- Potion Vendor
- Our Server Is Down
- We Have ADD and
- Gold Farmer
Friday, March 2, 2012
SQL - Port to SQL from Access 2010
Chapter 2 +3 Client Servers:
Create Database in SQL Server 2008
Port Access Database to SQL Server 2008
http://www.box.com/s/rb01llihjlg7sgtu8y19
Create Database in SQL Server 2008
Port Access Database to SQL Server 2008
http://www.box.com/s/rb01llihjlg7sgtu8y19
Subscribe to:
Posts (Atom)