Author: Disk Depot @ 3:56 pm
Wireless networks are great- they give you all the benefits of a network without being tied down by wires.
However, wired networks have one major security benefit- it’s restricted to wherever you can physically plug a cable in. This lets you decide where people can- and can’t- access your network from. Typically this will be within your home or office.
Wireless networks are different- they can be accessed anywhere that’s within range of the transmitter/receiver, no wires required. This is why they’re convenient, but it’s also a potential security risk.
[Read More]
Author: Disk Depot @ 1:10 pm
We often get asked questions about the continuous ink systems (CIS or CISS for short) that we sell. They’re actually very easy to use if you bear a few things in mind.
[Read More]
Author: Disk Depot @ 4:33 pm
If you have an inkjet printer, you might be confused by the amount of different ink cartridges out there. Why are there so many, and which ones are suitable for your printer?
[Read More]
Author: technical @ 1:00 am
We’ve decided to put some of our technical tricks and tips online to serve as a resource.
If you’re getting a problem something like this in Firefox (Mozilla):-
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIXMLHttpRequest.send]“Â nsresult: “0×80004005 (NS_ERROR_FAILURE)“Â location: “JS frame :: file:///C:/path/path/path/path/filename.js :: someMethod :: line 888″Â data: no]
when you call the send() method on an XMLHttpRequest (XMLHttpRequest.send()), it’s possibly a browser security issue. Remember that by default browser-based JavaScript scripts and apps only allow requests to the same domain that the original page came from.
In particular this may be an issue if you’re testing scripts on your local hard drive.
There are ways around this, but that’s the basic problem.
(Edited 16 Jun 2010)