Silverlight, WPF, Fireworks, Flash, XAML, .NET, User Experience, Graphic Design, Web Programming and more!
The download link for the Alignment Manager is currently incorrect on the design page referenced below. Here’s a direct link: Infragistics Alignment Manager
I’ve posted the Infragistics Alignment Manager to the Flash Exchange and have it online at http://www.infragistics.com/design. This component arose out of my own needs while creating resizable forms. Instead of having to handle the Stage.onResize event manually, I now have a component that does everything for me! It’s really great, and I think it’s going to be useful for a lot of Flashers out there. Check out the video walk-through on the site then download the component and give it a whirl. Send feedback to design AT infragistics dot com.
The last two releases of Dreamweaver have left out a feature of Dreamweaver MX that I have found very useful — the Code Navigation button. When in code view, this button allows you to jump directly to any function defined within the current document. It’s a definite time saver, preventing lots of scrolling and searching in long documents.
Enabling this feature just requires uncommenting a few lines of code in the following configuration file:
{Dreamweaver Installation Directory}/Configuration/Toolbars/toolbars.xml
Find the following section and move it outside the html <!– –> comment tags.
<menubutton id="DW_CodeNav"
image="Toolbars/images/MM/codenav.png"
disabledImage="Toolbars/images/MM/codenav_dis.png"
imageMac="dwres:18067"
disabledImageMac="dwres:18080"
tooltip="Code navigation"
enabled="dw.getFocus() == 'textView' || dw.getFocus() == 'html'"
menuID="DWCodeNavPopup"
update="onViewChange"/>
That’s all there is to it – just restart Dreamweaver and enjoy the benefits of this *old* feature.
With Macromedia’s Studio 8 release I find myself once again thinking about backing up current application settings. What if the new apps don’t import or convert correctly? What if I want to revert to previous versions? All of those questions run through my head. Thank goodness for MM-Exporter. Over the past couple of years it has proven to be an indispensible tool. Whether using it for peace of mind when upgrading from one version of the Macromedia Suite to another or migrating application settings from one machine to another, this application has removed all the pains. Did I mention it has a password recovery utility for Dreamweaver sites? That’s come in handy several times as well! If you haven’t used it, give it a shot…
I’ve created an updated version of the Flash/XML Radio using Actionscript 2.0 classes. The original example was created following the release of Flash 5 and demonstrated its new support for dynamic loading of MP3 files and XML. This latest release is much more flexible than the original and should be a good tool for learning some advanced flash concepts. Click Here to download the updated Flash/XML Radio.