more on portfolio









January 2009
M T W T F S S
« May «-»  
 1234
567891011
12131415161718
19202122232425
262728293031  






 

Convert to Roman numbers in PHP

Log entry of May 4th 2008 05:51:24 pm
Filed under: PHP, Snippets
Here’s a nifty coding which I’ve found on the net on displaying Roman number like I II III IV etc.

<?php // A function to return the Roman Numeral, given an integer private function numberToRoman($num) { // Make sure that we only use the integer portion of the value $n = intval($num); $result = ”; // Declare a lookup array that we will use to traverse the number: $lookup = array(’M’ => 1000, ‘CM’ => 900, ‘D’ => 500, …

BlogSticker: Spread and Use Firefox

Log entry of May 3rd 2008 08:11:32 am
Filed under: CSS/HTML, FF Affiliation Program, FireFox, Snippets, Software
On the top right corner, the “Spread and Use Firefox” thingy… that is a blogsticker. And Blogsticker Rocks!

At Www.blogsticker.Net, there are tons of cool sticker you can find and use on the website. Yesterday while browsing it’s category, I even saw a sticker that says “Proud to be Gay”! Man…. I wonder who would use that.

Anyway, something about the whole “Rocks!” just don’t add up when you use …

How to: Hide file extension using Mod Rewrite

Log entry of May 2nd 2008 05:21:00 am
Filed under: .HTAccess, Codes Related, How To, Snippets
Mod Rewrite is one of the few solutions which we use to avoid spammers and SQL injection from taken place. And today, I’m going to share with you a few tips and tricks on it. Credits goes to Roshan for an awesome tutorial on his website.

What do we need for Mod Rewrite to work? Mod_rewrite module loaded on the Apache server. A .htaccess file created on your server root.
To check …

The ‘good thing’ about IE6.

Log entry of May 1st 2008 04:05:45 am
Filed under: Articles
As a self trained individual for both web designs and developing, not only does I need to advance my skills further, I still have to take note of what’s the visitors see when they viewing the website. It’s hard to manage cause everyday, there are much newer and advance browser in the making. Currently as we know now, the four recognize browser on the net are Internet Explorer 7, Firefox, …

FeedReader3 - Your Solutions to Feeds

Log entry of April 30th 2008 02:21:42 am
Filed under: Recommended, Software
I’m not sure what’s your solution software for RSS(s) and Feeds. Back then, I’ve mentioned that I’ve found a much better RSS reading software and today, I’m introducing it to y’all.



It is called FeedReader.

So what is FeedReader3?
As based from it’s official website, Feedreader is a FREE RSS news aggregation solution that provides robust, state-of-the-art features in an intuitive, user-friendly environment. With an unparalleled …


« Older Entries Newer Entries »