Year: 2016
-
Wifi STB Remote+ (JAVA) for laptop and desktops
My Android App Wifi STB Remote+, which works as a remote for TataSky+ HD Settop boxes, now has a laptop/desktop counterpart. This application is built over Java and packaged as a Jar file. (Download link below.) So, Java (JRE 8 or JDK 8) needs to be installed on the computer where you want to run […]
-
Displaying a DOM while dragging
First check out the demo below. See the Pen EKeVXZ by Nirupam (@applegrew) on CodePen. There are no drop targets so you won’t be able to drop it anywhere. Code for this directive can be seen on https://github.com/applegrew/drag-dom The basic trick applied by agDragDom, is setting a one pixel transparent gif as the drag image. […]