keaglez

Hi! I'm Jeffri Hong, also known as keaglez, a 21 years old geek who love the web and comic.

How to create WordPress template part 1

Posted on Designing, Wordpress and tagged with , , , , ,

Do you want to create your own WordPress template? It is not hard actually if you have enough knowledge of XHTML (or HTML) and CSS, and a little basic of PHP. This guide will split into multiple part as it is quite long. This is my way of creating WordPress template, so it might different than you. The first part is for preparation and designing, I haven’t touch the coding part yet, it will be on second part. I will make it with example and this example will be available to download for everyone later. Hehe… :)

First is the preparation. For me, I will take a paper and a pen and start thinking of how the template will look like. Hmm… As of now, I will create a simple templates like usual blog template. One header with logo and description on top, one sidebar on left side, the content is on the center (right side from the sidebar), and one footer on bottom. That’s it. Okay, once you are ready then, let’s open your favorite graphics editor. For me, it is GIMP.

Read more…

Christmas coming

Posted on Uncategorized

How is my new background image? Hehe…. I suppose it doesn’t looks well with my templates, but I can’t help it. lol I’m too lazy to edit my whole templates color to match with it. :)

13 days count down before Chirstmas. (I won’t count it everyday though)

Autorun Manager from Revival project

Posted on Programming, ROKR E2 and tagged with , , , ,

While we doing Revival project a little while ago with arctu, Taurnil, and others, we actually have working hard for some cool application for our E2. This project, unfortunately have been aborted since all of us have no time to continue it. One of the application I made, the Autorun Manager is one of the hardest application I have ever made. This application used PHP as its programming language and use arctu’s show* binaries as the GUI. Since the project stopped, I think I need to release it as standalone application that compatible with most monster pack out here.

Why PHP? Because it is fast, more than Bash. The meaning of the fast, is the speed while processing data and not the GUI speed, since show* binaries is fairly slow. So, with PHP, I can made more data processing while not sacrificing the speed. It is also more flexible.

Read more…

Use your own avatar with Gravatar

Posted on Uncategorized, Wordpress and tagged with ,

If you want to use your own avatar on this blog (and other) while leaving your comment, you need to have an account on Gravatar (Globally recognized avatar). This blog (as well as most WordPress blog) have Gravatar enabled. :)

To use it, you must first sign up an account on Gravatar website. Then upload your avatar image and you are ready to use your own avatar on any blog that compatible with Gravatar. To use it, you must use the same email when leaving comments as your registered email on Gravatar. Easy huh? :)

A little guide of using jQuery

Posted on Designing, Programming and tagged with , , ,

JQuery is Javascript library that can help you write code smaller and easier to take a good care of event handling, animating, AJAX and more. With jQuery, we can make our webpages more beautiful. You can see that I used it for my side menu here. :)

This article didn’t intend to teach you how to became the jQuery master and I’m far away from a master. It just for the case you didn’t know about jQuery yet and want to start with it, then this will be a good guide for you. If you want a more complete tutorial, go to the jQuery documentation.

Read more…

Proudly powered by Wordpress