<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="http://xml.world-of-newave.info/templates.xsl" media="screen"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
	<title>Templates - World-of-Newave.info</title>
	<link>http://answers.world-of-newave.info/templates.htm</link>
	<description>Latest news and articles about Templates</description>
	<language>en-us</language>
	<copyright>Copyright (c)2004-2008.§/Newave SARL. All rights reserved.</copyright>
	<webMaster>webmaster@world-of-newave.com (Webmaster)</webMaster>
	<pubDate>Fri, 25 Jul 2008 11:23:46 GMT</pubDate>
	<lastBuildDate>Fri, 25 Jul 2008 11:23:46 GMT</lastBuildDate>
	<generator>Newave Lisa XML Engine v1.0 - http://www.world-of-newave.info/about.htm</generator>
	<ttl>60</ttl>
	<image>
		<url>http://www.world-of-newave.info/images/wi8831.gif</url>
		<title>World-of-Newave.info - Knowledge and Informational Database</title>
		<link>http://www.world-of-newave.info/</link>
		<width>88</width>
		<height>31</height>
	</image>
	<item>
		<title>{NEWS &gt; BREAKING NEWS} - How to Use Templates in Django</title>
		<link>http://articles.world-of-newave.info/news/breaking-news/how-to-use-templates-in-django-20080733433.htm</link>
		<guid>http://articles.world-of-newave.info/news/breaking-news/how-to-use-templates-in-django-20080733433.htm</guid>
		<pubDate>Fri, 25 Jul 2008 00:30:00 GMT</pubDate>
		<description>If you've been through our Django tutorials thus far, you've installed and built your first application using the web framework. Part four of our Django series takes you through the process of creating templates. The template system is an extensible way to separate design, content and Python code. Roll up your sleeves and let's get started.
    
    
    
    
      
  
</description>
		<source url="http://www.webmonkey.com/tutorial/Use_Templates_in_Django">Webmonkey.Com</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/news/breaking-news/how-to-use-templates-in-django-20080733433.htm"><b>How to Use Templates in Django</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/news/breaking-news/how-to-use-templates-in-django-20080733433.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Www.Webmonkey.Com</span> - If you've been through our Django tutorials thus far, you've installed and built your first application using the web framework. Part four of our Django series takes you through the process of creating templates. The template system is an extensible way to separate design, content and Python code. Roll up your sleeves and let's get started.
    
    
    
    
      
  
<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Use Templates in Django - Webmonkey {...} The Web Developer's Resource {...}</blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> July 25, 2008, 12:30 am - <span style="color:#808080;">Indexed:</span> July 25, 2008, 10:40 am - <span style="color:#808080;">Page Size:</span>&nbsp;66KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/news/">News</a> &gt;  <a href="http://www.world-of-newave.info/news/breaking-news/"><b>Breaking News</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>News > Breaking News</category>
	</item>
	<item>
		<title>{PROGRAMMING &gt; COLLECTIONS} - Easy Template Engine</title>
		<link>http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/easy-template-engine-20080789727.htm</link>
		<guid>http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/easy-template-engine-20080789727.htm</guid>
		<pubDate>Sat, 19 Jul 2008 07:00:42 GMT</pubDate>
		<description>
Package:
Easy Template Engine
Summary: 
Template engine that uses variable as parameters
Groups: 
Templates
Author: 
Salvan Grégory
Description: 
This class implements a template processing engine that uses class variables as template parameters.

It uses a setter function to set values of template parameters.

The class processes the template by using regular expressions to search and replace template placeholders by previously set template parameter values.


      
  

   
</description>
		<source url="http://www.phpclasses.org/browse/package/4697.html">Phpclasses.Org</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/easy-template-engine-20080789727.htm"><b>Easy Template Engine</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/easy-template-engine-20080789727.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Www.Phpclasses.Org</span> - 
Package:
Easy Template Engine
Summary: 
Template engine that uses variable as parameters
Groups: 
Templates
Author: 
Salvan Grégory
Description: 
This class implements a template processing engine that uses class variables as template parameters.

It uses a setter function to set values of template parameters.

