<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
<channel>
<title>Ginormous</title>
<link>http://blog.bluetubeinteractive.com/</link>
<description>Enormous :Very great in size, extent, number, or degree.
Gigantic : Relating to or suggestive of a giant.
Ginormous: The bookmarks/emails/notes I have to keep and keep losing, hence the blog.
</description>
<language>en-US</language>
<lastBuildDate>Fri, 12 Aug 2011 08:12:02 -0400</lastBuildDate>
<generator>http://www.typepad.com/</generator>

<docs>http://www.rssboard.org/rss-specification</docs>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/BluetubeInteractive" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="bluetubeinteractive" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
<title>Embedding Flash fonts for use with Flash Builder 4 Actionscript projects</title>
<link>http://blog.bluetubeinteractive.com/2011/08/embedding-flash-fonts-for-use-with-flash-builder-4-actionscript-projects.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2011/08/embedding-flash-fonts-for-use-with-flash-builder-4-actionscript-projects.html</guid>
<description>So I was having a very hard time getting some fonts to embedd in a game I was working on using the Push Button Engine, the fonts refused to embed in a screen even though I had them embedding in the flash file</description>
<content:encoded>&lt;p&gt;So I was having a very hard time getting some fonts to embedd in a game I was working on using the Push Button Engine, the fonts refused to embed in a screen even though I had them embedding in the flash file ( that gets exported as a swc), had them set for export in the flash file and then registered them and used text formats in the actionscript code.&amp;#0160; I read somewhere that flex 4 had broken some of the flash font embedding when using in Flash Builder ( the old Flex builder) to build an actionscript/flash project not using the Flex SDK.&lt;/p&gt;
&lt;p&gt;I managed to get it working by embedding the fonts in code and setting the embedAsCFF to false since my flash text fields where classic text boxes.&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;br /&gt;&lt;span style="font-size: 8pt;"&gt;[Embed(source=&amp;quot;/fonts/ARIALBD.TTF&amp;quot;, fontFamily=&amp;quot;ArialEmbedded&amp;quot;, embedAsCFF=&amp;quot;false&amp;quot;)] &lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: 8pt;"&gt;public static var ArialEmbedded:String; &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;( in the screen that used the code...)   &lt;br /&gt;&lt;span style="font-size: 8pt;"&gt;&lt;code&gt; &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: 8pt;"&gt;&lt;code&gt;var format : TextFormat = new TextFormat();  &lt;br /&gt;format.font = &amp;quot;ArialEmbedded&amp;quot;; &lt;br /&gt;levelEndScreenMC.scoreMC.textField.defaultTextFormat = format; &lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Once I did that and used that as a text format for my text boxes :&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;
&lt;p&gt;Everything started behaving.&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;</content:encoded>


<category>Flex / Air / Flash</category>
<category>Web/Tech</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Fri, 12 Aug 2011 08:12:02 -0400</pubDate>

