12/31/09
Making your blog display more mobile friendly
After adding the twitterlution plugin to my blog, I thought it would be a good idea to make the blog a little more mobile friendly. So after doing some research, I came across Mike Industries' post about making your site mobile friendly and Lightweight Device-Detection in PHP post.
After some creative combining, I have updated this blog to display in a different format if you access the blog from a mobile device. I know that the site is much more lightweight now, but the format needs tweaked to be more usable. That being said, here is what I did.
12/22/09
Adding URL shortner to B2evo twitterlution plugin
I finally got around to adding the twitterlution plugin from Lee Turner and it works great. One thing I noticed was the long URLs from my blog being sent to twitter. Other than that, I am extremely happy with the plugin.
I wondered how hard it would be to add a URL shortener (bit.ly in this case) to the plugin. It turned out to be fairly straight forward.
First I went and got a userid and apikey to bit.ly
Then I searched for an example of making a call to bit.ly from php and I found this example by James Cridland
Then I added the Services_JSON module to my web server
03/11/09
Exporting Outlook Distribution Lists to CSV Files using VBScript
Have you ever needed to export the members of a distribution list to a comma delimited file? If so, this script may help you out.
It connects to Outlook and then cycles through all the distribution lists creating a separate csv (comma separated value) file for each distribution list. The csv file contains a header row that identifies the columns of data and then the data itself, the name and email address of all the members of the distribution list.
This script takes one command line argument, the path where the csv files will be stored.
03/07/09
Using ADSI and VBScript to enumerate local user accounts
Have you ever needed to look at all the accounts and the account properties on your local computer? I have, and I could not find a good way to get a listing of all the accounts with their populated attributes. So I created a script that will do just that, enumerate the local computer's users and list the populated user attributes.
02/09/09
VB Script to Export Outlook Contact Email Addresses to a text file
Have you ever needed to export the email addresses of your Outlook contacts to a text file? One of the visitors here was needing to do this. So I modified the script I wrote that exports contacts to vcf files to create a text file that just contains the email addresses of all of the contacts. This script takes one command line argument, the path where the test file will be stored. It then opens your Outlook contacts and extracts the email addresses for each contact and writes those addresses to a file named emailaddress.txt
:: Next Page >>
Scripts
This is somewhere I can post interesting snippets as I come across them. Hopefully some folks out there will find this helpful.
| Next >
Search
Follow Me:
Categories
- All
- Web Technologies (2)
- PHP (1)
- Windows Scripting (37)
- Batch Scripts (13)
- Wsh Scripts (23)
Archives
- December 2009 (2)
- March 2009 (2)
- February 2009 (3)
- January 2009 (2)
- December 2008 (4)
- November 2008 (1)
- October 2008 (1)
- February 2008 (1)
- December 2007 (3)
- July 2007 (1)
- April 2007 (1)
- February 2007 (2)
- More...




