Tonton MyTV dilengkapi intisari rancangan pada smart TV bermula RM4.99 sebulan. Selanjutnya →

Julai 2013

How to implement MySQL database migration feature

30 Jun 2013, 12:21 am

Ahad, 30 Jun 2013, 12:21 am0 Basic idea of database migration is database schema, which is organized into versions, need to be upgraded or downgraded from previous to current version. Refer to the diagram below, a simple database to store a blog post: On initial release (version 1), the application only have 4 columns – […]

New PHP

23 Jun 2013, 12:01 am

Ahad, 23 Jun 2013, 12:01 am0 PHP is an amazing server side language to build web application. The ability to embed an executable code into text content is really practical in the web page generation, thus the most convenient language to use to create dynamic website. Additionally, it’s also easy to learn by beginner. However, […]

Titanium ListView

20 Jun 2013, 1:40 pm

Khamis, 20 Jun 2013, 1:40 pm0 Concept behind new Titanium ListView is similar to ModelViewViewModel (MVVM) pattern, where you have a set of data and you will map them to a view template Let’s say you have this kind of data structure (model) Person - id {Number} - name {String} - photo {String} - URL […]

Run Windows Phone 8 emulator on VMware

5 Jun 2013, 4:20 pm

Rabu, 5 Jun 2013, 4:20 pm0 This setup is using VMware Player 5.0.2 Download Windows 8 pro 64-bit iso image with activator from http://tknowmore.blogspot.com/2013/05/windows-8-pro-x64-iso-direct-download-with-activator.html Install Windows 8. This should be straightforward since VMware Player 5 supports Windows 8. Install Windows Phone 8 SDK from http://developer.windowsphone.com/en-us/downloadsdk Edit VMware *.vmx config file. This will add configuration to avoid guest […]