Ragnarok Valkyrie Android IOS Philippines

Friday of July 12, 2013

Ragnarok online is one of the most successful MMORPG (massively multiplayer online role-playing game) in the Philippines since 2002. It was distributed in the local market by Level-Up Game Philippines which aided in its fast distribution and marketing. Gravity together with Neo Cyon worked together to deliver a simlarly flavored game for IOS and mobile devices which is  Ragnarok Valkyrie Online. For more of this you can check the forum site valkyrieuprising.

Drupal cannot login due to disabled mod_rewrite

Friday of April 26, 2013

Drupal .htaccess requires mod_rewrite to be activated to property redirect through pages. Thus to enable mod_rewrite type the following in the terminal a2enmod rewrite and restart the server.

Triggering events on windows resize in Mootools

Wednesday of April 03, 2013

The fiddle below allows triggering of windows resize for mootools. If there is no alert performed try accessing it in jsfiddle by clicking edit fiddle, your browser might be preventing javascript execution within an iframe.

How to change windows static IP via command prompt

Tuesday of March 26, 2013

To change IP and default gateway:

netsh int ip set address "local area connection" static 192.168.0.168 255.255.255.0 192.168.0.254 1

To change DNS:

netsh int ip set dns "local area connection" static 192.254.0.20 primary

Window's Command : Set environment variable to updated value

Tuesday of February 19, 2013

For windows shell script, sometime we dynamically update our environment variable to multiple values at given instance. There are instances that the env variable doesn't seem to store the the given variable name properly, to resolve this use the following command:

setlocal enabledelayedexpansion