-
I've recently read an interesting article, talking about the job market for JavaScript in 2016. While the article presented great points on why Web Developers should invest some time and work with JavaScript, the job & market related information was US-centric. I wanted to see how things look like on...
-
In the past 2 weeks or so, I've had the pleasure of working with Meteor. Meteor is a full stack JavaScript framework, that concentrates on being intuitive, wicked fast, and seamlessly integrate between back & front end. In the future I'll write some Meteor tutorials & examples based on this app I've built....
-
One of my favorite things with Yii is the Gii (Generator). With a few clicks I could simply add a few Models/Controllers/Views (or all of the above), then build/customize those. MeanJS uses the Yeoman/Yo generator to make this happen. After installing Yeoman generator (which I believe we already installed when...
-
Hello everyone! It's been a while (2 weeks!) since I've written a tech related post, but give me a break - it's the holidays! At any rate, I've decided to look into my archives and dig up some interesting skeletons, namely - jQuery plugins! About 2 years ago I was...
-
Or: Making a Select element effect. I’ve been trying to create an element selection tool for Javascript. The effect would be similar to FireBug (for those who know) - I just wanted to highlight whichever element the user has his mouse on. This proved to be more difficult than I...
-
Chosen.js is a very needed javascript library that handles select boxes beautifully. Finally there's a solution for basically all those annoying select box javascript tricks I had to do over and over again.. The Chosen.js library allows the possibility to search for items, choose multiple items, have sub headers inside...
-
Something I recently realized when trying to sort JSON Arrays on Javascript. I tried to sort a JSON array I built (using PHP's json_encode function) that looked like this: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 [{...