Adobe Galla
-
Shared Objects in Flex
How nice it would be to welcome back or to recognize visitors who are revisiting your website or application. Adobe Flex provides ways to store objects in clients machine, and implementing does not compromise any issues on security of the client's machine. 0 comments
-
Google Maps and Adobe Flex
oday i had some free time besides my usual work, so thought of implementing a new contact page in my blog. After thinking for a while, i came with up google maps to show my entire address. you can find a lot of articles across the globe over how to intergate Google API with Flex , JavaScript and variours other language. This tutorial is a basic setup, and you can look into google documentation for further features. 5 comments
More in Adobe Galla
JavaScript & Ajax
-
PHP with AJAX - Introduction
As I am celeberating my fifth year in a row working with PHP. It has been a great experiece, and i remember those days of PHP where it was revolving OOP concept to the latest ones which puts PHP in a place competiting with JAVA, dotnet and others. Anyway lets start as usual in RajiniKanth style. 1 comment
-
Create a TinyURL with JQuery and JSONP
jQuery 1.2 introduced JSONP support.JSONP is script tag injection, passing the response from the server in to a user specified function. 2 comments