Posted on November 24, 2009 by michaelangela
So my previous post about using PathTools isn’t working at the moment but the tip below does get the file open in Finder (well Pathfinder in my case). External Tools can obviously be quite powerful.
In eclipse, reveal current file in filesystem – Stack Overflow
Great tip. On Mac OS X, replace the location with /usr/bin/open and [...]
Filed under: automation, cool, eclipse, tip | Leave a Comment »
Posted on November 24, 2009 by michaelangela
After seeing the following post, many possibilities came to mind.
Notes: Pretty print XML
But working with XMPP and SAPO Broker, I’m always copy&pasting XML from one place to the other and it would be nice to format the XML snippet sitting in the clipboard.
This pipe does the trick quite nicely:
pbpaste | xmllint –format – | pbcopy
I [...]
Filed under: automation, cool, osx, tip, tool | Leave a Comment »
Posted on November 24, 2009 by michaelangela
This is just crazy cool. Just noting for future use.
MozLab | hyperstruct
MozRepl
Connect to Firefox and other Mozilla apps, explore and modify them from the inside, while they’re running.
Execute Javascript, play with browser GUI, sneak into HTML pages, examine functions and variables, redefine them on the fly, hot-fix bugs, …
Filed under: cool, dev, firefox, functional testing, testing, tip, tool | Leave a Comment »
Posted on November 23, 2009 by michaelangela
Have a client who needs some Flash to HTTPS webservice functionality. Flash and HTTPS are a difficult pair when not on the same host and all the policy files aren’t in place. The simple solution is a proxy. But this particular client’s webserver doesn’t have cURL. What to do? Making streams with a custom context [...]
Filed under: cool, php, salesforce, tip | Leave a Comment »
Posted on October 12, 2009 by michaelangela
Sweet. The page has more tips as well like getting partial stuff from your history. I don’t know how much of this will work on OSX but it’s still neat to see.
Access to command line history in BASH
To activate those two commands, add this to your .bashrc file:
bind ‘”\e[A”‘:history-search-backwardbind ‘”\e[B”‘:history-search-forward
Now you can easily summon any [...]
Filed under: cool, linux, tip, tool | Leave a Comment »
Posted on September 22, 2009 by michaelangela
Really neat and nifty. This is for when you have those one liner strings of XML in a log or something (like CharlesProxy’s response pane) and you want to view it all nicely. Normally CharlesProxy does an excellent job… for well formatted XML. At least some code I was working with really wasn’t well formatted [...]
Filed under: automation, cool, tip, tool, xml | Leave a Comment »
Posted on September 21, 2009 by michaelangela
Since there are no drivers available to print to a shared Pixma MX330 that I am aware of, I have been unable to print to the printer. And because there are no drivers that allow the DNS-323 to host the Pixma MX330 as well, that was out, too.
The following did work though, except actually printing [...]
Filed under: cool, mac, osx, tip, tool, windows | Leave a Comment »
Posted on September 9, 2009 by michaelangela
And this is cool, too. I’m always looking for productivity tips and this is very cool. It really opens up a lot of possibilities.
deleteaso » Fix Textfields JSFL
Today Seb was having some issues when dealing with embedded fonts – read his post. He came up with some ActionScript ways to get around it. Well another [...]
Filed under: automation, cool, flash, tip, tool | Leave a Comment »
Posted on September 9, 2009 by michaelangela
Just wanted to keep a note on this for future reference. Very helpful!
onebyoneblog » Blog Archive » Flash UI Panel to Edit the Properties of Multiple Bitmaps
Basically, it’s just as I described – you highlight multiple Bitmaps in your .fla’s library, adjust the settings (allow smoothing, lossy/lossless, jpg compression quality), then click on the “execute” [...]
Filed under: cool, flash, tip, tool | Leave a Comment »
Posted on September 2, 2009 by michaelangela
Since this is being developed for others, the final concensus is to uncheck it and leave a README.txt that explicitly says so.
Accessing named MovieClips placed on the stage in Flash CS3 while staying true to OOP best-practices « dispatchEvent()™
I happen to agree with Sarah that the best way to work is to uncheck [...]
Filed under: as3, flash, flex, tip | Leave a Comment »
Posted on September 1, 2009 by michaelangela
And this states the issue well in a short sentence. Developing for Flash outside of the Flash IDE breaks into two camps if the “Automatically Declare Stage Instances” is checked or not. The solution mentioned below is another way (closer to the way I do) to get a reference not only as a movie clip [...]
Filed under: as3, cool, flash, flex, tip | Leave a Comment »
Posted on September 1, 2009 by michaelangela
Mostly notes for reference. Although Ctrl+F2 doesn’t seem to work without first going somewhere else like the dock with Ctrl+F3. Odd… maybe something I broke already.
Keyboard – XvsXP.com, Mac OS X vs. Windows XP
Most special characters can be typed with the help of the option key. Use option when typing a letter or [...]
Filed under: osx, tip, tool, windows | Leave a Comment »
Posted on September 1, 2009 by michaelangela
I have done this for AS2 using Flash Develop, and something similar to it using PureMVC for a Flash CS3 project developed within FlexBuilder, but it’s nice to see it “approved” of sorts. The issue? How do you access objects on the timeline in a strongly-typed manner. The blog post itself describes the situation well [...]
Filed under: as3, cool, flash, flex, tip | Leave a Comment »
Posted on September 1, 2009 by michaelangela
Mostly notes for reference. Although Ctrl+F2 doesn’t seem to work without first going somewhere else like the dock with Ctrl+F3. Odd… maybe something I broke already.
Keyboard – XvsXP.com, Mac OS X vs. Windows XP
Most special characters can be typed with the help of the option key. Use option when typing a letter or [...]
Filed under: osx, tip, tool, windows | Leave a Comment »
Posted on September 1, 2009 by michaelangela
Many I knew, some I didn’t. But the author is right that it helps. The Tips & Tricks page has some nice notes as well.
Dan Rodney’s List of Mac OS X Keyboard Shortcuts & Keystrokes
I like to figure out the fastest way to do things. I hope these shortcuts will help you become the power [...]
Filed under: cool, osx, tip | Leave a Comment »
Posted on September 1, 2009 by michaelangela
Neato. Just making notes but it’s good to see.
BUT REMEMBER TO SET “Permit debugging”. Drove me crazy for a while until I saw I hadn’t…
Big Bad Code » Blog Archive » Using Flexbuilder to edit and debug Flash Applications
Now you have the full power of Flexbuilder to code and debug and [...]
Filed under: flash, flex, tip, tool | Leave a Comment »
Posted on September 1, 2009 by michaelangela
Lots of info on using Flex Builder to edit, but not so much on debugging. Just taking some notes.
Using FlexBuilder 3 to debug & edit Flash CS3 projects « The Morphic Group
Recently I was working on a project that due to a requirement had to be compiled in Flash CS3. Having spent the last few [...]
Filed under: as3, flash, flex, tip, tool | Leave a Comment »
Posted on August 21, 2009 by michaelangela
Good to know. And it does make sense as described in the comments. This is for my future reference and for others who may experience it.
In a nutshell, if you have a getter/setter pair and make them [Bindable], the setter will not execute again if the new incoming value is the same as the current [...]
Filed under: as3, debugging, flex, tip, workaround | Leave a Comment »
Posted on August 21, 2009 by michaelangela
™ and ® ‘’ “” µ all kinds of groovy hard to type things
Keyboard Shortcuts for special characters
Filed under: tip | Leave a Comment »
Posted on August 21, 2009 by michaelangela
A nice template for Flex for incorporating SWFObject, history, and deep linking.
Just Flex: Swfobject 2.1 Flex template. HistoryManager and DeepLinking supported as well
I have been using Geoff Stearns’ SWFObject for a long time. I think it will be useful to share my index.template.html that tuned for using with SWFObject 2 2.1. I was inspired with [...]
Filed under: as3, deep-linking, flex, tip, tool | Leave a Comment »
Posted on August 20, 2009 by michaelangela
Just want to keep a reference to this one
Tyler Egeto
I’ll be releasing more tools and helpers in the near future as I formalize / clean-up my existing code libraries. In addition to the ActionScript pagination system released earlier this month, PaginatorAS3, today I’m release a small Tooltip system.
Filed under: as3, tip, tool | Leave a Comment »
Posted on August 20, 2009 by michaelangela
I haven’t had to use this yet but it’s definitely a gotcha to keep in mind if doing deep copies and things aren’t working exactly right…
On [Transient], ObjectUtil.copy(), and Casting – darron schall
I ran into an interesting situation not too long ago where ObjectUtil.copy wasn’t working quite as I had expected. The solution that I [...]
Filed under: as3, tip | Leave a Comment »
Posted on October 15, 2008 by michaelangela
I have an xml file with a listing of images that I need for a site. Typically I fire up IPython with Amara and do my xml wrangling there. But I also needed the files. I thought about using python to also grab and save the files but a little search led to this post. [...]
Filed under: automation, bash, cool, linux, one-liner, tip | Leave a Comment »
Posted on October 1, 2008 by michaelangela
Javascript – Casting to integer on arithmetic division… – Rexiology… – MSMVPS.COM
As Javascript been a weak-typed language, sometimes it’s not able to
cast a variable from one type to another. as in arithmetic division, if
one wants to output an integer instead of a double or else, here is a
way learned from this article that’s useful:
a = [...]
Filed under: cool, javascript, tip | Leave a Comment »
Posted on September 30, 2008 by michaelangela
I can’t believe it but it actually seems to work!
Is there any workaround to this bug (overflow:visible;)?
> #sidebar { overflow: hidden; }<br /> /> #sidebarContents { position:relative; }<br />
Filed under: bug, cool, ie6, tip, workaround | Leave a Comment »