The class processes the template by using regular expressions to search and replace template placeholders by previously set template parameter values.


      
  

   
<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Class: Easy Template Engine (template engine) - PHP Classes {...} This class implements a template processing engine that uses class variables as template parameters.  It uses a setter function to set values of template parameters.  The class processes the template by using regular expressions to search and replace template placeholders by previously set template parameter values. {...}</blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> July 19, 2008, 7:00 am - <span style="color:#808080;">Indexed:</span> July 20, 2008, 10:15 am - <span style="color:#808080;">Page Size:</span>&nbsp;29KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/computers/">Computers</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/">Programming</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/languages/">Languages</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/languages/php/">PHP</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/languages/php/scripts/">Scripts</a> &gt;  <a href="http://www.world-of-newave.info/computers/programming/languages/php/scripts/collections/"><b>Collections</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Computers > Programming > Languages > PHP > Scripts > Collections</category>
	</item>
	<item>
		<title>{COMPUTERS &gt; NEWS AND MEDIA} - Google Docs: Now more than just spreadsheets</title>
		<link>http://articles.world-of-newave.info/computers/news-and-media/google-docs-now-more-than-just-spreadsheets-20080751617.htm</link>
		<guid>http://articles.world-of-newave.info/computers/news-and-media/google-docs-now-more-than-just-spreadsheets-20080751617.htm</guid>
		<pubDate>Fri, 18 Jul 2008 08:42:02 GMT</pubDate>
		<description>New business and consumer templates announced </description>
		<source url="http://software.silicon.com/applications/0,39024653,39261442,00.htm?r=">Software.Silicon.Com</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/computers/news-and-media/google-docs-now-more-than-just-spreadsheets-20080751617.htm"><b>Google Docs: Now more than just spreadsheets</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/computers/news-and-media/google-docs-now-more-than-just-spreadsheets-20080751617.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Software.Silicon.Com</span> - New business and consumer templates announced <blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Google Docs: Now more than just spreadsheets - Software - Breaking Business and Technology News at silicon.com {...} New business and consumer templates announced.  Users of Google Docs, the online applications for word processing, spreadsheets and presentations,  {...}</blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> July 18, 2008, 8:42 am - <span style="color:#808080;">Indexed:</span> July 19, 2008, 12:01 am - <span style="color:#808080;">Page Size:</span>&nbsp;77KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/computers/">Computers</a> &gt;  <a href="http://www.world-of-newave.info/computers/news-and-media/"><b>News and Media</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Computers > News and Media</category>
	</item>
	<item>
		<title>{COMPUTERS &gt; INTERNET} - Google Docs gets a profusion of templates</title>
		<link>http://articles.world-of-newave.info/computers/internet/google-docs-gets-a-profusion-of-templates-20080746822.htm</link>
		<guid>http://articles.world-of-newave.info/computers/internet/google-docs-gets-a-profusion-of-templates-20080746822.htm</guid>
		<pubDate>Thu, 17 Jul 2008 18:18:55 GMT</pubDate>
		<description>Nearly 300 prefab documents now are online for resumes, photo albums, expense reports, fantasy basketball success predictors, mileage calculators, and more. But where's the user-generated content?</description>
		<source url="http://news.cnet.com/8301-17939_109-9993249-2.html?hhTest=1&amp;part=rss&amp;subj=news&amp;tag=2547-1023_3-0-10">News.Cnet.Com</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/computers/internet/google-docs-gets-a-profusion-of-templates-20080746822.htm"><b>Google Docs gets a profusion of templates</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/computers/internet/google-docs-gets-a-profusion-of-templates-20080746822.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">News.Cnet.Com</span> - Nearly 300 prefab documents now are online for resumes, photo albums, expense reports, fantasy basketball success predictors, mileage calculators, and more. But where's the user-generated content?<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Google Docs gets a profusion of templates | Webware : Cool Web apps for everyone - CNET {...} Nearly 300 prefab documents now are online for resumes, photo albums, expense reports, fantasy basketball success predictors, mileage calculators, and more. But where's the user-generated content? Read this blog post by Stephen Shankland on Webware. {...}</blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> July 17, 2008, 6:18 pm - <span style="color:#808080;">Indexed:</span> July 17, 2008, 6:44 pm - <span style="color:#808080;">Page Size:</span>&nbsp;40KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/computers/">Computers</a> &gt;  <a href="http://www.world-of-newave.info/computers/internet/"><b>Internet</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Computers > Internet</category>
	</item>
	<item>
		<title>{INTERNET &gt; GOOGLE} - Templates bring Docs to life</title>
		<link>http://articles.world-of-newave.info/computers/internet/searching/search-engines/google/templates-bring-docs-to-life-20080779421.htm</link>
		<guid>http://articles.world-of-newave.info/computers/internet/searching/search-engines/google/templates-bring-docs-to-life-20080779421.htm</guid>
		<pubDate>Thu, 17 Jul 2008 10:57:29 GMT</pubDate>
		<description>What do wedding planners, gas mileage calculators and photo albums have in common?  They're all examples of templates available in the Google Docs Template Gallery that Sarah Beth Eisinger (Docs Templates engineer), Grant Dasher (intern), and I built and (happily!) released today.When researching how people use templates, we saw that lots of you create documents for all aspects of your lives. You need resumes and cover letters to look for jobs and fax cover letters and invoices to run your businesses. And of course you want to use documents in fun ways with family and friends, such as unique designs and layouts for invitation cards and calendars. Finally, everyone wants to be able to have tools that "just work": print mailing labels, track portfolio values, and manage projects without having to painstakingly create documents from scratch.These needs inspired our new templates and gallery. We developed these in conjunction with Avery Dennison, Vertex42.com, TemplateZone, and Visa Business.Many templates leverage the collaborative aspect of Google Docs so that several people can work on a single document online without having to email attachments back and forth. To hear the story behind two templates, watch these videos:To get started, go directly to the template gallery or access it from the "New" menu in your document list. Templates are currently available only in English, but other languages are coming soon. They're also available to Google Apps users.Posted by Valerie Blechar, Templates Engineer, Google Docs(Cross-posted on the Google Docs Blog.)
 
