Submitted by northben on Thu, 03/05/2009 - 20:58
This is the audio for the first Polk County meeting for the Campaign for Liberty. Kent Sorenson explains his path to victory in the Iowa House, and his fight for liberty there.
Submitted by northben on Thu, 03/05/2009 - 08:57
Check for a locked file: ptglobal\valid\acc1.dat
This file and ptglobal\valid\acc2.dat should have the same date.
Submitted by northben on Fri, 02/27/2009 - 13:21
This error is easy to fix. There's probably no paper in the printer's paper path. The paper jam error 13.2 is caused because of the printer's clutch having too much friction. Follow the steps on the following link for each paper tray. This picture shows what the clutch looks like.
http://www.fixyourownprinter.com/forums/printer/27551#1
Submitted by northben on Thu, 02/26/2009 - 09:02
If you download a ZIP file from Internet Information Services (IIS) and your computer says it is corrupt or invalid, try this solution:
Submitted by northben on Tue, 02/24/2009 - 11:37
You might want to set up 'loopback forwarding' so that you can access your WAN IP as if you were not on the LAN. For instance, if you have a web server behind your X-Wrt router, and the incoming port 80 is forwarded from the router to your webserver. This allows computers on the WAN (that is, not on your local network) to view your website. However, if you try to view your website from behind the X-Wrt or OpenWrt router, you won't be able to see it. For this, you need loopback forwarding. This is because port 80 is forwarded only for WAN requests.
Submitted by northben on Wed, 02/18/2009 - 16:58
If you are having trouble connecting to Remote Web Workplace in Small Business Server 2003, try this. If you get a message in the Internet Explorer information bar that it is unable to install an ActiveX control, and you've tried resetting the security zone in IE, try this:
run regedit:
HKEY_CURRENT_USER \ Software \ Microsoft \ Windows \ CurrentVersion \ Ext \ Settings
expand Settings and delete the key {7584c670-2274-4efb-b00b-d6aaba6d3850}
Submitted by northben on Fri, 01/30/2009 - 13:53
On an older Equitrac PageCounter Professional terminal, here are some steps to troubleshoot various issues.
Submitted by northben on Wed, 01/21/2009 - 09:40
If you are getting an error "403 forbidden" when trying to access Remote Web Workplace (RWW), here are some settings to check. This if for systems running Microsoft Small Business Server 2003 (SBS).
-
The correct Authentication Methods for the /Remote virtual directory security are:
- Enable anonymous access. Connect as the IUSR_<servername> account.
-
Enable Integrated Windows Authentication.
Submitted by northben on Tue, 01/20/2009 - 10:20
Microsoft Word 2007 can publish to a blog. It's pretty cool. In Drupal, activate the Blog-API module. In Word, click the round button in the corner, then choose Publish, Blog. The URL is http://www.yourwebsite.com/drupal/xmlrpc.php
Submitted by northben on Tue, 01/20/2009 - 10:05
In Oracle, the describe command shows the metadata for a table in your SQL database. The equivalent command in Microsoft SQL Server 2005 (and 2008, probably) is sp_columns. Try using sp_columns
to find out the data type of each column, along with other useful information about your tables.
Pages