</item>
<item>
<title>Styling anchor tags on a Flex RichEditableText control</title>
<link>http://blog.bluetubeinteractive.com/2011/07/styling-anchor-tags-on-a-flex-richeditabletext-control.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2011/07/styling-anchor-tags-on-a-flex-richeditabletext-control.html</guid>
<description>How to Style anchor tags with flex TLF framework</description>
<content:encoded>&lt;p&gt;I&amp;#39;m using dynamic text on a flex sdk 4.1 RichEditable text control. &amp;#0160;I pass the control some html via the TextConverter class like this&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 13px;"&gt;&amp;lt;s:RichEditableText &lt;br /&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;id=&amp;quot;partnerShipCopyRichText&amp;quot;								width=&amp;quot;600&amp;quot; height=&amp;quot;250&amp;quot; &amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;clipAndEnableScrolling=&amp;quot;true&amp;quot;								 verticalAlign=&amp;quot;top&amp;quot;&amp;#0160;								&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;styleName=&amp;quot;contentCopy&amp;quot; editable=&amp;quot;false&amp;quot; selectable=&amp;quot;true&amp;quot;&amp;#0160;	&lt;br /&gt;&amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;							textFlow=&amp;quot;{TextConverter.importToFlow(partnerShipCopy, &amp;#0160;&amp;#0160;&amp;#0160;&amp;#0160;TextConverter.TEXT_FIELD_HTML_FORMAT)}&amp;quot;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 13px;"&gt;&amp;lt;/s:RichEditableText&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The &amp;quot;copy&amp;quot; includes some anchor tags ( hrefs) &amp;#0160;and when rendered by default the anchor tags are blue. &amp;#0160;I tried various solutions that appeared to work pre flex sdk 4.1 &amp;#0160;but stopped rendering the entire copy block. &amp;#0160;The solution I found was to use the&amp;#0160;TextLayoutFormatValueHolder class instead of the&amp;#0160;TextLayoutFormat class. &amp;#0160;I beleive using the&amp;#0160;TextLayoutFormat causes an internal type co-ercion except that is caught by the framework but not returned to the caller so the rendering fails without a visible exception.&lt;/p&gt;
&lt;p&gt;To provide &amp;quot;global&amp;quot; anchor tag formatting this code works for me :&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 10pt;"&gt;import flashx.textLayout.elements.Configuration;	&lt;br /&gt; import flashx.textLayout.elements.TextFlow;	&lt;br /&gt; import flashx.textLayout.formats.TextDecoration;	&lt;br /&gt; import flashx.textLayout.formats.TextLayoutFormat;	&lt;br /&gt; import flashx.textLayout.formats.TextLayoutFormatValueHolder;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 10pt;"&gt;var config:Configuration = TextFlow.defaultConfiguration; &lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 10pt;"&gt;var normalTLF:TextLayoutFormatValueHolder = new TextLayoutFormatValueHolder(config.defaultLinkNormalFormat);	&lt;br /&gt; normalTLF.color = 0xFF00FF; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 10pt;"&gt; var hoverTLF:TextLayoutFormatValueHolder = new TextLayoutFormatValueHolder(config.defaultLinkHoverFormat);	&lt;br /&gt; hoverTLF.color = 0xFF0000;				hoverTLF.textDecoration = TextDecoration.NONE;								var activeTLF:TextLayoutFormatValueHolder = new TextLayoutFormatValueHolder(config.defaultLinkActiveFormat);	&lt;br /&gt; activeTLF.color = 0x00FF00;								config.defaultLinkNormalFormat = normalTLF;				config.defaultLinkHoverFormat = hoverTLF;	&lt;br /&gt; config.defaultLinkActiveFormat = activeTLF;	&lt;br /&gt; TextFlow.defaultConfiguration = config;&amp;#0160;&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;I may end up creating an example when I get five minutes!&lt;/span&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;#0160;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt; &lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;</content:encoded>


<category>Flex / Air / Flash</category>
<category>Web/Tech</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Fri, 08 Jul 2011 11:56:21 -0400</pubDate>

</item>
<item>
<title>Rock and Roll Hotel release 1</title>
<link>http://blog.bluetubeinteractive.com/2011/05/rock-and-roll-hotel-release-1.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2011/05/rock-and-roll-hotel-release-1.html</guid>
<description>Just skinned the Rock and Roll Hotel release 1 for Ticket Alternative and sent to our beta testers!</description>
<content:encoded>&lt;p&gt;Just skinned the Rock and Roll Hotel release 1 for Ticket Alternative and sent to our beta testers!&lt;/p&gt;
&lt;!-- (DWIM) attachments start here --&gt;

&lt;p&gt;&lt;a style="display: inline;" href="http://theresidentalien.typepad.com/.a/6a00d8347b318169e2014e88566c03970d-pi"&gt;&lt;img class="asset  asset-image at-xid-6a00d8347b318169e2014e88566c03970d" alt="Rock and Roll Hotel release 1" title="Rock and Roll Hotel release 1" src="http://theresidentalien.typepad.com/.a/6a00d8347b318169e2014e88566c03970d-580wi" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;/p&gt;</content:encoded>


<category>Web/Tech</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Mon, 09 May 2011 22:34:46 -0400</pubDate>

</item>
<item>
<title>Testflight - iOS over the air beta testing</title>
<link>http://blog.bluetubeinteractive.com/2011/05/testflight-ios-over-the-air-beta-testing.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2011/05/testflight-ios-over-the-air-beta-testing.html</guid>
<description>Used testflight for the Rock and Roll Hotel app we are building for Ticket Alternative, pretty impressed, build an adhoc ipa distribution in Xcode, upload to testflight, email comes to your phone and tesflight app, you select install, it works!...</description>
<content:encoded>&lt;p&gt;Used testflight for the Rock and Roll Hotel app we are building for Ticket Alternative, pretty impressed, build an adhoc ipa distribution in Xcode, upload to testflight, email comes to your phone and tesflight app, you select install, it works! You can add testers to your team in the Test flight admin interface, this is way more efficient than emailing a app and having testers install via iTunes.  &lt;/p&gt;

&lt;p&gt;https://testflightapp.com/&lt;/p&gt;</content:encoded>