</description>
		<source url="http://googleblog.blogspot.com/2008/07/templates-bring-docs-to-life.html">Googleblog.Blogspot.Com</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/computers/internet/searching/search-engines/google/templates-bring-docs-to-life-20080779421.htm"><b>Templates bring Docs to life</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/computers/internet/searching/search-engines/google/templates-bring-docs-to-life-20080779421.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Googleblog.Blogspot.Com</span> - What do wedding planners, gas mileage calculators and photo albums have in common?  They're all examples of templates available in the Google Docs Template Gallery that Sarah Beth Eisinger (Docs Templates engineer), Grant Dasher (intern), and I built and (happily!) released today.When researching how people use templates, we saw that lots of you create documents for all aspects of your lives. You need resumes and cover letters to look for jobs and fax cover letters and invoices to run your businesses. And of course you want to use documents in fun ways with family and friends, such as unique designs and layouts for invitation cards and calendars. Finally, everyone wants to be able to have tools that "just work": print mailing labels, track portfolio values, and manage projects without having to painstakingly create documents from scratch.These needs inspired our new templates and gallery. We developed these in conjunction with Avery Dennison, Vertex42.com, TemplateZone, and Visa Business.Many templates leverage the collaborative aspect of Google Docs so that several people can work on a single document online without having to email attachments back and forth. To hear the story behind two templates, watch these videos:To get started, go directly to the template gallery or access it from the "New" menu in your document list. Templates are currently available only in English, but other languages are coming soon. They're also available to Google Apps users.Posted by Valerie Blechar, Templates Engineer, Google Docs(Cross-posted on the Google Docs Blog.)
 
