Easy to do with Freecoder toolbar!
Get it here: http://applian.com/freecorder4/
Is browsing via Internet Explorer 7 slow? It may be due to the phishing filter!
Download the latest IE7 update here: http://www.microsoft.com/downloads/details.aspx?FamilyId=EF6EA470-D51C-4BE5-A15B-74430E9E2AD4&displaylang=en
p.s. Tried upgrading to IE8 in hopes that it would be a solution to this issue and ended up with it hogging up more resources and various random bugs! If you want a fast browser, download Google Chrome
Here is a quick and easy way to automatically fix Windows XP errors due to having a corrupt registry. Worth a try if you are all out of solutions.
Get Regcure here: http://errornerds.com/errors/?k=Windows-Xp-Error&tk=Eoo6&gclid=CNTpioHKsJsCFSMSagodnz10PA
Here's how to auto resize an iframe window with Javascript; just change the iframe name to match (ie. iframename)!
//Input the IDs of the IFRAMES you wish to dynamically resize to match its content height:
//Separate each ID with a comma. Examples: ["myframe1", "myframe2"] or ["myframe"] or [] for none:
var iframeids=["iframename"]
//Should script hide iframe from browsers that don't support this script (non IE5+/NS6+ browsers. Recommended):
var iframehide="no"
var getFFVersion=navigator.userAgent.substring(navigator.userAgent.indexOf("Firefox")).split("/")[1]
var FFextraHeight=parseFloat(getFFVersion)>=0.1? 3 : 0 //extra height in px to add to iframe in FireFox 1.0+ browsers
function resizeCaller() {
var dyniframe=new Array()
for (i=0; i
if (document.getElementById)
resizeIframe(iframeid)
//reveal iframe for lower end browsers? (see var above):
if ((document.all || document.getElementById) && iframehide=="no"){
var tempobj=document.all? document.all[iframeid] : document.getElementById(iframeid)
tempobj.style.display="block"
}
}
}
function resizeIframe(frameid){
var currentfr=document.getElementById(frameid)
if (currentfr && !window.opera){
currentfr.style.display="block"
if (currentfr.contentDocument && currentfr.contentDocument.body.offsetHeight) //ns6 syntax
currentfr.height = currentfr.contentDocument.body.offsetHeight+FFextraHeight;
else if (currentfr.Document && currentfr.Document.body.scrollHeight) //ie5+ syntax
currentfr.height = currentfr.Document.body.scrollHeight;
if (currentfr.addEventListener)
currentfr.addEventListener("load", readjustIframe, false)
else if (currentfr.attachEvent){
currentfr.detachEvent("onload", readjustIframe) // Bug fix line
currentfr.attachEvent("onload", readjustIframe)
}
}
}
function readjustIframe(loadevt) {
var crossevt=(window.event)? event : loadevt
var iframeroot=(crossevt.currentTarget)? crossevt.currentTarget : crossevt.srcElement
if (iframeroot)
resizeIframe(iframeroot.id);
}
function loadintoIframe(iframeid, url){
if (document.getElementById)
document.getElementById(iframeid).src=url
}
if (window.addEventListener)
window.addEventListener("load", resizeCaller, false)
else if (window.attachEvent)
window.attachEvent("onload", resizeCaller)
else
window.onload=resizeCaller
Running multiple versions of Microsoft Office is very possible if you take the appropriate steps and install the different versions in the correct order.
Here is an article from Microsoft on how to appropriately do so. Also mentioned is how to disable the auto installer that commonly executes when launching back and forth between two versions.
http://support.microsoft.com/?kbid=928091
To enable one Office application version to default over another, use the /regserver switch. (to unregister, use /unregserver)
For example: "C:\Program Files\Microsoft Office\OFFICE11\excel.exe" /regserver
Need to filter your unread messages in Outlook? Create a custom view filter.
In Outlook:
1. Click View > Arrange By > Current View > Define Views
2. In Custom View Organizer, click on View Name: Unread Messages in This Folder
3. Click the Copy Button and specify a view name for it (your preference)
4. Customize View window will appear. Click on the Filter button.
5. Click on the SQL tab, check the Edit this criteria directly checkbox.
6. Paste the following into the checkbox:
("urn:schemas:httpmail:read" = 0) OR ("http://schemas.microsoft.com/mapi/proptag/0x10900003" > 1)
7. Click OK to the remaining windows to accept changes.
8. To switch your views, go back to View > Arrange By > Current View
Get webcam effects for your webcam! You don't need ichat or Dell webcam center any longer to use fun webcam effects over your webcam session. Can work simultaneously with video chat software, like Skype. Also has photobooth like features.
Manycam allows you to:
Get it here: http://www.manycam.com/
Lost your Windows XP password? Here's a workaround you can use, using system repair using your Windows XP CD.
1. Initiate a system repair using your Windows CD.
(if you need a reference, go to: http://www.microsoft.com/windowsxp/using/helpandsupport/learnmore/tips/doug92.mspx)
2. After XP setup copies installation files to your computer, your system will reboot. After reboot, XP setup will initiate the setup/repair process. At this time, press Shit + F10.
3. In command prompt, type control userpasswords2 and press Enter.
4. Click on the Advanced Tab, and under Advanced user management, click on the Advanced button.
5. Click on the Users folder in the left pane. In the right pane, you should see all available users.
6. Right click the user you would like to edit credentials to, and select set password.
7. Enter your new password.
8. Allow XP setup to complete. You will now be able to login under the new passwords you specified!
Ever get one of these annoying Windows messages where you couldn't save/delete a file because Windows says it's locked or in use?

Here the solution to your problems!
http://ccollomb.free.fr/unlocker/