Quantcast
Channel: Jamie McLaughlin
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Summing the elements of an array.

In one of my first  software development interviews, I was asked to write a simple script that sums the integer elements in an array. As part of my professional development, I would like to share the...

View Article



Image may be NSFW.
Clik here to view.

Using a T4 Template to build a jQuery calculator.

For those that aren’t familar with T4,  here is a link to the wiki: http://en.wikipedia.org/wiki/Text_Template_Transformation_Toolkit I like this excerpt: “T4 is used by developers as part of an...

View Article

Image may be NSFW.
Clik here to view.

JavaScript & Fizz Buzz

If you read Jeff Atwood’s awesome blog like I do, you may have run across this post: http://www.codinghorror.com/blog/2007/02/why-cant-programmers-program.html I thought I would weigh in and help my...

View Article

Image may be NSFW.
Clik here to view.

TSQL – Add column values and display in a new column.

This one was surprisingly difficult to find, so I post it here for your perusal. create table #temp( id int, value1 int, value2 int) go insert into #temp values (1,1,1) ,(2,2,2) ,(3,3,3) ,(4,9,1) go...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images