Archive | Tutorials & Tips RSS feed for this section

How To Integrate Facebook With AWeber Sign-up Form

25. January 2012

0 Comments

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...

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

28. December 2011

0 Comments

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...

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

4. December 2011

0 Comments

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...

How To Clean A Squeaky Laptop or Computer Keyboard

15. May 2011

0 Comments

I have a Logitech keyboard that was acting up on me and squeaking when I type on it. It got so bad that I couldn’t take it anymore and went to find a way. Turns out that there’s a pretty cheap way to fix squeaky keyboards. The solution? Silicone spray (Get it from Amazon). Silicone [...]

Continue reading...

How To Solve The Problem Of Always Having To Log On To A Network Drive In Windows

21. April 2011

0 Comments

If you try to map a network drive in Windows, and use different user credentials, you’ll realise that you’ll need to always type in the username and password every single session. If you shut down your computer everyday, that means you’ll need to do this on a daily basis. This is horrible too, if you [...]

Continue reading...

How To Check All Checkboxes In A Form With Javascript

11. April 2011

0 Comments

I had an application that had a long list of checkboxes in a form. I wanted the ability to check all the checkboxes at once, or uncheck them at once. However, after googling for a solution, it seemed that all of them required me to label all my checkboxes with the same name. The nature [...]

Continue reading...

How To Sort A Multidimensional Array By One Element In PHP

30. March 2011

0 Comments

I had a table’s worth of listings and had stored all the values in a multidimensional array in PHP. The problem was, I needed to sort the multidimensional array, but based on just one element. Here’s the easiest, fastest solution that I found from the array_multisort function page of PHP (thanks to zequez at gmail [...]

Continue reading...