jjackson's blog

How to Fix Word Office 2010 Comment Fonts Too Small to Read

Users are complaining about a weird issue they are experiencing on Office Word 2010 where the fonts of the comments are too small to be read. Usually, comments on Word documents are left by reviewers that want to underline certain errors, ask for explanation etc. on somebody else work without modifying it. They are small balloon tips and appear on the right margin.

iPhone Users Rejoice

I am a big iPhone user and I know there are a number of you that are too. Not sure if you have upgraded to the latest iPhone software update but you should. 4.2 has many new enhancements but the most important enhancement that I have been waiting for since I was an earlier adopter of the phone is the opening of an .ics file. What is an .ics file? It is a meeting request from Outlook. When an Outlook user invites you to a meeting or event, the meeting request is sent in a special file format. The file includes all of the details for the event or meeting but the iPhone could not open it.

Backing up Plesk Servers

Makeitcomplete.com has completed the development on misscyfairhouston.com

In a little more than a couple days we have helped the Cy-Fair Chamber of Commerce launch a web site for the Miss Cy-Fair Houston Pageant. We developed this site using Drupal. With some graphics work form Logo Origins to help match the printed materials and ads already submitted to press we teamed for excellent results. Visit the site: www.misscyfairhouston.com Check out Logo Origins at Logo Origins

Windows Uptime

Ever wonder how long your windows system has been online? Found that in Windows you can get to this information by running
net stats srv

Small Office Virtualization

This blog entry is starting the journey of converting a small business office in to a virtualized office that will provide the same functionality virtaully as the office has today in the brick and mortar.

Slow Large File Copy Issues

From time to time, customers will call in to report “performance problems” that they are having when copying large files from one location to another. By “performance problems”, they mean that the file isn’t copying as fast as they expect. The most common scenario is copying large SQL databases from server to server, but this could just as easily occur with other file types. More often than not, the customer has tried different methods of copying the file including Windows Explorer, Copy, XCopy & Robocopy - with the same results. So … what’s going on here?

Advanced User

The advanced user module allows the filtering of users based on the user.module fields and optionally the profile.module fields. The fields available for filtering can be configured using the module settings. Eg. Site admin may search through 1000s of users to display all users who have not accessed their account.

Auto Delete Content In Drupal

I have a client that wants to have content posted on his site automatically deleted when it reaches 30 days. His site is built using Drupal and using the hook_cron() will let the scheduled cron job process the node deletions.