Really Simpe Web Programming Examples
Unify Multiple RSS Feeds into a Single Site Feed - Python CGI
This Python CGI script example demonstrates how to open an URL, parse and generate a XML page, using built-in cgi, urllib, and xml.dom modules.
Create Flickr Photo Thumnails for your site or blog - Python CGI
This Python CGI script example uses urllib and xml.dom modules to communicate with Flickr API Services. It may be used with a AJAX script to nicely embed your Flickr preview on your site or blog.
Create Flickr Photo Thumnails for your site or blog (PHP) - PHP
This PHP script example uses fsockopen function, instead of fopen or include, to open and read a remote file or URL. It can be useful when allow_url_fopen or allow_url_include is disabled by server configuration due to security issues.
