[JavaScript] Extension Functions and Other Good Stuff

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
1 post Page 1 of 1
Contributors
User avatar
visualtech
VIP - Donator
VIP - Donator
Posts: 265
Joined: Sat Nov 19, 2011 2:19 pm

Ah, howdy coders? It's been a while since I last posted something. Got busy with my startup, school (IB), etc. But today, I am releasing a couple of my projects. Well, these are the ones I have released a little while ago, but for you awesome people, here they are. All of them are in JavaScript, so, if you're a fan, be sure to check the repository (star it), fork it and submit a pull request with any of your suggestions, corrections, new features. A little note, it was pre-ES6. In the sense that, I hadn't used ES6 when I was writing them, so... yeah.

Tree.js
While developing websites, more often than not, you follow the Cmd + S, then Cmd + R routine. Now, there are software packages which help you with it; there are Node binaries (live-server) for that, but tree.js is a simple library which quickly adds automatic reload to your website. All you have to do it include the library (at the end of the body tag) and voila. More information and source https://github.com/labsvisual/tree.js

Clarity.js
I design my websites on a Mac Retina. There are libraries which add @2x support, but this one, very simply adds the support for retina images. You don't have to worry about a thing. Add the library, tell it the images directory and boom! Star it https://github.com/labsvisual/Clarity.js

extendere.js
As a JS developer you realise that the core definition lacks some really useful methods. This library adds then to the functional prototypes of the base. Just use it like any other function. The full explanation is really long; head over to https://github.com/labsvisual/extendere.js to read more, and see how it works.

Pigeon.js
Ah, my favorite. Contact-form validation, processing and whatnot. Head over to https://github.com/labsvisual/pigeon-js for more information.

I am working on a lot of cool projects. Will keep you people updated. And loads of new tutorials. (Git is one of them) Adioś, till then! :)
Image
1 post Page 1 of 1
Return to “Source-Code”