A few months back I was working on a user interface project that had to be cleaned up for production. One of my jobs was to consolidate all the styles into organized style sheets. The application had hundreds of pages several with inline styles. For a quick way to search the html files for inline [...]
Archive for the ‘Mac’ Category
September 22, 2007
2
OS X Codecs
By Levi Senft in MacI just got season one of Torchwood and wanted to convert the episodes to a format that my Video iPod can handle. The episodes where encoded as avi files, which quicktime can’t handle out of the box. So I went to find codecs when I stumbled on Shaun from Twenty08‘s blog post with a link [...]
May 20, 2007
0
Start, Stop and Restart Apache on Mac OS X
By Levi Senft in MacThe apachectl command can be found in /usr/sbin, so to start apache: sudo /usr/sbin/apachectl start To Stop Apache: sudo /usr/sbin/apachectl restart To Restart Apache: sudo /usr/sbin/apachectl restart
Tags: Apache, Command Line, Mac, OS X