Community Page
- theappslab.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Wow people just blab on and on and on about spam, heres my recipe for success don't moderate comments period, once a month I go through and delete the really spam like entries that add nothing...
- Interesting product decision. They knew you could game the "scoreboard" easily, but didn't care. That's probably why they went ahead with it, to encourage Twitter bragging about...
- Sure, money does change the equation. We have a similar dynamic among teams that have lobbied large groups to use Connect. We have no marketing and rely on viral adoption. So, when large orgs/teams...
- Thanks for the tip.
- Heh, yeah. Fieldrunners was one of my fave games. If you like it, you'll love StarDefense, a 3D tower defense game. See if you can beat my all-Twitter high score of 72 waves on Rydhon! You can...
Jump to original thread »
Funny thing, Rich has a draft in WP called “Time to Give Jake a Break”. You’ll notice it hasn’t been published yet. We are really buried preparing for OpenWorld, so keeping this blog going has been tough.
The title put me in mind of the trucking ... Continue reading »
The title put me in mind of the trucking ... Continue reading »
1 year ago
For each post, you can add an excerpt that summarizes the post. On the home template, call the_excerpt(); instead of the_content();
You'll have to take the time when posting to add an excerpt, but it keeps the front page tidy while not annoying your feed readers. Some WordPress users use the_excerpt for the top portion of their posts and then call both functions in their templates so that they don't duplicate data. Just be sure to modify your feed-rss2.php, feed-atom.php files in /wp-includes if you do that.
1 year ago
Jeremiah's suggestion sounds perfect; it recognises that using a feed reader and coming to the home page are two very different experiences, and it is articifically restrictive to try and do "one size fits all".
It would also be good if you can clean up the "archives" concept at the same time. Love the tag cloud, top posts etc ... but I rarely use them. Most of the time when I come to your home page I want to just see your chronological list of posts. What month is irrelevant. Just current, old, older, oldest... its a continuum.
1 year ago
If you want to keep the web page more "active", just publish an excerpt on the web page, and truncate it at say 1000 characters. But let the RSS feed itself, be a full feed. It only takes a tiny amount of hacking to do this, and a good example of "truncation" in action are:
* http://www.planet-php.net/ (look for the "Truncated by planet PHP". This could be implemented better as the RSS feed is also truncated :()
* http://www.planetmysql.org/ (look for the "read more" on the Web, but then realise that the RSS feed is the complete full feed)
So I'd say Planet MySQL got it right at the moment. If you visit the website, you only get fresh content, all truncated and so on. If you grab the RSS feed, you get it all, no "more" link...
I for one use Liferea or Google Reader to read the AppsLab blog, and if I'm offline, go on missing articles that I could have enjoyed.
1 year ago
Full feed please.
Is there no way to have what you want on the home page but give full feed?
1 year ago
1 year ago
1 year ago
The people have spoken.
1 year ago
1 year ago
Great trifecta. Wish more people would do all three if they are going to do any at all.
Politicians especially;-)
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
"Rich will be installing a WP plugin to handle syndication of full feeds and truncated posts on the main page"
What plugin are you using to produce full feeds and truncated posts on the main page?
1 year ago
http://cavemonkey50.com/code/full-feed/