<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Official Google Blog: Templates bring Docs to life {...} </blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Indexed:</span> July 17, 2008, 10:57 am - <span style="color:#808080;">Page Size:</span>&nbsp;78KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/computers/">Computers</a> &gt; <a href="http://www.world-of-newave.info/computers/internet/">Internet</a> &gt; <a href="http://www.world-of-newave.info/computers/internet/searching/">Searching</a> &gt; <a href="http://www.world-of-newave.info/computers/internet/searching/search-engines/">Search Engines</a> &gt;  <a href="http://www.world-of-newave.info/computers/internet/searching/search-engines/google/"><b>Google</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Computers > Internet > Searching > Search Engines > Google</category>
	</item>
	<item>
		<title>{COMPUTERS &gt; HARDWARE} - Google Docs templates gallery and new features</title>
		<link>http://articles.world-of-newave.info/computers/hardware/google-docs-templates-gallery-and-new-features-20080754220.htm</link>
		<guid>http://articles.world-of-newave.info/computers/hardware/google-docs-templates-gallery-and-new-features-20080754220.htm</guid>
		<pubDate>Thu, 17 Jul 2008 05:48:00 GMT</pubDate>
		<description>Google slipped some new goodies into your Kool-aid this evening.</description>
		<source url="http://news.cnet.com/8301-13846_3-9993136-62.html?hhTest=1&amp;part=rss&amp;subj=news&amp;tag=2547-1001_3-0-10">News.Cnet.Com</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/computers/hardware/google-docs-templates-gallery-and-new-features-20080754220.htm"><b>Google Docs templates gallery and new features</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/computers/hardware/google-docs-templates-gallery-and-new-features-20080754220.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">News.Cnet.Com</span> - Google slipped some new goodies into your Kool-aid this evening.<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Google Docs templates gallery and new features | Negative Approach - CNET News.com {...} Google slipped some new goodies into your Kool-aid this evening. Read this blog post by Dave Rosenberg on Negative Approach. {...}</blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> July 17, 2008, 5:48 am - <span style="color:#808080;">Indexed:</span> July 17, 2008, 9:58 am - <span style="color:#808080;">Page Size:</span>&nbsp;50KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/computers/">Computers</a> &gt;  <a href="http://www.world-of-newave.info/computers/hardware/"><b>Hardware</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Computers > Hardware</category>
	</item>
	<item>
		<title>{PROGRAMMING &gt; COLLECTIONS} - Flexible Template Engine</title>
		<link>http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/flexible-template-engine-2008075566.htm</link>
		<guid>http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/flexible-template-engine-2008075566.htm</guid>
		<pubDate>Tue, 08 Jul 2008 07:58:35 GMT</pubDate>
		<description>
Package:
Flexible Template Engine
Summary: 
Template processing engine
Groups: 
PHP 5, Templates
Author: 
Nick Tompson
Description: 
This class can be used as a template processing engine.

It loads templates that are PHP scripts that are executed to compose the page output.

The class can replace marks in the templates with custom variable values.

The generated output maybe compressed with gzip algorithm to generate small pages.


      
  

   
</description>
		<source url="http://www.phpclasses.org/browse/package/4667.html">Phpclasses.Org</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/flexible-template-engine-2008075566.htm"><b>Flexible Template Engine</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/computers/programming/languages/php/scripts/collections/flexible-template-engine-2008075566.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Www.Phpclasses.Org</span> - 
Package:
Flexible Template Engine
Summary: 
Template processing engine
Groups: 
PHP 5, Templates
Author: 
Nick Tompson
Description: 
This class can be used as a template processing engine.

It loads templates that are PHP scripts that are executed to compose the page output.

The class can replace marks in the templates with custom variable values.

The generated output maybe compressed with gzip algorithm to generate small pages.


      
  

   
<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Class: Flexible Template Engine - PHP Classes {...} This class can be used as a template processing engine.  It loads templates that are PHP scripts that are executed to compose the page output.  The class can replace marks in the templates with custom variable values.  The generated output maybe compressed with gzip algorithm to generate small pages. {...}</blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> July 8, 2008, 7:58 am - <span style="color:#808080;">Indexed:</span> July 8, 2008, 10:04 am - <span style="color:#808080;">Page Size:</span>&nbsp;33KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/computers/">Computers</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/">Programming</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/languages/">Languages</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/languages/php/">PHP</a> &gt; <a href="http://www.world-of-newave.info/computers/programming/languages/php/scripts/">Scripts</a> &gt;  <a href="http://www.world-of-newave.info/computers/programming/languages/php/scripts/collections/"><b>Collections</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Computers > Programming > Languages > PHP > Scripts > Collections</category>
	</item>
	<item>
		<title>{NEWS &gt; TECHNOLOGY} - Get Started With Movable Type</title>
		<link>http://articles.world-of-newave.info/science/news/technology/get-started-with-movable-type-20080722510.htm</link>
		<guid>http://articles.world-of-newave.info/science/news/technology/get-started-with-movable-type-20080722510.htm</guid>
		<pubDate>Tue, 08 Jul 2008 01:30:00 GMT</pubDate>
		<description>The Movable Type blogging engine is easy to set up and customize. This Webmonkey tutorial covers the basics of templates, plug-ins and everything you'll need to inject some personality into a vanilla MT installation.
    
    
    
    
      
  
