ADS BY GOOGLE



2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
DIGITAL EDITION

SYS-CON.TV
TOP FLEX LINKS TO CLICK ON

Pages: « Prev 2 3 4 5 6 7 8 9 10 11 12 Next »

Flash Developers Don't Know the Web
It sometimes feels like the Flash community isn't on top of the changes that are taking place in the greater web. It took months for Flashers to start adding themselves to Twitter, for example (and I wasn't a very early adopter myself!) It's almost as if we're a little too preoccupied with our own little (ok, growing) world to see what else is happening around us. This is, admittedly, an easy enough position to find yourself in given how fast the Flash platform is currently expanding. However, excuses aside, we have a lot to learn from non-Flash developers and it's a good idea to keep a finger on the pulse of the greater web.
Don't Talk to Strangers!
'Don't talk to strangers' may sound like the advice your mother used to give you as a child, but as is so often the case, mother knows best. As we'll soon see, 'don't talk to strangers' or 'only talk to your friends' is advice that can apply to programming as well. In programming terms, this general concept is known as the Law of Demeter, and it's a great programming practice that facilitates a reduction in coupling between objects in object-oriented applications.
Internationalizing Adobe Flex Apps
One of the many features available in Flex 2.0 is a ResourceBundle class, which allows for a standardized approach for internationalizing applications. Many recent projects of mine have required that applications be built that can easily be ported to other languages. Traditionally, I've used a series of XML files for this, one for each of the various languages that need to be supported. This strategy is still viable, and I still use it on some of my projects. However, I've recently discovered a different approach, which is available natively in Flex.
Adobe Extends Flash Ecosystem with Media Player
Adobe senior product manager Craig Barberick told SYS-CON's Web Developer's & Designer's Journal that 'this is really an extension of the Flash Video ecosystem. Up to this point, we did not have a tool that allows Flash Video players to play on their desktops or offline. (With the Adobe Media Player) flash video playback tool, users on a plane or train, for example, can still view Flash Video content locally on my machine.'
Binary Data, ColdFusion & Adobe Flex
Several months ago I posted some articles on my blog about Flex 2 components and accessing/modifying their BitmapData. In one example, I sent the BitmapData to the server and saved it as a JPG file, and I've been asked numerous times since... 'How did you do that?' It's surprisingly easy to do once you understand the concepts involved. There are four ways to get binary data from the Flex application back to your server: AMF3 (RemoteObject), Web Services, HTTP Services, or through a Socket connection. In this article I'll cover the first three topics as they pertain to Flex 2; Socket connectivity could take an article all by itself.
Hot Banana Sponsors Gilbane White Paper On Using Web CMS
Hot Banana Software, Inc. (www.hotbanana.com), a leader in Web content management for marketing, announces a new white paper from The Gilbane Group that explains how marketers benefit from utilizing a Web CMS-driven eMarketing platform to deliver tangible ROI on marketing investments.
JavaOne Bookshelf
JavaOne starts next week, and most of the Java developers will be watching closely what's new and exciting will be announced in the tried, true and aging Java. But my today's column is about books that will be sold at JavaOne. Rich Internet Applications with Adobe Flex & Java. We spent a year writing this advanced book, and I'm pretty pleased with the result this is not one of these shallow books that repeat API descriptions of vendors manuals. In this book we are sharing how to design and build rich Internet enterprise applications in an object-oriented way with such great and complimentary technologies as Flex and J2EE. You can get this book at the booth of SYS-CON Media.
Expertvillage.com Monetizes Online Assets With Internap
Internap Network Services Corporation (NASDAQ: INAP), an Internet solutions provider of choice for the world?s elite businesses, today announced ExpertVillage.com, an online resource offering more than 15,000 free, on-demand instructional videos, has adopted Internap?s VitalStream content delivery network (CDN) and proprietary ad-insertion technology. Enabling global scalability and rich-media content monetization, these technologies empower ExpertVillage.com to generate revenue through in-stream, contextual advertisements, while supporting its rich-media streaming and e-commerce needs.
CFDynamics Announces Spring Server Spectacular
CFDynamics, a ColdFusion Web hosting company, has announced their Spring Server Spectacular. The Spring Server Spectacular is an opportunity for the company to offer top-of-the-line dedicated servers at a discounted cost to encourage customers to expand their services. The Spring Server Spectacular officially begins on May 1 and will run through the end of May. Those who sign up for a dedicated server in that time period can expect to see significant savings and no long term contracts.
Adobe Flex Goes Open Source
Adobe has announced that a large portion of the next version of Flex goes open source under Mozilla Public License (MPL). Here's the partial list of what becomes open: mxml, compc, and ActionScript compiler, command line debugger FDB, Flex framework and RPC libraries and testing infrastructure.
Flex 2 Metadata Tags
Most Flex developers have seen and used the [Bindable] tag but not many know what this tag does or even what it is. [Bindable] is what is known as a metadata tag. Metadata tags are special tags that are inserted in your source code that give the compiler information on how to compile the application. These tags aren't actually compiled into the generated SWF file but provide instructions on how the compiler should create the SWF. There are 12 documented metadata tags. This article will offer definitions of these metadata tags and give examples of their use. By the end of this article you will understand when and where to use metadata tags in your Flex 2 applications.
Adobe Was at the Forefront From the Beginning With Its Postscript Fonts
Development and Design are two sides of the same coin in the digital age, and it is very nice to consider in any case how well these two formerly separate worlds have come together over the past two decades. Adobe was at the forefront from the beginning, with its Postscript Fonts. Based on earlier work by Adobe co-founder John Warnock at Xerox PARC and Evans and Sutherland, Postscript was integral to the Apple LaserWriter, hooked to an Apple Macintosh, all announced in 1984.
How I Saved Some Money With A Flex 2 DVD Library Application
Now there is simply no excuse for accidentally buying a DVD I already own. I will soon be entering my entire collection of DVDs into this new Flex 2 DVD library. From now on, I plan to check this library before heading out to the video store. For the final online version of this Web application, I've added search functionality so that as the library grows, it will still be easy to filter out and find the movies. I already have plans to port this Flex Web application to an Apollo desktop application in the coming weeks. If you would like to keep an eye on my progress, please visit my blog, www.flexination.info, when you have time. If you have any follow-up questions, feel free to ping me at the e-mail address listed with the article.
WebAssist eCommerce Solution Augments Adobe Dreamweaver
Small business owners and Web designers alike will benefit from eCart's complete integration into the Adobe platform through Dreamweaver and over-arching ease-of-use. Unlike hosted eCommerce solutions, eCart is easily incorporated into existing site designs for an unmatched personalized storefront. The redesigned user interface and new checkout wizard bring the advanced functionality of eCommerce sites to the everyday Web professional.
Kulabyte and On2 Technologies Announce Licensing of On2 VP6 for Adobe Flash Video
On2 Technologies, Inc., , the leading provider of video compression software and solutions, and Kulabyte, a leading provider of advanced audio and video processing technologies, announced today a licensing agreement for On2 VP6 compression schemes for Live and On Demand encoding, used by Adobe(R) Flash(R) Player 8 and 9, to Kulabyte for its Professional Encoding Suite. The new solution will be unveiled at the upcoming NAB convention held in Las Vegas from April 16-19, 2007.
Automatic Sync Technologies Makes Captioning Easy for Adobe Flash CS3
Automatic Sync Technologies (AST) today announced its CaptionSync automated captioning system now delivers XML caption output for the Adobe Flash CS3 captioning component. This will allow organizations to bring their Flash video into accessibility compliance faster, more affordably, and easier than ever before. This caption output is available immediately at no additional cost to AST users.
We Have Entered the Age of RIAs, Flash, Flex...and Now Apollo
Already, even in pre-release, Adobe's Spry seemed to catch the imagination of many Web professionals wrestling with how to integrate new AJAX frameworks into existing workflows. Created with designers in mind, Spry uses regular HTML tags, CSS, and JavaScript, and is easy to use - boiling down to a couple of JavaScript libraries that you include in your Web page in order to be in a position to add dynamic interactive content to your site.
Total Training Helps Adobe Creative Suite 3 Users Get Up to Speed
Total Training(TM), Inc., a pioneer in engaging and innovative video-based training, today announced five new DVD-ROM based training series: Total Training for Adobe(R) Photoshop(R) CS3 Extended: Essentials, Total Training for Adobe Illustrator(R) CS3: Essentials, Total Training for Adobe Flash(R) CS3 Professional: Essentials, Total Training for Adobe InDesign(R) CS3: Essentials, and Total Training for Adobe Dreamweaver(R) CS3: Essentials.
Strata Family of Products Offers 3D[in] for Adobe Photoshop CS3
Strata, the company adding the power of 3D to the designer's toolset, announced today three new plug-ins for Adobe(R) Systems' Photoshop(R) CS3 Extended software. Each of these 3D[in] plug-ins will be priced at less than $149 and will ship spring of this year.
Finally, Our New Book "Adobe Flex & Java" Is Ready
A couple of weeks ago I stopped by at our publisher's offices (SYS-CON Media) and they showed me our Flex book with the correct cover, but all pages were blank. Yesterday, I've got an email from them with the words, 'Yakov your book is ready, stop by and pick it up'. The guys from production department are really nice, so they've attached this video just to show me that the book is really really finally super-duper ready. Check this out (the video file is large though).
Adobe Announces Apollo at AJAXWorld
Adobe Systems Incorporated (Nasdaq: ADBE) today announced that the first public alpha version of Apollo is now available for developers on Adobe Labs. Apollo is the code name for a cross-operating system application runtime that allows web developers to leverage their existing skills in HTML, JavaScript and Ajax, as well as Adobe® Flash® and Adobe Flex? software to build and deploy rich Internet applications (RIAs) on the desktop. Apollo combines the reach of Internet technologies with the richness of desktop applications, working seamlessly across operating systems and outside the browser to deliver a more consistent and engaging user experience. The alpha version of the Apollo application runtime and the Apollo Software Developer?s Kit (SDK) can be downloaded for free from www.adobe.com/go/apollo .
e frontier Announces Poser Exporter and Content for New 3D Layer in Adobe Photoshop CS3 Extended
e frontier, (http://www.e -frontier.com/), a leader in graphics and animation software, today announced that they will offer for download, a free exporter for Poser 7 that will allow Poser 3D content to be imported into the 3D layer of the new Photoshop CS3 Extended software.
Creating Cooler Colors with Adobe's Kuler
Are your colors cool? Do you wish they were cooler? Adobe believes there is power in color. Their new web solution, Kuler, is a clear demonstration of this. In this article, you will find out how to use Kuler to create, share and rate color themes.
Paravue Announces New Masking Tool for Adobe Photoshop CS
Paravue(R) Inc., today announced Turbo Mask(TM), an image masking tool designed for graphic and web designers, photographers, and motion graphic artists that work with Adobe Photoshop CS and Photoshop CS Extended. Most image masking tools rely on skill to get the desired results. Turbo Mask works like human eyes to pick out the important subject in an image. Leveraging the Paravue technology, Turbo Mask understands images like people do and can isolate subjects and remove them from backgrounds accurately -- often with just one click. With Turbo Mask, digital artists can focus more on creativity and less on time-consuming cutouts.
Farata Systems Made The List of "Top Flex Firms" in the World
A noted Flex Evangelist from Adobe has published a list of top dozen of consulting firms that offer application development using Adobe Flex. Farata Systems is one of the firms that made this Flex honor roll. This company is run by experts who put lost of efforts into studying Flex Framework - they've spent time going deep under the Flex skin, learning its source code to make sure they can offer the most efficient solutions to their customers. The fact that Flex is a well designed extensible framework has allowed them to start building their own components and plugins that dramatically improved their team's productivity while working on the enterprise applications with Flex and Java, and this week they are going to offer Beta version of some of these components at myflex.org.
Amyuni Updates Windows Vista PDF Product Suite
Amyuni Technologies launches v3.0 of its PDF Converter, PDF Creator and PDF Suite products. All products are now Microsoft Vista compatible, with full support for both PDF and XPS and offere extremely accurate conversion of any type of document into PDF and XPS, the company says.
Farata Systems Announces Partnership With Midnight Coders
Farata Systems has announced a strategic partnership with Midnight Coders to offer Web reporting and data-bound components and services that can be used in Flex, Flash and Ajax-based rich Internet applications. 'This partnership is an important step in improving productivity and time-to-market of rich Internet applications?, says Victor Rasputnis, Managing Director of Farata Systems. ?With FlexBI your end users do not depend on IT to tailor business reports the way they want them to be. With DAOFlex, IT folks do not have to write a single operator to create a complete CRUD application. Now we?ll give our customers a server deployment freedom they deserve ? to choose between Java, .Net, PHP and Ruby.'
ColdFusion and AJAX
Since our last issue, several events have transpired that have significant impact for ColdFusion developers. I have been keeping my eye on several trends and have been evaluating whether or not they deserve focus in ColdFusion Developer's Journal. I've begun blogging about these trends and about my observations and ideas regarding these trends and the future of CFDJ.
A New Way to Look at Portals
This article looks at an easy portal infrastructure that's based on a Flex-based portal container and portlets (individual Web applications) deployed as Flex modules. This portal framework provides full support for AJAX-type message processing with a very efficient deployment of portlets and manages the portlets so that they can logically connect to any Web application, freeing developers from routing to J2EE/.NET portal frameworks.
It's Time To Standardize CFML
ColdFusion, BlueDragon, Coral Web Builder, IgniteFusion, and Railo. All are CFML engines, but none of them support the same implementation of CFML as each other. This, in the long run, is not a good thing. Up front, I am not opposed to other CFML engines. Yes, I use only ColdFusion in production environments, but I have played around a with BlueDragon and other CFML engines. That being said, I feel that we need a common CFML base from which to base all CFML engines; a CFML core, if you will.
Adobe Unleashes Creative Suite 3 Product Line
Adobe Systems Incorporated has announced the Adobe Creative Suite 3 product line, an offering of tightly integrated design and development tools for every creative workflow. Adobe?s new Creative Suite 3 line-up unites the best of Adobe and Macromedia product innovation to provide designers and developers with a broad spectrum of creative options for all facets of print, Web, mobile, interactive, film, and video production.
Farata Systems Announces Release of MyFlex.org at AJAXWorld Conference
Farata Systems, a leading provider of Flex and Java services and components has announced availability of the Alpha version of the first community site www.myflex.org that will become a repository for commercial Flex components and Eclipse plugins developed by independent vendors.
Cynergy's Passion, as an RIA Development Company: Creating Passionate Users
'It takes a village,' said Cynergy VP Dave Wolf this morning at AJAXWorld 2007 East, 'to build an engineering team capable of writing world-class Rich Internet Applications.' You cannot create the right atmosphere in a 'cubicle farm,' he contends. And Cynergy walks the talk, and walks the walk, with no individual offices, large spacious office environments, and a commitment to keeping its staffers energized and creative, more like an ad agency than a development shop.
The Joy of Flex: Can a Flex Programmatic Skin Draw Text?
Can a Flex programmatic skin draw text? The short answer is, yes! The longer answer is, it's a little tricky. Let me break it down. First of all, in Flash, the only way to draw text is with a TextField. Flex can't do anything about that, so any Flex class that wants to draw text has to do it using a TextField.
Bluestreak Establishes Industry Leadership as MachBlue Now Available in Java to Run Flash(R)-Formatted (1) Files on Mobile
Bluestreak Technology, Inc., the developer of the award-winning MachBlue(TM) platform for mobile phones and digital television, announced today that MachBlue Mobile will be commercially available for J2ME-compatible mobile phones.
How To Use ColdFusion to Search Images Based on Color
This article describes a basic method for indexing and searching images and digital photographs based on color using ColdFusion and CFImageHistogram (www .leavethatthingalone.com/ projects/cfhistogram/). This method indexes and searches color in images quickly using ColdFusion.
Code Development in Distributed Environments
The key to successful build management in distributed environments is a foundational commitment to consistency, repeatability and portability. This is just as true for small, homogeneous development environments using in-house, scripted build systems, as it is for large, complex environments, where a new class of non-scripted, distributed build-management tools are now available.
Hot Banana Is First To Add Web Site Optimization, Marketing Automation To Its Web CMS
Hot Banana Software, Inc. (www.hotbanana.com), a leader in Web content management for marketing, today announced that it has launched Version 5.5, which takes Web CMS to the next level by integrating Web site optimization and marketing automation features. The company also made significant changes to its SaaS and licensed pricing, squarely focusing on small-to-midsize marketers.
ColdFusion: So Easy, Even a Caveman Can Do It!
While recently channel surfing, one of the 'Geico caveman' commercials came on the tube to remind me that Geico.com is so easy to use, even a caveman can do it. Plenty of ColdFusion developers are not what some people might call 'real programmers.' This is not necessarily a reflection on the platform; I've met plenty of Java and .NET developers who couldn't code their way out of a wet paper bag either. The very idea that someone is 'not a real developer' is ridiculous. You're either a developer or you're not. If you get the job done and you do it fast and well, I don't care what you wrote it in - even if you are a caveman.
How To Design Incredible Interfaces Using AJAX and RIA Tools
With the onslaught of excitement around AJAX and RIAs, incredible user interfaces that engage users in a passionate and sticky experience is paramount. Creating these experiences requires much more than just great developers or creative designers. It takes both sides working together in a very disciplined and choreographed workflow that empowers designers to create world class interfaces and enables developers to implement those interfaces to create rich and engaging experiences quickly and efficiently. The designer to developer workflow is the focus of the major players in RIA and will be the defining area that decides whether your RIA development succeeds or fails. Come hear from the industry?s experts in RIA design and development about approaches, experiences and lessons learned.

Pages: « Prev 2 3 4 5 6 7 8 9 10 11 12 Next »
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
FEATURED WHITE PAPERS
SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
A Runtime Integration Approach to Application Development
This pattern is a hybrid of plug-in and event driv
AJAX World - Sun Talks Up its Late-to-the-Party AIR-Silverlight Rival
At Java One this week Sun has been selling its yea
AJAX World - Xceed Launches Microsoft Silverlight 2 Control
Xceed launched Xceed Upload for Silverlight, the c
Microsoft To Keynote 4th International Virtualization Conference & Expo
Mike Neil is general manager for virtualization st
AJAX World - Skyway Software Announces RIA Developer Contest
According to Sean Walsh, President and CEO of Skyw
"Virtualization Journal" Debuts This Week at JavaOne
Founded in 2006, SYS-CON Media's 'Virtualization J
3rd International Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up
Wal-Mart To Sell $399 Ubuntu Linux-based Laptop with Google Operating System
The Ubuntu Linux-based gOS operating system from G
Flex 4: My Wish List
Flex 2 was released in the Summer of 2006 and it w
AJAX World - Adobe Makes Flash & AIR Free for Mobile Widgets
A bunch of the boys have joined Adobe in forming t
Additions to My Computer Book Shelf
Many young programmers don't read books anymore.
Adobe and Industry Leaders Establish Open Screen Project
Today, Adobe announced the Open Screen Project, su
Forrester Turns Its Back to AJAX
I know, it's not nice and I should behave as if it
AJAX World - Cooking CRUD with Flex and BlazeDS
In today's cooking class you'll add to your cookbo
Java Updater: Sun and Google Are as Bad as Apple
Apple's taken some heat lately for their decision
Ubuntu Here We Come! - Java Finally To Become 100% Open Source
With only two weeks to go now before JavaOne, its
AJAX World - Curl Launches Adobe AIR Competitor
Curl announced the beta release of Curl Nitro, the
Is the Silverlight Adoption Rate Artificially Inflated?
Silverlight 2.0 is a freaking phenomenal RIA devel
AJAX World - Adobe Flex 4 Is Shaping Up
Adobe has published their first plan of what shoul
Book Review: Advanced AJAX by Shawn M. Lauriat
Because AJAX moves so much application logic from
PRODUCT REVIEWS
Book Review: Advanced AJAX by Shawn M. Lauriat
Because AJAX moves so much application logic from the server to the client, it forces many developers to master a wider range of web technologies than ever before. T
A Quick Analysis of BlazeDS Offering
Release of BlazeDS is a great help from the Flex enterprise adoption perspective. On the technical side, BlazeDS provides a lightweight replacement for LiveCycle Dat
Boost Productivity of Your Flex-Java Project with Log4Fx Component
It's hard to overestimate the importance of having a good logging facility when you develop distributed applications. Did the client's request reached the server-sid
MX Kollection 3 by InterAKT Online For Macromedia Dreamweaver
Web development is a changing industry. Technologies are born, thrive, and then die, while web developers experience a great stress helping their clients get an Inte
Using Electric Rain's Swift 3D 4.5 With Macromedia Flash. It Rocks!
It may only be a point release but that doesn't mean that Electric Rain, makers of the #1 3D modeling software tool for Flash animators hasn't come out swinging. Wha
BREAKING MX NEWS
CIC and 4Point Partner to Provide Enhanced Solutions for the Financial Services Industry
Communication Intelligence Corporation ("CIC") (BULLETIN BOARD: CICI) , a leading supplier