<?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/"
	>

<channel>
	<title>Dusty Reagan &#187; Door64</title>
	<atom:link href="http://dustyreagan.com/tag/door64/feed/" rel="self" type="application/rss+xml" />
	<link>http://dustyreagan.com</link>
	<description>On Technology &#38; Entrepreneurship</description>
	<lastBuildDate>Thu, 15 Jul 2010 01:17:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>You can haz Austin Tech Events Widget without WordPress!</title>
		<link>http://dustyreagan.com/austin-tech-events-widget-for-those-without-widgets-or-wordpress/</link>
		<comments>http://dustyreagan.com/austin-tech-events-widget-for-those-without-widgets-or-wordpress/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 05:01:36 +0000</pubDate>
		<dc:creator>Dusty Reagan</dc:creator>
				<category><![CDATA[Random Thoughts & Going Ons]]></category>
		<category><![CDATA[Austin]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Door64]]></category>
		<category><![CDATA[Tech Events]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dustyreagan.com/austin-tech-events-widget-for-those-without-widgets-or-wordpress/</guid>
		<description><![CDATA[Not too long ago I posted about the Austin Tech Events Plugin for WordPress. Several folks asked me how to install it sans WordPress or in a older version of WordPress that doesn&#8217;t support widgets. Well I&#8217;ll tell ya&#8217;. Step &#8230; <a href="http://dustyreagan.com/austin-tech-events-widget-for-those-without-widgets-or-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Not too long ago I posted about the <a href="http://dustyreagan.com/austin-tech-events-calendar-wordpress-plugin/">Austin Tech Events Plugin for WordPress</a>. Several folks asked me how to install it sans WordPress or in a older version of WordPress that doesn&#8217;t support widgets. Well I&#8217;ll tell ya&#8217;.</p>
<p><strong>Step 1.</strong> <a href="http://wordpress.org/extend/plugins/austin-tech-events-calendar/" target="_blank">Download the latest version of the Austin Tech Events widget</a> and upload it to a subdirectory on your site.</p>
<p><strong>Step 2.</strong> Go get yourself a <a href="http://gd.google.com/html/signup.html" target="_blank" id="Installation">Google GDATA API key</a><a href="http://gd.google.com/html/signup.html" target="_blank"> here</a>.</p>
<p><strong>Step 3.</strong> Add the following code to the head section of your site. Note the sections in red. You need to add your Google API Key and be sure to change the paths below to reflect where you uploaded the Austin Tech Events widget folder.</p>
<pre>&lt;script type="text/javascript" src="http://www.google.com/jsapi?key=<span style="color: red">YOU GOOGLE API KEY GOES HERE</span>"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
	var calendarURL = 'http://www.google.com/calendar/feeds/i8m14fqigtkhpj744qml1vht920bq5j0%40import.calendar.google.com/public/full';
	var pageMaxResults = 15;
	var parseWiki = true;
	var showNav = true;
	var weeks = null;
	var widgetListSize = null;
&lt;/script&gt;
&lt;link type="text/css" rel="stylesheet" href="<span style="color: red">http://example.com/wp-content/plugins/austin-tech-events-calendar/</span>css/thickbox.css" /&gt;
&lt;link type="text/css" rel="stylesheet" href="<span style="color: red">http://example.com/wp-content/plugins/austin-tech-events-calendar/</span>css/style.css" /&gt;
&lt;script type="text/javascript"&gt;
	function addLoadEvent(func) {
		var oldonload = window.onload;
		if (typeof window.onload != 'function') {
			window.onload = func;
		} else {
			window.onload = function() {
			if (oldonload) {
				oldonload();
			}
				func();
			}
		}
	}
&lt;/script&gt;
&lt;script type="text/javascript" src="<span style="color: red">http://example.com/wp-content/plugins/austin-tech-events-calendar/</span>js/date.js?ver=alpha-1"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="<span style="color: red">http://example.com/wp-content/plugins/austin-tech-events-calendar/</span>js/jquery.js?ver=6124"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="<span style="color: red">http://example.com/wp-content/plugins/austin-tech-events-calendar/</span>js/thickbox.js?ver=3.1"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="<span style="color: red">http://example.com/wp-content/plugins/austin-tech-events-calendar/</span>js/wiky.js?ver=1.0"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="<span style="color: red">http://example.com/wp-content/plugins/austin-tech-events-calendar/</span>js/functions.js?ver=0.85"&gt;&lt;/script&gt;</pre>
<p><strong>Step 4.</strong> Add the following code to body of you page. Place it wherever you want the widget to show up.</p>
<pre>&lt;ul&gt;
	&lt;li id="austin-tech-events" class="widget widgetWPNGCalendar"&gt;
		&lt;h2 class="widgettitle"&gt;&lt;a href="http://door64.com/event"&gt;Austin Tech Events&lt;/a&gt;&lt;/h2&gt;
			&lt;div id="wpng-cal-widget-events" style="display:none;"&gt;&lt;/div&gt;
			&lt;div id="wpng-cal-load-widget" class="wpng-cal-loading"&gt;
				&lt;img class="wpng-cal-image" alt="loading..." src="/wp-content/plugins/austin-tech-events-calendar/images/loading_large.gif"/&gt;
			&lt;/div&gt;
		&lt;div&gt;
			&lt;script type="text/javascript" defer="defer"&gt;
				widgetListSize = 5;
				addLoadEvent(loadCalendarWidget);
			&lt;/script&gt;
		&lt;/div&gt;
	&lt;/li&gt;
&lt;/ul&gt;</pre>
<p>That&#8217;s all there is to it. Check out the example I created of the <a href="http://wp152.dustyreagan.com/" target="_blank">Austin Tech Events Plugin installed on WordPress 1.5.2</a>. Proof it can be done! <img src='http://dustyreagan.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  The biggest disadvantage to this approach is that you won&#8217;t be notified of code updates like you would on a proper WordPress 2.5 widget install.</p>
<p>Let me know if you have any questions!</p>
<img src="http://dustyreagan.com/?ak_action=api_record_view&id=55&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://dustyreagan.com/austin-tech-events-widget-for-those-without-widgets-or-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Austin Tech Events Calendar WordPress Plugin</title>
		<link>http://dustyreagan.com/austin-tech-events-calendar-wordpress-plugin/</link>
		<comments>http://dustyreagan.com/austin-tech-events-calendar-wordpress-plugin/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 04:55:07 +0000</pubDate>
		<dc:creator>Dusty Reagan</dc:creator>
				<category><![CDATA[Random Thoughts & Going Ons]]></category>
		<category><![CDATA[Austin]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Door64]]></category>
		<category><![CDATA[Tech Events]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://dustyreagan.com/austin-tech-events-calendar-wordpress-plugin/</guid>
		<description><![CDATA[Want to promote the tech community in Austin? This is your WordPress plugin! You can see an example of the plugin on my blog&#8217;s sidebar. The Austin Tech Events Calendar plugin is a &#8220;branch&#8221; of the wpng-calendar, a WordPress plugin &#8230; <a href="http://dustyreagan.com/austin-tech-events-calendar-wordpress-plugin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Want to promote the tech community in Austin? This is your WordPress plugin! You can see an example of the plugin on my blog&#8217;s sidebar.</p>
<p>The Austin Tech Events Calendar plugin is a &#8220;branch&#8221; of the <a href="http://code.google.com/p/wpng-calendar/" target="_blank">wpng-calendar</a>, a WordPress plugin for integrating a Google calendar into your WordPress blog. I&#8217;ve customized it to best display events from the <a href="http://door64.com/event" target="_blank">door64.com</a><a href="http://door64.com/event" target="_blank"> events calendar</a>.</p>
<p>To  install this plugin:</p>
<ol>
<li><a href="http://wordpress.org/extend/plugins/austin-tech-events-calendar/" target="_blank">Download it from here</a></li>
<li>Upload the plugin to the &#8220;wp-content/plugins&#8221; directory in your WordPress installation</li>
<li>Activate the plugin in your WordPress admin panel</li>
<li>Go get yourself a <a href="http://gd.google.com/html/signup.html" target="_blank" id="Installation">Google GDATA API key</a><a href="http://gd.google.com/html/signup.html" target="_blank"> here</a></li>
<li>In your WordPress admin panel, goto &#8220;Options -&gt; Austin Tech Events&#8221; then enter your Google GDATA API key. If you&#8217;re running WordPress 2.5, look under &#8220;Settings -&gt; Austin Tech Events.&#8221;</li>
<li>Under &#8220;Presentation -&gt; Widgets&#8221; add the widget to your side bar, alter the options if you like</li>
</ol>
<p>That&#8217;s it!</p>
<p>For more information about this plugin checkout the documentation from the the <a href="http://code.google.com/p/wpng-calendar/" target="_blank">wpng-calendar</a> site.</p>
<p>Drop me some comments if you have questions or feedback! <img src='http://dustyreagan.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS. This plugin uses Javascript to interface the Google API. I&#8217;d love to rebuild this plugin using PHP so that the links inside of the event descriptions would help each organization&#8217;s page rank in Google search. If anyone wants to take a stab at converting this from Javascript to PHP, I&#8217;d love you forever!</p>
<p><strong>Have an old version of WordPress that doesn&#8217;t support widgets? Not using WordPress at all? Check out this post: <a href="http://dustyreagan.com/austin-tech-events-widget-for-those-without-widgets-or-wordpress/">Austin Tech Events Widget for those without widgets or WordPress</a>.</strong></p>
<img src="http://dustyreagan.com/?ak_action=api_record_view&id=51&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://dustyreagan.com/austin-tech-events-calendar-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Austin Tech Community Events Calendar Strategy</title>
		<link>http://dustyreagan.com/austin-tech-community-events-calendar-strategy/</link>
		<comments>http://dustyreagan.com/austin-tech-community-events-calendar-strategy/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 23:12:06 +0000</pubDate>
		<dc:creator>Dusty Reagan</dc:creator>
				<category><![CDATA[Random Thoughts & Going Ons]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[Austin]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[Door64]]></category>
		<category><![CDATA[Tech Events]]></category>

		<guid isPermaLink="false">http://dustyreagan.com/austin-tech-community-events-calendar-strategy/</guid>
		<description><![CDATA[We have a lot of awesome tech and entrepreneurship communities in Austin: door64, Geek Austin, Social Media Club, Bootstrap Austin, Refresh Austin, Jelly, and Startup Drinks, just to name a few. Recently Austin has been doing really well intermingling and &#8230; <a href="http://dustyreagan.com/austin-tech-community-events-calendar-strategy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We have a lot of awesome tech and entrepreneurship communities in Austin: <a href="http://door64.com" target="_blank">door64</a>, <a href="http://geekaustin.org/" target="_blank">Geek Austin</a>, <a href="http://austin.socialmediaclub.com/" target="_blank">Social Media Club</a>, <a href="http://www.bootstrapaustin.org/" target="_blank">Bootstrap Austin</a>, <a href="http://www.refreshaustin.org/" target="_blank">Refresh Austin</a>, <a href="http://" target="_blank">Jelly</a>, and <a href="http://austin.startupdrinks.com/" target="_blank">Startup Drinks</a>, just to name a few. Recently Austin has been doing really well intermingling and cross pollinating our communities, and that has got me EXTREMELY excited. <a href="http://austin.socialmediaclub.com/2008/04/16/austin-social-media-club-is-growing/">Just the other day</a> Social Media Club had their meeting during Austin Jelly, during that cross mingling Jelly got a few new coworkers and Social Media Club got some new member interest. How cool is that?</p>
<p>One large barrier I&#8217;ve found organizing Austin Jelly is the proliferation of calendars online for me to post my events to. And each of those calendars has their own small audience, so of course I need to post to all of them to reach the largest audience. What we need is ONE shared calendar feed with an API so we can display and post events from our organizations website. But the key thing is that the backend is shared, so we&#8217;re promoting each others events across the web.</p>
<p><a href="http://www.linkedin.com/in/mgenovese" target="_blank">Matt</a> has done a great job developing the community and the calendar at door64.com. One great thing about the <a href="http://door64.com/event" target="_blank">door64 calendar</a> (aside from the amount of events posted there and the audience size) is that it&#8217;s already integrated into Google Calendars, which is a huge step towards making it easy to spread.</p>
<p>I&#8217;d like to help make the door64 calendar THE tech event calendar for Austin. I believe the way to this is by developing the following:</p>
<ol>
<li><strong>Create WordPress Widget for Austin Tech Events</strong><br />
(Are you an Austin Tech blogger? Why not promote Austin Tech events by using this widget? <em>PS. It&#8217;s almost done, check it out on the bottom of my blog&#8217;s sidebar.</em>)</li>
<li><strong>Create automated batch push of Austin events to 3rd party calendars via API</strong><br />
(AKA: Post an event to door64.com and it gets pushed to these other event calendars.)</p>
<ol>
<li>Upcoming</li>
<li>Craigslist</li>
<li>What else?</li>
</ol>
</li>
<li><strong>Create an event posting API</strong><br />
(AKA: Post events to door64&#8242;s calendar from your organization&#8217;s website. Keep your brand, but cross promote your event.)</li>
</ol>
<p>What do you think? I&#8217;d love to hear everyone&#8217;s thoughts.</p>
<img src="http://dustyreagan.com/?ak_action=api_record_view&id=50&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://dustyreagan.com/austin-tech-community-events-calendar-strategy/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Austin Tech Events Calendar</title>
		<link>http://dustyreagan.com/austin-tech-events-calendar/</link>
		<comments>http://dustyreagan.com/austin-tech-events-calendar/#comments</comments>
		<pubDate>Fri, 02 Mar 2007 02:00:00 +0000</pubDate>
		<dc:creator>Dusty Reagan</dc:creator>
				<category><![CDATA[Random Thoughts & Going Ons]]></category>
		<category><![CDATA[Austin]]></category>
		<category><![CDATA[Door64]]></category>
		<category><![CDATA[Tech Events]]></category>

		<guid isPermaLink="false">http://dev.dustyreagan.com/?p=28</guid>
		<description><![CDATA[I usually keep up with the geeky technology type events that are going on in Austin. I recently started doing so using Google Calendar, so I thought I&#8217;d make my Austin Tech Events calendar public to anyone who is interested. &#8230; <a href="http://dustyreagan.com/austin-tech-events-calendar/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I usually keep up with the geeky technology type events that are going on in Austin. <strike>I recently started doing so using Google Calendar, so I thought I&#8217;d make my Austin Tech Events calendar public to anyone who is interested.</strike></p>
<p><strike>If you&#8217;re signed up with Google Calendar you can add this calendar to your account by subscribing to it.</strike></p>
<p><strike>There&#8217;s also a Google hosted page of this calendar <a href="http://www.google.com/calendar/embed?src=an9hlfq2t9uvpug7timp9sfb80%40group.calendar.google.com">here</a>.<br />
And a RSS feed you can subscribe to <a href="http://www.google.com/calendar/feeds/an9hlfq2t9uvpug7timp9sfb80%40group.calendar.google.com/public/basic">here</a>.</strike></p>
<p><strike>If you know of an event that I need to add, let me know.</strike></p>
<p><strong>** Update! 3/29/2008 **</strong></p>
<p>Scratch all that!  I&#8217;m no longer attempting to keep my own tech events calendar. There&#8217;s an awesome <a href="http://door64.com/event">tech event calendar at Door64.com</a>. It even comes in <a href="https://www.google.com/calendar/events?q=door64">Google Calendar flavor</a>, so you can overlay it onto your personal calendar.</p>
<img src="http://dustyreagan.com/?ak_action=api_record_view&id=28&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://dustyreagan.com/austin-tech-events-calendar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
