<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Vos Virtual Network &#187; computer languages</title>
	<atom:link href="http://vvn.net/wp/tag/computer-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://vvn.net/wp</link>
	<description>Jazz Like Code and Music For Life</description>
	<lastBuildDate>Fri, 07 Jan 2011 19:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Test of PHP Syntax Highlighting</title>
		<link>http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/</link>
		<comments>http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 22:00:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CompuScriptology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Webdesignology]]></category>
		<category><![CDATA[code colorizing]]></category>
		<category><![CDATA[code documenting]]></category>
		<category><![CDATA[code examples]]></category>
		<category><![CDATA[colorizing]]></category>
		<category><![CDATA[computer languages]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[script examples]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[syntax highlighting]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=396</guid>
		<description><![CDATA[This is a test of PHP Script Syntax Highlighting with the GeSHi code colorizing and syntax parsing library, along with the WP-Syntax plugin. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 &#8230; <a href="http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a test of PHP Script Syntax Highlighting with the <a href="http://qbnz.com/highlighter/">GeSHi code colorizing and syntax parsing library</a>, along with the <a href="http://wordpress.org/extend/plugins/wp-syntax/">WP-Syntax plugin</a>.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">//</span>
<span style="color: #666666; font-style: italic;">// Include the GeSHi library</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #b1b100;">include_once</span> <span style="color: #0000ff;">'geshi.php'</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #666666; font-style: italic;">// Define some source to highlight, a language to use</span>
<span style="color: #666666; font-style: italic;">// and the path to the language files</span>
<span style="color: #666666; font-style: italic;">//</span>
<span style="color: #000088;">$source</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'$foo = 45;
for ( $i = 1; $i &lt; $foo; $i++ ){
echo &quot;$foon&quot;;  --$foo;
}'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$language</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'php'</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// Create a GeSHi object</span>
&nbsp;
<span style="color: #000088;">$geshi</span> <span style="color: #339933;">=</span> <span style="color: #000000; font-weight: bold;">new</span> GeSHi<span style="color: #009900;">&#40;</span><span style="color: #000088;">$source</span><span style="color: #339933;">,</span> <span style="color: #000088;">$language</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #666666; font-style: italic;">// And echo the result!//</span>
<span style="color: #b1b100;">echo</span> <span style="color: #000088;">$geshi</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">parse_code</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2008/08/21/test-of-php-syntax-highlighting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New! CompuScriptology Knowledge Category</title>
		<link>http://vvn.net/wp/2008/08/21/new-compuscriptology-knowledge-category/</link>
		<comments>http://vvn.net/wp/2008/08/21/new-compuscriptology-knowledge-category/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 21:52:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CompuScriptology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[computer languages]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[rebol]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=411</guid>
		<description><![CDATA[I started a new knowledge category today called CompuScriptology. So what is CompuScriptology? It&#8217;s basically the analysis, research, study and observation of dynamic computer languages, sometimes known as dynamic scripting languages (as compared to static or compiled languages).  It involves &#8230; <a href="http://vvn.net/wp/2008/08/21/new-compuscriptology-knowledge-category/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I started a new knowledge category today called CompuScriptology. So what is CompuScriptology? It&#8217;s basically the analysis, research, study and observation of dynamic computer languages, sometimes known as dynamic scripting languages (as compared to static or compiled languages).  It involves the comparing and contrasting of various computer language functions and syntactical elements &#8212; for computer languages such as JavaScript, Perl, PHP, Python, Rebol, and Ruby (in my case).</p>
<p>I was thinking about using the word Scriptology, but a gentleman (Dr. Adam Blatner)  was already using <a title="Scriptology is about writing systems, symbols and alphabets" href="http://www.blatner.com/adam/level2/scriptology.html" target="_blank">the word Scriptology to talk about the Lore of Writing Systems and Alphabets</a>. Not to mention, that the FileMaker people have a website for FileMaker templates called <a title="Sciptology.com" href="http://www.scriptology.com/" target="_blank">Scriptology</a> also.</p>
<p>Since I&#8217;m very interested in multiple computer languages, some people might call me a polyglot. I was thinking about calling the new knowledge category PolyCompuScriptology, but that failed my terse test.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2008/08/21/new-compuscriptology-knowledge-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

