Our Sites
Categories
- Business (35)
- DelphiFeeds.com (94)
- General (43)
- Gurock Software (125)
- Programming (44)
- SmartInspect (132)
- Software Quality (6)
- TestRail (38)
- Virtualization (8)
- Websites (26)
Archives
SmartInspect Pages Cloud
delphi unicode asp.net monitoring debug java debugging log4j logging trace delphi tracing asp.net exceptions errors debug .net debugging log4net log4n .net monitoring debug java debugging vb.net logging trace java tracing java exceptions errors delphi monitoring delphi debugging trace .net tracing delphi exceptions errors nlog asp.net logging tracing eurekalogTestRail Pages Cloud



Technical details of DelphiFeeds.com
After announcing DelphiFeeds.com previously, I decided to post some notes about the technical details involved in creating this website.
The technical backend of DelphiFeeds uses a simple Python script to collect the different site feeds. This script is run periodically via cron. It uses the great Universal Feed Parser to download and parse the feeds and then stores the collected postings in a MySQL database. We’ve chosen Python for this job basically because of the nice feed parser library. The usage is simple and it works absolutely flawlessly so far.
For the frontend of DelphiFeeds we used a different language. It is entirely written in PHP. The frontend is responsible for reading the excerpts of the postings from the database and generating the HTML code for your browser.