Mendix Program Search Results

How To: Install Auto-tune in your Audacity audio program

Audacity is a very effective program when it comes to audio and top of that it is free. Download Audacity from its home page, get the newest version because only that one will work with what we need to do. Install it when done with the downloading. Now the first step to installing auto-tune is getting the Audacity VST enabler, you need to need place this right or it will not work, it needs to go into the plug-ins folder in the Audacity installation folder. Now you need to get auto-tune evo fr...

How To: Set up the Cain & Abel network security tool

First you have to install program, called 'Cain and Abel'. Then, you will be automatically asked to install 'Win Pcap' and you should do that. After installation you have to click on 'Cain and Abel' program icon with right mouse button and start it as administrator. Then push blue plus sign to scan Mac addresses. After scanning go to the bottom of program window and press APR tab. Then push blue plus icon again. When table appears push first option in first square and first option in second a...

How To: Create an RSS feed using XML code and RSS Builder

This instructional video shows you how to make a RSS ("Really Simple Syndication") feed using the free program RSS builder. RSS is a script that can be put up on a website that other users can subscribe to in order to get notified when the website gets updated. The xml code behind creating RSS feeds is explained. The code should be entered as shown and the file should be saved as "feed.xml" and upload it to a web server. Go to the URL mentioned, download and install RSS builder. Launch the pr...

How To: Install any version of Linux from a USB thumbdrive

In this video the author shows how to install any version of Linux from a USB thumb drive. He gives the requirements, which are a USB drive, the ISO of the Linux OS and a program called UNetbootin. He shows how to download the program from Sourgeforge.net. After installing it he shows how to set the version of Linux in the program. Later he shows how to format the USB drive quickly and he goes on to set the USB drive option in the UNetbootin program. Now all the Linux OS will be copied to the...

How To: Print your screen on Window Vista

To print your screen on Windows Vista, start by going to the start menu. Click on all programs then click on accessories. When accessories opens click paint and that will open a new window with the paint program. Minimize the programs so that your desktop is all you see. Press the prtsc button near the top right side of the keyboard. Once you have pushed prtsc, restore the paint program so that it is full screen again. Click edit and a drop down menu will open. Then click the paste button. Yo...

How To: Backup your entire computer for free using GFI Backup

Don't take the chance of losing all your important information on your computer. This video will show you the programs that you need to back up your computer. It will show you the best programs to use, to assure that your information is, indeed, backed up properly. This video has very extensive instructions, however, Gigafide has made it easy to follow their instructions easily. The best thing about this video is that it shows you how to do this absolutely free.

How To: Call C and C++ from Python with SWIG

If you're interested in learning a general purpose, high-powered programming language, Python might be the way to go. In this installment from his video tutorial series dedicated to programming in the Python programming language, you'll learn how to call C and C++ from Python using SWIG, or the Simplified Wrapper and Interface Generator. To get started using SWIG with Python, take a look!

How To: Check Your MacOS Computer for Malware & Keyloggers

While you might suspect your MacOS computer has been infected with malware, it can be difficult to know for sure. One way to spot malicious programs is to look for suspicious behavior — like programs listening in on our keyboard input or launching themselves every time we boot. Thanks to free MacOS tools called ReiKey and KnockKnock, we can detect suspicious programs to discover keyloggers and other persistent malware lurking on our system.

Botnets and RATs : Precautionary Measures and Detection (Part 2)

Hola my fellow hackers! I promised you the tutorials on setting up RAT's and Botnets, but before jumping into those, i want you to know about the precautionary measures and detection of RATs which might be on the system without your prior knowledge. Of course the Anti-virus do most of the job but there are some RATs which slips past the Anti-viruses (This is where Hacker's skill come into play).

How To: Displaying Text from a File C++

This is a little c++ program that I thought would be handy in the future. Although, I apologize in advance for any errors in the code since I haven't had the chance to compile it yet. Anyway, please if you are a script kiddie please do me a favor and at least read this article fully. :)

How To: "Should I Remove It?" Helps You Rid Your Windows PC of Bloatware and Unwanted Programs

A lot of computers come with a ton of pre-installed software from the manufacturer, some of which you need and some of which you could most certainly live without. And over time, you may have downloaded and installed a bunch of programs and apps that you probably can't even remember. Now, you could go ahead and uninstall everything that you don't think you need, but then you run the risk of removing something that could really mess up the system. When I open up my Programs folder, I feel like...

How To: Uninstall Applications in Windows 8

Windows 8 and its new Windows Store have simplified the process for uninstalling and cleanly deleting applications from your computer. Removing applications in older versions of Windows required a few more steps: My Computer -> Control Panel -> Add or Remove Programs -> Find the Program -> Click Uninstall.

How To: Set up app shortcuts on your Android cell phone

What's the quickest way to get to an application on your Android phone? It's a shortcut icon, much like on your Windows and Mac computers that take you to the application quick without having to dig in your applications folder. So how do you add a shortcut on your phone? Best Buy has answers. The Best Buy Mobile team explains how simple it is to set up shortcuts on your Android enabled cell phone.

How To: Run Windows programs on a Mac using Crossover Chromium

In this how to video, you will learn how to run Windows programs for free on a Mac using Crossover Chromium. You will need to download Crossover and install it by downloading it and dragging it into the applications folder. You will also need Explorer XP. Go to the applications folder and show the package content of Crossover. Go to shared support as you will need a file here later. Open Chromium, go to support, Chromium, and Drive, and then drop Explorer XP into the folder. Open the info fil...

How To: Spy on someone using your iPod touch or iPhone

Ownspy is powerful program which can be used to backup your iPhone remotely. This program can be used in both good and bad ways. If you have children you can keep track of them by installing this program on the phone. This regularly uploads the content from the phone to the website. So in this way you can know in what way the phone is being used. Also this can be used by a jealous boy friend to spy on his girl friend. This programs tracks your location, backs up your messages, pictures. It al...

How To: Record audio from the Internet

This video will show you how to record audio from the internet. Once you install this program, the video goes on to give you step by step instructions on all of the bells & whistles within the Free Sound Recorder. It will teach you how to work it according to your computer settings, and show you how to personalize and change the settings within the program. It gives you recommendations on the best options for the best audio. It also gives suggestions like choosing which folder to default all ...

How To: Remove the fake virus protector Personal Antivirus

Having problems with your anti-virus software on Windows? Learn how to remove the fake virus protector Personal Antivirus! Personal Anti-Virus is NOT a legitimate anit-virus software and will use spyware to steal info from your computer. Personal Anti-Virus is hard to get rid of and is totally annoying. To get rid of it, you don't have to download anything.

How To: Use a singleton pattern in PHP programming

This PHP newbie video with teach you what a Singleton Pattern is and how to use it in your PHP programming. PHP OOP Singleton is great for a database connection when you only want one consistent connection in your application. So, to prevent wasting space accidentally by calling it twice in different areas, this is good way to protect it. Singleton is very popular and used often in Database Connections.

How To: Open folders with the shell function in Microsoft Visual Basic 6

In this clip, you'll learn how to use the shell function to use the shell function to open folders. Whether you're new to Microsoft's popular event-driven program language & IDE or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Visual Basic programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.

How To: Control forms within the Microsoft Visual Basic 6 IDE

In this clip, you'll learn about basic form control within Visual Basic 6. Whether you're new to Microsoft's popular event-driven program language & IDE or a seasoned developer merely looking to improve your chops, you're sure to find benefit in this free Visual Basic programming lesson. For more information, including a complete demonstration and detailed, step-by-step instructions, take a look.