Programming

26th June
2010
written by FredSmithJr

Yes this post took me a while. I forgot how hectic some work weeks can be and it was a hell of a release at work. Anyway without further ado GIVE CAMP!

For the most part there was some sleeping after the first night of Give camp, some people were even sleeping in style!

IMG_0809.JPG

Now this is sleeping in style!

We awoke to find a tasty layout for breakfast,

(more…)

12th June
2010
written by FredSmithJr

So I’ve been meaning to post about this event, and now it’s here so now is a perfect time:P

New England Give Camp is the first Give Camp in New England, and so far it is shaping out to be awesome. It goes from today (Friday) @ 5 pm through Sunday @5pm. 48 hours of helping to create, update, and upgrade software for non profits. I am currently assigned to a team to work on updating and upgrading CatchingJoy.org ‘s website with a good amount of Bells and whistles :P .
(more…)

10th December
2009
written by FredSmithJr

One project I worked on recently required the use of MSSQL and Linq for a C# project. During the development of this project I found that I would need to make one of two things: several SProcs to call from tables that were using the same schema just in different ways, orĀ  create one SProc that can take a parameter, and this parameter would determine the table being invoked.
I, hate uselessly duplicating code if it can be avoided so I went the dynamic route.
(more…)

20th April
2009
written by FredSmithJr

I’ve begun working on my Twitter application side project. Found a nice php twitter library, let’s see if I can pull off an AJAX and PHP web basedĀ  twitter client.
Woo!

-Fred