Latest Community News (rss)
1 | Next Page

“Virtualizing” RIA Data Services

Oct 12, 2008 2:06 AM
Rating: (Total Clicks 1)

I recently learned the value of virtualizing the web server that you use for your RIA data services. Unfortunately, this was not a pleasant experience. Basically, we had outgrown the server that we were on and needed to move to something bigger, better, faster, and stronger. I was under the impression that the drives would [...] (translate)

M is for Microsoft?

Oct 12, 2008 1:57 AM
Rating: (Total Clicks 5)

Microsoft announced Friday their new 'M' language, designed especially for building textual domain-specific languages and software models with XAML. The new language is to be a part of Microsoft’s new Oslo development and service-oriented strategy, incorporating features from XAML while being textual and domain-specific. M is to be used directly with 2 other components to be released with M along with Visual Studio 2010: Quadrant, a tool for building models visually, and a repository for storing and viewing models in an SQL database. They say it's also supposed to be cross platform, Let me clarify that statement. By cross platform (translate)

How would you like to own your own Flex components store?

Oct 12, 2008 1:31 AM
Rating: (Total Clicks 10)

How would you like to own your own Flex components store? You can and you don’t have to start from scratch. I have been offered a new opportunity (like you are being offered now) and would like to take it. The only caveat is I have to sell my business. So the Flex components store [...] (translate)

Flex states retaining memory

Oct 12, 2008 1:29 AM
Rating: (Total Clicks 3)

I use flex states a lot. I think they're a great way to handle navigation within your application. However, I have recently discovered that any mxml component added with AddChild will not and can not be removed from memory. This isn't a problem with small applications, but with large ones, this is pretty awful. It's not technically a memory "leak" because going back and forth between two states won't pile on the memory, but every state you navigate to will never be released. read more (translate)

More fun

Oct 12, 2008 12:29 AM
Rating: (Total Clicks 11)

Having fun with FlashPlayer and a Webcam (if you want to save screenshots of yourself you’ll also need FlashPlayer 10) Grab the source (translate)

Flex verticalScrollPolicy bug

Oct 11, 2008 11:29 PM
Rating: (Total Clicks 20)

When you have content with width set to 100%, and verticalScrollbarPolicy set to auto, when you resize the window so the vertical scrollbar is needed, you would expect the content area to adjust to handle the newly added vertical scrollbar, but it doesn't. What happens instead is a horizontal scrollbar appears. To reproduce this bug: <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:local="*"> <mx:Canvas width="100%" height="700"/> </mx:Application> read more (translate)

Compiling a simple Flex application using the Flex Gumbo SDK

Oct 11, 2008 11:07 PM
Rating: (Total Clicks 30)

The following example shows you how you can create and compile a simple Flex application using the latest version (build 4.0.0.3584) of the beta Flex Gumbo SDK. If you haven’t downloaded and installed a Flex Gumbo SDK into Flex Builder 3 before, check out the following entries: “Downloading and installing Flex SDK builds from opensource.adobe.com” and [...] (translate)

as3isolib Actionscript 3 Isometric Library

Oct 11, 2008 10:05 PM
Rating: (Total Clicks 45)

as3isolib is a great isometric library for actionscript 3 by Justin Opitz.  This is a lower level isometric library that could be used in building your own isometric gaming engine or learning more about the popular isometric view in games or other flash content. From building basic blocks… To constructing sprites and objects with individual iso objects [...] (translate)

Adobe AIR Supports XSLT

Oct 11, 2008 9:07 PM
Rating: (Total Clicks 40)

The internet is funny. Things get written, then cross-referenced, then indexed by mammoth search engines. Later, when the truth changes, the old postings stay around in various indexes. So, if you did a search for "Adobe AIR XSLT" via your... (translate)

Adobe AIR Supports XSLT

Oct 11, 2008 9:06 PM
Rating: (Total Clicks 27)

The internet is funny. Things get written, then cross-referenced, then indexed by mammoth search engines. Later, when the truth changes, the old postings stay around in various indexes. So, if you did a search for "Adobe AIR XSLT" via your... (translate)

1 | Next Page