- In Firefox click on the Tools menu and select Add-ons (or use hotkey Ctrl+Shift+A)
- Select the Options button that should appear for NoScript
- Click on the Embeddings tab
- Uncheck the box for "Forbid @ font-face"
- Choose OK to apply change
Friday, July 26, 2013
Google Fonts Not Displayed in Mozilla Firefox Browser
Sometimes there is a Google Fonts problem with Mozilla Firefox. The fonts at Google Fonts aren't shown correctly and one sees only regular type. Usually this is caused by the default settings of the NoScript Add-On if it is installed. To change the NoScript settings to show Google fonts properly one must enable the @ font-face setting by doing the following:
Wednesday, July 24, 2013
JQuery Frequent Class Replacement Between Two Alternatives
Replacing class repeatedly in JQuery using the addClass and removeClass functions is inefficient for some operations. There is no official replaceClass function but there is a toggleClass function. To change (toggle) between two classes easily use the code $("element").toggleClass(classname1 classname2) for an element already assigned to class= "classname1".
Saturday, July 13, 2013
Problem with Deflate or Gzip Compression
So you find out from some optimization or efficiency program like YSlow or PageSpeed that your website could benefit from gzip or deflate compression. You search online and find code that you put into the .htaccess file in your host server's root directory. Having followed the apparently simple directions you check to see if compression is actually working by using something like the GidZip Test to verify. You find out the deflate or gzip compression is not working.
There are a number of possible reasons but perhaps the obvious one that may take time to dig up is that your webhosting service provider has not enabled the feature or does not allow it. You may need to ask the webhost to activate it. Some hosts like NearlyFreeSpeech, however, have a policy of not activating it for on the fly compression although static gzip pre-compression may be possible.
There are a number of possible reasons but perhaps the obvious one that may take time to dig up is that your webhosting service provider has not enabled the feature or does not allow it. You may need to ask the webhost to activate it. Some hosts like NearlyFreeSpeech, however, have a policy of not activating it for on the fly compression although static gzip pre-compression may be possible.
Sunday, March 10, 2013
SPTD.sys
sptd.sys is a driver file created by Duplex Secure Ltd. that uses its proprietary SCSI Pass Through Direct method of accessing storage devices. It has been associated with software programs like Daemon Tools, Alcohol 120%, and PowerArchiver.
Remove or Uninstall sptd.sys
Unfortunately sptd.sys sometimes conflicts with other programs and is not usually automatically uninstalled when the associated program it came with is uninstalled which can also create conflicts upon reinstallation of the software program. To uninstall and remove sptd.sys follow the directions given at the Duplex Secure website here.
Remove or Uninstall sptd.sys
Unfortunately sptd.sys sometimes conflicts with other programs and is not usually automatically uninstalled when the associated program it came with is uninstalled which can also create conflicts upon reinstallation of the software program. To uninstall and remove sptd.sys follow the directions given at the Duplex Secure website here.
IPSEC Services Error 1747: The authentication service is unknown - Fix for Windows XP
When looking at Windows XP's Event Viewer one might encounter this authentication service is unknown error. This probably indicates that the IPSEC Services Service, which manages IP security policy and starts the ISAKMP/Oakley (IKE) and the IP security driver on the computer, is disabled and unresponsive to commands to start.
If IPSEC Services won't start and attempts to enable the service by selecting Start, Manual, or Automatic under Start → Control Panel → Administrative Tools → Services do not work, the reason may be an uninstalled or missing Client for Microsoft Networks module and the solution may be to activate Client for Microsoft Networks. Go to Start → Control Panel → Network Connections and select a connection or create a new one. Select Properties. In the window under the heading "This connection uses the following items:" Client for Microsoft Networks is probably not installed. Install it by clicking Install..., then selecting Client and clicking Add..., selecting Client for Microsoft Networks, and then OK.
If IPSEC Services won't start and attempts to enable the service by selecting Start, Manual, or Automatic under Start → Control Panel → Administrative Tools → Services do not work, the reason may be an uninstalled or missing Client for Microsoft Networks module and the solution may be to activate Client for Microsoft Networks. Go to Start → Control Panel → Network Connections and select a connection or create a new one. Select Properties. In the window under the heading "This connection uses the following items:" Client for Microsoft Networks is probably not installed. Install it by clicking Install..., then selecting Client and clicking Add..., selecting Client for Microsoft Networks, and then OK.
Subscribe to:
Posts (Atom)