Random Links

Just found an interesting blog that share various software.
http://gnrsu.com/

Activate Windows 7 in the most easiest way with WIN7-A
http://gnrsu.com/win7-activation-win7-a.html

SweetHome 3D - Free Interior Architecture Design (Online)
http://gnrsu.com/sweet-home-3d-sh3d.html

[Guide] Pairing SonyPlaystation 3 Dualshock 3 controller with Macbook Pro (Mac OS X)

My previous article is on how to pair a DualShock 3 controller with MBP running Windows. Now this article is trying to achieving the same purpose, but on Mac OS X.

Great news if you are running Snow Leopard because SL is now natively support Sony PS3 controller. Which means that if you had enabled the Bluetooth on your Mac OS X and press the PS logo on your PS3 controller, the OS will be able to detect it correctly. Previous OS build requires user to install a custom small-file sized driver in order for it to be detected.

Now after you had paired it with your OS, another problem exist. How to map the key? Unlike windows which has a Game Controller panel which enable user to calibrate and confirm the controller had been detected and mapped correctly, there is no way to do it on Mac OS.

There are several third party software available but I would highly recommend GameCompanion, which is available on Mac App Store here.

In short, GameCompanion enable you to map your PS3 controller button to a certain keystroke. Now you can use the controller and test it on your favorite emulator.

[Guide] Pairing SonyPlaystation 3 Dualshock 3 controller with Macbook Pro (Windows)

Abstract
This guide is about how to pair a SonyPlaystation 3 Dualshock 3 controller on Apple Macbook Pro / iMac which has an integrated bluetooth module and running Windows (either bootcamp or VMWare Fusion / Parallels)

I had been searching all over the Internet for guide on pairing up my beloved Sony Playstation 3 DualShock3 controller with Windows 7 x64 running on VMWare Fusion on my Macbook Pro 13' 2011. The obvious answer to do so is of course by using motioninjoy. However, using it is only possible on USB cable, bluetooth, uh-huh. Since it doesn't support MBP integrated bluetooth chipset, which means that I couldn't use the DS3 via bluetooth.

So I thought, is there any other ways to pairing my DS3 with Windows 7 via bluetooth? Well I had finally managed to find a way to do so without using motioninjoy but it might requires additional steps.

Prerequisite
Before you proceed to the rest of the guide, make sure you had enabled the bluetooth on your bootcamp or virtualized Windows. To verify, go to Device Manager and see whether there is a bluetooth item header there. Alternatively, you should see a bluetooth icon in the taskbar. FYI, my test setup was on a 2011 Macbook Pro 13' i5 and VMWare Fusion.


Guide to install Wine on Mac OS X

[Troubleshooting] Folder in pendrive changed into shortcut

Have you encountered a situation in which all the folders in your pendrive suddenly changed into shortcuts? Upon double clicking them it links you to another folder path instead? At this point you might be thinking, oh no, all my university assignments is stored inside!!! And I didn't have any backup!!

If so, do not panic yet as following the steps below will solve it. The reason is because some kind of script or virus has changes the folder attribute into hidden.

1. Go to Command Prompt (Win + Run -> Type cmd)

2. Type the following command to remove the hidden attribute
cd H:\ attrib -H -S "foldername" /D /S

* Assume that H:\ is your removable disk drive.
* To list which hidden folders are inside your drive. Type: dir /A:h
* Replace foldername with the folder name listed.
* Repeat this command until all the folders are cleared of hidden attribute.

The Perfect CHM to PDF Converter... FOUND!

Update on April 9, 2012: Uploaded link to Peeje.

Since yesterday I had been searching for the CHM to PDF converter because I wanted to read on my iPad. I managed to find iChm and Chmate, which are the apps for iPad, but the former doesn't support highlight feature and the later requires iOS4.0. As a sidenote I'm still using iOS 3.2.2. To add, I have been an avid user of GoodReader which I used to read all my ebooks except comics, which I prefer to use Bookman. I still prefer to highlight stuff using GoodReader, hence the purpose of this post, which is to introduce the best CHM to PDF converter out there. I had tried out various software such as belows:
... but none of them are able to convert the CHM to PDF without flaw. Many pages are missing. The searching ends when I found Softany CHM to PDF Converter v2.02. Softwares aside from Softany is only able to convert some parts of the CHM while missing a total of 202. For example, when converting Oracle 10g: A Beginners Guide.chm, other converter is only able to convert the final PDF into 202 pages while Softany is able to convert it perfectly without any missing parts with a total pages of 405! That's a 50% pages missing! So I would definitely recommend Softany CHM to PDF Converter to convert your CHM into PDF.

