jbkflex.wordpress.com
Debugging mobile web applications remotely with WEINRE – RIA Lab
https://jbkflex.wordpress.com/2012/04/12/debug-mobile-web-applications-remotely-with-weinre
The Mobile web / Phonegap / Rich Internet Application workshop. Debugging mobile web applications remotely with WEINRE. April 12, 2012. April 13, 2012. Weinre is a remote debugger for web pages and if you are familiar with Firefox’s Firebug. Or Google Chrome’s Web Inspector. Weinre consists of three basic components/programs Debug Server. Interacting with each other. Let’s see what each of them means,. This is your web page that you want to debug running on the mobile device iPhone, Android phone or iPads.
jbkflex.wordpress.com
JavaScript typeof and instanceof – the concept and differences – RIA Lab
https://jbkflex.wordpress.com/2013/05/09/javascript-typeof-and-instanceof-the-concept-and-differences
The Mobile web / Phonegap / Rich Internet Application workshop. JavaScript typeof and instanceof – the concept and differences. May 9, 2013. May 10, 2013. As a JavaScript developer you must have used the typeof. Var str1 = "Hello, how are you? Typeof str1; Output: "string". So, we have a string literal str1, and when we find the typeof str1, it gives “string”. Remember string is a primitive data type in JavaScript. Let’s see another example,. Var str2 = new String("I am doing good. Thank you! Firstly, we...
jbkflex.wordpress.com
Rapid fire – RIA Lab
https://jbkflex.wordpress.com/rapid-fire
The Mobile web / Phonegap / Rich Internet Application workshop. Width x height in pixels). To develop a full screen mobile web app for mobile safari in iPhones (the older one). Portrait mode – 320 x 416. Landscape mode – 480 x 268. 8211; https:/ jbkflex.wordpress.com/2011/12/16/writing-a-full-screen-mobile-web-app-for-iphone/#more-459. IPad dimensions in portrait mode (width x height in pixels). IOS4 – 768 x 948. IOS5 – 768 x 928. How to detect mobile device’s iOS version in java script? You are commenti...
jbkflex.wordpress.com
orientationchange does not work in Mobile Firefox for Androids… WTF ! – RIA Lab
https://jbkflex.wordpress.com/2013/05/23/orientationchange-does-not-work-in-mobile-firefox-for-androids-wtf
The Mobile web / Phonegap / Rich Internet Application workshop. Orientationchange does not work in Mobile Firefox for Androids… WTF! May 23, 2013. Yes, orientation change does not work in mobile Firefox. Strange! But it is. So, when you rotate your mobile device from portrait to landscape mode and back to portrait mode, the orientationchange. Event is not fired in Firefox browsers for Android devices. But there is an alternative way to detect the orientation changes in firefox browsers and that is by usi...
jbkflex.wordpress.com
Getting CSS3 Transformations Matrix values for Android/Firefox – RIA Lab
https://jbkflex.wordpress.com/2013/06/13/getting-css3-transformations-matrix-values-for-androidfirefox
The Mobile web / Phonegap / Rich Internet Application workshop. Getting CSS3 Transformations Matrix values for Android/Firefox. June 13, 2013. Quick snippet of code that will return the CSS3 Transformations Matrix values for Firefox browsers. We make use of the window.getComputedStyle(). Method for retrieving the style values for our element which has been moved using CSS3 Transformations. An example to follow…. Orientationchange does not work in Mobile Firefox for Androids… WTF! Enter your comment here.
jbkflex.wordpress.com
Resources – RIA Lab
https://jbkflex.wordpress.com/resources
The Mobile web / Phonegap / Rich Internet Application workshop. Some good HTML5, CSS3 resources:. Http:/ www.html5rocks.com/en/. Http:/ www.modernizr.com/. Http:/ code.google.com/p/svgweb/. Http:/ code.google.com/p/canvg/. Http:/ mbostock.github.com/d3/. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. Notify me of new comments via email. This book is for...
jbkflex.wordpress.com
Augmenting the String object by extending its prototype – JavaScript – RIA Lab
https://jbkflex.wordpress.com/2013/04/16/using-prototype-with-string-object-javascript
The Mobile web / Phonegap / Rich Internet Application workshop. Augmenting the String object by extending its prototype – JavaScript. April 16, 2013. September 24, 2013. Every function in JavaScript has the prototype. Property which enables you to enhance the functionality of the current Object definition (the Class definition) either through adding properties or through methods. This stands true for both custom Objects as well as JavaScript defined Objects like Strings, Arrays. Defining our custom method.
jbkflex.wordpress.com
Creating a simple List in Sencha Touch 2.0 – RIA Lab
https://jbkflex.wordpress.com/2012/06/18/creating-a-simple-list-in-sencha-touch-2-0
The Mobile web / Phonegap / Rich Internet Application workshop. Creating a simple List in Sencha Touch 2.0. June 18, 2012. June 20, 2012. Creating a simple data list in Sencha Touch 2.0 has changed over the way we used to create data lists in Sencha 1.0. Changes have been made in the way a data Model is created and the data fields are defined, but the overall concept remains the same. Here is a quick tutorial along with a demo,. Demo Link : http:/ jbk404.site50.net/sencha/datahandling/. Item templates ar...
jbkflex.wordpress.com
Using D3 or third party libraries with Polymer – simple example – RIA Lab
https://jbkflex.wordpress.com/2014/07/22/using-d3-or-third-party-libraries-with-polymer-simple-example
The Mobile web / Phonegap / Rich Internet Application workshop. Using D3 or third party libraries with Polymer – simple example. July 22, 2014. July 22, 2014. Off late I have been exploring and working with Polymer. A lot One thing I tried recently was to create a custom element (a custom tag) that has a d3 chart integrated into it. So whenever I use this element in an application the chart renders. For those who are not familiar with Polymer. Yes a custom HTML tag. Our own tag. Yo! Shadow CSS - style ty...
jbkflex.wordpress.com
RIA Lab is Pom Pom Labs now – RIA Lab
https://jbkflex.wordpress.com/2013/04/17/ria-lab-is-pom-pom-labs-now
The Mobile web / Phonegap / Rich Internet Application workshop. RIA Lab is Pom Pom Labs now. April 17, 2013. April 17, 2013. Only the name has changed. The spirit still remains the same. But just to let you know RIA Lab ( https:/ jbkflex.wordpress.com. Is moving to its new home base – Pom Pom Labs ( http:/ pompomlabs.wordpress.com/. 4 to 5 days of random crap lying everywhere. Augmenting the String object by extending its prototype – JavaScript. Leave a Reply Cancel reply. Enter your comment here. Join u...
SOCIAL ENGAGEMENT