Grow A Mustache, Fight Cancer
November 18, 2009
Categories: Random Thoughts & Going Ons
Tags: cancer, charity, movember, mustache
On November 1st I shaved my face clean for a friendly bet amongst my friends on who could grow their mustache the longest before their significant other gave them ultimatum to shave it. As it turns out, our little bet coincided exactly the same day Movember started. What is Movember? Movember is an annual, month-long celebration of the moustache, highlighting men’s health issues – specifically prostate and testicular cancer. This of course is brilliant, and I couldn’t help but join the cause.
You can help fight against prostate and testicular cancer by becoming a sponsor of my mustache. “Ridiculous” you say? Ok, sponsoring a mustache is a little silly, but this Movember, the money raised in the U.S. will be split between the Prostate Cancer Foundation and the Lance Armstrong Foundation to fund research to find better treatments and a cure for prostate cancer, and there’s nothing silly about that.
DONATE HERE
The link so nice, some times you have to click it twice [to make it work].
Twitter’s Timeline #TADD
October 14, 2009
Categories: Random Thoughts & Going Ons, Work & Business
I’m writing a book for the popular “For Dummies” brand by Wiley, Twitter Application Development for Dummies, #TADD for short.
While doing research for the book I compiled a brief timeline of Twitter’s company history. I was about to remove it from my notes when I realized it was kind of interesting, and I might like to refer to it later. So, I’m throwing it up on the blog for you to enjoy.
- March 21, 2006 – 1st Tweet – http://en.wikipedia.org/wiki/Twitter#History
- July 2006 – Twitter.com goes public – http://en.wikipedia.org/wiki/Twitter#History
- Oct 2006 – Ev, Biz, others aquire Odeo & Twitter as Obvious Corp – http://en.wikipedia.org/wiki/Twitter#History
- February 19, 2007 – Odeo sold – http://en.wikipedia.org/wiki/Odeo
- March 2007 – SXSW hype fest - http://en.wikipedia.org/wiki/Twitter#History
- April 2007 – Twitter spun off into its own company – http://en.wikipedia.org/wiki/Twitter#History
- July 2007 – $5M Funding – http://www.crunchbase.com/company/twitter
- Aug 2008 – $15M Funding – http://www.crunchbase.com/company/twitter
- March 2009 – $35M Funding – http://www.crunchbase.com/company/twitter
Redefining Coworking
June 3, 2008
Categories: Random Thoughts & Going Ons
Tags: Coworking
After reading The Business of Coworking at NotAnMBA I was inspired to write this post.
The current definition of coworking needs revision. Coworking is not a space, a community, a set of values, a business model, or any combination of those things. Those topics are about coworking, but they do not define coworking.
If we look at the definition of coworking on the Coworking Wiki, we read that “coworking is a cafe-like community/collaboration space for developers, writers and independents.” This defines coworking as a noun and as a type of community space. Wikipedia does a bit better at defining coworking, but still place a lot of emphases on “the space.”
From my experience with Jelly, coworking is not a space or a noun. It is a verb. Coworking is something you are doing. For example, I’d use it in a sentence like this: “Today I am coworking at Jelly.” Or, “I might go to Citizen Space to cowork.” From this usage I’d like to propose the following definition.
Coworking is two or more individuals working independently or collaboratively who are socially interacting while they work.
As a verb you can cowork with people, you can be coworking, or you may have coworked. You may even go to a designated coworking space.
Also note, that this definition does not mention anything about a space or even proximity. This leaves the possibility to cowork remotely. Second Life and Yahoo! Live come to mind.
When we talk about creating a “coworking space,” “coworking community,” or having a specific set of values, we’re really talking about how to create an environment or community that will encourage the activity of coworking. Arguments over values, profits, business models, and furniture can neither undermine nor enhance the definition of coworking. Build a pool and I may go swimming. Is it a free pool? Do I have to pay to swim? Is the water clean? Are kids allowed in the pool? Is there a swim team that meets at this pool? Is the pool’s owner honest? All of these thing may affect my decision to swim in the pool, but are ultimately a matter of taste.
In summary, coworking is NOT a cafe-like community/collaboration space. That’s like saying swimming is a pool. And arguments such as for-profit versus non-profit need not become heated. Coworking is coworking regardless of where it’s at, what values people share, or how big the community is. If you’re working and socializing, you’re coworking.
Austin Jelly Laptop Stickers!
April 30, 2008
Categories: Random Thoughts & Going Ons, Software
Tags: Jelly, Mikons
So a couple of months ago Brian Massey had the great idea to print some Jelly stickers at Mikons.com. The idea being that you slap one of these stickers on the back of your laptop and new Jelly attendees will be able to locate a group of Jelly-ers in a public setting, such as a coffee shop like Cafe Caffeine! I’ve had one of Brian’s original stickers on my laptop for a couple months and it’s been a great ice breaker at Jelly.
We’ve been out of Brian’s original sticker print-run for awhile now, but today I got a new batch in the mail! Big thanks go out to Stephen Gutknecht for fronting the money to purchase the stickers.
If you’d like a sticker let me know at Jelly. They cost $2 a piece to print. Not so coincidently, we’ll be accepting donations of $2 per sticker.
Alternatively you can hop on Mikons.com and create all kinds of schwag using the Jelly icon and have it shipped straight to your door.
I had a little trouble with the checkout process at Mikons, but Mark was fantastic about helping me, and it turned out to be an over the top customer experience.
You can haz Austin Tech Events Widget without WordPress!
April 28, 2008
Categories: Random Thoughts & Going Ons
Tags: Austin, calendar, Door64, Tech Events, Wordpress
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’t support widgets. Well I’ll tell ya’.
Step 1. Download the latest version of the Austin Tech Events widget and upload it to a subdirectory on your site.
Step 2. Go get yourself a Google GDATA API key here.
Step 3. 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.
<script type="text/javascript" src="http://www.google.com/jsapi?key=YOU GOOGLE API KEY GOES HERE"></script> <script type="text/javascript"> 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; </script> <link type="text/css" rel="stylesheet" href="http://example.com/wp-content/plugins/austin-tech-events-calendar/css/thickbox.css" /> <link type="text/css" rel="stylesheet" href="http://example.com/wp-content/plugins/austin-tech-events-calendar/css/style.css" /> <script type="text/javascript"> function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } </script> <script type="text/javascript" src="http://example.com/wp-content/plugins/austin-tech-events-calendar/js/date.js?ver=alpha-1"></script> <script type="text/javascript" src="http://example.com/wp-content/plugins/austin-tech-events-calendar/js/jquery.js?ver=6124"></script> <script type="text/javascript" src="http://example.com/wp-content/plugins/austin-tech-events-calendar/js/thickbox.js?ver=3.1"></script> <script type="text/javascript" src="http://example.com/wp-content/plugins/austin-tech-events-calendar/js/wiky.js?ver=1.0"></script> <script type="text/javascript" src="http://example.com/wp-content/plugins/austin-tech-events-calendar/js/functions.js?ver=0.85"></script>
Step 4. Add the following code to body of you page. Place it wherever you want the widget to show up.
<ul> <li id="austin-tech-events" class="widget widgetWPNGCalendar"> <h2 class="widgettitle"><a href="http://door64.com/event">Austin Tech Events</a></h2> <div id="wpng-cal-widget-events" style="display:none;"></div> <div id="wpng-cal-load-widget" class="wpng-cal-loading"> <img class="wpng-cal-image" alt="loading..." src="/wp-content/plugins/austin-tech-events-calendar/images/loading_large.gif"/> </div> <div> <script type="text/javascript" defer="defer"> widgetListSize = 5; addLoadEvent(loadCalendarWidget); </script> </div> </li> </ul>
That’s all there is to it. Check out the example I created of the Austin Tech Events Plugin installed on WordPress 1.5.2. Proof it can be done!
The biggest disadvantage to this approach is that you won’t be notified of code updates like you would on a proper WordPress 2.5 widget install.
Let me know if you have any questions!
