12/31/09

Permalink 09:26:57 pm, by dave Email , 530 words, 991 views   English (US)
Categories: Web Technologies, PHP

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.

Read more! »



Did you like this post? If so, Share it!  del.icio.us digg reddit slashdot this article Facebook Twitter MySpace Email

12/22/09

Permalink 09:30:55 pm, by dave Email , 268 words, 6924 views   English (US)
Categories: Web Technologies

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

Read more! »



Did you like this post? If so, Share it!  del.icio.us digg reddit slashdot this article Facebook Twitter MySpace Email

03/11/09

Permalink 09:06:26 pm, by dave Email , 1367 words, 9682 views   English (US)
Categories: Windows Scripting, Wsh Scripts

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.

Read more! »



Did you like this post? If so, Share it!  del.icio.us digg reddit slashdot this article Facebook Twitter MySpace Email

03/07/09

Permalink 05:28:33 am, by dave Email , 1008 words, 6363 views   English (US)
Categories: Windows Scripting, Wsh Scripts

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.

Read more! »



Did you like this post? If so, Share it!  del.icio.us digg reddit slashdot this article Facebook Twitter MySpace Email

02/09/09

Permalink 06:57:21 am, by dave Email , 1015 words, 8028 views   English (US)
Categories: Windows Scripting, Wsh Scripts

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

Read more! »



Did you like this post? If so, Share it!  del.icio.us digg reddit slashdot this article Facebook Twitter MySpace Email

:: 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:

Misc

powered by b2evolution free blog software