Skip to content

Space of Flex/AIR technologies - Piotr Walczyszyn
Syndicate content
Beyond Plain Old HTML Objects
Updated: 5 hours 21 min ago

Drag and drop support in WebKit/HTML5/PhoneGap on iOS/Android mobile devices

Wed, 02/15/2012 - 19:02

I just thought I will share some of my findings around drag and drop support in WebKit, HTML5 and PhoneGap apps running on iOS and Android devices.

To make the story short drag and drop is NOT support out of the box in the current versions of WebKit that run on iOS or Android devices although you can simulate it using mousedown, mousemove and mouseup events.

When I clean the code a bit you can expect and update to this post ;)

Categories: Blogs

HTML5 for App Developers: PhpStorm/WebStorm

Wed, 02/15/2012 - 18:00

This time in the video below you will find a quick review of PhpStorm/WebStorm IDEs. As I mention in my recording this is one of those tools that I will stick with at least for now ;)

It has really great debugging support (IMHO Firebug or WebInspector can’t even compete). Also because it is built on top of IntelliJ IDEA platform it has great code completion, rich set of refactoring features, and many others. Check out the video for more.

Categories: Blogs

HTML5 for App Developers: Debugger

Thu, 01/26/2012 - 22:34

Below is the third episode of my HTML5 for App Developers series. In this episode, I cover how you can debug your JavaScript applications inside of Eclipse.

Debugging is available through a set of plugins that are available for Eclipse from the ChromeDevTools project on Google Code. So, you will need either Google Chrome or Chromium to make it all work.

Categories: Blogs

HTML5 for App Developers: Eclipse

Wed, 01/25/2012 - 20:27

Below you will find the second episode of my HTML5 for App Developers series. In this episode, I cover how you can use Eclipse, which is a free and open source IDE, to do your HTML5, JavaScript, and CSS work.

In the video, I point out a small bug that comes with Mac version of Eclipse. To download the patch you can use this link. You can find Eclipse itself here; I encourage you to download the Eclipse IDE for JavaScript Web Developers version.

 

Categories: Blogs