Author: SSWUG Research

Community

C# via Java: Arrays

(Simon Cooper) The one primitive type that hasn’t been covered is the array. An array contains a fixed number of items, and each item is a value of the array’s element type. The array elements are individually indexed starting from zero.

Community

Loading Scripts with jQuery

(David Walsh) JavaScript loaders are incredibly powerful and useful utilities. I’ve even covered a few of them on this blog, like curljs and LABjs, and have used RequireJS and the Dojo loader on personal projects. They’re super powerful but can be overkill in some cases.