Friday, May 31, 2013

Mashup - Featured Tools & Tutorials

This is a list of the tutorials and demos described in my articles and blogs: Ajax-Powered Google Maps Mashup   Start here!!! Intended for newbies to mashups starting with minimal web...

Java - Duplicate key in java collection (Map, HashMap)

Required: http://commons.apache.org/proper/commons-collections/ Source Code import java.util.Set; import java.util.Map; import java.util.Iterator; import java.util.List; import org.apache.commons.collections.map.MultiValueMap; public class MultiMapExample {    public static void main(String[]...

Jquery - UI Design Tools

https://01.org/rib/downloads http://www.mobjectify.com/ http://tiggzi.com/home http://appery.io http://driftyco.github.io/graphite/ https://codiqa.com/ http://driftyco.github.io/graphite/...

Wednesday, May 29, 2013

Jquery Mobile - Improve Performance

jQuery Mobile Performance Improvement There are times when jQuery Mobile can seem a bit sluggish. If this is happening to your app, don’t worry, there is help available. Here are some tips that can put a spring back into your app’s steps. Upgrade jQuery Mobile and jQuery Besides fixing bugs and...

Tuesday, May 28, 2013

Android - Install APK from Windows to Android Device

In the folder where the Android SDK was installed, there should be a folder called “tools.” Find the MS-DOS Batch File called “ddms” and open it. You should see your device listed in the name box. Head...

Titanium - Trouble Shooting - Top FAQ

Trouble Shooting Failed to load the JNI shared library ...jvm.dll Install additional 32bit version of Java (without removing the 64bit). The two things which I had to change were: the system PATH variable (i added "C:\Program Files (x86)\Java\jre7\bin" - place where installed my 32bit java). [little...

Vaadin Touchkit - New Project

Prerequisites: Eclipse Java EE IDE for Web Developers with m2eclipse plugin Apache Tomcat installed on your computer and integrated with Eclipse Sun Java 2 Standard Edition 6.0 (Java 1.5 or newer...

Vaadin 7 - Ivyde - Eclipse

Installing Vaadin Plugin for Eclipse If you are using the Eclipse IDE, using the Vaadin Plugin for Eclipse helps greatly. Notice that you can also create Vaadin projects as Maven...

Vaadin - Activiti - Eclipse

Eclipse IDE for Java EE Developers - Ganymede, Eclipse Indigo and Juno or newer Vaadin Plugin  To install the plugin: Select Install New Software... from the Help -menu Add new update...

Eclipse - HTML Editor Plugin

How to add an HTML Editor for Eclipse 1. Go to Help --> Install New Software...  2. Select the Juno repository (http://download.eclipse.org/releases/juno/) from the 'Work with:'...

Friday, May 24, 2013

Debugger for Mobile

weinre - Home ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ weinre is WEb INspector REmote. Pronounced like the word "winery". Or maybe like the word "weiner". Who knows, really. weinre is a debugger for...