welcome to my blog
The best place on the internet for random code!
www.therealgromer.com









Archive for the ‘BG Alert’ Category

Nov
15
    
Posted (Mike) in 2003 Server, BG Alert, Coding, General, Projects, Version Control on November-15-2007

Recently I had to reinstall 2003 on my server at home, which was home to my BG Alert SVN server. I vaguely remembered setting SVN up about a year ago, so I had to put my trust into Google. Unfortunately, there wasn’t one site that helped with the whole setup. Since I don’t want you to have to deal with that, I’ve put all the information here, in one post.

To get started, you will need to download subversion, the current version is 1.4.5. Make sure you select the setup.exe to download for the newest version as well.

Once you’ve downloaded and installed subversion on the server, create a directory for your repositories. This can be done in Windows Explorer or from the command prompts with the mkdir command (mkdir C:\repositories). You will also need to give the NT AUTHORITY\NetworkService account appropriate rights to the directory you create. If you forget to grant access, you might get denied when Read the rest of this entry »



Aug
25
    
Posted (Mike) in ASP.Net, BG Alert, C#, Coding on August-25-2007

I was getting this exception while finishing up the sign up page on BG Alert and I couldn’t figure out why it was doing it.  I was getting redirected after I was able to sign up.  I was getting my welcome email for my “new user,” but I was also getting an email about this error (the system sends me emails on any error for during this testing phase to help me fix bugs and issues).  I was even getting redirected, which is what threw me so much.  I was getting an error caused by the Response.Redirect, but it was still running.

Turns out that it was because the Response.Redirect was inside a try..catch block.  To fix this error, all you do is pull the Response.Redirect out of the try block or ignore the error.  Hope this helps some of you out!



Apr
25
    
Posted (Mike) in BG Alert, Coding, Projects on April-25-2007

In addition to being a student at Neumont, I own a company named BG Alert, L.L.C. It provides parents of type 1 diabetics with ease of mind by keeping them up to date on their child’s blood glucose levels while at school, at a friend’s house, basically anywhere without parents. The child enters in their blood glucose level and sometimes some other important information about their health and they get an instant response from the database that instructs them what to do based on the numbers entered.

The best thing about this system is the parents create these messages and they are custom based on the time of day and their blood sugar at that time in the day. Once the system tells the child what to do, it sends an email and a text message to the parent(s). This eliminates the need for the parent to call the school every hour to see what’s going on and to tell them what to do. It allows the parents to have more freedom and not worry as much.

Right now, the website is not complete, but getting there. The ETA on completion is May 6th. The database is created as are most of the stored procedures used in it. The data and business layers are about 70% done as of tonight and the website has a layout that just needs the company’s copy and forms entered into. Fortunately, I’ve been able to have help from some of my good friends:

  1. Josh Arnold
  2. Dan Marolt
  3. Ryan Abreu
  4. Tommy English

Without these 4 guys, I would have an ETA of May 6th next year! If you have the opportunity to work with any of them, jump on that chance, you will not regret it.

Also, if you know of any parents of type 1 diabetics, tell them about my site and give them my email address (mike@bgalert.com), I’m going to need testers soon!