Category: Tips and Tricks

Pages: 1 2 3 4 5 6 7 8 9 >>

2010-01-22

Permalink 18:34:53, by galidon Email , 17 words   English (EU)
Categories: Information Technology, Tips and Tricks, Online Tools

Record streaming audio!

Easy to do with Freecoder toolbar!

Get it here: http://applian.com/freecorder4/


back to galido.net

Bookmark and Share

2009-07-13

Permalink 18:22:43, by galidon Email , 80 words   English (EU)
Categories: Information Technology, Tips and Tricks, Software

Internet Explorer 7 Slow Browsing

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


back to galido.net

Bookmark and Share

2009-06-29

Permalink 18:04:21, by galidon Email , 45 words   English (EU)
Categories: Information Technology, Tips and Tricks, Software

Fix Windows XP errors due to corrupt registry

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


back to galido.net

Bookmark and Share

2009-06-22

Permalink 18:53:31, by galidon Email , 105 words   English (EU)
Categories: Information Technology, Tips and Tricks

Auto resize iframe window

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 var iframeid = iframeids;
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


back to galido.net

Bookmark and Share

2009-06-15

Permalink 12:49:30, by galidon Email , 90 words   English (EU)
Categories: Information Technology, Tips and Tricks

Run Office 2007 in parallel to an older version of Office

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


back to galido.net

Bookmark and Share

2009-06-08

Permalink 12:15:36, by galidon Email , 110 words   English (EU)
Categories: Information Technology, Tips and Tricks

Filter unread messages in Outlook

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


back to galido.net

Bookmark and Share

Permalink 00:29:14, by galidon Email , 107 words   English (EU)
Categories: Information Technology, Tips and Tricks, Software

Webcam Effects for your webcam

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:

  • Use your webcam with multiple programs simultaneously.
  • Add text to your webcam video window with any application.
  • Add cool animations to your video window.
  • Show your local day and date in your video window.
  • Add live CGI graphics like fire and water effects. You can even make it appear as if it is snowing inside your house!

Get it here: http://www.manycam.com/


back to galido.net

Bookmark and Share

2009-06-03

Permalink 14:29:37, by galidon Email , 154 words   English (EU)
Categories: Troubleshooting, Tips and Tricks, Software

Lost Windows XP password

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!


back to galido.net

Bookmark and Share

2009-03-06

Permalink 14:02:56, by galidon Email , 34 words   English (EU)
Categories: Information Technology, Tips and Tricks

Annoying Windows "locked file" messages

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?

Could not save... the file is already in use
or was left open

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


back to galido.net

Bookmark and Share

2008-09-25

Permalink 09:30:09, by galidon Email , 14 words   English (EU)
Categories: Information Technology, Tips and Tricks, Software

Stitch images together

With Microsoft Research image Composite Editor (ICE)

Microsoft Research Image Composite Editor

http://research.microsoft.com/ivm/ice.html


back to galido.net

Bookmark and Share

1 2 3 4 5 6 7 8 9 >>

March 2010
Mon Tue Wed Thu Fri Sat Sun
 << <   > >>
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

Galido.net Information Technology Blog provides you with information and links to computer tips, tricks, solutions, news and relevant information to IT related topics. Information Technology Blog provides you with information and links to computer tips, tricks, solutions, news and relevant information to IT related topics. We also feature a collection of blogs containing links to information technology related software, hardware, news, cool sites, news on gadgets, where to get them, search engine optimization, and more.

Search

XML Feeds

   Recommended Site

  • Affordable small business web design services to help you create an effective online presence. Call us to learn more about our services.
  • IT Support

   Syndicate this Blog


Add to Google Reader or Homepage
Add to My AOL
Subscribe in Bloglines
 Subscribe in a reader

   Validate the Blog

[Valid RSS]

Gawker Artists