<category>Web/Tech</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Sat, 07 May 2011 14:20:55 -0400</pubDate>

</item>
<item>
<title>Adding facebook comments to a .Net page</title>
<link>http://blog.bluetubeinteractive.com/2011/04/adding-facebook-comments-to-a-net-page.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2011/04/adding-facebook-comments-to-a-net-page.html</guid>
<description>Facebook makes it very easy to add comments to a website but with their old api  and new api  and updates its often difficult to follow what you should and shouldn't be doing.</description>
<content:encoded>&lt;p&gt;Facebook makes it very easy to add comments to a website but with their old &lt;a href="https://developers.facebook.com/blog/post/198" target="_blank" title="Old commenting api"&gt;api&amp;#0160;&lt;/a&gt;&amp;#0160;and &lt;a href="https://developers.facebook.com/docs/reference/plugins/comments" target="_blank" title="New Facebook Commenting API"&gt;new api&amp;#0160;&lt;/a&gt;&amp;#0160;and updates its often difficult to follow what you should and shouldn&amp;#39;t be doing. &amp;#0160;In the end the code was very simple but it took us a few rounds to get it correct. &lt;a href="http://www.bluetubeinteractive.com" target="_self" title="Bluetube Interactive website"&gt;&amp;#0160;Bluetube interactive&lt;/a&gt; implemented facebook comments for one of our clients &lt;a href="http://www.ticketalternative.com" target="_blank" title="Ticket Alternative home page"&gt;Ticket Alternative&lt;/a&gt; as follows :&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;h3&gt;Setup your commenting &amp;quot;app&amp;quot;&lt;/h3&gt;
&lt;div&gt;First you need to create an app for your comments and if you have multiple websites I&amp;#39;d suggest creating an app with a unique name.. &amp;#0160;You do this under &amp;quot;my apps&amp;quot; in your facebook account, you can read more about it &lt;a href="https://developers.facebook.com/docs/guides/canvas/" target="_blank" title="Setting up a facebook app"&gt;here&lt;/a&gt;.&lt;/div&gt;
&lt;div&gt;You should now have an app id, and you&amp;#39;ll want to cut/paste this somewhere for easy retrieval, it will look something like :&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;204151772941335&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-size: 8pt;"&gt;&lt;em&gt;(example app id, don&amp;#39;t use it)&lt;/em&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;h3&gt;Getting the code&lt;/h3&gt;
&lt;div&gt;You can then get facebook to generate the comment code for you&lt;/div&gt;
&lt;div&gt;&lt;a href="https://developers.facebook.com/docs/reference/plugins/comments/"&gt;https://developers.facebook.com/docs/reference/plugins/comments/&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;You then need to paste that code into your page, correcting the appid if its wrong ( I have multuple app id&amp;#39;s so it chose the wrong one)&lt;/div&gt;
&lt;div&gt;The code will look something like this :&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;

&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;&amp;lt;div id=&amp;quot;fb-root&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-size: 8pt;"&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier;"&gt;&amp;lt;&lt;/span&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier;"&gt;script src=&amp;quot;http://connect.facebook.net/en_US/all.js#appId=204151772941335&amp;amp;amp;xfbml=1&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;&amp;lt;fb:comments href=&amp;quot;example.com&amp;quot; num_posts=&amp;quot;2&amp;quot; width=&amp;quot;500&amp;quot;&amp;gt;&amp;lt;/fb:comments&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;

&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;I changed the num_posts to 10 and I also had a function on my clients website to generate the URL ( its .net) so mine looked like this&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: arial, helvetica, sans-serif;"&gt;

&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;&amp;lt;div id=&amp;quot;fb-root&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;&amp;lt;script src=&amp;quot;http://connect.facebook.net/en_US/all.js#appId=204151772941335&amp;amp;amp;xfbml=1&amp;quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;&amp;lt;fb:comments href=&amp;quot;&amp;lt;%&amp;#0160;=this.GetFriendlyURL()&amp;#0160;%&amp;gt;&amp;quot; num_posts=&amp;quot;10&amp;quot; width=&amp;quot;500&amp;quot;&amp;gt;&amp;lt;/fb:comments&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 10pt;"&gt;

&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;I wanted to moderate comments so I had to add two meta tags to my main page ( this is a .net site with master pages so I had to add it to my master page)&lt;br /&gt;&amp;#0160;

