Married Filing Search Results

How To: Install Cairngorm in Adobe Flex 3 and use MVC

In this tutorial, Mike Lively of Northern Kentucky University discusses the MVC (Model Viewer Controller) architecture, installs Cairngorm into Adobe Flex 3, and discusses one of David Tucker's examples. The MVC model is comprised of a Model (encapsulates information from the d base (XML file), View (presentation layer that the user interacts with, and Controller (processes and responds to events and invokes changes to the model and viewer). See how to use the MVC model and install Cairngorm ...

How To: Delete files securely in Mac OS X Leopard

Have sensitive data that you want to make sure you securely delete? Or maybe you're getting an external drive ready to recycle or to give to a colleague. In this video tutorial, you'll find instructions for securely emptying your trash and also securely delete the contents of an external hard drive. For more, and to learn how to remove data from your Mac computer securely, watch this video tutorial from Apple.

How To: Defragment or format a Mac hard drive

In this episode of Ask the Techoes, D.Lee and Brandon answer viewer questions on how to defrag a Mac hard drive, erasing an NTFS hard drive on Mac OS 10.4, how to uninstall programs and their related files on a Mac, questions with Parallels, and how to create a wireless USB hub. Send us your questions at askthetechies@gmail.com Hosts: D.Lee Beard & Brandon Jackson http://AskTheTechies.com

How To: Remove scratches on an LCD or CD with an egg

Make the magic remover cloth shown in this how-to video which will remove all the scratches on your favorite CDs, your LCD display or just remove some scratches on plastic. You'll need egg whites of and a microfiber cloth. Don't throw away anymore CDs, DVDs, or lose important files. The trick in this video tutorial will rescue scratched CDs so you can still keep using them.

How To: Code a Simple Java App to Kill Any Process After a Specified Time

I may be a bit weird, but I enjoy listening to music at night as I fall asleep. Sure, you could create a playlist of songs so that it stopped after all the songs finished playing, but I have a rather extensive database of music and I enjoy listening to them randomly. Also, I like to ensure it terminates after a specific amount of time (I don't want it playing all night). Or sometimes I use it when I am cooking so that when the music stops, I know I need to check on my food, etc.

How To: Install an Off-the-Shelf Hard Drive in an Xbox 360 (Get 10x the GB for Your Money)

Since the day of the Xbox 360 release, storage space for the device has been overpriced beyond belief. OEM 250GB HDD models still cost $110 USD! A 250GB hard drive should not destroy my wallet, Microsoft. Storage space, especially on HDDs, is cheap. You can buy a removable 2TB external for only $100 USD, so it's a little beyond my comprehension to see how they calculate their MSRP to yield such a large profit. On the other hand, Xbox 360 had very impressive hardware specs back in the day, equ...

How To: Install the Trampoline v1.3 mod for Minecraft 1.8

Add a little bounce to your crafting with Trampoline v1.3 for Minecraft 1.8. This mod will allow you to build a trampoline in Minecraft that will bounce your character to new heights (along with other creatures and objects that land on it). Visit the official Trampoline mod thread on the Minecraft Forums to download the file.

How To: Customize your unlock slider on a jailbroken iOS device

The process of changing your iPod touch, iPad, or iPhone unlock slider is a little lengthy, but is easy if you watch this step-by-step guide. Once your iOS device has been jailbroken, you'll need to install the 'Winterboard' app and have access to photo editing software such as Photoshop. There are also three different files in iOS for each of the different screens:

How To: Use Google to download music

Looking for the best way to find and download new music? Check out this video to learn how to use the Google search engine to download music. You'll learn what search operators will help you find the artists and songs you are looking for, in the file format you want.

How To: Use SimpleXML to load XML into PHP

Learn to utilize SimpleXML in this PHP tutorial to load and access XML from within PHP. This video shows how to load an XML file into a PHP array variable and get values from within that array. This informative video from JREAMdesign shows you step by step.

How To: Use composition instead of inheritance in PHP

While inheritance is very useful within PHP and OOP, it is notably better to favor composition over inheritance. In this video walkthrough, JREAMdesign demonstrates the composition concept with interrelated functions, and also shows a way of logically organizing the resultant files.

How To: Save your server resources with PHP caching

Sometimes server space can be an issue, especially when you're talking about costly actions such as iteration, file scanning, and numerous queries. In those instances it's often best to cache! This tutorial gives you a simple example which can help your site load faster and take less abuse.