<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ramblings</title>
	<atom:link href="http://michaelangela.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelangela.wordpress.com</link>
	<description>Notes, thoughts, explorations in code</description>
	<lastBuildDate>Wed, 12 Dec 2012 15:27:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='michaelangela.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ramblings</title>
		<link>http://michaelangela.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://michaelangela.wordpress.com/osd.xml" title="Ramblings" />
	<atom:link rel='hub' href='http://michaelangela.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Quicklook 2 pdf is possible!</title>
		<link>http://michaelangela.wordpress.com/2012/02/27/quicklook-2-pdf-is-possible/</link>
		<comments>http://michaelangela.wordpress.com/2012/02/27/quicklook-2-pdf-is-possible/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 12:00:33 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/?p=709</guid>
		<description><![CDATA[I have a Word doc. I use Quicklook on it. It generates a visual but you can&#8217;t do anything with it. I wanted to print without opening MS Word. Most tips talk about using the File menu in Finder to Print&#8230; the selected file, which of course opens the doc. That&#8217;s not desirable. I couldn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=709&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have a Word doc. I use Quicklook on it. It generates a visual but you can&#8217;t do anything with it. I wanted to print without opening MS Word. Most tips talk about using the File menu in Finder to Print&hellip; the selected file, which of course opens the doc. That&#8217;s not desirable. I couldn&#8217;t find a solution until I searched qlmanage instead of &#8220;quick look&#8221;. &nbsp;Well low and behold&hellip;</p>
<p><a href="http://reganmian.net/wiki/create_pdfs_with_quicklook">Create PDFs with QuickLook &#8211; Stian&#8217;s PhD wiki</a></p>
<blockquote><p>Word documents are good for editing, and better for converting to Kindle .mobi files, etc. But my academic workflow is built around PDFs, and I like using Skim for marking them up etc. I also hate having to fire up Word every time I just want a quick look at some document.  Turns out you can use QuickLook to generate PDFs from any format it knows how to preview (and you can add support for lot&#8217;s of extra formats through plugins).</p></blockquote>
<p>For the latest code:</p>
<p>https://github.com/houshuang/folders2web/blob/master/qlmanage-doc2pdf.rb</p>
<p>http://code.google.com/p/wkhtmltopdf/downloads/list</p>
<p>I&#8217;ll have to see if I can get this working with Alfredapp. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>edit: a few different takes on it are here:</p>
<p>http://codesnippets.joyent.com/posts/show/14630</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/automation/'>automation</a>, <a href='http://michaelangela.wordpress.com/tag/cool/'>cool</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/709/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=709&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2012/02/27/quicklook-2-pdf-is-possible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenXML node type help</title>
		<link>http://michaelangela.wordpress.com/2012/02/10/openxml-node-type-help/</link>
		<comments>http://michaelangela.wordpress.com/2012/02/10/openxml-node-type-help/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 19:12:14 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[openxml]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/?p=706</guid>
		<description><![CDATA[I&#8217;ve been investigating some possible development opportunities dealing with OpenXML. Obviously for what it has to do there is quite a lot baked in and finding out what a particular node or attribute does though can be a bit time consuming. Schema Central offers a search though. Fast and concise. Not noticing the context I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=706&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been investigating some possible development opportunities dealing with OpenXML. Obviously for what it has to do there is quite a lot baked in and finding out what a particular node or attribute does though can be a bit time consuming. Schema Central offers a search though. Fast and concise. Not noticing the context I was in I saw &lt;w:b /&gt;. A quick search yielded the text below prompting me to look at surrounding nodes. Yep, makes sense. Nice.</p>
<p><a href="http://www.schemacentral.com/sc/ooxml/e-w_b-1.html">OOXML w:b &#8212; Complete documentation and samples</a></p>
<blockquote><p>w:b  Bold</p></blockquote>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/openxml/'>openxml</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a>, <a href='http://michaelangela.wordpress.com/tag/tool/'>tool</a>, <a href='http://michaelangela.wordpress.com/tag/xml/'>xml</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/706/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/706/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=706&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2012/02/10/openxml-node-type-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Skim&#8217;s reader bar has shortcuts to move it!</title>
		<link>http://michaelangela.wordpress.com/2012/02/08/skims-reader-bar-has-shortcuts-to-move-it/</link>
		<comments>http://michaelangela.wordpress.com/2012/02/08/skims-reader-bar-has-shortcuts-to-move-it/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:05:33 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[skim-reader]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/?p=704</guid>
		<description><![CDATA[I use Skim for reading PDFs whenever I don&#8217;t need to do major collaboration with others with Acrobat. I really like it and recommend it whenever someone even remotely mentions issues with reading PDFs on OS X. One neat thing Skim has is a reading bar. It helps to focus when going through code related [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=704&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I use Skim for reading PDFs whenever I don&#8217;t need to do major collaboration with others with Acrobat. I really like it and recommend it whenever someone even remotely mentions issues with reading PDFs on OS X. One neat thing Skim has is a reading bar. It helps to focus when going through code related books, etc. I never knew how to make the most of it until today. I was thinking &#8220;it sure would be nice if you could move that reading bar with the keyboard.&#8221; I&#8217;ve thought that many times. Today I checked the suggested features and sure enough, it&#8217;s been requested and fulfilled. But it&#8217;s hidden!</p>
<p><a href="http://sourceforge.net/apps/mediawiki/skim-app/index.php?title=Tips_and_Tricks#Hidden_Shortcuts">SourceForge.net: Tips and Tricks &#8211; skim-app</a></p>
<blockquote><p><span style="white-space:pre;"> </span>Skim also has a few unlisted shortcuts to make life easier. Some only work in specific tool modes or when a note is selected. These shortcuts only work when the main PDF view has the focus.</p></blockquote>
<blockquote><table style="font-size:11px;color:#000000;background-color:#ffffff;font-family:sans-serif;line-height:19px;" border="0" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td>space, ⇧space, page down, page up</td>
<td width="5">&nbsp;</td>
<td>scroll page down/up</td>
</tr>
<tr>
<td>home, end</td>
<td>&nbsp;</td>
<td>first/last page</td>
</tr>
<tr>
<td>&rarr;, &larr;, &darr;, &uarr;</td>
<td>&nbsp;</td>
<td>scroll</td>
</tr>
<tr>
<td>⌥⌘&rarr;, ⌥⌘&larr;, ⌥⌘&darr;, ⌥⌘&uarr;</td>
<td>&nbsp;</td>
<td>change tool mode</td>
</tr>
<tr>
<td>&rarr;, &larr;, &darr;, &uarr;, ⇧&rarr;, ⇧&larr;, ⇧&darr;, ⇧&uarr;</td>
<td>&nbsp;</td>
<td>move selected note</td>
</tr>
<tr>
<td>return</td>
<td>&nbsp;</td>
<td>edit selected note</td>
</tr>
<tr>
<td>⌥⌃&rarr;, ⌥⌃&larr;, ⌥⌃&darr;, ⌥⌃&uarr;, ⇧⌃&rarr;, ⇧⌃&larr;, ⇧⌃&darr;, ⇧⌃&uarr;</td>
<td>&nbsp;</td>
<td>resize selected note</td>
</tr>
<tr>
<td><span style="color:#ff6600;"><strong>⌥&rarr;, ⌥&larr;, ⌥&darr;, ⌥&uarr;</strong></span></td>
<td>&nbsp;</td>
<td><span style="color:#ff6600;"><strong>move reading bar</strong></span></td>
</tr>
<tr>
<td><span style="color:#ff6600;"><strong>⇧⌥&darr;, ⇧⌥&uarr;</strong></span></td>
<td>&nbsp;</td>
<td><span style="color:#ff6600;"><strong>resize reading bar</strong></span></td>
</tr>
<tr>
<td>⌥tab, ⌥⇧tab</td>
<td>&nbsp;</td>
<td>rotate through notes and links</td>
</tr>
<tr>
<td>⌥escape</td>
<td>&nbsp;</td>
<td>deselect active note</td>
</tr>
<tr>
<td>t, n, c, b, h, u, s, l, f</td>
<td>&nbsp;</td>
<td>change note tool mode (only in note tool mode)</p>
</td>
</tr>
</tbody>
</table>
</blockquote>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/cool/'>cool</a>, <a href='http://michaelangela.wordpress.com/tag/skim-reader/'>skim-reader</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a>, <a href='http://michaelangela.wordpress.com/tag/tool/'>tool</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/704/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/704/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=704&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2012/02/08/skims-reader-bar-has-shortcuts-to-move-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Appcelerator Desktop</title>
		<link>http://michaelangela.wordpress.com/2012/02/03/chrome-scribefire/</link>
		<comments>http://michaelangela.wordpress.com/2012/02/03/chrome-scribefire/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 23:23:22 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[appcelerator]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[titanium]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/?p=701</guid>
		<description><![CDATA[I may finally get my hand to try Appcelerator studio with a desktop app. It looks quite interesting. I like the idea of being able to use HTML5/CSS3/JS for the front end and use other scripting languages on the backend. PHP, Python and Ruby are all options but OS X Snow Leopard has trouble with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=701&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I may finally get my hand to try Appcelerator studio with a desktop app. It looks quite interesting. I like the idea of being able to use HTML5/CSS3/JS for the front end and use other scripting languages on the backend. PHP, Python and Ruby are all options but OS X Snow Leopard has trouble with PHP and Python&#8217;s setup isn&#8217;t as intuitive as Ruby&#8217;s setup. It&#8217;s a bit odd given Python&#8217;s influence in the Appcelerator environment. But Ruby looks fun. Looking forward to trying it out. Including Ruby gems seems straightforward too:</p>
<p>http://developer.appcelerator.com/question/78591/packing&#8211;adding-ruby-gems-with&#8211;to-the-application</p>
<p>And then there is this nice little demo app to show off a bit of Ruby and Titanium:</p>
<p>https://github.com/marshall/quicksnap</p>
<p>Nice. Props to the folks who make this possible!</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/appcelerator/'>appcelerator</a>, <a href='http://michaelangela.wordpress.com/tag/cool/'>cool</a>, <a href='http://michaelangela.wordpress.com/tag/ruby/'>ruby</a>, <a href='http://michaelangela.wordpress.com/tag/titanium/'>titanium</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/701/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=701&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2012/02/03/chrome-scribefire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>FlashBuilder, the yellow question marks, the import &#8220;foo.bar&#8221; could not be found &#8211; find touch as a temporary workaround?</title>
		<link>http://michaelangela.wordpress.com/2012/02/03/flashbuilder-the-yellow-question-marks-the-import-foo-bar-could-not-be-found-find-touch-as-a-temporary-workaround/</link>
		<comments>http://michaelangela.wordpress.com/2012/02/03/flashbuilder-the-yellow-question-marks-the-import-foo-bar-could-not-be-found-find-touch-as-a-temporary-workaround/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 23:22:32 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[flash builder]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[flashbuilder]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/?p=699</guid>
		<description><![CDATA[I was working on a Flash Pro project, coding in FlashBuilder. The way to go. The nearest I can tell is when running a debug build for some reason the project lost something. The legendary yellow squiggles with the ? marks appeared all over the place. I couldn&#8217;t get it to go away. It&#8217;s in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=699&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was working on a Flash Pro project, coding in FlashBuilder. The way to go. The nearest I can tell is when running a debug build for some reason the project lost something. The legendary yellow squiggles with the ? marks appeared all over the place. I couldn&#8217;t get it to go away. It&#8217;s in git so I just checked it out in a new folder without the project files and could keep moving. After another debug build, it happened again. Not sure on that bit. But I found that doing ANY change in the file and saving the imported file would suddenly make the file usable again.</p>
<p>import com.foo.bar.MyClass</p>
<p>Open up MyClass and do anything that allows FlashBuilder to save it. The quickest was space/delete/save. If you have FlexFormatter on make sure auto format isn&#8217;t on if you don&#8217;t want to reformat 3rd party libraries when doing this. So it seemed that anything you change, so that it saves, brings the file back into FlashBuilder&#8217;s list of valid imports. But when you close the project and reopen it, the invalid imports are back.</p>
<p>That got me to thinking&#8230; if I just touch the file would that do it? It did. Now we&#8217;re in business.</p>
<blockquote><p><span style="font-family:'courier new', courier;">find . -type f -print0 | xargs -0 touch</span></p>
</blockquote>
<p>That did the trick. All the files are back in business. It&#8217;ll happen again but at least I have a quick way to get it working so refactoring, finding usages, hiearchy and all that goodness works again.</p>
<p>This is FlashBuilder 4.5.1.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/flash/'>flash</a>, <a href='http://michaelangela.wordpress.com/category/flash-builder/'>flash builder</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/as3/'>as3</a>, <a href='http://michaelangela.wordpress.com/tag/cool/'>cool</a>, <a href='http://michaelangela.wordpress.com/tag/flash/'>flash</a>, <a href='http://michaelangela.wordpress.com/tag/flashbuilder/'>flashbuilder</a>, <a href='http://michaelangela.wordpress.com/tag/flex/'>flex</a>, <a href='http://michaelangela.wordpress.com/tag/snippet/'>snippet</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a>, <a href='http://michaelangela.wordpress.com/tag/troubleshooting/'>troubleshooting</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/699/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/699/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=699&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2012/02/03/flashbuilder-the-yellow-question-marks-the-import-foo-bar-could-not-be-found-find-touch-as-a-temporary-workaround/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Firequery, Firelogger, Firebug 1.7, Firefox 3.6 Portable</title>
		<link>http://michaelangela.wordpress.com/2011/05/09/firequery-firelogger-firebug-1-7-firefox-3-6-portable/</link>
		<comments>http://michaelangela.wordpress.com/2011/05/09/firequery-firelogger-firebug-1-7-firefox-3-6-portable/#comments</comments>
		<pubDate>Mon, 09 May 2011 16:42:23 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2011/05/09/firequery-firelogger-firebug-1-7-firefox-3-6-portable/</guid>
		<description><![CDATA[Just a note, when installing Firequery&#160;and Firelogger&#160;in Firefox 3.6 (portable version) I ran into the &#8220;requires additional items&#8221; error. It turns out that my Firebug was 1.7bx which is beyond the 1.7 requirement for these plugins which causes them to fail. To get them working (though I haven&#8217;t completed tested them yet of course) you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=698&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just a note, when installing <a href="http://firequery.binaryage.com/" target="_blank">Firequery</a>&nbsp;and <a href="http://firelogger.binaryage.com/" target="_blank">Firelogger</a>&nbsp;in Firefox 3.6 (portable version) I ran into the &#8220;requires additional items&#8221; error. It turns out that my Firebug was 1.7bx which is beyond the 1.7 requirement for these plugins which causes them to fail. To get them working (though I haven&#8217;t completed tested them yet of course) you just have to go to the install.rdf files for both and make a couple of tweaks. In Firefox 3 you can right click on the extension in the add-on window and go to the extension&#8217;s install directory. Open up the install.rdf in a text editor and change</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &lt;em:maxVersion&gt;1.7&lt;/em:maxVersion&gt;</p>
<p>to</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &lt;em:maxVersion&gt;1.8&lt;/em:maxVersion&gt;</p>
<p>and restart. Now to test&#8230;</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/firefox/'>firefox</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a>, <a href='http://michaelangela.wordpress.com/tag/tools/'>tools</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/698/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/698/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=698&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2011/05/09/firequery-firelogger-firebug-1-7-firefox-3-6-portable/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Backbone.js</title>
		<link>http://michaelangela.wordpress.com/2011/04/30/backbone-js/</link>
		<comments>http://michaelangela.wordpress.com/2011/04/30/backbone-js/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 03:10:12 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2011/04/30/backbone-js/</guid>
		<description><![CDATA[Backbone.js is catching on and for good reason. It&#8217;s not heavy weight like SproutCore or Cappucino, gets &#160;you going quickly, and gets out of your way. Some folks complain that is&#8217;t not full-featured enough. But that&#8217;s because it&#8217;s designed to be light weight and &#252;ber extensible. It doesn&#8217;t do what you want? Extend it! Using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=697&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Backbone.js is catching on and for good reason. It&#8217;s not heavy weight like SproutCore or Cappucino, gets &nbsp;you going quickly, and gets out of your way. Some folks complain that is&#8217;t not full-featured enough. But that&#8217;s because it&#8217;s designed to be light weight and &uuml;ber extensible. It doesn&#8217;t do what you want? Extend it! Using it&#8217;s own built in .extend or with the now 100% completely indispensible <a href="http://documentcloud.github.com/underscore/" target="_blank">underscore.js</a>, it&#8217;s only required dependecy.</p>
<p><a href="http://documentcloud.github.com/backbone/">Backbone supplies structure to JavaScript-heavy applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.</a></p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/framework/'>framework</a>, <a href='http://michaelangela.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://michaelangela.wordpress.com/tag/mvc/'>mvc</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/697/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/697/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=697&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2011/04/30/backbone-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>MAMP RewriteLogging and getting a site back up online</title>
		<link>http://michaelangela.wordpress.com/2011/04/30/mamp-rewritelogging-and-getting-a-site-back-up-online/</link>
		<comments>http://michaelangela.wordpress.com/2011/04/30/mamp-rewritelogging-and-getting-a-site-back-up-online/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 03:04:45 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[conf]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/?p=694</guid>
		<description><![CDATA[Short version: Laptop logic board died. Hard drive is fine. Got a new laptop (not the way to upgrade!) Client WordPress site runs fine from external hard drive and new install of MAMP. Databases copied over and such (after minor heart attack when not copying over the required INNODB files) rsync over to local drive [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=694&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Short version:</p>
<p>Laptop logic board died.</p>
<p>Hard drive is fine.</p>
<p>Got a new laptop (not the way to upgrade!)</p>
<p>Client WordPress site runs fine from external hard drive and new install of MAMP. Databases copied over and such (after minor heart attack when not copying over the required INNODB files)</p>
<p>rsync over to local drive and it doesn&#8217;t work. &#8220;Pages&#8221; aren&#8217;t working. URLs like /?p=5 work fine. Rewriting is an issue.</p>
<p>Make a new host at old.clientsite.dev (with the very helpful and neat <a title="Support a cool indie developer! Go check it out!" href="http://clickontyler.com/virtualhostx/" target="_blank">virtualhostx</a>) and point it at the external drive. Still fine. but clientsite.dev still no go.</p>
<p>Tried to set up RewriteLogging but it doesn&#8217;t work. Thrash around for hours.</p>
<p>httpd.conf has the goods</p>
<p>RewriteLog &#8220;/Applications/MAMP/logs/rewrite.log&#8221;<br />
RewriteLogLevel 3</p>
<p>but no go. Not sure why. Notice in&nbsp;/private/etc/apache2/extra/httpd-vhosts.conf that there is one difference. The old vhost has&nbsp;AllowOverride All whereas the new one does not. Added that, and all is good.</p>
<p>Back to work again.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/apache/'>apache</a>, <a href='http://michaelangela.wordpress.com/tag/conf/'>conf</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/694/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/694/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=694&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2011/04/30/mamp-rewritelogging-and-getting-a-site-back-up-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>RedBeanPHP</title>
		<link>http://michaelangela.wordpress.com/2011/04/29/redbeanphp/</link>
		<comments>http://michaelangela.wordpress.com/2011/04/29/redbeanphp/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 01:30:58 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[orm]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/?p=692</guid>
		<description><![CDATA[Just wanted to help get the word out about this ORM for PHP. It&#8217;s one of the smoothest I have used so far. Very straightforward. RedBeanPHP. Very brief Slideshare: http://slidesha.re/gQwChj Filed under: Uncategorized Tagged: dev, orm, php<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=692&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just wanted to help get the word out about this ORM for PHP. It&#8217;s one of the smoothest I have used so far. Very straightforward.</p>
<p><a href="http://redbeanphp.com/">RedBeanPHP</a>.</p>
<p>Very brief Slideshare:</p>
<p>http://slidesha.re/gQwChj</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/dev/'>dev</a>, <a href='http://michaelangela.wordpress.com/tag/orm/'>orm</a>, <a href='http://michaelangela.wordpress.com/tag/php/'>php</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/692/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/692/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=692&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2011/04/29/redbeanphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Pros and cons of various vertical centering techniques</title>
		<link>http://michaelangela.wordpress.com/2010/08/28/pros-and-cons-of-various-vertical-centering-techniques/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/28/pros-and-cons-of-various-vertical-centering-techniques/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 06:48:01 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/28/pros-and-cons-of-various-vertical-centering-techniques/</guid>
		<description><![CDATA[Just want to keep this for reference.&#160; In the Woods &#8211; Vertical Centering With CSS There are a few different ways to vertically centre objects with CSS, but it can be difficult to choose the right one. I&#8217;ll show you all the best ways I&#8217;ve seen and also how to create a nice little centered [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=691&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just want to keep this for reference.&nbsp;</p>
<p><a href="http://en.support.wordpress.com/affiliate-links/">In the Woods &ndash; Vertical Centering With CSS</a></p>
<p>There are a few different ways to vertically centre objects with CSS, but it can be difficult to choose the right one. I&rsquo;ll show you all the best ways I&rsquo;ve seen and also how to create a nice little centered website.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/css/'>css</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/691/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/691/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=691&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/28/pros-and-cons-of-various-vertical-centering-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>IE7 overflow:auto not working right?</title>
		<link>http://michaelangela.wordpress.com/2010/08/28/ie7-overflowauto-not-working-right/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/28/ie7-overflowauto-not-working-right/#comments</comments>
		<pubDate>Sat, 28 Aug 2010 05:27:49 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/28/ie7-overflowauto-not-working-right/</guid>
		<description><![CDATA[Briefly, the content was in the div that had the overflow: auto and the content was just going E-VE-RY-WHERE. Solution? See below. Yep it worked. Doing some work for a client that needs the legendary IE7- (IE6) support. Doing CSS fixes without hacks until HTML structure has to change. Hopefully not! But this little bit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=690&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Briefly, the content was in the div that had the overflow: auto and the content was just going E-VE-RY-WHERE. Solution? See below. Yep it worked. Doing some work for a client that needs the legendary IE7- (IE6) support. Doing CSS fixes without hacks until HTML structure has to change. Hopefully not! But this little bit helped.&nbsp;</p>
<p><a href="http://www.rowanw.com/bugs/overflow_relative.htm">Overflow Auto and Position Relative</a></p>
<p>The simplest fix is to apply <code>position: relative</code> to the containing block; the one with <code>overflow: auto</code>.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/css/'>css</a>, <a href='http://michaelangela.wordpress.com/tag/ie/'>ie</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/690/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/690/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=690&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/28/ie7-overflowauto-not-working-right/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Django dev with one file and Flask which inspired it</title>
		<link>http://michaelangela.wordpress.com/2010/08/16/django-dev-with-one-file-and-flask-which-inspired-it/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/16/django-dev-with-one-file-and-flask-which-inspired-it/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 20:38:00 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/16/django-dev-with-one-file-and-flask-which-inspired-it/</guid>
		<description><![CDATA[I dig Django. I&#8217;ve even been using Hyde to develop static sites especially when working on PSD &#62; XHTML conversions. It lets me keep things DRY. You want that same block on 20 pages? Cool, no prob. Oh now you want to change it on those 20 pages with a little tweak to each? OK [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=688&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I dig Django. I&#8217;ve even been using <a href="http://ringce.com/hyde" target="_blank">Hyde</a> to develop static sites especially when working on PSD &gt; XHTML conversions. It lets me keep things <a href="http://en.wikipedia.org/wiki/Don't_repeat_yourself" target="_blank">DRY</a>. You want that same block on 20 pages? Cool, no prob. Oh now you want to change it on those 20 pages with a little tweak to each? OK still cool, no prob. Anyway, I&#8217;ve seen some nice bits of code to get a dev environment up and running quickly and this post on minimal Django is cool. But I also really like what I see in <a href="http://flask.pocoo.org/" target="_blank">Flask</a> which inspired the search.</p>
<p style="padding-left:30px;"><a href="http://olifante.blogs.com/covil/2010/04/minimal-django.html">Minimal Django &#8211; Olifante&#8217;s Lair</a></p>
<p style="padding-left:30px;"><a href="http://flask.pocoo.org/docs/quickstart/">Flask</a> is a new microframework for web development. Created by Armin Ronacher, it grew from an April Fools&rsquo; prank into an elegant, usable tool in a very short time, mostly thanks to its clever leveraging of Armin&rsquo;s two other babies, the <a href="http://werkzeug.pocoo.org/documentation/">Werkzeug</a> webserver and the <a href="http://jinja.pocoo.org/2/documentation/">Jinja2</a> templating language.</p>
<p style="padding-left:30px;">I work daily with <a href="http://www.djangoproject.com/">Django</a> and love it, but after reading about Flask I got a small case of microframework envy. Why can&rsquo;t Django development scale down as well as it scales up, and let a beginner have fun with single-file web development without becoming swamped in the full complexity of modern web development? It turns out Django <em>can</em> easily scale down.</p>
<p>Will have to elaborate in a bit&#8230; <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/dev/'>dev</a>, <a href='http://michaelangela.wordpress.com/tag/django/'>django</a>, <a href='http://michaelangela.wordpress.com/tag/framework/'>framework</a>, <a href='http://michaelangela.wordpress.com/tag/python/'>python</a>, <a href='http://michaelangela.wordpress.com/tag/tool/'>tool</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/688/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/688/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=688&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/16/django-dev-with-one-file-and-flask-which-inspired-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Great short list of Safari extensions</title>
		<link>http://michaelangela.wordpress.com/2010/08/16/great-short-list-of-safari-extensions/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/16/great-short-list-of-safari-extensions/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 16:12:26 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/16/great-short-list-of-safari-extensions/</guid>
		<description><![CDATA[15 Awesome and Useful Safari Extensions As die-hard extension addicts since the first Safari 5 release, we&#8217;ve scoured the web to find 15 of our favorites. Click through the gallery for our picks. Filed under: Uncategorized Tagged: safari, tool<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=687&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><a href="http://mashable.com/2010/08/10/safari-extensions-roundup/">15 Awesome and Useful Safari Extensions</a></p>
<p>As die-hard extension addicts since the first Safari 5 release, we&rsquo;ve scoured the web to find 15 of our favorites. Click through the gallery for our picks.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/safari/'>safari</a>, <a href='http://michaelangela.wordpress.com/tag/tool/'>tool</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/687/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=687&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/16/great-short-list-of-safari-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>JSON and xpath-like filtering</title>
		<link>http://michaelangela.wordpress.com/2010/08/15/json-and-xpath-like-filtering/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/15/json-and-xpath-like-filtering/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 18:32:19 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xpath]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/15/json-and-xpath-like-filtering/</guid>
		<description><![CDATA[I have been doing some recent work for a client with a large amount of JSON and webservices. Of course CharlesProxy is always helpful for this. I use it to be able analyze data flows, etc. In this case I wanted to be able to filter through the JSON to get at specific elements. Doing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=686&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have been doing some recent work for a client with a large amount of JSON and webservices. Of course <a href="http://www.charlesproxy.com/" target="_blank">CharlesProxy</a> is always helpful for this. I use it to be able analyze data flows, etc. In this case I wanted to be able to filter through the JSON to get at specific elements. Doing this for a while I thought it&#8217;d be neat to filter it the way we use XPath with XML. <a href="http://jsoneditor.net/" target="_blank">JSON Editor</a> is a cool AIR app which allows you to view JSON and XML but also translate from one to the other. So I thought I&#8217;d just use that to convert the JSON to XML and then use XPath on it. Then I thought&#8230; &#8220;has anyone done anything like xpath for json?&#8221; Turns out they have.</p>
<p style="padding-left:30px;"><a href="http://code.google.com/p/jsonpath/">jsonpath &#8211; Project Hosting on Google Code</a></p>
<p style="padding-left:30px;">JSONPath is a lightweight component that allows to find and extract relevant portions out of JSON structures on the <em>client</em> as well as on the <em>server</em>.</p>
<p style="padding-left:30px;">You can read <a rel="nofollow" href="http://goessner.net/articles/jsonpath">more about it</a>.</p>
<p style="padding-left:30px;">There are Wiki pages about usage and examples in <a rel="nofollow" href="http://code.google.com/p/jsonpath/wiki/Javascript">Javascript</a> and <a rel="nofollow" href="http://code.google.com/p/jsonpath/wiki/PHP">PHP</a>.</p>
<p style="padding-left:30px;">Extensive <a rel="nofollow" href="http://jsonpath.googlecode.com/svn/trunk/tests/">test examples</a> are available for JSONPath.</p>
<p style="padding-left:30px;">A PHP helper class <a rel="nofollow" href="http://code.google.com/p/jsonpath/wiki/JsonStore">JsonStore</a> allows read, write and delete operations on JSON structures.</p>
<p>This isn&#8217;t the only <a href="http://www.google.com/search?client=safari&amp;rls=en&amp;q=xpath+for+json&amp;ie=UTF-8&amp;oe=UTF-8" target="_blank">json-xpath implementation</a> of course. This also looks promising.</p>
<p style="padding-left:30px;"><a href="http://bluelinecity.com/software/jpath/">JPath &#8211; bluelinecity.com</a></p>
<p style="padding-left:30px;">JPath is a simple lightweight Javascript Class which provides an XPath-like querying ability to JSON objects.</p>
<p>Very cool.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/json/'>json</a>, <a href='http://michaelangela.wordpress.com/tag/tool/'>tool</a>, <a href='http://michaelangela.wordpress.com/tag/xml/'>xml</a>, <a href='http://michaelangela.wordpress.com/tag/xpath/'>xpath</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/686/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/686/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=686&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/15/json-and-xpath-like-filtering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>FlashBuilder 4 jump directly to API documentation tip</title>
		<link>http://michaelangela.wordpress.com/2010/08/13/flashbuilder-4-jump-directly-to-api-documentation-tip/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/13/flashbuilder-4-jump-directly-to-api-documentation-tip/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 04:30:01 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/13/flashbuilder-4-jump-directly-to-api-documentation-tip/</guid>
		<description><![CDATA[I was wondering if it is possible to jump directly to the ASDoc of a Flash/Flex component. Seems it is possible. Oh my. Very nice. Place your cursor in the code of interest and press Shift + F2. And there you go. Previously I used FluidApp to wrap the AS3 reference documentation locally as noted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=685&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was wondering if it is possible to jump directly to the ASDoc of a Flash/Flex component. Seems it is possible.</p>
<p>Oh my. Very nice. Place your cursor in the code of interest and press Shift + F2. And there you go. Previously I used <a title="Learn more about FluidApp" href="http://fluidapp.com/" target="_blank">FluidApp</a> to wrap the AS3 reference documentation locally as noted below. But now this is not needed. On my box FluidApp&#8217;s search is faster sometimes than the Adobe Help depending on what&#8217;s running, but jumping right to the docs in question is very helpful.</p>
<p style="padding-left:30px;"><a href="http://www.bigspaceship.com/blog/labs/air-app-as3-language-reference/">Big Spaceship | Labs Blog &#8211; AIR App: AS3 Language Reference</a></p>
<p style="padding-left:30px;">I found the scrollbars in the air app to be shoddy, so I downloaded the offline version of the AS3 docs:</p>
<p>http://help.adobe.com/support/documentation/en/flash/10/ActionScript3LangRef.zip</p>
<p> and then created a fluid app from my local version.</p>
<p>http://fluidapp.com/</p>
<p> now runs perfect offline and even has a search.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/as3/'>as3</a>, <a href='http://michaelangela.wordpress.com/tag/cool/'>cool</a>, <a href='http://michaelangela.wordpress.com/tag/documentation/'>documentation</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/685/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/685/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=685&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/13/flashbuilder-4-jump-directly-to-api-documentation-tip/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Simplest, cleanest singleton</title>
		<link>http://michaelangela.wordpress.com/2010/08/13/simplest-cleanest-singleton/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/13/simplest-cleanest-singleton/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 00:31:15 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/13/simplest-cleanest-singleton/</guid>
		<description><![CDATA[This is the simplest and cleanest singleton patter I have seen to date for AS3. Let&#8217;s you set it up and get right to coding. The author does make a request for a singleton metadata tag to automatically make classes into singletons. Well we sort of have that with RobotLegs. With the injection rules you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=684&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is the simplest and cleanest singleton patter I have seen to date for AS3. Let&#8217;s you set it up and get right to coding. The author does make a request for a singleton metadata tag to automatically make classes into singletons. Well we sort of have that with <a href="http://www.robotlegs.org/">RobotLegs</a>. With the injection rules you can just tell RobotLegs that any time you inject an instance of a particular class just to make it a singleton and it&#8217;ll do that in the background for you. Sweet and simple. But this code linked below is the closest non-framework solution I have seen that gets close to that in its simplicity.</p>
<p><a href="http://www.darronschall.com/weblog/2007/11/actionscript-3-singleton-redux.cfm">ActionScript 3 Singleton Redux &#8211; darron schall</a></p>
<p>It was actually a combination of other factors (and personal preference) that made me revisit the singleton pattern.  The singleton technique that I prefer was developed to address the other issues I was running into and to reflect my personal coding style.  While I was at it, I figured I might as well address the private constructor issue too.  After all, we all love being smacked around by the compiler sometimes.</p>
<p>The technique I prefer has the following highlights:</p>
<ul>
<li><strong>Usage of static <em>instance</em> read-only property instead of a static <em>getInstance()</em> function</strong>.  This is somewhat a matter of style and personal preference, but I prefer the succinctness of the read-only property.  This is especially obvious when the singleton is used in binding expressions.  Plus, getInstance() is <em>so</em> 1990s Java which ActionScript is most definitely not.  I kid, I kid.  But seriously, &#8220;.instance&#8221; is cooler.</li>
<li><strong>Usage of a private lock class to prevent outside construction</strong>.  While this is a common theme in the above links, my approach is slightly different.  Instead of passing an instance of the private locking class to the constructor, I just pass the Class reference itself.  This does two things.  First, it clarifies the conditional check in the constructor.  The test for the proper locking Class reference communicates the code&#8217;s intent better than the traditional check for not null.  Second, it encapsulates the private locking class itself.  The constructor&#8217;s argument is simply <em>lock:Class</em> which doesn&#8217;t expose the name of the private locking class to the outside world, but still communicates that the constructor is locked. </li>
<li><strong>Removal of &#8216;Unable to bind&#8217; warnings in Flex 2.</strong> When you use a singleton in a binding expression, it&#8217;s typical to have the Console log flooded with warning messages indicating that binding to the instance property will not be able to detect updates.  My singleton version fixes these warnings.</li>
<li><strong>Use of <em>const</em> instead of <em>var</em> for the instance storage</strong>.  This one is pretty obvious, but using const here communicates intent better.   The variable storing the singleton instance is not allowed to change so const is the better choice.</li>
</ul>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/as3/'>as3</a>, <a href='http://michaelangela.wordpress.com/tag/dev/'>dev</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/684/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/684/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=684&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/13/simplest-cleanest-singleton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Customizing ASDocs</title>
		<link>http://michaelangela.wordpress.com/2010/08/12/customizing-asdocs/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/12/customizing-asdocs/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 22:19:26 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/12/customizing-asdocs/</guid>
		<description><![CDATA[Documentation is great. Writing it is not. Writing notes in code then pulling that into some sort of printed reference is even worse. But there are solutions. For Flash/Flex devs there are ASDoc comments. Now if you want to add your own little tweaks to it, it seems, at least in the past, this was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=683&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Documentation is great. Writing it is not. Writing notes in code then pulling that into some sort of printed reference is even worse. But there are solutions. For Flash/Flex devs there are <a title="How to use ASDoc from Adobe Help" href="http://livedocs.adobe.com/flex/3/html/help.html?content=asdoc_1.html" target="_blank">ASDoc comments</a>. Now if you want to add your own little tweaks to it, it seems, at least in the past, this was possible.</p>
<p><a href="http://personal.boristhebrave.com/project/asdoc-enhancements">ASDoc Enhancements | www.boristhebrave.com</a></p>
<p>I&#8217;ve put in a few customizations to the standard ASDoc template, that I&#8217;m going to share here, as they are generally useful. You will need to customize the files a bit for your own project, though.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/as3/'>as3</a>, <a href='http://michaelangela.wordpress.com/tag/documentation/'>documentation</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/683/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/683/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=683&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/12/customizing-asdocs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Making a clean float clear</title>
		<link>http://michaelangela.wordpress.com/2010/08/12/making-a-clean-float-clear/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/12/making-a-clean-float-clear/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:33:01 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/12/making-a-clean-float-clear/</guid>
		<description><![CDATA[This is a note for reference in case I run into some funkiness that looks like this might address. Very nice and concise. Breaking Floats Without Hacks When you want to clear all floats across the entire width of the page or a div, this single line of CSS code just won&#8217;t cut it when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=682&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is a note for reference in case I run into some funkiness that looks like this might address. Very nice and concise.</p>
<p><a href="http://ryanfait.com/articles/breaking-floats-without-hacks/">Breaking Floats Without Hacks</a></p>
<p>When you want to clear all floats across the entire width of the page or a div, this single line of CSS code just won&#8217;t cut it when using: &lt;div class=&#8221;clear&#8221;&gt;&lt;/div&gt;.</p>
<ol class="code">
<li>clear: both;</li>
</ol>
<p>Instead, we&#8217;re going to use four lines.</p>
<ol class="code">
<li>width: 100%;</li>
<li>height: 1px;</li>
<li>margin: 0 0 -1px;</li>
<li>clear: both;</li>
</ol>
<p>Alright, let&#8217;s break this down. First of all, the major problem with clearing correctly in all browsers lies mainly in a few of Internet Explorer&#8217;s quirks. Both width: 100%; and height: 1px; force the browser into accepting that there is a div there. The margin: 0 0 -1px; negates the 1 pixel space that height introduced; this is the only property that is not required. Natually, clear: both; is the special ingredient to make all of this work.</p>
<p>&nbsp;</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/css/'>css</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/682/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/682/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=682&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/12/making-a-clean-float-clear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>IE6 Fixed Positioning</title>
		<link>http://michaelangela.wordpress.com/2010/08/12/ie6-fixed-positioning/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/12/ie6-fixed-positioning/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:30:07 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/12/ie6-fixed-positioning/</guid>
		<description><![CDATA[When you need it you need it. I just wanted to keep a link to this. Fixed Positioning in Internet Explorer 6 Fixed positioning has always been a nuisance for web designers because of the lack of support for it in Internet Explorer 6, but I&#8217;ve come up with a solution that allows for cross-browser [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=681&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When you need it you need it. I just wanted to keep a link to this.</p>
<p><a href="http://ryanfait.com/resources/fixed-positioning-in-internet-explorer/">Fixed Positioning in Internet Explorer 6</a></p>
<p><em>Fixed positioning</em> has always been a nuisance for web designers because of the lack of support for it in <em>Internet Explorer 6</em>, but I&#8217;ve come up with a solution that allows for cross-browser <em>fixed positioning</em> that doesn&#8217;t come at the large costs that other techniques result in. If you&#8217;ve been on the hunt for a way to get elements with <code>position: fixed;</code> to work properly in Internet Explorer 6, undoubtedly you&#8217;ve noticed that most methods come at the expense of absolute positioning or resorting to scripting. Mine does not.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/css/'>css</a>, <a href='http://michaelangela.wordpress.com/tag/ie6/'>ie6</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/681/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/681/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=681&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/12/ie6-fixed-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Faster Captivate development with a solo review</title>
		<link>http://michaelangela.wordpress.com/2010/08/12/faster-captivate-development-with-a-solo-review/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/12/faster-captivate-development-with-a-solo-review/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:28:07 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[captivate]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/12/faster-captivate-development-with-a-solo-review/</guid>
		<description><![CDATA[I&#8217;ve been working with Captivate 5 and it&#8217;s pretty nice. Coming from a Flash/Flex background I am used to the edit, build, and review workflow. Make changes, compile it (oh so much nicer in FB4+Flash CS5), and then view the changes. So I do that in Captivate, too. But I don&#8217;t have too&#8230;&#160; Adobe in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=680&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been working with Captivate 5 and it&#8217;s pretty nice. Coming from a Flash/Flex background I am used to the edit, build, and review workflow. Make changes, compile it (oh so much nicer in FB4+Flash CS5), and then view the changes. So I do that in Captivate, too. But I don&#8217;t have too&#8230;&nbsp;</p>
<p><a href="http://rjacquez.com/using-a-solo-review-to-edit-adobe-captivate-projects-faster-video/">Adobe in Technical Communication and eLearning &raquo; Using a Solo Review to Edit Adobe Captivate Projects Faster [VIDEO]</a></p>
<p>In this video I go over a process that works for me, namely conducting a local, solo Review, where I can insert comments on-the-fly as I&rsquo;m previewing my project. These notes  are then imported back into my project exactly where I inserted them.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/captivate/'>captivate</a>, <a href='http://michaelangela.wordpress.com/tag/flash/'>flash</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/680/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/680/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=680&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/12/faster-captivate-development-with-a-solo-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>F*CSS is more than just CSS for Flash</title>
		<link>http://michaelangela.wordpress.com/2010/08/12/fcss-is-more-than-just-css-for-flash/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/12/fcss-is-more-than-just-css-for-flash/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 16:25:07 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[cool]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/12/fcss-is-more-than-just-css-for-flash/</guid>
		<description><![CDATA[I had seen the author&#8217;s original writeup on Camouflage and that was already very cool. This goes beyond that and again just beyond CSS properties. The idea that any public property can be set via an external file and it&#8217;s not XML, that&#8217;s much cleaner. But even the idea of just changing positions, sizes, etc., [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=679&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I had seen the author&#8217;s original writeup on Camouflage and that was already <a title="Flash Camouflage" href="http://flashcamo.flashartofwar.com/" target="_blank">very</a> cool. This goes beyond that and again just beyond CSS properties. The idea that any public property can be set via an external file and it&#8217;s not XML, that&#8217;s much cleaner. But even the idea of just changing positions, sizes, etc., in such a clean and fast way and with inheritance as well? Merging?! Very nice.</p>
<p><a href="http://fcss.flashartofwar.com/about">F*CSS&nbsp;|&nbsp; About</a></p>
<p>F*CSS is a custom CSS parser for Flash based on the PropteryManagement System in Flash Camouflage. The main class called <strong>StyleSheet</strong> (found inside of the <tt>com.flashartofwar.fcss.stylesheets</tt> package), goes well beyond the native StyleSheet class by supporting style inheritance, pseudo selectors, and merging styles on the fly. The goal of the StyleSheet is to make styles something you can apply to any of your classes instead of just TextFields. CSS is a great way to define your class&rsquo;s properties in an external file and F*CSS helps convert these css styles into property/value pairs you can apply to any Object.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/as3/'>as3</a>, <a href='http://michaelangela.wordpress.com/tag/cool/'>cool</a>, <a href='http://michaelangela.wordpress.com/tag/css/'>css</a>, <a href='http://michaelangela.wordpress.com/tag/dev/'>dev</a>, <a href='http://michaelangela.wordpress.com/tag/tool/'>tool</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/679/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/679/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=679&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/12/fcss-is-more-than-just-css-for-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Scribefire on Sarafi with tags not bad</title>
		<link>http://michaelangela.wordpress.com/2010/08/12/scribefire-on-sarafi-with-tags-not-bad/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/12/scribefire-on-sarafi-with-tags-not-bad/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 03:20:54 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/12/scribefire-on-sarafi-with-tags-not-bad/</guid>
		<description><![CDATA[It has autocomplete for tags so I&#8217;ll be switching over to tags. I know there is a way to convert categories to tags but I&#8217;ll have to save that for another day. Scribefire on Safari &#171; Ramblings Might have to switch to using tags&#8230; Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=678&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>It has autocomplete for tags so I&#8217;ll be switching over to tags. I know there is a way to convert categories to tags but I&#8217;ll have to save that for another day.</p>
<p><a href="http://michaelangela.wordpress.com/2010/08/02/scribefire-on-safari/">Scribefire on Safari &laquo; Ramblings</a></p>
<p>Might have to switch to using tags&hellip;</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/678/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/678/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=678&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/12/scribefire-on-sarafi-with-tags-not-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Simplest css based sticky footer I have seen</title>
		<link>http://michaelangela.wordpress.com/2010/08/12/simplest-css-based-sticky-footer-i-have-seen/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/12/simplest-css-based-sticky-footer-i-have-seen/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 01:48:34 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/12/simplest-css-based-sticky-footer-i-have-seen/</guid>
		<description><![CDATA[And apparently all the code is semantic as well. It&#8217;s clean and light on hacks which is always good. New CSS Sticky Footer &#8211; 2010 &#8211; HTML for Bottom of Page Footer This sticky footer solution is working in all major browsers, including Google Chrome and IE 8! It works with floated 2-column layouts and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=677&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>And apparently all the code is semantic as well. It&#8217;s clean and light on hacks which is always good.</p>
<p><a href="http://www.cssstickyfooter.com/">New CSS Sticky Footer &#8211; 2010 &#8211; HTML for Bottom of Page Footer</a></p>
<p>This sticky footer solution is working in all major browsers, <em>including Google Chrome and IE 8!</em> It works with<br />
 floated 2-column layouts and we don&#8217;t get overlap in resized browser windows unlike older solutions<br />
 you find when you Google <strong>sticky footer</strong>. You don&#8217;t need an empty push div or cleafix hack. Here is <a href="http://www.cssstickyfooter.com/using-sticky-footer-code.html">how to use this sticky footer code</a>.</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://michaelangela.wordpress.com/tag/css/'>css</a>, <a href='http://michaelangela.wordpress.com/tag/dev/'>dev</a>, <a href='http://michaelangela.wordpress.com/tag/tip/'>tip</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/677/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/677/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=677&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/12/simplest-css-based-sticky-footer-i-have-seen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Scribefire on Safari</title>
		<link>http://michaelangela.wordpress.com/2010/08/02/scribefire-on-safari/</link>
		<comments>http://michaelangela.wordpress.com/2010/08/02/scribefire-on-safari/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:20:28 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/08/02/scribefire-on-safari/</guid>
		<description><![CDATA[Just installed Safari 5.0.1 with the new Extension feature. Scribefire is now available on Safari which is cool. But you can&#8217;t add categories the way you do in the Firefox version. Might have to switch to using tags&#8230; either that or use Safari&#8217;s Open Page With Firefox for blogging&#8230; Filed under: Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=676&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Just installed Safari 5.0.1 with the new Extension feature. Scribefire is now available on Safari which is cool. But you can&#8217;t add categories the way you do in the Firefox version. Might have to switch to using tags&#8230; either that or use Safari&#8217;s Open Page With Firefox for blogging&#8230;</p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/uncategorized/'>Uncategorized</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/676/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/676/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=676&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/08/02/scribefire-on-safari/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
		<item>
		<title>Django OSX MySQL MAMP</title>
		<link>http://michaelangela.wordpress.com/2010/05/31/django-osx-mysql-mamp/</link>
		<comments>http://michaelangela.wordpress.com/2010/05/31/django-osx-mysql-mamp/#comments</comments>
		<pubDate>Mon, 31 May 2010 07:29:43 +0000</pubDate>
		<dc:creator>michaelangela</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[macports]]></category>
		<category><![CDATA[mamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqldb]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://michaelangela.wordpress.com/2010/05/31/django-osx-mysql-mamp/</guid>
		<description><![CDATA[For my overly customized MAMP install, it wasn&#8217;t pretty. I forget why it&#8217;s actually set up this way now but the different parts didn&#8217;t like each other and it took quite a while to get it working. Not fun. But fortunately there were those who had gone before me and it wasn&#8217;t hard in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=674&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>For my overly customized MAMP install, it wasn&#8217;t pretty. I forget why it&#8217;s actually set up this way now but the different parts didn&#8217;t like each other and it took quite a while to get it working. Not fun. But fortunately there were those who had gone before me and it wasn&#8217;t hard in the end. It just took a long time.</p>
<p>http://birdhouse.org/blog/2009/02/21/python-mysql-connections-on-mac-os/</p>
<p>http://www.marteinn.se/blog/?p=467</p>
<p>Correction. It just took a really REALLY long time. The reason? You need to have libs and headers and such in places that all make sense for everything to compile. (This is the SHORT version.) So MacPorts to the rescue. Install py25-mysql, copy some files around, use a slightly different &#8220;HOST&#8221; setting for the database connection and you&#8217;re good to go. But installing py25-mysql installs ALL the dependencies needed in order to get that running. Which is good when that&#8217;s what you need. Which is what took a long time. But at least it was a one command thing and not hopping all over the &#8216;net to find and install things as I was very close to doing.</p>
<p>And that bit about the unique &#8220;HOST&#8221; setting for mine turns out to be</p>
<p>DATABASE_HOST = &#8216;/Applications/MAMP_1.7.2/tmp/mysql/mysql.sock&#8217;</p>
<p></p>
<br />Filed under: <a href='http://michaelangela.wordpress.com/category/dev/python/django/'>django</a>, <a href='http://michaelangela.wordpress.com/category/macports/'>macports</a>, <a href='http://michaelangela.wordpress.com/category/mamp/'>mamp</a>, <a href='http://michaelangela.wordpress.com/category/mysql/'>mysql</a>, <a href='http://michaelangela.wordpress.com/category/mysqldb/'>mysqldb</a>, <a href='http://michaelangela.wordpress.com/category/osx/'>osx</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/michaelangela.wordpress.com/674/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/michaelangela.wordpress.com/674/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=michaelangela.wordpress.com&#038;blog=513975&#038;post=674&#038;subd=michaelangela&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://michaelangela.wordpress.com/2010/05/31/django-osx-mysql-mamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d084380c05e20a625e6aa7481373aaa8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">michaelangela</media:title>
		</media:content>
	</item>
	</channel>
</rss>