&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;&amp;lt;&amp;#0160;meta&amp;#0160;property&amp;#0160;=&amp;quot;fb:app_id&amp;quot;&amp;#0160;content&amp;#0160;=&amp;quot;204151772941335&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family: &amp;#39;courier new&amp;#39;, courier; font-size: 8pt;"&gt;&amp;lt;&amp;#0160;meta&amp;#0160;property&amp;#0160;=&amp;quot;fb:admins&amp;quot;&amp;#0160;content&amp;#0160;=&amp;quot;somemadeupfacebookname,anotherexamplefacebookname&amp;quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;

&lt;/div&gt;
&lt;h3&gt;Results&lt;/h3&gt;
&lt;div&gt;Voila, we have comments on our clients event pages&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://www.ticketalternative.com/Events/13865.aspx"&gt;http://www.ticketalternative.com/Events/13865.aspx&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;</content:encoded>


<category>.NET</category>
<category>Projects</category>
<category>Social Media</category>
<category>Web/Tech</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Mon, 25 Apr 2011 10:56:43 -0400</pubDate>

</item>
<item>
<title />
<link>http://blog.bluetubeinteractive.com/2010/08/we-launched-the-dali-microsite-for-the-high-museum-of-art-httpbitlyazzt2r.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2010/08/we-launched-the-dali-microsite-for-the-high-museum-of-art-httpbitlyazzt2r.html</guid>
<description>We launched the Dali microsite for the High Museum of Art : http://bit.ly/aZZT2r</description>
<content:encoded>&lt;p&gt;We launched the Dali microsite for the High Museum of Art : &lt;a href="http://bit.ly/aZZT2r"&gt;http://bit.ly/aZZT2r&lt;/a&gt;&lt;/p&gt;</content:encoded>



<dc:creator>Grant Davies</dc:creator>
<pubDate>Fri, 20 Aug 2010 21:13:37 -0400</pubDate>

</item>
<item>
<title>SQLExpress remote connection woes</title>
<link>http://blog.bluetubeinteractive.com/2010/05/sqlexpress-remote-connection-woes.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2010/05/sqlexpress-remote-connection-woes.html</guid>
<description>Just been fighting with getting sql server express to allow remote connections, followed all the NB articles at microsoft to enable remote connections using the sql server surface configuration tool. Microsoft KB article I opened the ports in our firewall,...</description>
<content:encoded>&lt;p&gt;Just been fighting with getting sql server express to allow remote connections, followed all the NB articles at microsoft to enable remote connections using the sql server surface configuration tool.&lt;/p&gt;&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/914277" title="Article on how to configure sql server for remote connections"&gt;Microsoft KB article&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I opened the ports in our firewall, doing a netstat revealed no process listening on port 1433.&lt;/p&gt;&lt;p&gt;I looked at the event log for errors, didn&amp;#39;t see any, then started going through the event log entries from sql server.&amp;#0160; I noticed one that stated that sql server was ready for connections on any ip on port 1117, this made no sense to me.&amp;#0160; &lt;/p&gt;&lt;p&gt;I opened the Sql Server Management tool, went to the Protocols for SQL Server express, then selected TCP and properties.&amp;#0160; the IP All section showed TCP Dynamic ports on 1117 and nothing on TCP Port, so on whim I added 1433 and voila, remote connections are now allowed.&amp;#0160; never had to do this before.&lt;/p&gt;
&lt;a href="http://theresidentalien.typepad.com/.a/6a00d8347b318169e20134806ed807970c-pi" style="display: inline;"&gt;&lt;img alt="Sql-config-issue" border="0" class="asset asset-image at-xid-6a00d8347b318169e20134806ed807970c image-full " src="http://theresidentalien.typepad.com/.a/6a00d8347b318169e20134806ed807970c-800wi" title="Sql-config-issue" /&gt;&lt;/a&gt; &lt;br /&gt;</content:encoded>


<category>Web/Tech</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Tue, 04 May 2010 22:08:13 -0400</pubDate>

</item>
<item>
<title>Bluetube Interactive site updates</title>
<link>http://blog.bluetubeinteractive.com/2010/02/bluetube-interactive-site-updates.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2010/02/bluetube-interactive-site-updates.html</guid>
<description>just updated bluetube interactives website www.bluetubeinteractive.com with a bunch of news, new portfolio items and images. We re now in the Adobe Solutions Partner Directory Added allure of the Automoble Added Leonardo New news Information on Flash Talk I'll be...</description>
<content:encoded>&lt;p&gt;just updated bluetube interactives website &lt;a href="http://www.bluetubeinteractive.com" target="_blank" title="Bluetube Interactive Website"&gt;www.bluetubeinteractive.com&lt;/a&gt; with a bunch of news, new portfolio items and images.&lt;/p&gt;&lt;ul&gt;
&lt;li&gt;We re now in the Adobe Solutions Partner Directory&lt;/li&gt;
&lt;li&gt;Added allure of the Automoble&lt;/li&gt;
&lt;li&gt;Added Leonardo&lt;/li&gt;
&lt;li&gt;New news&lt;/li&gt;
&lt;li&gt;Information on Flash Talk I&amp;#39;ll be giving on Feb 23rd at the Atlanta Flash Users Group&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;</content:encoded>


