Native Web Development (apache, PHP and mySQL) on Mac OSX Leopard post thumbnail

Native Web Development (apache, PHP and mySQL) on Mac OSX Leopard

If you’re a web developer and you’re on a Mac, you’re probably using MAMP or XAMPP for your all in one apache + PHP + mySQL need. But did you know that your Mac system is already a web server by default installation? Utilizing the native web server, you can save yourself from downloading stuffs you don’t need.

It is not as complicated as you think. Given that Macs are descendants of *nix system, it already has apache2 and PHP module built in, we only need to activate those two and install mySQL. Here’s how.

Coding PHP Loops Easily post thumbnail

Coding PHP Loops Easily

Working with loops on PHP is inevitable, and I’ve seen many beginners (read: me) pulling their hair because of it. The thing with coding a loop is, sometimes you have to do stuffs like this:

<?php for ($i=1; $i < 10; $i++) { echo "<a href=\"something.php?id=$i\">No $i</a>"; }

Am I right am I right?

Import your blog posts (and other app feed) to Facebook post thumbnail

Import your blog posts (and other app feed) to Facebook

Problem: we want to show off our latest blog posts, Flickr photos, Delicious bookmarks, Last.fm tracks and the such on our Facebook profile. Yes we are all attention whores, we just want the world to know what we’re up to. Don’t deny it, you’re on Facebook, aren’t you? :p

How to remove Facebook Quizzes from your home stream post thumbnail

How to remove Facebook Quizzes from your home stream

Tired of seeing those quiz notification your friends published? If you’re a facebook quiz lover, do yourself a favor, STOP PUBLISHING THE RESULT. It’s annoying!

To hide the quiz, you can either click the hide button and select hide yadayada quiz or simply hide the person, I prefer the latter. But if you don’t want to hide the friend but still want to hide the quizzes, facebook Purity saves your day.

Tweaking Safari 4’s Hidden Preferences post thumbnail

Tweaking Safari 4’s Hidden Preferences

Okay, who else thinks Safari 4 is cute and all that, and that it looks like Google Chrome? New look and spanking great new features. Safari 4 has the tab bar on top, fancy URL completion, circular progress bar (instead of the bluish progress bar on the address bar we used to have in the previous version) and many more.

Some people are excited about the changes, some don’t. I personally can’t get used to the tab bar relocation so I looked for a solution to revert it back. There is the hard way, typing this and that into Terminal app but hey, let’s cheat and use the easier way.

 Page 1 of 3  1  2  3 »