Randomly Featured Post

7. October 2007

5 Comments

Windows CMD Command Prompt Windows Keep Closing (Or Doesn’t Stay Open)

I was having a hard time with command prompt windows when I created and ran my batch files – they wouldn’t stay open and kept closing before I could see its output. Then I discovered the PAUSE command – by adding this command to your batch file, you’ll pause the window for as long as [...]

Continue reading...

Recent Posts

25. January 2012

0 Comments

How To Integrate Facebook With AWeber Sign-up Form

How To Integrate Facebook With AWeber Sign-up Form

AWeber is a company that does a very good job of providing mailing list services, and is always innovating and coming up with new ways that you can improve your email marketing. One of their latest innovations is how they’ve created a way that allows any Facebook user to automatically sign up with your AWeber [...]

Continue reading...

28. December 2011

0 Comments

How To Convert G2M3 Encoded WMV Video Files Into Standard WMV Video Files

The G2M3 codec is a codec that GoToMeeting uses. Not all computers, including Macs, can play videos encoded with the G2M3 codec. To convert videos encoded with the G2M3 codec into the normal WMV video codec so that any computer can play it, you need to download the Window Media Encoder and convert the video [...]

Continue reading...

4. December 2011

0 Comments

How To Solve Windows 7 Activation Error 0x8007232B DNS Name does not exist

If you’re trying to activate Windows 7, and are faced with the following error: Error Code: 0x8007232B Description: DNS Name does not exist You can try this to solve the problem. Search for “cmd”, then right-click on “cmd.exe” and choose to “Run as adminstrator” (this is important!) Then type these: slmgr.vbs -ipk [Your Windows 7 [...]

Continue reading...

3. November 2011

0 Comments

Best Casio G-Shock Sports Watches For Men

Best Casio G-Shock Sports Watches For Men

1. Casio Men’s DW5600E-1V G-Shock Classic Digital Watch This is a classic bulletproof G-Shock watch. If you want fancy features like a thermometer, barometric pressure graphs, multiple alarms, and world time, then you’d have to look elsewhere! If you want a watch that keeps accurate time, lasts forever, and can take a ridiculous amount of [...]

Continue reading...

23. October 2011

0 Comments

Understanding Tyre Safety

Tyres (or tires, depending on where you’re from) are a vital part of the car, and are especially so since they are the only form of contact that your car has with the road. Regular checks on your tyres and performing regular maintenance should be the norm, but first you need to know that there [...]

Continue reading...

4. October 2011

0 Comments

How To Search For ID Values In A Different Worksheet With Excel VBA

How To Search For ID Values In A Different Worksheet With Excel VBA

This Excel VBA function allows you to take a column of values (e.g. ID numbers) in one worksheet, and use that to get corresponding values that are in a second worksheet. If you understand SQL, it’s something like: SELECT b.country FROM idtable as a, countrytable as b WHERE a.id=b.id I’ll explain the scenario further with [...]

Continue reading...
See more articles in the archive