pagination

A Prototype API for Joind.In - Lorna Mitchell

Planet PHP  Tue, 05/17/2011 - 03:08

Following the principle of "release early, release often", I put live a very early version of the v2 API for joind.in today (so that I can use it in another project!).

I haven't updated the documentation yet but in case anyone was thinking of consuming data from joind.in, this at least gives you an idea of the direction of the project so I thought I'd share.

Things you need to know:

  • The service is an HTTP Web Service.

    Meaning it's RESTful apart from when it isn't
  • The endpoint is here: http://api.joind.in


 

Wordpress Plugin for Joind.In - Lorna Mitchell

Planet PHP  Wed, 04/14/2010 - 02:21

In case anyone thinks I've gone joind.in crazy after already writing about its import functionality this week, I really haven't.

Its just that some months of pulling a few things together have finally bourne fruit and so I can actually write about them now they are done!

The good news is that this includes a plugin for wordpress, which pulls data from the joind.in website.


 

Aext.net: CodeIgniter and jQuery - Real Live Search with Paginat...

PHPDeveloper.org  Tue, 10/20/2009 - 11:33

On the Aext.net website there's been a recent tutorial looking at pagination in a CodeIgniter application using the jQuery Javascript library.


 

NETTUTS.com CodeIgniter from Scratch Day 7: Pagination

PHPDeveloper.org  Fri, 10/02/2009 - 06:51

On NETTUTS.com today they've posted part seven of their "CodeIgniter from Scratch" series of screencasts looking at building a CodeIgniter application from the ground up.

This time the focus is on pagination.