Today is the National Day for Singapore. Yup, it's 9th Aug 2004. Singapore has been independent since 1965. Check out more history about Singapore here.
“My RSS Reader” is now 4 days old! You can read more about “My RSS Reader” in the “My RSS Reader” category.
For the past 2 days, I have been working on “My RSS Reader”. It now has a status history. The status history can be hidden or shown, depending on user preferences.
The current features for “My RSS Reader” are:
Certain feeds support multiple formats. For example, all of the blogs on blogs.msdn.com supports both RSS and Atom.
Since “My RSS Reader” supports RSS 0.91, 0.92, 2.0, Atom 0.3 and RDF formats, sometimes, I cannot tell visually whether a feed is not working (or giving out invalid XML) or if the parser is faulty.
To check out the latest images, browse over here, here and here.
I'll be working on conditional GET next, so the following resource is useful to me.
I'll talk more about the design of “My RSS Reader” in the future.
In 2017, with the release of Delphi 10.2 Tokyo, Embarcadero introduced a specialized implementation of the Observer pattern into the System.Classes unit. While it has been in the wild for 9 years, it remains a "hidden" architecture for many, primarily because it serves as the invisible engine behind LiveBindings. Other than live bindings, you can also use the Observer pattern as a way to update component settings to the Windows registry, an .ini file, or persist it elsewhere.
System.Classes