Articles saved under Mac category
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.
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.
Enable Growl notifications on iChat
Being the default messenger app on Mac, iChat sure is pretty and well integrated to the system. However, unlike AdiumX, iChat does not show Growl notifications (wow I’m speaking alien language aren’t I? Mac users should understand this, I think).
I’m not sure if it’s an iChat issue or Growl issue, but we have a solution :)
GreaseKit – Use GreaseMonkey’s User Scripts in Safari
GreaseMonkey is a very powerful Firefox add-on that lets us make changes to the website we visit on-the-fly by installing user scripts. In human language, that means we have more control over the websites we visit. For example, we can add a ‘download’ link to Youtube video pages and remove annoying quizzes from our Facebook homepage.
Neat innit? The problem is: GreaseMonkey cannot be installed in Safari, Mac OSX’s default browser (and by far my favorite one). Solution: GreaseKit. Here’s how.