Whenever I put my memory card in the card reader, it would open Picasa and start to import, pictures and videos. I organize my photos in my E:/ partition, and do not want Picasa to import anything unless I specifically tell it to.
To stop Picasa from uploading all your pictures from the card, go to Windows Explorer, right click the card and select Properties. Then select the AutoPlay tab. Then, in the drop down box, select "Mixed content". Then click "Open folders to view files". [Apply] and [ OK ]. Now when you plug in the card in the card reader it'll only open a Windows Explorer window so you can view the files.
Internet Explorer was not able to open this Internet site can happen when you try and download a PDF from a HMRC website. It seems to be caused becaus ethe PDF needs to be encrypted.
If you use Microsoft Internet Explorer you may need to adjust your settings to successfully download the software.
In Internet Explorer for Windows:
(1) go to Tools - Internet Options
(2) Advanced tab
(3) under Security, ensure the ‘Do not save encrypted pages to disk’ is checked
(4) click Ok
Cause
The add-in was installed under another user account and the OfficeLive registry subkey necessary for that checkbox entry to be logged in the registry is not created for other users. You need to manually create the OfficeLive subkey under HKEY_CURRENT_USER\Software\Microsoft for any user on that computer that wants to suppress that add-in by checking the box. After the OfficeLive subkey is created the appropriate registry entry FirstRunDontShow will be created once Word, Excel, and PowerPoint are started and if the checkbox is selected it will no longer show on subsequent launches of those applications.
The issue can be resolved by adding a base registry key named OfficeLive under the HKEY_CURRENT_USER\Software\Microsoft subkey, once that key has been created the next time you start Word it should create two new DWORD entries (FirstRunCredsDeleted and FirstRunDontShow), both set to 1.
Solution
Install Office Live Update 1.4
OR Registry FIX
Steps:
WARNING : If you use Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that you can solve problems that result from using Registry Editor incorrectly. Use Registry Editor at your own risk.
1. Logged in as the user that has the problem, click on Start, clcik Run, type regedit, click OK.
2. On the left pane expand HKEY_CURRENT_USER, expand Software, select Microsoft.
3. From the Edit menu point to New and select Key.
4. Type OfficeLive and press the Enter key.
5. Close Registry Editor.
6. Start Word, Excel, or PowerPoint, you'll get the prompt, make sure 'Do not show me this message again' is checked, click Continue.
7. Close the application (Word, Excel, or PowerPoint), the registry DWORD values should be created under OfficeLive for that user.
Question: RPM does not receive print jobs from the Windows Standard TCP/IP Port unless the LPR Byte Counting Enabled option is selected. What is "LPR byte counting" and why must it be selected?
Answer: The simple answer is this: if Microsoft implemented their LPR to send zero as the number of bytes, then RPM would be able to handle that correctly. As it is Microsoft sends an impossibly huge number, instead of the actual size of the file in bytes.
The LPR/LPD protocol allows for zero as the file size though sending the actual size is typical. There are a few LPR clients in the world which handle this correctly, and RPM works as you would expect in either case.
The longer answer follows.
"LPR byte counting" forces Windows to count the number of bytes in the file and send this value in the Receive data file subcommand. To understand why this does not work, you must first understand the steps in sending a print job using the LPR/LPD protocol.
When LPR byte counting enabled is turned off, Microsoft sets the <file size> to a size much larger than the actual size. It is set neither to 0 nor the actual file size. When RPM receives a file much smaller than the specified file size, RPM believes that the entire file was not sent, deletes the "incomplete" file, and waits for the file to be sent again.
RFC1179 states that you may set the size of the data file to 0, however, it does not discuss how the LPD Server should handle this "unknown length file". RPM handles the "unknown length file" situation by receiving all data from the request to send the data file until the connection is closed by the LPR client.
RPM can also handle the opposite situation, in which the file is actually 0 bytes. You tell RPM to close the connection after a specified amount of time.
To do this, follow these instructions.
Method 1
Nb if you have the word version save as web filtered html
Method 2
You can change the file extension on the file from ".mht" to read ".uue".
You can then open the ".uue" file up in a zip program such as WinZip.
You can then extract one or all the files contained in the renamed .mht file
using the WinZip program interface.
Of course, you will have to change the file extensions on the extracted
files because the extracted .html file will have a .txt file extension when
extracted. For instance, when you are viewing the .uue file in WinZip the
.html file will have the name 0001.txt and will also have that name and
extension when it's extracted. So once it's extracted just change the name
of the file from 0001.txt to myfile.html for example. Likewise, image
files contained in the .uue file will contain extensions such as .001, 002,
etc... and will have to be renamed with thier proper extension once they've
been extracted.
I have a file on my computer that will not delete.
Method 1
Method 2
Attachment size exceeds the allowable limit" error when you add a large attachment to an email message in Outlook 2010
Internet email account (POP3, IMAP, HTTP)
To modify the default attachment limit size in Outlook 2010 for an Internet email account, follow these steps:
Original Article Here
Here’s how to disable FireFox’s browser cache completely.
network.http.use-cache,
and double click it to set it to false
. Double clicking it again will set it to true
and re-enable the cache…and then you’re done.
To forcibly reload a page and all its dependencies, direct from source, ignoring local and proxy caches hold the shift key and hit reload. This applies not only to FireFox but also IE6/7 and Safari (maybe others too). I have a feeling this may be a ratified standard.
This has also been suggested
I set browser.cache.disk.enable and browser.cache.memory.enable both to false.
That was all I had to do to disable caching.
Windows Setup gives an error message that the Product Key is not valid (invalid) if you attempt an upgrade or repair Microsoft Windows XP Media Center Edition with Microsoft Windows XP Home Edition or with Microsoft Windows XP Professional.
Programmable Key Restrictor
This script blocks the input of characters by using a Javascript function attached an input box which is called with the event onkeydown="" . This allows me to prevent input issues with end users because they cannot enter the wrong charcters in the first place. This script is standalone but works well with HTML5 input box validation rules.
I wrote this after I could not get any scripts I found online to work reliable across browsers. I also wanted to be able to make it programmable to account for different types of key restriction I wanted to do. I have use the onkeydown="" event because I believe the the onkeypress="" event only handles printable characters.
The following validators are basically the same with different options and can be programmed for any type of character validation you want including special characters. This script is using the new standard of event.key which with a few tweaks is usable across all of the different browsers. event.key outputs the character that is pressed on the keyboard and not some charcode which varies from browser to browser and platform to platform. event.key is the recommended way of getting key presses in browsers.
As you can see I have used feeder functions to supply the event, you do not need to use them you can create your own and the process is very straight forward. Allowed Characters and whether space is allowed. This prevents a lot of duplicate code as the common function is quite long. You could use the function as a stndalone is you remove the feeder functions and replace them with variables as needed.
Function Call in HTML
<input class="olotd5" value="123456" name="zip" type="text" onkeydown="return onlyAlphaNumeric(event);"/>
The Script
/** Key Input Restrictions - Using event.key **/ // Allows Only Letters function onlyAlpha(e) { return keyRestriction(e, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ", true); } // Allow Only Numbers and Letters function onlyAlphaNumeric(e) { return keyRestriction(e, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789", true); } // Allow Only Numbers and Letters - Including Comma, Backslash, Minus, Single Quote function onlyAlphaNumericExtra(e) { return keyRestriction(e, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789,/-'", true); } // Allows Only Numbers function onlyNumbers(e) { return keyRestriction(e, "0123456789", false); } // Allows Only Numbers and Period function onlyNumbersPeriod(e) { return keyRestriction(e, "0123456789.", false); } // Allow Only Phone Numbers - Including Period, Brackets, Plus, Minus function onlyPhoneNumber(e) { return keyRestriction(e, "0123456789.()-+", true); } // Allow Only valid characters for URL function onlyURL(e) { return keyRestriction(e, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~:/?#[]@!$&'()*+,;=`%", false); } // Allow Only valid characters for Email function onlyEmail(e) { return keyRestriction(e, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._@", false); } // Common Function for Key Input Restriction function keyRestriction(e, allowedCharacters, spacesAllowed) { // Grab the character from the pressed key var key = e.key; // Are Spaces Allowed? if (key === ' ' && spacesAllowed === true) return true; // Are Spaces Allowed (IE fix) if (key === 'Spacebar' && spacesAllowed === true) return true; // Control Keys (Backspace, End, Home, Left Arrow, Up Arrow, Right Arrow, Down Arrow, Delete) if (key === 'Backspace' || key === 'End' || key === 'Home' || key === 'ArrowLeft' || key === 'ArrowUp' || key === 'ArrowRight' || key === 'ArrowDown' || key === 'Delete') return true; // Control Keys (IE and Edge fix) if (key === 'Left' || key === 'Up' || key === 'Right' || key === 'Down' || key === 'Del') return true; // Allowed Characters else if (allowedCharacters.indexOf(key) > -1) return true; else return false; }
Notes
These javascript events have different roles and can have different outcomes with different browsers. In newer browsers the behavious seems a lot more standard.
Links
These are some basic key restrictors that some people use but they are not very cross browser compatible. According to Mottie (CSS-TRICKS) e.which and e.keycode are getting discontinued. I have included these here for reference to see how it was done in the past.
Function Call in HTML
<input class="olotd5" value="123456" name="zip" type="text" onkeydown="return onlyAlphaNumeric(event);"/>
Allows Only Uppercase and Lowercase Letters to be entered - Including Space
// Allows Only Uppercase and Lowercase Letters to be entered - Including Space function onlyAlpha(e) { var charCode = e.which || e.keyCode; if ((charCode === 32 || charCode >= 65 && charCode <= 90) || (charCode >= 97 && charCode <= 122)){ return true; } return false; }
Allows Only Numbers to be entered - Including Backspace and some other keys
// Allows Only Numbers to be entered - Including Backspace and some other keys function onlyNumbers(e) { var charCode = e.which || e.keyCode; if (charCode > 31 && (charCode < 48 || charCode > 57)){ return false; } return true; }
Links