<category>Flex / Air / Flash</category>
<category>Miscelaneous</category>
<category>Projects</category>
<category>Web/Tech</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Sun, 21 Feb 2010 11:56:18 -0500</pubDate>

</item>
<item>
<title>Grant Davies will be speaking at the Atlanta Flash Users Group</title>
<link>http://blog.bluetubeinteractive.com/2010/02/grant-davies-will-be-speaking-at-the-atlanta-flash-users-group.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2010/02/grant-davies-will-be-speaking-at-the-atlanta-flash-users-group.html</guid>
<description>Grant Davies will be speaking at the upcoming Atlanta Flash Users Group meetup on Feburary 23, The talk we be on the site built by Bluetube Interactive - Defend the Dome a marketing site for Ford and The Atlanta Falcons where you get to drive cars and be john abraham</description>
<content:encoded>&lt;p&gt;Grant Davies will be speaking at the upcoming &lt;a href="I%20will%20be%20speaking%20at%20the%20next%20Flash%20Users%20Group%20meetup%20on%20Defend%20the%20dome%20http://flash.meetup.com/118/calendar/12577720/" target="_blank" title="Atlanta Flash Users Group meetup"&gt;Atlanta Flash Users Group&lt;/a&gt; meetup on Feburary 23, The talk we be on the site built by Bluetube Interactive - &lt;a href="http://dtd.bluetubeinteractive.com" target="_blank" title="Defend the dome game"&gt;Defend the Dome.&lt;/a&gt;&lt;/p&gt;&lt;p&gt;The talk will cover: &lt;/p&gt;&lt;ul&gt;
&lt;br /&gt;&lt;li&gt;How the assets for a 38mb website where managed so users still had a &amp;quot;good&amp;quot; experience &lt;/li&gt;
&lt;li&gt;How the site was architected &lt;/li&gt;
&lt;li&gt;How traditional flash timeline animation with action script control &lt;/li&gt;
&lt;li&gt;How video was incorporated and used to simulate a 3d experience &lt;/li&gt;
&lt;li&gt;How high scores/signup was implemented and reduce spoofing / hacking &lt;/li&gt;
&lt;li&gt;How the keyboard sequencers and timers where built and we could control the easy/difficulty of the games &lt;/li&gt;
&lt;li&gt;The lessons we learned &lt;/li&gt;
&lt;/ul&gt;</content:encoded>


<category>Flex / Air / Flash</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Thu, 11 Feb 2010 00:08:23 -0500</pubDate>

</item>
<item>
<title>Bluetube Interactive Launches Allure of the Automobile</title>
<link>http://blog.bluetubeinteractive.com/2010/02/bluetube-interactive-launches-allure-of-the-automobile.html</link>
<guid isPermaLink="true">http://blog.bluetubeinteractive.com/2010/02/bluetube-interactive-launches-allure-of-the-automobile.html</guid>
<description>Bluetube Interactive and Gnoggin Studios launched Allure of the Automobile this week, a flash based micro site for the upcoming automobiles exhibit for the High Museum of Art, Atlanta</description>
<content:encoded>&lt;a href="http://www.bluetubeinteractive.com" title="Bluetube Interactive"&gt;Bluetube Interactive&lt;/a&gt; and Gnoggin Studios launched &lt;a href="http://www.high.org/main.taf?p=3,2,1,14,1" target="_blank" title="Allure of The Automobile"&gt;Allure of the Automobile&lt;/a&gt; this week, a flash based micro site for the upcoming automobiles exhibit for the &lt;a href="http://www.high.org" target="_blank" title="The High Museum of Art"&gt;High Museum of Art&lt;/a&gt;, Atlanta.&amp;#0160; The Exhibition will feature some of the worlds most beautiful pieces of machinery ( cars ) and the micro site will allow patrons to preview the exhibit, learn about the cars and share their car stories online.</content:encoded>


<category>Flex / Air / Flash</category>

<dc:creator>Grant Davies</dc:creator>
<pubDate>Sat, 06 Feb 2010 07:54:03 -0500</pubDate>

</item>

</channel>
</rss><!-- ph=1 -->

