Active Computers & Programming Posts

How To: Upgrade the RAM in an ASUS Eee PC

Your ASUS Eee PC is small but is it fast? In this video tutorial, you'll find step-by-step instructions for installing a RAM, or memory, module in an ASUS Eee PC up to 2 GB. (Note well that this upgrade will void your warranty.) To learn what you'll need to upgrade your Eee PC, press play!

How To: Prevent file tampering in Windows

Do you actually trust your friends to not mess around with your files when you let them check their email or get on Facebook on your computer or laptop? You should think long and hard about that. If you insist on letting anyone get access to your computer, you should check out this tip from Tekzilla. Learn how to prevent people from messing with your files. Keep your files from being deleted or renamed, and keep them secure.

How To: Add JavaScript to an ASP.Net page

In this video tutorial, Chris Pels will show how to include JavaScript to an ASP.NET page for use on the client page to provide a richer and more robust user experience. First, see how to include JavaScript directly within an ASP.NET page and reference the script from within HTML page elements. Next, see how to abstract the JavaScript to an external JavaScript file which offers the advantage of being cached by the browser and can be used by multiple pages. Lastly, learn how to add JavaScript ...