TodayILearnt: angular.element(elem) was actually an alias to the jQuery constructor function

If you include jQuery in your AngularJS application. $element in your directive linking function is by default wrapped by jqLite. So you can only .find by tag name. If you want to have full jQuery feature, you need to wrap your element with angular.element :) This is quite tricky to know :)

September 1, 2015

My dokku experience

I have to say it is pretty cool. It helps to build own Heroku & mae the deployment while developing faser. Something that sucks at the beginning: Make nginx working VHOST file must in /home/dokku to enable NGINX virtual hosts configuration Deploy to root domain Simple, just named your app <your.domain.com> then push Eg. git remote add dokku dokku@<ip.address>:<domain.example.com> MongoDb linking dokku mongodb:create <app> <db> is not only create the database, but also create a user for app to access the database....

August 29, 2015

SoundCloudify has changed its name to "UpNext"

Well, SoundCloudify has been taken down from Chrome Webstore because it has SoundCloud in its name - this infringe the trademarks of SoundCloud. Now I have to re-publish it to the store under the new name: UpNext - and it looks like 99.99% new :) The original extension already has more than 25k users & 250 ratings (average 4.8 stars). Please give your support for the new one by leaving your review & rating....

July 3, 2015

SoundCloudify arround the world

Hey hey, it’s more than two months since I first published SoundCloudify to the webstore. And the world is quite excited about it. Let take a look at some big tech websites talked about SoundCloudify :) I am just simply happy. ###Global TheNextWeb.com ###Isarel GeekTime.co.il ###Spain Genbeta.com ###Turkish webrazzi.com ###VietNam TinhTe.vn GenK.vn ###ToBeContinue….

June 6, 2015

So, what is SoundCloudify & why I made it

It has been more than two months since I first published SoundCloudify to Chrome Webstore. Until now, it has 17,584 installs & 155 ratings (most of them are five stars). And the extension itself has find its way to TheNextWeb, and yet gaining more and more traction from music lovers all over the world. I am really happy that I had made something that people love & use it!...

June 1, 2015

New Beginnings

Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. On deer horse aboard tritely yikes and much The Big Oxmox advised her not to do so, because there were thousands of bad Commas, wild Question Marks and devious Semikoli, but the Little Blind Text didn’t listen....

May 28, 2015

My Second Post!

Wow! I love blogging so much already. Did you know that “despite its name, salted duck eggs can also be made from chicken eggs, though the taste and texture will be somewhat different, and the egg yolk will be less rich.”? (Wikipedia Link) Yeah, I didn’t either.

May 6, 2015

Hello World

This is my first post on my new fake blog! How exciting! I’m sure I’ll write a lot more interesting things in the future. Oh, and here’s a great quote from this Wikipedia on salted duck eggs. A salted duck egg is a Chinese preserved food product made by soaking duck eggs in brine, or packing each egg in damp, salted charcoal. In Asian supermarkets, these eggs are sometimes sold covered in a thick layer of salted charcoal paste....

May 1, 2015

Stop Whining About New JS Frameworks

I think there’s a lot of misplaced irritation regarding the abundance of new JavaScript frameworks. It seems like many developers just want someone to tell them how to build web apps. The number of options is overwhelming, and they just want to make something. I can completely understand how it can be frustrating to choose something and get started. Here’s my advice: Abandon the notion that there’s a “right framework,” and just choose one and get hacking....

April 10, 2015

Add Select Box feature to Twitter Bootstrap Dropdown

Twitter Bootstrap comes with a very nice Javascript Plugin for Dropdown. What you just need to do is mark up the HTML, include the bootstrap.js and you’ll have a nicely dropdown working. I guess a lot of you had ever wanted that Dropdown acts like a selectbox, which means when you click to a menu item, that item will be selected, and the dropdown will be updated with that value....

December 2, 2014