Scanner Tips

Posted on

Jun,22

 at

11:32 am

by

jimazing

Looking to purchase a new scanner and found this site.  I don’t want to have to look for it again
http://www.scantips.com/

Word Has Trouble Displaying Images

Posted on

Jun,18

 at

9:40 am

by

jimazing

Images in a Word Document won’t display properly.  If I minimize the window and then restore it, they will appear, but scrolling around or opening another window on top of the Word window can make them disappear.  To make the images remain, reset the hardware acceleration.  Here’s how:

Right click on the desktop and choose Properties
Choose […]

Calculate time between dates with DateDif()

Posted on

Jun,17

 at

4:34 pm

by

jimazing

Use the DATEDIF when you want to caclulate the time between two dates. The time could be how many days, months or years.

The syntax for DATEDIF is
=DATEDIF(Date1, Date2, Interval)
Where:
Date1 is the earlier date,
Date2 is the later date,
Interval is the interval type to return (see table below)

Interval

Meaning

Description

m

Months

Complete calendar months between the […]

Fix Wordpress Media Upload Errors

Posted on

Jun,02

 at

4:47 pm

by

jimazing

WordPress 2.5 upgrades caused HTTP errors when uploading an image. Here’s how to fix it… Add the following line to your .htaccess file:
SetEnvIfNoCase Request_URI ^/wp-admin/async-upload.php$ MODSEC_ENABLE=Off
Thanks to Vassie.name