Lost Password?


home | tags | Search | Feed
gaylo565's Blog
gaylo565 Description:
I am an IT person who aspires to be a programmer. I work for NAU where I graduated as local IT help for the Human Resources dept. I program in C#, VB, SQL, and Javascript as well as some XML/CSS. I am a graduate of the math program and love the logic side of programming. This is what I would love to do for a living and as I become a better programmer I could see realizing this goal.

String Manipulation with SQL

Posted by: gaylo565 in SQL on

One of the greatest challenges when designing and accessing database information is turning data into information and vice-versa, as well as deciding to what extent you want to manipulate your information to make more efficient or more secure data. For smaller data bases it doesn't make much sense to convert all of your string data into numeric data but if you have large amounts of rows to be

My Centipede game project

Posted by: gaylo565 in Untagged  on

I am starting a blog for my current centipede game project because I'm sure it will take me a while, It will require some forum help, and mostly because I would like to document my progress so that I know how I got to a finished game.  I am trying to make a version of the old arcade game classic centipede.   I have my project mapped out and am now working out the semantics of my coding.   I have

Statistics

Members Today: 215
Members Online: 7
Users Online: 81
Total Users: 15,204
Total Threads: 10,397
Total Posts: 97,571
Newest Member: effomypetrerm

Tutorials

How do I make a [insert standard program assignmen...
OK, you just got your first hard program to build. Maybe it's part of your final project, maybe your teacher is just sadistic. It's hard to tell. Regardless, this thing is BIG. No, really big! No...


C# Tutorial - How To Open New Forms
OK, this question seems to have popped up quite a lot, and it's really quite simple, so here's some details about how to open secondary forms from a main form. Example We have a main form. The u...


Implementing a Fuzzy Set
Before reading this tutorial, be sure to read and . Now we're going to look at fuzzy sets. The key characteristic of this is that every item of interest contains two values: the quantity of interes...