Monday, October 27, 2014

Bluegriffon - Drawbacks and Weaknesses

BlueGriffon is an open source freeware WYSIWYG HTML editor.  It was created by the same developer that contributed greatly to the development of the popular Kompozer with which it shares many similarities. As a more recent project it also has added features, less bugs and better compliance with more recent HTML and CSS specifications. It uses the Gecko rendering engine behind Firefox. 

After a quick initial look here are some of the possible drawbacks and/or weaknesses that were noticed using this program.
  1. There is no mouse right-click editing menu for quick copy-cut-paste operations in the source view although keyboard shortcuts can be used.
  2. Empty <div> elements are automatically removed on save.
  3. Extra features require paying for add-ons. 
Overall it still suffers from the Achilles heel that plagues WYSIWYG editors: a lack of control and precision.   

Friday, October 17, 2014

Cannot Edit or Save File - Access is Denied

If you are trying to save or edit a file but are getting an access is denied or file in use error determine the following and act accordingly.

File is Read Only

Select the file in Windows Explorer and choose Properties. Check to see if the box is ticked as read-only and deselect the box if it is.

File is Restricted to Administrator Access

Some files can only be accessed by administrators.  This can be a source of initial frustration for new Windows 7 users coming from Windows XP unused to the stricter security on the newer operating system.  To get around this run the accessing program as an administrator.  For example to edit a .css requiring administrator privileges, first you must have administrator privileges.  Right click on the icon of the program that will be used to open the .css file such as Notepad and select Run as Administrator. Open the .css file that you wish to edit from within Notepad, edit it and save.

File is in Use by a Running Process

Use Resource Monitor to determine what process is using the file you are having trouble accessing and close the file within that process and/or close the process.

CD-ROM DVD-ROM Behaving Strangely

CD-ROM DVD-ROM Problems

If an inserted CD or DVD is not being read consistently and/or the drive is showing that it is empty even with a disc inside and there are other problems like slowness or unresponsiveness when issuing an eject command with the disc tray only coming out part way or not opening up at all there still might be a quick fix available if the problems stems from a problem in booting up the CD-ROM/DVD-ROM controller.

Turn off the computer.  Not just a restart but a complete power down. After waiting for around 30 seconds start the computer back up.  If the computer boots cleanly and smoothly with no interruptions or odd breaks and the CD-ROM DVD-ROM is working again it may have just been a problem with the CDROM controller not initializing properly.

Another thing one can try is making sure the power is being supplied correctly. Straightening the power cables inside the case so they are untangled may solve DVD read errors. In diagnosing the problem it may help to remove other peripherals like extra hard drives that take up additional power resources.

Friday, October 3, 2014

Namecheap - Problem Verifying Credit Card

Trouble Confirming Credit Card Details on Namecheap

If you are having difficulty getting your credit card information validated by the Namecheap automatic confirmation service when trying to buy or renew items in your cart the problem may be linked to your browser.  Firefox seems to have compatibility issues with the secure pay site.  Try using the most recent Internet Explorer or Chrome browser versions instead.

Friday, September 26, 2014

How to Exit Virtual Clone Drive

Remove Slysoft's Virtual CloneDrive from the System Tray


If the Virtual Clone Drive icon is active in the Windows systray and you want to remove it and exit the program do the following in the Settings menu:

1. Set the number of drives to Disabled or zero.
2. Untick the Show Tray Icon checkbox.
3. Click OK.

Friday, September 19, 2014

VMware Player for 32-bit x86 Computers

VMware Player is free virtualization software provided by VMware that allows one to run a virtual machine on a computer. It is an introductory less feature rich version than some of their other products such as VMware Workstation.

The most recent VMware versions can only run on 64-bit processors. To run VMware Player on 32-bit processors (x86) download install and run VMware Player 3.1.6.

Update: VMware Player 6.0.5 now also runs on 32-bit processors.

Sunday, September 14, 2014

Refresh Icons in Windows 7

Clear Windows 7 Desktop Icon Cache

Select the Windows button and in the search box type and run the following