</description>
		<source url="http://www.webmonkey.com/tutorial/Get_Started_With_Movable_Type">Webmonkey.Com</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/science/news/technology/get-started-with-movable-type-20080722510.htm"><b>Get Started With Movable Type</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/science/news/technology/get-started-with-movable-type-20080722510.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Www.Webmonkey.Com</span> - The Movable Type blogging engine is easy to set up and customize. This Webmonkey tutorial covers the basics of templates, plug-ins and everything you'll need to inject some personality into a vanilla MT installation.
    
    
    
    
      
  
<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Get Started With Movable Type - Webmonkey {...} The Web Developer's Resource {...}</blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> July 8, 2008, 1:30 am - <span style="color:#808080;">Indexed:</span> July 8, 2008, 9:54 am - <span style="color:#808080;">Page Size:</span>&nbsp;65KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/science/">Science</a> &gt; <a href="http://www.world-of-newave.info/science/news/">News</a> &gt;  <a href="http://www.world-of-newave.info/science/news/technology/"><b>Technology</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Science > News > Technology</category>
	</item>
	<item>
		<title>{INTERNET &gt; V} - MT Upgrade Complete</title>
		<link>http://articles.world-of-newave.info/computers/internet/on-the-web/weblogs/personal/v/mt-upgrade-complete-2008077652.htm</link>
		<guid>http://articles.world-of-newave.info/computers/internet/on-the-web/weblogs/personal/v/mt-upgrade-complete-2008077652.htm</guid>
		<pubDate>Wed, 02 Jul 2008 16:05:32 GMT</pubDate>
		<description>
        Wow.  What can I say, other than the MT 4.01 upgrade was completely worth it?  I run on Dreamhost because I&#8217;m cheap and I understand the Pick Any Two rule.  My first attempt at upgrading to MT 4 went down in flames.  Entry rebuilds would die (get killed actually) before they could complete.  Basically, I couldn&#8217;t do anything to the entire site.  So, that sucked.  The site just stagnated as I waited for things to magically fix themselves.  Whatever they fixed in 4.01 did the trick.

Thank you Six Apart.

I can now go back to procrastinating about revamping Vertical Hold.

As always, you can find &#8220;fresh content&#8221; at tumblr.

Update: Okay.  Things are a tiny bit fubar right now.  Going from v3 to v4 templates is, well, interesting.  Things other than the main index will be screwy until I can hammer out the kinks.

Update 2:  Wow.  I think I&#8217;m just rusty.  But the publishing system has changed dramatically.  This might be what I&#8217;m looking for.

        

    </description>
		<source url="http://www.patandkat.com/pat/weblog/2007/10/mt4.php">Patandkat.Com</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/computers/internet/on-the-web/weblogs/personal/v/mt-upgrade-complete-2008077652.htm"><b>MT Upgrade Complete</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/computers/internet/on-the-web/weblogs/personal/v/mt-upgrade-complete-2008077652.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Www.Patandkat.Com</span> - 
        Wow.  What can I say, other than the MT 4.01 upgrade was completely worth it?  I run on Dreamhost because I&#8217;m cheap and I understand the Pick Any Two rule.  My first attempt at upgrading to MT 4 went down in flames.  Entry rebuilds would die (get killed actually) before they could complete.  Basically, I couldn&#8217;t do anything to the entire site.  So, that sucked.  The site just stagnated as I waited for things to magically fix themselves.  Whatever they fixed in 4.01 did the trick.

Thank you Six Apart.

I can now go back to procrastinating about revamping Vertical Hold.

As always, you can find &#8220;fresh content&#8221; at tumblr.

Update: Okay.  Things are a tiny bit fubar right now.  Going from v3 to v4 templates is, well, interesting.  Things other than the main index will be screwy until I can hammer out the kinks.

