Tim Hibbard

CEO for EnGraph software
posts - 626, comments - 1586, trackbacks - 459

My Links

News



Add to Google

Twitter












Tag Cloud

Article Categories

Archives

Post Categories

Image Galleries

EnGraph Blogs

Links

Other

Roll

Twitter

There are 8 entries for the tag Twitter
Associating your MentionNotifier subscriptions with OAuth
We recently added OAuth to MentionNotifier so that users can quickly view and edit their subscriptions without needed an additional login. This is enabled by default for new users, but existing users will need to do the following steps to associate their subscriptions with OAuth: 1) Go to http://software.engraph.com... 2) Click “Sign in with Twitter” 3) Verify that your twittername and email are correct 4) Click "Associate with OAuth" This will also allow you to reply to notification...

Posted On Saturday, March 20, 2010 11:27 AM | Feedback (0) |

Get notified via email of twitter mentions
TwitApps was a great tool, it would email you when somebody @mentioned you on twitter. But, alas, they are shutting down and leaving what I think is a huge hole. So I built my own service that does the exact same thing. To use the service, visit MentionNotifier, and subscribe to your @mentions. To get notified of updates, follow @MentionNotifier or @timhibbard on twitter. Here are some of the FAQ’s: Q: What is this? A: It is a service to notify you by email when somebody has mentioned you in a tweet....

Posted On Wednesday, September 23, 2009 11:44 AM | Feedback (3) |

The last couple months of our life via twitter
Pre-approval letter in hand, let the house shopping begin!10:10 AM Apr 28th Apparently it's impossible to look at a house without the realtor begging to be your buyer's agent. Back off people!1:36 PM Apr 30th Finally going live with software that I've been working on for 2+ years!3:59 PM Apr 30th First install and we run into a proxy brick wall...smooth4:43 PM Apr 30th Done with an exhausting day of house hunting. Found a lot that we liked. One that we LOVED, in shawnee of all places.6:40 PM May...

Posted On Friday, July 17, 2009 10:51 AM | Feedback (3) |

Simple class to parse Twitter with LINQ
In ParaPlan 4.0, we use twitter to maintain a change log. I wanted to display this information to our users, so I wrote a little class that calls the RSS feed and uses LINQ to parse the data. All I need is the message and the date, so that is all it pulls out. Here is the class: public class Twitter { public string Message { get; set; } public DateTime PubDate { get; set; } public static List<Twitter> Parse(string User) { var rv = new List<Twitter>(); var url = "http://twitter.com/statuse...

Posted On Monday, January 05, 2009 2:53 PM | Feedback (8) |

Benjamin Allan Hibbard
On 12-20-2008, my wife Chelsea, gave birth to our beautiful baby boy Benjamin. It’s been a crazy exciting and busy couple of weeks so far. I’ve tried to respond to all the many people that have congratulated us on twitter and facebook, but if I forgot, thank you so much. All of your kind words and well wishes have been very appreciated!! Many more pictures here. Technorati Tags: Benjamin...

Posted On Friday, January 02, 2009 10:26 AM | Feedback (5) |

Getting BrightKite friends using C# and LINQ
BrightKite is a location aware social network. It allows you to post notes and pictures at a specific place. It also will write to your Twitter stream so your friends can keep up with your latest activity. They also have an API, which I had the chance to play with the other night. Here is some very simple code that will write out a list of all your friends: public static void ListFriends(string username, string password) { string url = "http://brightkite.com/me/f... WebRequest WRequest =...

Posted On Monday, November 10, 2008 2:19 PM | Feedback (0) |

Twitter + GeoRSS = GeoTwitter
Al Pascual has been working on GeoTwitter, a website (open source on CodePlex) that add geographical context to your tweets. That is pretty cool and he is looking at ways to automate it (IP, cell GPS), but what I think is really cool is that he provides a GeoRSS feed of your tweets (with others).Check out the site here. He posts about the project, submitting it to open source and future ideas on his blog...

Posted On Friday, May 23, 2008 1:21 PM | Feedback (1) |

The best tweet I've ever seen
Javier Lozano just responded to himself on twitter. Technorati tags: Twitter...

Posted On Monday, April 21, 2008 12:47 PM | Feedback (0) |

Powered by: