Here's another simple game using HTML5 and Javascript.
The following are the requirements of the game:
The game starts when the "ENTER" key is pressed.
A "monster" will be displayed in random location of the canvas per set milliseconds.
Hit - when the monster is clicked.
Miss - when the monster is missed - only during click
Monster turns yellow when hit.
Monster turns red when hit.
The game is over when there are already five...
jQuery: Simple Colored Cell Game
Mar 7, 2014
So I decided to learn new stuffs *since I am not a web-person or anything*.
The goal would be to create a simple game that does the following:
At the start of the game, there is a blue-colored cell in the middle of the canvas.
On every left-click, the cell increases in size.
If an arrow key is pressed, the cell changes color and moves to that direction.
If the enter key is pressed, the game is reset.
Though it's just a really...
Shortcut Virus
Mar 6, 2014
I was asked to fix someone's flash disk a few years back because all of the files inside it turned into shortcut icons. You cannot view the files even if you choose to show hidden files.
I was able to find the solution on the internet.
Now another someone encountered the same problem. I was searching for the solution on the internet but it seems everything that shows up are those that require users to download something. *sucks*
So...
C#: Check if Input is Palindrome
Mar 5, 2014
Here is one algorithm I find a challenge back on my student days.
* Check if string value entered by user is a palindrome or not.
/// <summary>
/// Checks if entered string value is a palindrome or not.
/// </summary>
/// <param name="p_word">Value entered by user</param>
/// <returns>If palindrome, returns true; otherwise, returns false</returns>
public bool IsPalindrome(string p_word)
{
...
Free Domain Names
Mar 5, 2014

I have tried using .TK for free domain once on my other blog and it worked just fine. (:
.TK logo
Image credits: PPD Tips
Actually this is just a site that would register your URL and give you a shortened one.
The shortened URL would just redirect your user to your site.
So instead of having to type the whole ".blogspot.com" thing,...
Recent Comments Section on Blogger
Mar 4, 2014
Adding a Recent Comments widget on your blog will help let your visitors know that your blog is active - especially if you've got new comments coming from readers.
There are many widgets out there that you may use.
The following steps below would add a Recent Comments section on your sidebar without having to use third-party functionalities.
On your dashboard, go to Layout.
Click on Add a Gadget on where you...
Transfer Videos from Computer to iPhone Device
Mar 1, 2014
I have been having trouble with video transfers over iPhone devices.
Bluetooth feature of these devices doesn't seem to support file transfers. But please correct me on the comments section if I'm wrong.
What I usually do is ask someone to send the files via Viber.
If the files are on a desktop computer, I would use Dropbox. However, I...
Subscribe to:
Posts (Atom)