Site News
The purpose of this thread will be to announce changes to the developer.* Cooperative Digest as they happen. Comments welcome!
Dan
New Default Theme
I changed the default theme today, as well as the color scheme on the developer.* Magazine site. The sites are now a little better matched in terms of colors and fonts. I don't know that I'll ever get them exactly matched, but this should be a lot better. Please let me know what you think.
Dan
Atom Feed
Thanks to an Atom module that I found for Drupal, I added an Atom feed to the Cooperative Digest yesterday. Atom is an emerging standard in the same vein as RSS. This is the url for the Atom feed:
http://www.developerdotstar.com/community/atom/feed
Follow this link to learn more about Atom:
Comments or suggestions welcome.
Thanks,
Dan
Trackback and BBCode
I added a couple new features to the Cooperative Digest tonight:
BBCode: this allows you to use 'BBCode' tags in your posts. If you've ever used the PHPBB web forum, then you may already be familiar with these tags. Basically they're just an alternative to HTML that are supposed to be easier to type in. For example, I used a BBCode tag to to make [b]this text bold[/b].
Trackback: this is a cool blog-related feature that allows sites to inform each other when cross-site references are made. For example, if you read someone's blog post on this site or another site and paste its url in your post, then the Cooperative Digest will automatically check to see if that url has a Trackback link. If it does, then the software will 'ping' the Trackback link so that the blogger is informed that you've referenced his blog in your blog. Similarly, if someone else's blog has Trackback capabilities, if they refer to your blog our Trackback will be pinged.
Please let me know if anyone has any problems (or successes) with these new features.
Trackback Spam
These damn online poker bastards. I finally stopped them with the captcha on the comments form, and now they're adding spam through the trackbacks feature. Sorry to anyone who saw the online poker comments under a lot of the posts. I've deleted them all now. If you still see one, trying refreshing the page. I'm afraid this kills the trackbacks feature for now. Hopefully an enterprising Drupal php developer will come up with a way to plug this one. I sure as hell appreciate all the work those guys do.
Dan
New Features
Added an "email this page" feature today.
And check out the new "Browse archives" calendar in the left column of each page. If you miss a few days between visits to the Cooperative Digest, you can keep up with what's posted to the site each day by clicking on the calendar.
I also patched the comment module to do word-based truncation when making an automatic subject when the subject is blank. Thanks to Drupal developer arnab for posting this improvement.
Dan
Blogrolls!
Thanks to Drupal module developer Grant Bowman, we now have a Blogrolls feature! When you are logged in to the Cooperative Digest, go to the main page for your blog and you will see a Blog Roll block in the upper right. Click on the Edit link to add entries to your blogroll (which is a list of links to other people's blogs you like). The editing interface is somewhat basic at the moment (for instance, to change an entry you have to delete and re-add it), but that will change over time I'm sure.
I hope that this will be the first in a series of personalization improvements for the Cooperative Digest blogs.
Dan
Thanks
I'm glad it's useful. I'm working on adding weights now. Suggestions from you or others about specific features would help me prioritize what to work on next. They can be filed at the module page.
New "Printer Friendly Page" Links
I added a new Drupal module today that adds a new "printer friendly page" link to the end of each Digest post. To see the link, drill into the full post and scroll to the bottom of the text, before the comments start. Please let me know if you have any problems.
Dan


Sessions, Cookies, Caching Now Working Properly
Greetings, all. I finally tonight fixed a nasty problem I was having with the Drupal software's handling of session, cache, and cookie-related stuff. For some reason, some PHP settings in the .htaccess file were not being set properly.
There were three problems being caused by this:
All of these problems should now be solved. If anyone is has any problems along these lines in the future, please let me know.
All the best,
Dan
P.S. For the record, this was not a Drupal problem as far as I can tell--just server configuration stuff. I'm pretty damn happy with Drupal so far.