Category Archives: Twitter

Wash Your Filthy Forms

So I recently inherited some additional sites to manage. Unfortunately some of them were running Classic ASP via IIS5 with a back-end Access (aaargh!) database. Still, I really wasn’t too concerned about anything other than the age of the server and software. After searching Secunia there’s only one known vulnerability (hack to bypass logging). But,… Read More »

Twitter to SQL Server with Powershell

Had an idea the other day that it might be nice to be able to grab tweets based on a keyword and populate a SQL Server table. So I put together the following simple PowerShell script to do just that. First I create “tweet” table under a database called TwitterDB: [sql] CREATE TABLE [dbo].[tweets]( [published]… Read More »

Social Networking – An Extension of You

Recently Eric Schmidt (CEO of Google) talked about the “Dark Side of Social Networking“. His view is one day people will change their names in order to escape the online persona they have created and he is right except that “one day” is really today. Many companies are now checking Facebook, Twitter, etc. as part… Read More »

No I.T. Training Budget? Twitter to the Rescue!

As everyone knows the economy has been tough on the I.T. field. Redmond magazine even did a great piece in their June issue called “I.T. Hell: How the Recession Has Affected I.T. Jobs“. More often than not the first thing out the I.T. budget window is training and travel. Since technology changes almost daily an… Read More »