ie4uinit.exe -ClearIconCache

Thursday, September 11, 2014

Boot CD Won't Boot After Motherboard Change

Problem with Boot CD After Changing Motherboard

The scenario:

You created a boot CD previously to help you recover in case of computer problems.  Your computer motherboard breaks down and is replaced.  You want to reinstall your old hard drive but it is giving you problems so you take out your boot CD that you created just for such a situation and are flummoxed when even your boot CD won't boot and instead you get a blue screen error message or a computer restart. Even if you can get Windows to load into RAM and allow you to access the desktop you might find expected shortcuts to be missing or hard drives and expected programs inaccessible.

There may be other reasons but one common explanation for this behavior is that in newer motherboards the BIOS is set to run the SATA controller in AHCI mode.  This is fine if your operating system is Windows 7 or newer.  However, if the operating system you wish to run is Windows XP or based on it such as a Windows PE or BartPE  run from a boot CD the boot will likely fail unless the boot CD also includes AHCI drivers and possibly other mass storage drivers.  The easiest way to deal with this at least short term is to change the SATA settings in BIOS from AHCI mode to IDE mode.

Conversely if you are trying to boot to a Windows 7 environment and are failing to do so check the BIOS SATA settings to make sure it is in AHCI mode and not IDE mode.

Now that you have entered the Bart pre-install environment with access to hard drives you can use driver injections that you have included on your BartPE CD to load drivers or reset drivers to generic default on the Windows installation on blue screening or restarting hard drive to increase the chances they will also boot.  

Saturday, September 6, 2014

How to Boot BartPE Windows XP to RAM Drive

Booting BartPE CD to RAM Instructions

1. Have a copy of Windows XP installation CD or its files on hand.

2. Download PE Builder 3.1.10a and install. PE Builder was built with Windows XP in mind.  If you are installing PE Builder on a later Windows setup such as Windows 7, setupapi.dll from Windows XP needs to be copied to the PE Builder 3110a folder.

3. Obtain Windows Server 2003 Service Pack 1 versions of RAMDISK.SYS and SETUPLDR.BIN.
The Windows XP version of these files are not the same and will not work.  The two required files can be found in the Windows Server 2003 SP1 download from Microsoft.  Unfortunately it's a ~329MB download package and even though you need only these two small files that it contains you'll need to download the whole thing. The name of the downloaded file as of this writing is WindowsServer2003-KB889101-SP1-ENU.exe. Rename it to something shorter, for example WS2K3.exe, to make it easier to work with if you wish.

Once the package has downloaded DO NOT run it directly.  Doing so may create problems for your operating system. Instead from a command prompt (cmd.exe) maneuver to the directory containing the downloaded package and extract its contents to a safe location with the command

WindowsServer2003-KB889101-SP1-ENU.exe -x

or if you renamed it WS2K3.exe earlier

WS2K3.exe -x

Find RAMDISK.SY_ in the extraction directory and from the command prompt run

expand -r ramdisk.sy_ 

to get RAMDISK.SYS.  Copy the extracted RAMDISK.SYS and SETUPLDR.BIN to a safe location.

4.  Build a BartPE pebuilder.iso file in the regular manner of your choice adding whatever extra plugins or recovery and diagnostic programs you might think useful but replace the RAMDISK.SYS from Windows XP with the one obtained from Windows Server 2003 SP1. Rename the iso file PE.ISO.

5. Create a folder for the RAM-loaded BartPE project such as C:\RAM_PE. Copy both BOOTSECT.BIN from the regular BartPE directory used to create the iso and PE.ISO into the C:\RAM_PE directory. Create an i386 subdirectory inside C:\RAM_PE and copy both the NTDETECT.COM file from the i386 directory of the regular BartPE project and the SETUPLDR.BIN from Windows Server 2003 SP1 into the subdirectory. 

6. Create a WINNT.SIF file in the C:\RAM_PE directory with Notepad with the following content:

[SetupData]
BootDevice = "ramdisk(0)"
BootPath = "\i386\System32\"
OsLoadOptions = "/noguiboot /fastdetect /minint /rdexportascd /rdpath=PE.ISO"


