Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts

Tuesday, June 25, 2013

PhoneGap



PhoneGap is a standards-based, open-source development framework that helps in saving development time by providing a cloud-based build service. 

Adobe PhoneGap Build enabling code once with HTML and JavaScript and deploy it to any mobile device without losing features of a native app. PhoneGap was donated to the Apache Software Foundation (ASF) under the name Apache Cordova.

Monday, June 3, 2013

Adobe Edge - A tool for designers to create HTML5 content

English: A bubble graphic overview showing the...English: A bubble graphic overview showing the relations between interaction design and its overlapping disciplines. Deutsch: Eine Übersichtsgrafik, die Interaction Design in Relation zu seinen benachbarten Disziplinen zeigt. (Photo credit: Wikipedia)

Adobe® Edge is a new web motion and interaction design tool that allows designers to bring animated content to websites, using web standards like HTML5, JavaScript, and CSS3.

Friday, August 28, 2009

Flash Player Security Model

Flash cross domain request security prompt
    You make asynchronous HTTP Service Requests in Adobe Flex.

    Synchronous HTTP Service Requests could be made using JavaScript XMLHTTPRequest with the following parameters:

    xmlHTTPRequest.open("GET", "http://anyurl.com/", false)
    • RequestType: GET or POST
    • URL of the service
    • Comunication Type: true - asynchronous, false for synchronous
    important configuration files used in Adobe Flex
    1. crossdomain.xml
    2. services-config.xml - used for Flex Data SErices

    Data Push can be implemented in Adobe Flex using BlazeDS Server or LiveCycleDataServices


    How to Make HTTP Request to a Different Domains

    More DIY videos at 5min.com

    How to connect to HTTP Service using Adobe Flex 3

    Part 1: Introduction

    More DIY videos at 5min.com

    Part 2: Getting the code work

    More DIY videos at 5min.com

    Handling Result Event

    More DIY videos at 5min.com

    Handling Fault Event

    More DIY videos at 5min.com






    Reblog this post [with Zemanta]

    Which is better React Native or Native iOS and Android Development for building Mobile applications ?

      React Native vs Native (iOS, Android)   Properties/Feature React Native   Native (iOS) – Swift / Object...

    Labels