Setting templates for WordPress 3.0 Custom Post Type « Two Thirds Design
october 2011 by infovore
"The template used for a custom post view is decided by the ‘get_single_template()’ function in the wp-includes/theme.php file. And it basically tells locate_template() to look for single-’post_type’.php or single.php. So the simplest way to customise the way a custom post is displayed is to add a template file to your theme with the name single-xxxxxx.php" Oh. That makes life simpler.
wordpress
php
templating
posttypes
october 2011 by infovore
Best practice: Import mySQL file in PHP; split queries - Stack Overflow
april 2011 by infovore
"Here is a memory-friendly function that should be able to split a big file in individual queries without needing to open the whole file at once:" Yep, that'll do.
php
mysql
data
import
utility
script
april 2011 by infovore
Stacey, Simplified portfolios
september 2009 by infovore
"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. No login screens, no ‘cms’." Elegant - perhaps even more so than some of the stripped-down Ruby static-site management tools I've seen.
php
cms
simple
september 2009 by infovore
Apple - Support - Discussions - Entropy php5 with GD support and APC ...
june 2009 by infovore
How to compile APC into the Marc Liyanage PHP5 package (which is clearly the most sensible one to be using on OSX). Though this is for Server, it works fine on desktop, and as such comes recommended.
php
apc
installation
server
caching
entropy
june 2009 by infovore
In CodeIgniter, how can I have PHP error messages emailed to me? - Stack Overflow
june 2009 by infovore
A rough guide to building your own ExceptionNotifier for CodeIgniter. Might come in handy.
php
programming
development
codeigniter
errorhandling
exception
june 2009 by infovore
Codeigniter: Mixing segment-based URL with querystrings | Ask About PHP
april 2009 by infovore
"So, is it possible to mix segments and querystring?" Sort of, maybe, seems to be the answer.
codeigniter
php
routing
url
hack
april 2009 by infovore
Søren Vind >> pc_user
march 2009 by infovore
"pc_user is a lightweight authentication library for CodeIgniter. It focuses on simplicity and security." Indeed it does.
programming
library
development
php
codeigniter
authenticating
march 2009 by infovore
Godbit Project | Pagination with Code Igniter
march 2009 by infovore
Useful tutorial on building Pagination, that goes beyond the Pagination library and points out what you need to be doing with the Model, too.
programming
tutorial
development
web
framework
php
pagination
codeigniter
march 2009 by infovore
All Things Seen and Unseen » Similar Posts
february 2009 by infovore
Jolly good - easy to configure and get going, nice templating, and fast, because it's based on a databased index. Also, it looks like it's very actively maintained. Now added to this blog!
blogging
plugin
tools
useful
php
wordpress
recommendation
similarity
february 2009 by infovore
Opentape
august 2008 by infovore
"Opentape is a free, open-source package that lets you make and host your own mixtapes on the web. Upload songs (via web or FTP), reorder, rename, customize the style, and share what you like on other sites with an embeddable player."
php
webapp
muxtape
music
sharing
streaming
august 2008 by infovore
Wikka: Welcome to Wikka Wiki
august 2008 by infovore
WikkaWiki is a flexible, standards-compliant and lightweight wiki engine∞ written in PHP, which uses MySQL to store pages. Forked from WakkaWiki. Designed for speed, extensibility, and security. Released under the GPL license.
wiki
php
software
august 2008 by infovore
ExpressionEngine 2.0 Preview
march 2008 by infovore
Very impressive screencast of the forthcoming admin interface to EE 2.0. Still convinced that EE is the best off-the-shelf PHP CMS out there. I'm not the greatest fan of PHP, but EllisLab sure make it do great things - Codeigniter is also excellent.
php
cms
expressionengine
ellislab
codeigniter
ee
userinterface
interaction
screencasts
march 2008 by infovore
Chyrp
february 2008 by infovore
"Chyrp is a blogging engine designed to be very lightweight while retaining functionality. It is driven by PHP and MySQL (with some AJAX thrown in), and has a pimpin’ theme and module engine, so you can personalize it however you want."
chyrp
blogging
microblogging
php
tumblelog
february 2008 by infovore
Zenphoto » Download
january 2008 by infovore
"Zenphoto is an answer to lots of calls for an online gallery solution that just makes sense. After years of bloated software that does everything and your dishes, zenphoto just shows your photos, simply." Looks rather good. Thinking about this.
photography
photoblogging
blogging
tool
opensource
application
php
january 2008 by infovore
Godbit Project | Introduction to Code Igniter: Part 3
october 2007 by infovore
Codeignitier's interactions with databases explained - might fix some problems I ran into with it this morning...
codeigniter
php
tutorial
web
development
october 2007 by infovore
Unit Command Climate Assessment and Survey System (UCCASS)
october 2007 by infovore
"The Unit Command Climate Assessment and Survey System (UCCASS) (pronounced yoo-kas) is a PHP based survey script that allows you to create online surveys." And it looks like a nice alternative to PHPESP...
php
survey
software
web
application
data
analysis
marketing
october 2007 by infovore
Cruciforum: crucially simple
october 2007 by infovore
"Cruciforum is a very simple web forum, designed to make it really easy to add a discussion forum to a website." Rather fun: no accounts, no administration, all static HTML, and all from one file. Feels entertainingly old-school.
php
forum
software
discussion
october 2007 by infovore
Work - MyTopix - Jaia Interactive
september 2007 by infovore
Interesting-looking little PHP web-forum.
forum
software
php
opensource
september 2007 by infovore
SimplePie: Super-fast, easy-to-use, RSS and Atom Parsing.
may 2007 by infovore
"SimplePie is a very fast and easy-to-use class, written in PHP, for reading RSS and Atom syndication feeds." ...and it's not Magpie!
php
rss
atom
feeds
feedreader
development
programming
may 2007 by infovore
vogon poetry: ETech 2006 Session: Scaling Fast and Cheap
march 2006 by infovore
Nice write-up of Cal's tutorial
software
development
scaling
mysql
php
flickr
march 2006 by infovore
dBug
february 2006 by infovore
Nifty PHP variable-dumping class for debug puprposes. Might come in handy.
php
programming
development
february 2006 by infovore
Php Object Generator (v1.5 rev3) - Open Source Object Relational Mapping PHP Code Generator
january 2006 by infovore
Quite nice. Generates data objects for PHP. It's not quite ActiveRecord, and the syntax of PHP ( namely "array(array("foo"=>"bar"))" ) gets in the way a bit, but it's not bad.
php
orm
database
webdevelopment
january 2006 by infovore
Shiichan Anonymous BBS - the forum software's official home page
october 2005 by infovore
Anonymous, simple, stripped down BBS software, just like 2channel
forum
php
software
community
october 2005 by infovore
PHP Login System with Admin Features | evolt.org
september 2005 by infovore
May as well look at another example of this. I dread coding login controllers.
php
login
programming
webdevelopment
september 2005 by infovore
getluky.net : Freetag - an Open Source Tagging / Folksonomy module for PHP/MySQL applications
april 2005 by infovore
"Freetag is an easy tagging and folksonomy-enabled plugin for use with MySQL-PHP applications"
php
mysql
webdev
folksonomy
tagging
tags
april 2005 by infovore
dot-totally.co.uk Blog Archive Daily del.icio.us
april 2005 by infovore
One example of a Wordpress del.icio.us script
del.icio.us
wordpress
php
april 2005 by infovore
PHP/SWF Charts
february 2005 by infovore
Generating nice dynamic flash graphs using php
php
flash
graphing
stats
february 2005 by infovore
MacDevCenter.com: PHP's PEAR on Mac OS X
january 2005 by infovore
Enabling PEAR on OSX.
php
pear
osx
january 2005 by infovore
PHPDeveloper.org: PHP News, Views, and Community...
january 2005 by infovore
Small bit on searching through textfiles using php
php
textfiles
processing
searching
flash
january 2005 by infovore
The Regex Coach - interactive regular expressions
december 2004 by infovore
Useful - app to demonstrate regex results and stuff. OSX version in beta.
php
programming
regex
december 2004 by infovore
evan_tech -- please explain php to me
december 2004 by infovore
worth reading purely for one response i will flag later
earmarked
php
rant
december 2004 by infovore
PHPMailer - full featured email transfer class for PHP
december 2004 by infovore
does exactly what it says on the tin
mailer
opensource
php
december 2004 by infovore
photomatt ‽ scripts ‽ Cardinal Endings for Numbers
december 2004 by infovore
Actually, Ordinal endings for numbers, but hey. PHP script for sticking nice endings on
numbers
ordinal
php
script
december 2004 by infovore
related tags
amazon ⊕ analysis ⊕ apc ⊕ application ⊕ atom ⊕ authenticating ⊕ blogging ⊕ caching ⊕ chyrp ⊕ cms ⊕ codeigniter ⊕ community ⊕ data ⊕ database ⊕ del.icio.us ⊕ development ⊕ discussion ⊕ dynamic ⊕ earmarked ⊕ ee ⊕ ellislab ⊕ entropy ⊕ errorhandling ⊕ exception ⊕ expressionengine ⊕ feedreader ⊕ feeds ⊕ flash ⊕ flickr ⊕ folksonomy ⊕ forum ⊕ framework ⊕ graphing ⊕ hack ⊕ import ⊕ installation ⊕ interaction ⊕ library ⊕ login ⊕ mailer ⊕ marketing ⊕ microblogging ⊕ music ⊕ muxtape ⊕ mysql ⊕ numbers ⊕ opensource ⊕ ordinal ⊕ orm ⊕ osx ⊕ pagination ⊕ pear ⊕ photoblogging ⊕ photography ⊕ php ⊖ plugin ⊕ posttypes ⊕ processing ⊕ programming ⊕ rant ⊕ recommendation ⊕ regex ⊕ resource ⊕ REST ⊕ routing ⊕ rss ⊕ scaling ⊕ screencasts ⊕ script ⊕ searching ⊕ server ⊕ sharing ⊕ similarity ⊕ simple ⊕ soap ⊕ software ⊕ stats ⊕ streaming ⊕ survey ⊕ tagging ⊕ tags ⊕ templating ⊕ textfiles ⊕ tool ⊕ tools ⊕ tumblelog ⊕ tutorial ⊕ url ⊕ useful ⊕ userinterface ⊕ utility ⊕ web ⊕ webapp ⊕ webdev ⊕ webdevelopment ⊕ webservices ⊕ wiki ⊕ wordpress ⊕ xml ⊕ xmlhttp ⊕ xpath ⊕Copy this bookmark: