Links tagged with “php”
-
The Demise of the Mildly Dynamic Website
Nice overview the history of making websites. I like “jamming” to describe the casual way of putting together old PHP websites. (via Adactio)
-
Just Another Blog: CSV Parser for PHP
The PHP code in this 11-year-old Blogspot post succeeded in reading a CSV file where PHP’s built-in method failed. Web development, eh.
-
How To Deploy Multiple PHP Applications using Ansible on Ubuntu 14.04 | DigitalOcean
A rare example of deploying multiple sites to one server with Ansible.
-
Scotch Box ♥ A Vagrant LAMP Stack That Just Works
This is handy and nicely done.
-
Wikitten
Simple PHP-based wiki, uses Markdown or HTML syntax, has syntax highlighting for code blocks. (via @benbrown)
-
Gemnasium
“Parses your project’s dependencies and notifies you when new versions are released or they need to be updated.” For python, ruby, node, php, etc. (via @dracos)
-
fivefilters / php-readability — Bitbucket
“A PHP port of Arc90’s original Javascript version of Readability.”
-
Laravel
I learned from Quora that CodeIgniter is pretty dead and Laravel is a well-regarded, more modern, PHP framework.
-
PHP: The Right Way
I was trying to get up to speed with current best PHP practices after some years away and this seems like a very good summary. (via @dracos)
-
Composer
Dependency manager for PHP. I’m out of touch with PHP and hadn’t heard of this.
-
PHP: a fractal of bad design - fuzzy notepad
This is all true, and so it would be good to read something about why PHP has been *so* popular despite being so bad. (via Paul Mison)
-
Scripting Languages: PHP, Perl, Python, Ruby - Hyperpolyglot
Handy comparison of features of Perl, PHP, Python and Ruby, for when my brain has trouble switching. (via Kottke)
-
DataMapper ORM - User Guide
There seem to be several past versions of this; I think this is the current one. Looks like just what I needed to fill the gaps in CodeIgniter that always left me frustrated with it.
-
Encrypting Passwords with PHP for Storage Using the RSA PBKDF2 Standard
This was also useful. Yes, it’s a thrilling day!
-
PHP Encryption / Decryption Using the MCrypt Library (libmcrypt)
This was super useful.
-
PHP mcrypt in Snow Leopard with Homebrew
I’m increasingly finding descriptions of how to do this kind of vaguely impenetrable techy thing which Just Work. Lovely.
-
Tank Auth authentication library for CodeIgniter
It’s been a while since I looked at CodeIgniter. Still no really obvious winner to the “how do I just authenticate people dammit?” question, but this looks like a front-runner.
-
ThinkUp: Social Media Insights Engine
Looks fascinating - a PHP/MySQL project you can install which then grabs your Twitter and Facebook network info and processes and graphs it al. (via Preoccupations)
-
Kohana: The Swift PHP Framework
I hadn’t even heard of this before, a PHP framework that originally came from CodeIgniter, now quite different. Sounds good, although the docs don’t look as good as CI’s.
-
Perch - A really little content management system (CMS)
I’ll forget what this is called if I need to find it again. Sounds like it could be handy, and a shiny blue and pink site always makes things seem even nicer. (via Mildlydiverting)
-
HTML Purifier - Filter your HTML the standards-compliant way!
PHP library for whitelisting certain HTML, protecting against XSS, etc. (via @simonw)
-
Setting Up Twitter Bots with OAuth | maSnun’s logs
Least baffling description I’ve read. Phew. (via Infovore)
-
The return of Expect: 100-continue « gnegg
I was sending data via a big POST request using PHP’s curl and getting nothing back. I had to do this to fix it. (Wake up at the back!)
-
GeSHi - Generic Syntax Highlighter :: Home
(via Infovore)
-
Flogr - Project Hosting on Google Code
Looks like a nice way to make a portfolio site from your photos stored on Flickr. Example: http://thecarruthfamily.com/michael/photos/ (via Infovore)
-
Stacey, Simplified portfolios
“Stacey is an easier way to create a portfolio site. No database setup or installation files, simply drop the application on a server and it runs. Your content is managed by creating folders and editing text files.” Looks lovely. (via Infovore)
-
Facebook Connect CodeIgniter Library « Elliot Haughin
That photo does not endear me to the chap but this is still quite handy if you’re after that kind of thing.
-
Ajax with Codeigniter | Setting Up Jquery | Tools for Ajax | Web Lee
I usually like reading docs rather than screencasts, but, while these weren’t *quite* what I was after, they’re quite good. And it’s nice to have an English accent on these things.
-
Linking Facebook Connect - Stack Overflow
“how do I make it so I can store the facebook user ID into my MySQL database as part of the current users information?”
-
Søren Vind >> pc_user
“A lightweight authentication library for CodeIgniter. It focuses on simplicity and security.” I used this recently and, like the CodeIgniter PHP framework, it just worked.
-
Fever° Red hot. Well read.
Self-hosted, pay-for feed reader. Looks like a lovely interface and an interesting way of organising feeds and posts. (via Daring Fireball)
-
Minify - Google Code
“Minify is a PHP5 app that can combine multiple CSS or Javascript files, compress their contents, and serve the results with HTTP encoding and headers that allow optimal client-side caching.” (via Dotcode)
-
Outlet PHP ORM - Welcome
I’ve just started using this. I needed something simple and lightweight and I think I like this. Still a little rough, but getting there.
-
ThemBid.com » Blog Archive » Build Scalable Web 2.0 Sites with Ubuntu, Symfony, and Lighttpd
What they did to set up their server and software.
-
Opentape
Host-your-own version of Muxtape. What happens when a centralised system is squashed by lawyers: thousands of individual versions flower around the edges. (via Infovore)
-
CodeIgniter - Open source PHP web application framework
Minimal open source PHP framework with good documentation. (Update: I used it for a project recently and it was really nice. It Just Worked. 2009-08-01.)
-
Tag Based PHP Photo Album | JuxtaPhoto
Looks nice, but haven’t tried it. Single user only.
-
Gallery | Your photos on your website
Very full-featured, a bit complicated, but very polished PHP/MySQL photo gallery. Installed easily, multiple users, nice themes. Win.
-
PhpAlbum | PHP Photo Album - Gallery
Photo album that doesn’t use a conventional database, supports multiple users I think. Demo looks horribly like phpBB. Tried installing and just got a blank page. Gave up.
-
Zenphoto
PHP/MySQL photo gallery. Front-end looks gorgeous. But a couple of silly awkward problems made it tricky to install and the admin interface was a bit baffling. No multiple users.
-
Dan Grossman » Open Calais Tags
“a PHP class for extracting entities from text using Open Calais”
-
Phpmyfamily::home
Allows people to collaborate on researching their family’s genealogy. Nice idea, but looks pretty ugly and confusing.
-
Asaph - phoboslab.org
Nice-looking and very simple weblog CMS focused on collecting links, photos and quotes, rather than writing stuff yourself. (via Daring Fireball)
-
TCPDF - PHP Class for PDF
Yet another PDF-generating PHP class. An improvement on FPDF (does UTF-8 for a start), but I had some problems getting tables to look just how I wanted.
-
Using Smarty Templates With PEAR HTML_QuickForm
A handy guide that’s moved since I last bookmarked it.
-
PhpRtf development blog » About PhpRtf Lite
Make RTF documents using PHP. Free, LGPL licensed. Guess which PHP to RTF code I’m trying first.
-
Smart Systems - Created the RTFGen which is a RTF generator for PHP
Basic version is free, others run to hundreds or thousands of euros.
-
FPDF Library - PDF generator
Another PDF-generating PHP class.
-
R&OS: pdf class
For making PDFs using PHP, as used by Dompdf.