Paul Arthur
Art Project, powered by Google. The Internet Movie Database (IMDb) British Board of Film Classification. Greatest Films - The Best Movies in Cinematic History. TSPDT - The 1,000 Greatest Films (Full List) Paul Arthur (Parthurbook) Poetry. In the moonlight a worm... (Self Study Haiku Lesson - Page 1) Follow the instructions in the following lesson and work through the examples. The icons used to help guide you through the activities are: In this first lesson you will be introduced to » what the haiku is and its special spirit » a number of examples by Japanese masters of the form and some Western ones » studying structural features of poems and making interpretative judgements about them, and » writing your first poems By the end of the lesson, you should have written some of your own poems, and, more importantly, they should be poems that are truly in the spirit of haiku, not just seventeen-syllable thoughts or jokes. next page Page 2 | Page 3 | Page 4 | Page 5 to the top.
Poetry Foundation. Open Source Shakespeare: search Shakespeare's works, read the texts. Mr. William Shakespeare and the Internet. David Perdue's Charles Dickens Page. The Dickens Project. Paul Arthur. Your Photostream. Paul Arthur (Parthurboo) ParthurTV's Channel Flixxy.com - The Best Videos On The Web. The A.V. Club. WordPress theme - The Anatomy, an Infographic. Index.php – home The index file controls what the homepage of your WordPress theme looks like. By default it is a loop that queries and then displays the most recent blog posts, with a link in the bottom to view previous posts. Alternately, you can specify in wp-admin -> settings -> reading to have the home page be a page you created yourself in WordPress.
In that case, you specify a different page/URL for the regular blog posts to appear on, and that page is generated by index.php. single.php – individual posts The display of individual posts in your WordPress theme is controlled by a little file called single.php. You can specify if you want sidebars (and which you want), if you want it to look different than the other pages on the site. page.php – individual pages Page.php controls what pages look like.
WordPress also allows you to create different page templates within your WordPress theme for different types of pages. Archive.php, category.php, tag.php – archives The Loop comments.php.