<?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; php</title>
	<atom:link href="http://vvn.net/wp/tag/php/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.2</generator>
		<item>
		<title>JavaScript, Perl, PHP, Python, Ruby, and Tcl Today</title>
		<link>http://vvn.net/wp/2008/08/30/javascript-perl-php-python-ruby-and-tcl-today/</link>
		<comments>http://vvn.net/wp/2008/08/30/javascript-perl-php-python-ruby-and-tcl-today/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 09:35:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CompuScriptology]]></category>
		<category><![CDATA[FOSSology]]></category>
		<category><![CDATA[Webdesignology]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[Tcl]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=578</guid>
		<description><![CDATA[PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe Three years ago, Lynn Greiner at CIO Magazine, interviewed the big cheeses responsible for the popular scripting languages PHP, Perl, Tcl, Python, Ruby and JavaScript to &#8230; <a href="http://vvn.net/wp/2008/08/30/javascript-perl-php-python-ruby-and-tcl-today/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>PHP, JavaScript, Ruby, Perl, Python, and Tcl Today: The State of the Scripting Universe</strong></p>
<p>Three years ago, Lynn Greiner at <a title="CIO Magazine" href="http://www.cio.com/" target="_blank">CIO Magazine</a>, interviewed the big cheeses responsible for the popular scripting languages PHP, Perl, Tcl, Python, Ruby and JavaScript to find out where the languages were headed. In this follow-up discussion, <a title="Dynamic Scripting Languages - article at CIO magazine" href="http://www.cio.com/article/446829/PHP_JavaScript_Ruby_Perl_Python_and_Tcl_Today_The_State_of_the_Scripting_Universe" target="_blank">she asks the dynamic language luminaries what has changed since then</a>.</p>
<p>&#8230; and <a title="discussuion - State of the Scripting Universe" href="http://developers.slashdot.org/article.pl?sid=08/08/29/204251" target="_blank">discussion of the article continues at Slashdot</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2008/08/30/javascript-perl-php-python-ruby-and-tcl-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
		<item>
		<title>Inside the WordPress Loop</title>
		<link>http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/</link>
		<comments>http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 09:08:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Methodology]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[modify]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[refactoring]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=77</guid>
		<description><![CDATA[I&#8217;ve doing a little reading about the WordPress loop. The WordPress loop is where all the main work get&#8217;s done in publishing the articles of the blog. Loops and iteration constructs are very common in many (all?) programming languages, and &#8230; <a href="http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve doing a little reading about the WordPress loop. The WordPress loop is where all the main work get&#8217;s done in publishing the articles of the blog. Loops and iteration constructs are very common in many (all?) programming languages, and that is why you see things like &#8220;do while&#8221; or while, &#8220;for x = 1 to z&#8221;, or &#8220;foreach x in z&#8221; in many scripting languages.</p>
<p>The whole idea with Open Source software is that you can modify it, refactor it, change it to be anything you want. However, it is a good idea to start with some very small changes, and it&#8217;s really good to begin by reading a few articles about the code, and read the actual source code before you start making any changes.</p>
<p>Anyway, two recent articles, I have have found helpful are: <a title="Ultimate Guide to the WordPress Loop" href="http://www.themelab.com/2008/04/04/the-ultimate-guide-to-the-wordpress-loop/" target="_blank">The Ultimate Guide to the WordPress Loop</a> and another called <a title="Global Variables and the WordPress loop" href="http://weblogtoolscollection.com/archives/2007/06/06/global-variables-and-the-wordpress-loop/" target="_blank">Global Variables and the WordPress Loop</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2008/04/08/inside-the-wordpress-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instant Rails 1.7</title>
		<link>http://vvn.net/wp/2007/04/10/instant-rails-17/</link>
		<comments>http://vvn.net/wp/2007/04/10/instant-rails-17/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 09:27:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Methodology]]></category>
		<category><![CDATA[Webdesignology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[RoR]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=47</guid>
		<description><![CDATA[One of the quickest ways to get started with Ruby on Rails is with Instant Rails. Instant RoR version 1.7 is now available (see v1.7 release notes). The first package I tried was v1.3, and I was impressed with how &#8230; <a href="http://vvn.net/wp/2007/04/10/instant-rails-17/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the quickest ways to get started with <a title="Ruby on Rails organization." href="http://www.rubyonrails.org/" target="_blank">Ruby on Rails</a> is with <a title="Fastest way to get started with Ruby On Rails" href="http://instantrails.rubyforge.org/" target="_blank">Instant Rails</a>. Instant RoR version 1.7 is now available (see <a title="Instant Ruby on Rails v1.7" href="http://instantrails.rubyforge.org/wiki/wiki.pl?Release_Notes_For_Instant_Rails_1.7" target="_blank">v1.7 release notes</a>).</p>
<p>The first package I tried was v1.3, and I was impressed with how easy it was to download, unzip, and get Ruby, PHP, mySQL, and Apache up and running. In addition to the great new Ruby tools, you get PHP, mySQL, and phpMyAdmin in the install package, because that is the quickest way to configure an OpenSource management tool for your mySQL databases.</p>
<p>Includes <a title="Mongrel is a cool Ruby web server." href="http://mongrel.rubyforge.org/" target="_blank">Mongrel</a> 1.0.1 support.</p>
<p>Very cool. Highly recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2007/04/10/instant-rails-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Three Column Layout Agony</title>
		<link>http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/</link>
		<comments>http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/#comments</comments>
		<pubDate>Mon, 13 Mar 2006 11:43:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Webstandardology]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://vvn.net/wp/?p=12</guid>
		<description><![CDATA[It&#8217;s Monday morning. I took a few aspirin for my back pain, but the CSS three column layout thing is still bugging me. So I did a little more reading over at saila.com, on the topic of CSS and HTML &#8230; <a href="http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s Monday morning. I took a few aspirin for my back pain, but the CSS three column layout thing is still bugging me. So I did a little more reading over at <a href="http://www.saila.com/">saila.com</a>, on the topic of CSS and HTML standards (eg. <a href="http://www.saila.com/usage/layouts/cssvtables.shtml">Tables vs. CSS</a>) in web designs that actually work in real-world browsers, and pass <a href="http://validator.w3.org/">(x)HTML validation</a> and <a href="http://jigsaw.w3.org/css-validator/">CSS validation</a> tests. <a href="http://www.saila.com/resume/bio/">Craig Saila</a> provides some <a href="http://www.saila.com/usage/layouts/">HTML layout templates, CSS examples</a>, and analysis of how they perform with various browsers. Craig also has nice <a href="http://www.saila.com/attic/sandbox/saila_layout-v2.html">annotated version of his v2 layout</a> with discussion of browser quirks and hacks.</p>
<p>So, after doing a little more reading, my confidence level is up that my design goals will be achievable. And I hope to begin implementing my <a href="http://vvn.net">vvn.net homepage</a> makeover using the new PHP templates I am creating.</p>
]]></content:encoded>
			<wfw:commentRss>http://vvn.net/wp/2006/03/13/css-three-column-layout-agony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

