{#advanced_dlg.about_title}

.NET Framework, Shtuff »

Wednesday, July 1, 2009 | 0 Comments

As I sifted through my inbox for the VB-Insiders list emails the other day, I wandered how many of those VB MVP’s and insiders shared their thoughts, knowledge and random comments on Twitter. I decided to send out an email to the VB-Insiders distro asking everyone who had a twitter account, and who wanted to be listed on this Tweeps List to send it to me. The response, and you can see from the list below was great. (For the record, there were a few who still felt that twitter was pointless and a waste of time; I still cannot disagree with them 100% – w... [More]

{#advanced_dlg.about_title}

.NET Framework, Web 2.0 »

Sunday, May 10, 2009 | 3 Comments

I was recently working on implementing Twitter integration features to the DotNetNuke Blog Module (I’ll write up the details about these features in another blog entry) when I quickly ran into the requirement of having to shorten the blog entries’ URLs. As you may or may not know, Twitter requires that messages be less than 140 characters in length and when you include a link and a title, among other things, character real estate  quickly becomes precious. As it turns out, there are several services out there that provide just this service, for example TinyURL.c... [More]

{#advanced_dlg.about_title}

Shtuff, Open Source, .NET Framework »

Wednesday, November 12, 2008 | 1 Comments

I just wanted to drop you all a quick note to let you know that I have figured out a great way to stream live videos from OpenForce '08. If you want to be notified of when the stream will be active, follow me on twitter: http://www.twitter.com/antoniochagoury I will be tweeting when the shows begin. Once they begin you can view the shows here: http://www.cto20.com/OpenForceLIVE.aspx I will be streaming my presentation today at 11:45 PST: Done In 60 Minutes: Building a Customer Membership Provider. Come on over an watch me live!

{#advanced_dlg.about_title}

Open Source, Web 2.0 »

Monday, October 20, 2008 | 0 Comments

I am currently working on a new skin for my Blog, as well as revisiting the overall user experience of this site. Since I Tweet quite a bit, I figured that displaying the list of my latest 5 Tweets would be a neat idea. A couple of thoughts came to mind, including writing a module that would consume the Twitter API to retrieve my tweets. After doing some researching around, I found that there is a much much, much simpler way to do this with a little (already provided) JavaScript. First, add the following html UL element somewhere on your page: <div id="twitter_div... [More]