Archive for the 'PHP' Category
Phillip Keller has a nice summary of a few database schemas for a tag-enabled application. Basically, it comes down to normalized or not. I think you’re much better off normalizing to 3NF (a table for your records, a table for your tags, and a lookup table to tie them together). Here’s Feedmarker’s schema (the part [...]
Touched - Wordpress plugin for inline post editing
3 Comments Published March 29th, 2005 in PHP, Wordpress, AJAXFound a nice Wordpress plugin today that lets you edit posts inline using AJAX (the same way you can edit feeds/marks in Feedmarker). It’s very easy to install, just requires a tiny modification to the index.php template, and it degrades nicely on browsers that don’t have XMLHttpRequest implemented.Only one complaint, the cancel button seems to [...]
Here is some Javascript hackery some people might find useful. It’s just a hack off of Kryogenix’s Sorttable code, which is much prettier and smarter than mine.
The Kyrogenix script lets you sort HTML tables by columns. This script lets you sort lists (unordered or ordered) by either the list item value or by an attribute [...]
Another review of Feedmarker with some interesting suggetions. This one’s in Spanish, so I’ll do my best to summarize:
The author, Rookie, argues that Feedmarker is missing two big features: search and language settings.
I agree on both counts. With all the metadata (tags, rankings, descriptions) that people are entering about their feeds and bookmarks, we’re building [...]
Search
About
You are currently browsing the Feedmarker Blog weblog archives for the 'PHP' category.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.Archives
Categories
- AJAX (17)
- Blogs (3)
- Education (6)
- Feedmarker (27)
- Folksonomy (5)
- General (42)
- Javascript (4)
- minnesota (1)
- PHP (4)
- RSS (6)
- Ruby on Rails (33)
- Social Software (22)
- Teacher! (4)
- Walkwardly (2)
- web2.0 (3)
- Wordpress (1)