Scanner Tips
Jun,22
at11:32 am
byjimazing
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/
Jun,22
at11:32 am
byjimazing
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/
Jun,18
at9:40 am
byjimazing
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 […]
Jun,17
at4:34 pm
byjimazing
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 […]
Jun,02
at4:47 pm
byjimazing
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