Link to Softany CHM to PDF Converter
Megashares

Peeje

Reopen your running applications or files after restart/shutdown

Have you been in a situation whereby you are so reluctant to update any drivers or programs because you just have a lot of active program running and installing those might restart your PC, afterwhich you will need to re-open those programs again?

Fret not as the following marvellous freeware (yes you heard me alright, it's F-R-E-E! CacheMyWork will solve your worries. Not sure on how it works but it just works. All you need to do is tick on a list of active programs that are running that you would like to restore/reopen after restart. It does not just open the programs, but the last opened files as well, such as the powerpoint slide that you had been working on or the numerous tabs that you keep running on your browser.

Previously I had been putting my PC to sleep whenever I wanted to go to sleep because I don't want to keep track on the programs that I am currently running and need to reopen them upon booting my PC up. With CacheMyWork, I can now put my PC to shutdown with ease of mind.

Links : http://cachemywork.codeplex.com/

Beginners Guide to C Programming

Here's an interesting guide to share with those of you who wanted to learn on C Language Programming but don't have any prior programming language.

Mac OSX Software Threads

Mac Software Reviews

Parallel Desktop vs. VMWare Fusion
VMWare Fusion vs. Parallel Desktop : Which is Faster?

Verdict: I would choose VMWare Fusion over Parallel for it's stability and performance over the years even though Parallel Desktop is the first virtualization software for Mac OSX. I had tried VMWare Fusion and the overall installation and ease of use is great.

Mac Software Links:
Mac Software Ultimate Thread - WarezBB

iWork '09 - WarezBB [Alternative]
SplashID - WarezBB
VMWare Fusion - WarezBB

XBMC Advanced Configuration (Ext Player, DSPlayer..)

XBMC Advanced Configuration

Note: For my own reference only:

Compiling XBMC with DSPlayer
A. Preparing the downloads
1. Download the source files here.
2. Download Visual C++ 2010 Express.
3. Download Direct X SDK June Edition.
4. Extract the tibet20-xbmc-xxxxx download from step 1.
5. Go to projects\BuildDependencies.
6. Run DownloadBuildDeps.bat and DownloadMingwBuildEnv.bat.
7. Wait for it to complete download.

B. Compile the solution using VS2010 Express
1. Go to project\VS2010Express
2. Open XBMC for Windows.sln. If nothing happen when double click right click on it and select VS2010.
3. On the menu bar, select Release (Direct X).
4. Click the Play icon or right click on the Solution Explorer and select Build Solution (F7).

C. Final Build - Building .EXE
1. Go to project\Win32BuildSetup
2. Open BuildSetup.bat. Select 2 when asked.
3. After finished, an .exe file will be created under the same directory. Can also launch by going to project\Win32BuildSetup\BUILD_WIN32\Xbmc\XBMC.exe.

Troubleshooting
* If got libmicrohttpd-5.dll error, copy \Program Files\XBMC\system\webserver from existing working one.

* If there is error when running BuildSetup.bat in Section C, download Nullsoft scriptable install system here.

Can also get the final build for XBMC with DSPlayer here.

---

Wiki
HOW TO compile XBMC from source code
HOW TO use an External Player for media playback (use MPC-HC to play video instead of internal XBMC codec)
HOW TO use DSPlayer (associating media files with filters, declaring filters, etc.)
HOW TO use Advancedsettings.xml (created under username\AppData\Roaming\XBMC\userdata\)
Setting up bitstreaming for XBMC using DSPlayer
---
TV Shows Naming
Custom Directory Structure for TV Shows Naming

Forum Threads
Internal Directshow Based Player (DSPlayer)
Internal Directshow Based Player (User Support Thread) (includes tips and tricks)

Resource
Momogram Graph Studio (used to get GUID for the filters)