After this you should have the following contents and layout in C:\RAM_PE:

C:\RAM_PE
     ---BOOTSECT.BIN
     ---PE.ISO
     ---WINNT.SIF
     ---\i386
          ---NTDETECT.COM
          ---SETUPLDR.BIN

It is important that the file names are upper-cased and follow the 8-character DOS 8.3 format limit for file names.

7. Next step is to create the bootable to RAM iso with mkisofs.exe.  Run a command prompt as an administrator and go to the PE Builder 3110a folder (i.e. the one containing mkisofs.exe). In the command prompt run the following:

mkisofs.exe -force-uppercase -iso-level 4 -volid "BartPE" -A PEBUILDER/MKISOFS -sysid "Win32" -no-emul-boot -b BOOTSECT.BIN -o pe_ram.iso "C:\RAM_PE"

This should create pe_ram.iso.

8. Burn pe_ram.iso to a CD.  You should now have a BartPE CD that can boot to RAM.

9. For it to work as expected, make sure the system's BIOS is set so that SATA control is in IDE mode, not AHCI, and that the system boots from CD ahead of the hard disks and other media. 


Wednesday, July 2, 2014

List of Free Email Services on the Internet

Free online email providers seem to have gotten rarer over the years as the field has matured and consolidated. Many once free webmail providers have become paid services or have gone out of business.  The main choices these days are provided by the large internet companies that dominate the industry although they are tainted by the spying scandal.  Still as the demise of Lavabit has shown even the smaller players likely have not escaped attention and are vulnerable to government pressure making true security and privacy on the internet probably a figment of the imagination.  

AOL Mail

Excite

Facebook Messages

Gmail

GMX / Mail.com

iCloud

Inbox.com

Lycos Mail

MyWay Mail

Outlook.com

Yahoo Mail

Yandex Mail

Zoho Mail


Pay Only

Bigfoot Webmail
Fastmail
Hushmail
Rackspace

Tuesday, June 24, 2014

Regular Expression to Find or Select All Characters Between Two Strings in Notepad++

Regex to search and select text or characters between two given text or character strings given String1 and String2 in Notepad++. Use recent versions of Notepad++. Older versions do not parse regular expressions for multiple lines correctly.  The following regex should also work in other software that use regular expressions.

One Line (Greedy Version)

Will select all characters between first and last instance of strings :

String1.*String2

One Line (Non-greedy Version) 

Will select all characters between first and next instance of strings :

String1.*?String2

Multiple Lines (Greedy Version)

String1(?s)(.*)String2

Multiple Lines (Alternative Regex)

String1[\s\S]*String2

Multiline Search Plugins

Two Notepad++ plugins that may help with multiline find and replace search are TextFX and ToolBucket:

TextFX → Quick → Find/Replace

ToolBucket → Multiline find and replace

Friday, May 30, 2014

How to Open or Play .XMI Files

.xmi files are an old music file format similar to the midi format that was sometimes used in older video games.  The most well-known application that opens or plays .xmi files is probably WinAmp but it is not enabled to do so by default.  One needs to change settings, configure and associate the files with WinAmp first.  Go to Options/Preferences > Plugins/Input and choose Nullsoft MIDI player. Then go to File Types and choose the exotic music files types one wants to associate with the program.  Open and play the files you want to listen to.  It may be worth it to save the files in midi format so that they will be easier to work with in the future.

Monday, May 26, 2014

Saturday, May 24, 2014

External Hard Disk Drive Enclosure Error Fix

An external IDE SATA to USB HDD enclosure can be used to connect an otherwise obsolete old IDE drive to a newer computer without a PATA/IDE port on its motherboard via USB. Unfortunately many of these devices can be pretty fragile or poorly made which causes some fairly common errors.

Hard Disk Drive Enclosure Intermittent Error or HDD Enclosure Hanging Fix 

