php

Latest

  • Blogging the switch to Mac OS X

    by 
    David Chartier
    David Chartier
    04.04.2006

    I found another one of those 'switcher blogs' and I thought it might make an interesting read for both Mac newbies and power users. I honestly can't find any information on the author, but My Journey to Macintosh provides up some interesting switcher experiences, such as loading up Firefox just because that's what the author used on Windows, then discovering that other browsers like Camino offer a far more Mac OS X-like experience, in part because Camino isn't butt-ugly and it uses the Keychain.One thing I like about this blog is that the author seems to be a power user, of sorts; while some posts are about discovering the wonders of working with PDFs on a Mac without the need  for Adobe's (fat, bloated, clunky, slow and horrible) Reader, another post laments some hangups in getting PHP and MySQL working. In other words: there's something for everyone!There isn't a virtual library of posts yet, but I thought it might be an interesting switcher blog to watch because of both the variety of topics the author has touched on so far, and an About section that reads: "Microsoft Windows user since Windows 3.0 moves to a Mac and Mac OS/X Tiger. Watch the process, good and bad :)." See? Fair and balanced, too. Enjoy.

  • Apache and PHP on a Mac

    by 
    Victor Agreda Jr
    Victor Agreda Jr
    02.20.2006

    One of the very first cool things I learned about the guts of OS X was the existence of Apache, an industrial-strength web server, built in to the OS. O'Reilly has a nice piece on getting started with Apache, so start there if you're new to web serving on your Mac. Imagine hosting your own pages for your own home intranet. Now take that one step further, and imagine dynamic pages, ones capable of accessing data from the web or your machine, on your home network (or using DynDNS, anywhere).I'm going to point out a few resources for getting started using Apache and PHP on your Mac. You'll find the combination powerful, and getting up to speed is relatively simple. There's some programming involved, so if you're scared of that sort of thing, check out How to Think Like a Computer Scientist: Learning with Python. Granted, you'll be learning Python, but guess what? You can use Python on your Mac as well. Python goes beyond  web programming, and is a great language to get familiar with. If you want to learn PHP, check out Webmonkey's PHP section, or W3 School's PHP intro.Apple has a page on getting PHP working on your Mac. It's a nice article too, with a step-by-step building of a page to view your iTunes library, complete with plenty of XML goodness as well. The problem here is the version of PHP that comes with your Mac is generally a version behind the current release. While PHP 4.3 was nice, version 5 adds some great stuff. The version of Apache shipping with your Mac probably isn't the latest rev of that either, so check out phpmac's tutorial on installing Apache 2.20 and PHP 5.1.2. It's only for OS X version 10.4.4, but it'll still work with 10.4.5 (no warranty expressed or implied, back up your data, etc.). Once you have more current versions up and running, try out some of those programming resources, and try building apps. I think you'll find while Apache keeps your Mac acting like a great web page server, PHP can turn your private pages into real network apps. What's really great about setting up PHP on your Mac isn't just a home network, but being able to build and test web apps too, all from the comfort of your favorite OS.

  • ActiveState releases Komodo 3.5.2 for OS X

    by 
    Scott McNulty
    Scott McNulty
    12.29.2005

    Komodo, a powerful IDE for various scripting languages and the like, has been released for OS X by ActiveState.Any time a company releases an IDE for OS X I do a little dance on the inside because it means that people are noticing the developer community that OS X has built up around it. More developers means more software for the Mac and that can't be a bad thing.