Categories
Archives
Monthly Archives:
October 2008
Instant Web Sharing via Python
This is a neat trick I saw from 'mrlawlsome' on reddit and didn't want to pass up.
Ever been on an internal network and wanted to share a file or two quickly? This little *nix script will let you do so in a snap. (And it works on Mac OS X, too!)
Continue reading "Instant Web Sharing via Python" »
Permalink | Comments (0) | Technorati Tags :
Posted on October 22, 2008 by Chris LoSaccoBullit
Bullit has made reading my RSS feeds (in NetNewsWire) more enjoyable than I ever thought reading news could be. If you use NetNewsWire, it's a must-have. Give it a day or two and you'll fall in love with it.
Do yourself a favor and go try it out.
Permalink | Comments (0) | Technorati Tags :
Posted on October 1, 2008 by Javier JulioRemoving Padding Between a Flex List and Its Item Renderers
While working on an AIR client, I had a design comp that required a line divider below each item renderer in a Flex List component. The List component has a style for alternating item colors but not for adding a line divider between each item renderer. I figured it shouldn't be that hard because I can simply add a bottom border on the container used for the item renderer.
Continue reading "Removing Padding Between a Flex List and Its Item Renderers" »
Permalink | Comments (1) | Technorati Tags :