One problem that might occur is an intermittent connection between the hard disk and the computer resulting in repeated initialization sequences and dropped connections. There are a number of possible causes but one simple remedy that is worth a shot is straightening out the wires and power connection to ensure a steady power supply to the hard disk.  Bend the wires to make sure the wires are not curling and straighten them out.  See if this reduces the disconnections and restarts and act accordingly.

Transferring Files from Old Hard Drive to New One

If one finds the setup unreliable and wants to transfer files from the old IDE drive to a newer more modern drive one should also look at the tips and use the tool in the article comparing two directories.

Paint.net 1603 Error

The paint.net 1603 error occurs during installation of the popular graphics program.  To fix this installation error make sure that the required Microsoft .NET framework is installed on your computer.  A particular version of the framework may be necessary for older paint.net versions.  Having the latest .NET Framework for example is not necessarily sufficient if the paint.net version being installed requires an older one.  In Windows check in Control Panel > Programs > Uninstall a Program and look for "Microsoft .NET Framework" to see if it is installed on your system. Installing the latest beta development build of paint.net installs the .NET framework files automatically and is probably worth trying if the stable build of paint.net refuses to install.

Wednesday, May 21, 2014

Virtual CD-ROM Control Panel

Microsoft provides a virtual CD control tool for Windows XP and supposedly Vista and Windows 7 to allow the use of ISO image files through a virtual drive. This utility comes in a self-extracting zip file winxpvirtualcdcontrolpanel_21.exe that contains 3 files: VCdControlTool.exe, VCdRom.sys, and readme.txt.

Unfortunately contrary to what is written on the download webpage, the utility seems unreliable or simply incompatible with Windows 7.  For one thing it can only work on 32-bit systems not 64-bit systems.  Installation is also fraught with pitfalls and the instructions contained in the readme.txt file do not cover most of them.  Because of this it is recommended to use a third party virtual cd-rom utility like Slysoft's Virtual CloneDrive.

If one still wishes to persist, however, here are some installation tips:

Changing to compatibility mode for Windows XP reportedly helps in some cases.

"The handle is invalid" and "Cannot Open SCM: Access is denied." errors can probably be avoided by right clicking on VCdControlTool.exe and then choosing to Run as administrator.  Turning off User Account Control is another option but doing so will leave the system less secure and is not recommended.

If in the frustrating event the Virtual CDRom Control Panel claims unable to find VCdRom.sys despite following the instructions and copying it into the Windows System32 drives folder and even clicking on it directly, try using a copy of VCdRom.sys from the install directory (default is the local temp directory) or copying VCdRom.sys into the root Windows directory and try activating that.

After adding a drive letter, one may still not see the virtual drive loaded in Windows Explorer.  The solution is to open Windows Explorer or a command prompt run as an administrator

Remember to mount an ISO image by selecting a .iso file.  

Saturday, March 15, 2014

How to Compare Two Directories

Unfortunately comparing the contents of two directories is not easy with Windows Explorer.  To quickly and easily compare the files in two directories to see which contents match and which don't the small freeware program Pathsync is recommended.

The program can quickly sort the files that two chosen directories have in common from those that are only found in one of them and offers a quick way to copy or delete the sorted files and/or synchronize the directories.

It's a really helpful tool in a situation like when an error is experienced during a copy operation involving many large files being transferred from a USB device to a hard drive and one needs to verify which files were successfully transferred and which weren't. It also comes in handy when looking for duplicate files in two directories or when comparing backups.

If looking for something with even more features such as document comparison from within text documents, another popular free program to consider for these tasks is WinMerge.  It has more power than Pathsync but is slightly more complicated. 

While it is possible to do some of these comparison tasks with native Windows command line instructions from the days of DOS such as the find and diff commands, the free download suggestions mentioned provide a less clunky and awkward interface.

How to Quickly Find the Path of a File in Windows 7

To quickly get the path location of a file in Windows 7 for a cut and paste operation, in Windows Explorer hold down Shift while simultaneously right clicking with the mouse on the file of interest.  The option "Copy as path" should appear in a menu.  Selecting that option with a left click will copy the path to the file location into the Windows clipboard.