@AudreyM
Passionate Web Developer & Blogger
Nothing here yet.
Nothing here yet.
No blogs yet.
Interesting searching engine. I have been using it for quite sometime. :) Honestly I don't care about the user tracking thing that Google does. The moment you're connected to internet today you are being tracked. So who cares? I use DuckDuckGo for their unique UI. :)
A forkbomb :(){ :|:& };: Above is the shortest code which has lot of BAD effects. It defines a function named ":" (colon) which just calls itself twice. Thus forking the process into two. This just goes on and on till your system runs out of memory. For more info, read Fork bomb
Ionic is great when you just need a UI layer and you take the responsibility of creating a backend. Meteor is more of a full-stack solution. So, why not combine both - Ionic and Meteor? So, here comes Meteoric . Meteoric aims to replace the Angular directives in Ionic with Meteor Blaze templates. Although I have never used it, I have heard many good things about it. So, if you want to build cross platform UIs for Android and iOS I will suggest you to give it a try.
Most of the JavaScript developers will choose functional approach because JavaScript is a functional language first. Object Orientation in JavaScript seems out of place and forced. If you forcefully write OO code in JavaScript, you won't have that charm and miss all those nice functional aspects of a dynamic language. I voted for functional approach!
There are only advantages in using Font icons than using Image based sprites. Font icons scale very well. Be it a retina display or any low resolution display, they look good everywhere. Font icons can be customised using CSS. You can change the height, width, color, margin, padding, etc very easily using CSS. If you go with Image based sprites, these changes would be a nightmare. Font icons fit well with other text on the screen. They adopt the default line height automatically. Only one HTTP request is made to load a font icons file. Hence, the only advantage of using Image based sprites is also available here. Go and use Font icons without worrying about anything. It's time we make better web applications. :)