Monthly Archives: May 2010

Site Menu Animation Prototype


I have been playing around with MooTools recently and came up with an idea to allow users to change the orientation of the menu for my updated site with animation. MooTools is an Object Oriented JavaScript framework similar to jQuery. The main … Continue reading

Posted in Site Updates, Web Development | Tagged , , , , , , , , , | Leave a comment

Text-to-speech web service Odiogo (Updated)


Update(06/01/2010 10:30 AM): The audio version of this post is now available. You can click the above “listen now” button to listen to this post. Update (05/31/2010 11:25 AM): Apparently, Odiogo hasn’t converted this newest post to audio yet. According to … Continue reading

Posted in GNU/Linux, Web Development | Tagged , , , , , , | Leave a comment

Created a new logo


I decided that the logo redesign is my next step for the project. Blender and GIMP are two editors that I used to design the current logo. The tools I used to create redesigned logo are Inkscape and GIMP. I … Continue reading

Posted in Site Updates | Tagged , , , , , , , , , | Leave a comment

Color Theme Successfully Changed to Ubuntu Radiance (Beta Site)


As discussed in the last post, I’m beginning to update my main site’s layout and color theme. Today I was trying to apply the Ubuntu Radiance theme onto the color theme for the site. I’ve mainly focused on the window … Continue reading

Posted in Site Updates | Tagged , , , , , | Leave a comment

Played Around with Drupal, Upcoming Site Update, and more …


I hadn’t write any blog post since last Thursday. The reason is because I had been playing around with Drupal. Drupal is a Content Management System that is similar to WordPress, in my experience, because it can install additional plugins … Continue reading

Posted in Site Updates | Tagged , , , , , , , , , , , , , | Leave a comment

Variable Rules – C vs PHP


Here is my first post about C programming language which I decided to learn this summer. Today I compare the variable declaration rules between C and PHP. The main difference between C and PHP’s variable declaration process is that C’s variable … Continue reading

Posted in Computer Programming | Tagged , , , , , , | Leave a comment

Create own VR Server with OpenSim


OpenSim is an open source VR (Virtual Reality) server that is similar to Second Life, but the land is hosted on your own computer rather than hosted on the Second Life server. This means that there is no more expensive … Continue reading

Posted in Open Source, Second Life | Tagged , , , , , | Leave a comment

Starting to learn C Programming Language


I have decided to learn a new programming language during this summer break. I chose C because I have already learned the basics of C++. The C++ programming language is the object oriented version of C after all. Another reason … Continue reading

Posted in Computer Programming, Open Source | Tagged , , , , , , , , , | Leave a comment

HTML Template PHP class


This is my first fully-written PHP class to ease my HTML page creation process by pre-set the DOCTYPE and other required tags in a normal HTML page. The class is inspired by this article where it talks about wp_header and … Continue reading

Posted in Web Development | Tagged , , , , , , , , | Leave a comment

Use str_replace to Easier Delete Characters in a String with PHP


After I used the removeChars CF function yesterday, I was thinking that there should be a better way to delete the characters using words instead of numbers. I found an article that talks about using substr PHP function to delete … Continue reading

Posted in Web Development | Tagged , , , , , , | Leave a comment