My analysis of the actual problem with JavaBlogs AggregatorMarch 18th, 2005 A technical analysis of the duplicate post problem in JavaBlogs.
Back to the drawing board on category feedsMarch 18th, 2005 Few days back I moved to providing categorized feed for JavaBlogs and Artima. However I realized two big problems with this approach which questions the viability as of now.
Javablogs appears to be brokenFebruary 15th, 2004 Often the popular listings of javablogs appeared suspect to me as many times I could see the same listings on top for days, whereas newer listings with higher view count didn't make the list. However it was just a feeling from reading entries from both start page and most popular page.
Welcome to targeted feed for JavaBlogs from todayMarch 14th, 2005 Discussion on feed targeting to JavaBlogs
New Site Layout & Design: Feedback PleaseMarch 26th, 2005 I use WordPress to maintain this site. After upgrading to version 1.5 I was left with a theme which doesn't do much of what I want to do with my site.
What's up with Republican Java Geeks?March 17th, 2005 An anti-tirade against few republican java geeks.
For "WordPress Users Only" Section StartedJuly 12th, 2005 I have started a page dedicated to WordPress users only. Here you will find links to latest WordPress plugins, news, information, tips, how-to and guidelines.
Last Week In Perspective: Joel Spolsky, Hani, SSH Hacking, Translator Plugin & Anaconda ThemeSeptember 4th, 2006 Last week was an interesting one as hot debate raged over Joel Spolsky's article on enterprise language, Hani rightly bashed copious logging of open source software and my article on hacking attempts from Caltech topped the list of most read articles. We released Anaconda, a beautiful 3 column WordPress theme and version 3 of Translator Plugin Pro for WordPress.
Angsuman's WordPress Translator Plugin Pro UpdateJuly 26th, 2006 Update:
I am delighted to announce the release of Angsuman's Translator Plugin Pro for WordPress 2.x blogs. It provides automatic machine translation of your blog in eight different languages - German, Spanish, French, Italian, Portuguese, Japanese, Korean and Chinese.
WordPress Creator Matt's WordPress Blog DownApril 26th, 2009 A comforting day indeed. Matt Mullenweg is the author of the popular blogging software , WordPress.
How to Backup & Restore MySQL DatabaseMay 13th, 2005 Note: My WordPress database name is wordpress. I will use it in the example below.
WordPress 2.0.3 ReleasedJune 1st, 2006 The new features / fixes are:
Small performance enhancements
Movable Type / Typepad importer fix
Enclosure (podcasting) fix
Bugtraq reported issue & backporting of security enhancements from 2.1 (nonces)
Misc. fixes etc....
Simplest Way To Backup WordPress From BrowserJune 8th, 2008 Traditionally WordPress is backed up by backing the database and the files separately, if required. WordPress 2.5.1 introduces a much simpler way to backup the database in xml format on your desktop.
Free WordPress Plugin To Remove Generator Meta Tag / Version Information From WordPress BlogsJune 30th, 2008 WordPress, in recent versions, have forces the display of WordPress as the generator in meta tags along with the version information in the header of your WordPress blogs -. Unlike previous versions there is not easy way to remove it.
Is there a need to upgrade beyond WordPress 1.5.1.2 in near future?June 20th, 2005 I looked at the proposed feature set summary for WordPress 1.6. Mostly UI changes, few extra plugin hooks etc.
March 12th, 2005 at 6:33 pm
RSS2.0 has a GUID element for this very reason.
March 17th, 2005 at 6:56 pm
I provide RSS 2.0 feed to JavaBlogs and it includes the GUID.
However JavaBlogs doesn’t use it apparently!
So lets blame it solely on JavaBlogs
March 17th, 2005 at 10:58 pm
Having written that part of the Javablogs code myself, I can assure you it does. Here is a post from your blog with seemingly mutating GUIDs:
javablogs=> select title,guid from blog_entry where blog = 12713 and title like ‘Better Eye%’;
title | guid
———————————————————————————–+———————————————————————————-
Better Eye Sight Without Glasses by Exercises, Herbal and Natural Therapy - Index | tag:blogger.com,1999:blog-3131110.post-107369364497523089
Better Eye Sight Without Glasses by Exercises, | http://taragana.blogspot.com/2002_06_01_taragana_archive.html#78100189
Better Eye Sight Without Glasses by Exercises, Herbal | http://taragana.blogspot.com/2004_01_01_taragana_archive.html#107369364497523089
Better Eye Sight Without Glasses by Exercises, | http://taragana.blogspot.com/2004/01/better-eye-sight-without-glasses-by.html
(4 rows)
March 18th, 2005 at 12:15 am
My analysis of the actual problem with JavaBlogs Aggregator
A technical analysis of the duplicate post problem in JavaBlogs….
March 18th, 2005 at 12:18 am
Dear Charles Miller,
Thanks for getting in touch. What you have spotted here is not a problem. In fact there are two different posts on the same topic. However in one case there is a duplication because blogger.com switched to providing individual page per post. So far so good.
The problems I am facing is elsewhere and with a different blog - blog.taragana.com.
Because of the length of the topic I have posted the details here.
Looking forward to hear your thoughts on the issue.
–Angsuman