Update 2:  Wow.  I think I&#8217;m just rusty.  But the publishing system has changed dramatically.  This might be what I&#8217;m looking for.

        

    <blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">    MT Upgrade Complete - Vertical Hold     {...} </blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Indexed:</span> July 2, 2008, 4:05 pm - <span style="color:#808080;">Page Size:</span>&nbsp;9KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/computers/">Computers</a> &gt; <a href="http://www.world-of-newave.info/computers/internet/">Internet</a> &gt; <a href="http://www.world-of-newave.info/computers/internet/on-the-web/">On the Web</a> &gt; <a href="http://www.world-of-newave.info/computers/internet/on-the-web/weblogs/">Weblogs</a> &gt; <a href="http://www.world-of-newave.info/computers/internet/on-the-web/weblogs/personal/">Personal</a> &gt;  <a href="http://www.world-of-newave.info/computers/internet/on-the-web/weblogs/personal/v/"><b>V</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Computers > Internet > On the Web > Weblogs > Personal > V</category>
	</item>
	<item>
		<title>{NORTH AMERICA &gt; RENTALS} - Great Condo..truly a must see. $2200 2bd</title>
		<link>http://articles.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/business-and-economy/real-estate/rentals/great-condo-truly-a-must-see-2200-2bd-20080694138.htm</link>
		<guid>http://articles.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/business-and-economy/real-estate/rentals/great-condo-truly-a-must-see-2200-2bd-20080694138.htm</guid>
		<pubDate>Mon, 23 Jun 2008 06:50:11 GMT</pubDate>
		<description>














Templates by Cremplates.com


1 &amp; 2 bedroom condos renting for between $1500 
and $2200 per month

</description>
		<source url="http://sfbay.craigslist.org/pen/apa/729224496.html">Sfbay.Craigslist.Org</source>
		<content:encoded><![CDATA[
<table cellspacing="4" cellpadding="0" border="0" style="margin:9px;">
<tr><td colspan="2" style="font:bold 12pt Arial;vertical-align:top;"><a href="http://articles.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/business-and-economy/real-estate/rentals/great-condo-truly-a-must-see-2200-2bd-20080694138.htm"><b>Great Condo..truly a must see. $2200 2bd</b></a> <sup style="font:8pt Verdana,Arial;vertical-align:top;">{<a href="http://articles.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/business-and-economy/real-estate/rentals/great-condo-truly-a-must-see-2200-2bd-20080694138.htm" target="_blank">new window</a>}</sup></td></tr>
<tr>
<td style="font:6pt Verdana,Arial,Sans-serif;text-align:center;vertical-align:top;">&nbsp;</td>
<td width="100%" style="font:9pt Verdana,Arial,Sans-serif;vertical-align:top;"><span style="color:#808080;font-variant:small-caps;">Sfbay.Craigslist.Org</span> - 














Templates by Cremplates.com


1 & 2 bedroom condos renting for between $1500 
and $2200 per month

<blockquote style="background:#FAFAFA;border:1px dotted #E6E6E6;font:italic 10pt Times New Roman;padding:9px;">Great Condo..truly a must see. {...} </blockquote><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Published:</span> June 23, 2008, 6:50 am - <span style="color:#808080;">Indexed:</span> June 23, 2008, 11:58 am - <span style="color:#808080;">Page Size:</span>&nbsp;4KB</div><div style="font:8pt Verdana,Arial;vertical-align:top;"><span style="color:#808080;">Category:</span> <a href="http://www.world-of-newave.info/regional/">Regional</a> &gt; <a href="http://www.world-of-newave.info/regional/north-america/">North America</a> &gt; <a href="http://www.world-of-newave.info/regional/north-america/united-states/">United States</a> &gt; <a href="http://www.world-of-newave.info/regional/north-america/united-states/california/">California</a> &gt; <a href="http://www.world-of-newave.info/regional/north-america/united-states/california/metro-areas/">Metro Areas</a> &gt; <a href="http://www.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/">San Francisco Bay Area</a> &gt; <a href="http://www.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/business-and-economy/">Business and Economy</a> &gt; <a href="http://www.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/business-and-economy/real-estate/">Real Estate</a> &gt;  <a href="http://www.world-of-newave.info/regional/north-america/united-states/california/metro-areas/san-francisco-bay-area/business-and-economy/real-estate/rentals/"><b>Rentals</b></a></div></td></tr></table>
<br/>
]]></content:encoded>
		<category>Regional > North America > United States > California > Metro Areas > San Francisco Bay Area > Business and Economy > Real Estate > Rentals</category>
	</item>
	</channel>
</rss>
