GeekArticles
XML
3GAdding Wireless Abilities to Existing Macromedia Spectra Applications
Author: macromedia.com |
Published: 10th Aug 2005 |
Visited: 315 times |
Add CommentFiled in: 3GAnthony C. McClure Senior Technologist RemoteSite Technologies The Wireless Internet, WAP, WML, 3G, iMode, GPRS, all buzzwords and all getting plenty of attention these days around the water cooler and in the boardrooms of many companies. The answers to the questions emerging from these encounters may rest on your shoulders -- but fear not! As a current Macromedia Spectra adopter, the tools to leverage this revolution in telecommunications are within your grasp. This series of articles...n
Read Article Sponsored Links
Related Articles
• Reducing Code Size of Ajax Applications Building an Ajax based applications is mostly difficult due to the fact that codes are usually rendered longer. Because different web developments are used in building an Ajax based applications, developers have to combine these codes so that they can achieve the asynchronous function of Ajax. If th ...
• OpenSocial: The Power of Social Networks in Your Applications What is OpenSocial and how can you use it to build web applications that leverage the power of social networks? Find out while going from a basic example application in a local sandbox to a full-featured application deployed in a live contai ...
• Partitioning existing tables I am attempting to partition a Table T1 with existing data.
Table T1 is as follows:
COLUMN DATATYPE
-----------------
COLUMN1 NUMBER PK
COLUMN2 NUMBER
COLUMN3 NUMBER
I am using this approach:
1- ALTER TABLE T1 RENAME TO T1_TEMP
2- CREA ...
• Visualizing Cluster-Based Applications
Detecting concurrency-related bugs and performance bottlenecks is hard, especially on clusters consisting of a large number of nodes. In an interview with Artima, Terracotta co-founder and CTO Ari Zilka explains the importance of visualization in cluster-based applications, and introduces Terracott ...