Web: How?

Site

The site itself will be made fluid using CSS, and efficient through sparing usage of HTML. The layout itself will be designed to flood the viewport - meaning it should look great at both landscape and portrait orientations on different display sizes.

As the site is destined for new devices running compliant (mainly web-kit based) browsers, I will be making use of HTML5 and CSS3 to improve my design and its usability.

HTML5 Powered with CSS3 / Styling, Device Access, and Semantics

Feed: http://meadowlandsfestival.com/feed/rss/

For the feed, I will use PHP (a scripting language) to parse the contents of the RSS file, because it's just XML. PHP gives us a function called SimpleXML to do this.
The SimpleXML extension provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal property selectors and array iterators.
RSS stands for Really Simple Syndication and is a family of web-feed formats used to publish frequently updated works.

No comments:

Post a Comment