Tagged with “php”…
Second Crack »
Looks like Marco Arment has open sourced the CMS for his site.
4 weeks ago on Monday, January 16th, 2012 at 3:42 PM / Permalink
phpMiniAdmin for MySQL »
A lightweight alternative to phpMyAdmin for quick and easy access to MySQL databases.
1 month ago on Tuesday, December 27th, 2011 at 9:14 AM / Permalink
Fixing MySQL and phpMyAdmin After Upgrading to OS X Lion »
Note to self: try this in the morning.
2 months ago on Friday, December 9th, 2011 at 12:11 AM / Permalink
Form_validation With File for CodeIgniter »
2 months ago on Tuesday, November 29th, 2011 at 6:39 PM / Permalink
Setup a testing mail server using PHP on Mac OS X »
2 months ago on Sunday, November 20th, 2011 at 3:05 PM / Permalink
CodeIgniter YouTube API Library »
3 months ago on Thursday, November 10th, 2011 at 11:38 PM / Permalink
Uploading YouTube Videos with the PHP Client Library
3 months ago on Thursday, November 10th, 2011 at 11:35 PM | Permalink
Making RESTful Requests in PHP »
10 months ago on Friday, April 8th, 2011 at 11:04 AM / Permalink
Create a REST API with PHP »
10 months ago on Friday, April 8th, 2011 at 11:03 AM / Permalink
CodeIgniter 2.0 »
Aw snap, CodeIgniter 2.0 just launched!
1 year ago on Friday, January 28th, 2011 at 4:16 PM / Permalink
Pancake App »
A self-hosted invoicing applications built on PHP and MySQL that costs only $30.
1 year ago on Wednesday, January 12th, 2011 at 4:52 PM / Permalink
Enabling PHP in CSS via .htaccess
Chris has been messing around with .htaccess and figured out how to get PHP working properly in a CSS file. All you have to do is add four lines of code to your .htaccess file:
AddHandler application/x-httpd-php .css
<FilesMatch "\.(css|style)$">
php_value default_mimetype "text/css"
</FilesMatch>
Now I’m all ready to make a site with an obscene amount of dynamically customized styles.
1 year ago on Friday, November 5th, 2010 at 12:08 PM / Permalink
Enabling PHP and Apache in Leopard »
1 year ago on Wednesday, October 13th, 2010 at 9:59 PM / Permalink
Kohana User Guide »
Note to self: read this stuff.
1 year ago on Monday, September 20th, 2010 at 4:13 PM / Permalink