Category Archives: JavaScript

Custom JavaScript String Functions

I’ve created some missing native JavaScript String function to trim, convert to camel case, to underscored and to dashed formats. Here is the trim() function (gist page): And the toCamelCase() function (gist page): And the toDashed() function (gist page): And … Continue reading

Posted in JavaScript, Tech | Tagged , , , | Comments Off

Why use Google hosted jQuery

Here are the benefits of using the Google hosted jQuery libraries: By using the Google hosted jQuery libraries, since many applications use the Google infrastructure, when someone comes to your application, the Google hosted files may already be loaded into … Continue reading

Posted in HTML, JavaScript, Tech | 1 Comment