Category: Programming

WebParts and jQuery 0

WebParts and jQuery

So, after quite a bit of fiddling with code, I’ve managed to implement the code that lets me use jQuery to move WebParts around. There were two different hurdles I had to overcome to...

Writing a Recursive Function 0

Writing a Recursive Function

Every time I go to write a recursive function, and I’ve written a few, I have to think it out. For those of you that aren’t familiar with recursion, the idea behind recursion is...