<?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>John Raul dot Com &#187; php</title>
	<atom:link href="http://www.johnraul.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnraul.com</link>
	<description>I am a multifaceted geek: a web developer, a web designer, and an overall website specialist.</description>
	<lastBuildDate>Tue, 17 Jan 2012 17:46:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://www.johnraul.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>Development Web Servers: Moving From VertrigoServ To WampServer</title>
		<link>http://www.johnraul.com/development-web-servers-moving-from-vertrigoserv-to-wampserver/</link>
		<comments>http://www.johnraul.com/development-web-servers-moving-from-vertrigoserv-to-wampserver/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 03:20:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[sqlitemanager]]></category>
		<category><![CDATA[vertrigo]]></category>
		<category><![CDATA[wampserver]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[xammp]]></category>

		<guid isPermaLink="false">http://www.johnraul.com/development-web-servers-moving-from-vertrigoserv-to-wampserver/</guid>
		<description><![CDATA[I&#8217;ve waited far too long for VertrigoServ developers to come up with a stable Windows Vista version of their popular web server software. It is because their current version as of this writing (version 2.21) causes random blue screen of...]]></description>
			<content:encoded><![CDATA[<p><img style="margin: 10px 10px 0px 0px;" src="http://www.johnraul.com/images/wampserver-logo.jpg" alt="WampServer" align="left" /> I&#8217;ve waited far too long for VertrigoServ developers to come up with a stable Windows Vista version of their popular web server software. It is because their current version as of this writing (version 2.21) <a href="http://www.johnraul.com/vertrigoserv-causes-blue-screen-of-death-on-windows-vista/">causes random blue screen of the death on my Windows Vista system</a>, and after doing some search online, <strong>this is issue is known and the moderators of their <a href="http://vertrigo.sourceforge.net/forum/">official forum</a> advised us to wait</strong>. However, too bad, my patience has run out and I have work so I can&#8217;t wait. I needed to have a working web server on my computer so I  found out that <strong>WampServer is a free, good web server alternative that runs with stability on Windows Vista</strong>. The other good alternative is <a href="http://www.apachefriends.org/en/xampp.html">XAMMP</a>. Although I noticed that some configuration are different and in many ways VertrigoServ is the best, moving from WampServer &#8212; and it turned out to be a good decision.</p>
<p><span id="more-278"></span></p>
<p align="center"><img src="http://www.johnraul.com/images/wampserver.jpg" alt="WampServer Menu" /></p>
<p>The WampServer version that I downloaded and installed on my Windows Vista is version 2.0.x and so far, the experience is good &#8212; <strong>no freezes, no blue screen of deaths, no problems.</strong> I just needed to configure the modules to match my remote web <a href="http://www.webhostgear.com/dedicated-servers.php">dedicated server</a> environment and with WampServer, that is far very easy to do. I only need to left-click the small icon on my system tray then a menu appears and from there you can check and uncheck the modules you want to run for Apache, extensions for PHP and all other things. Vertrigo&#8217;s configuration window are easier for beginners though.</p>
<p>WampServer installation includes the following vital web server components and their corresponding versions:</p>
<ul>
<li>Apache 2.2.8</li>
<li>MySQL 5.0.51b</li>
<li>PHP 5.2.6</li>
<li>PHPMyAdmin</li>
<li>SQLiteManager</li>
</ul>
<p>Plus, you can install add-ons and independent versions of Apache and PHP other than the default for flexibility. WampServer comes also in French version which is good for French web developers and programmers. If you want to know how to install it, there&#8217;s a <a href="http://www.wampserver.com/en/presentation.php">quick guide on its official homepage</a>.</p>
<p>The only minor issue I had with WampServer is when I decide to change the port of Apache to 8080 making it &#8220;localhost:8080&#8243; on my web browser. The problem is when I changed Apache&#8217;s configuration file to run on that port other than the default port 80, the three menu items on the system tray &#8220;PHPMyAdmin, Localhost and SQLiteManager&#8221; are not pointing to 8080 (they remain under port 80 and that is a little problem here). I hope the developers of WampServer are going to fix this as I have started to love this software. It&#8217;s running on my system as I write this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnraul.com/development-web-servers-moving-from-vertrigoserv-to-wampserver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VertrigoServ Causes &#8220;Blue Screen Of Death&#8221; On Windows Vista</title>
		<link>http://www.johnraul.com/vertrigoserv-causes-blue-screen-of-death-on-windows-vista/</link>
		<comments>http://www.johnraul.com/vertrigoserv-causes-blue-screen-of-death-on-windows-vista/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 11:53:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache2triad]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[vertrigoserv]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[windows vista]]></category>

		<guid isPermaLink="false">http://www.johnraul.com/vertrigoserv-causes-blue-screen-of-death-on-windows-vista/</guid>
		<description><![CDATA[My patience has finally run out with the most hailed, highly professional freeware web server environment package I&#8217;ve been using for ages. In lieu with my one year length work at home as webmaster (one many hats I wear), I&#8217;ve...]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://www.johnraul.com/images/vertrigoserv-web-server.jpg"> </p>
<p>My patience has finally run out with the most hailed, highly professional freeware web server environment package I&#8217;ve been using for ages. In lieu with my <a href="http://www.johnraul.com/365-days-of-home-computer-work/">one year length work at home</a> as webmaster (one many hats I wear), I&#8217;ve been suffering the dreaded&nbsp; &#8220;blue screen of death&#8221; (BSOD) randomly since I first used VertrigoServ on Windows Vista Home Premium. In fact, <strong>the BSOD I experienced from using VertrigoServ is the first I&#8217;ve ever seen on Windows Vista</strong>. And guess what it&#8217;s not fun.</p>
<p><span id="more-137"></span>
<p><strong>Why I Love VertrigoServ Ever Since</strong></p>
<p>As a webmaster, web developer and web designer, it is easy to fall in love with VertrigoServ web server environment in the first place. It is very lightweight, professional and easy to use with up-to-date components. As of this writing, I am using the latest version, VertrigoServ 2.21.&nbsp; It comprises fully-functional, up-to-date components that include:</p>
<ul>
<li>Apache 2.0.63
<li>PHP 5.2.6
<li>MySQL 5.0.51b
<li>SQLite 3.5.9
<li>Smarty 2.6.19
<li>PhpMyAdmin 2.11.7
<li>ZendOptimizer 3.3.3 and
<li>SQLiteManager 1.2.0</li>
</ul>
<p><strong>And Why I Am Starting To Dislike It</strong></p>
<p>I&#8217;ve been using VertrigoServ for more than a year and been happy with it when I was still working on my old personal computer running Windows XP Professional operating system. VertrigoServ&#8217;s web server environment is very stable and fast, outperforming Apache2Triad that I&#8217;ve known since my university days. VertrigoServ web server package features an easy to use, minimalistic user interface perfect for both beginners and advanced users. Now enough with good things, when I moved to Windows Vista Home Premium, VertrigoServ started to crash randomly showing the worst, disappointing and most dreaded Microsoft operating system screen &#8212; the &#8220;blue screen of death&#8221; or BSOD. And it is a <strong>puzzling problem since sometimes VertrigoServ loads successfully and sometimes not</strong>. </p>
<p>I just hope that this blog post will reach the developers behind VertrigoServ and will work to make their product more friendly and compatible with Windows Vista. Lots of avid users like me are using it and waiting for the beloved fix. I hope they would act soon before I decide to uninstall it due to annoyance. For now, I will stretch my patience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnraul.com/vertrigoserv-causes-blue-screen-of-death-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Web Development And Web Design Service For $30 Only</title>
		<link>http://www.johnraul.com/web-development-and-web-design-service-for-30-only/</link>
		<comments>http://www.johnraul.com/web-development-and-web-design-service-for-30-only/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 07:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[swish]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.johnraul.com/web-development-and-web-design-service-for-30-only/</guid>
		<description><![CDATA[Do you want to get your WordPress blog customized? Do you want to build your own website? Do you want to save money? Do you need customized solution and someone who can work for you under close supervision? Hmm, sounds...]]></description>
			<content:encoded><![CDATA[<p>Do you want to get your WordPress blog customized? Do you want to build your own website? Do you want to save money? Do you need customized solution and someone who can work for you under close supervision? Hmm, sounds like you&#8217;ve come to a right place. Today, I am now opening myself for web development and web design offers. I can be your personal web developer and guess what &#8212; I cost only <strong>$30 per page</strong>! That&#8217;s cheap!</p>
<p><span id="more-95"></span>
</p>
<p>First, I want you <a href="http://www.johnraul.com/about-john-raul/">to know me and check my credentials</a>.</p>
<p>Now, here are my web skills:</p>
<p><strong>Web Software Customization and Integration<br /></strong>I have a good understanding of web page standards and its direct effects with online marketing. I have developed sites and helped develop sites optimized for better search engine results (SEO). With this, you are assured that every web page that I develop is competitive and market-inclined.</p>
<p><strong>HTML/xHTML, CSS and SEO Consultation<br /></strong>I have a good understanding of web page standards and its direct effects with online marketing. I have developed sites for myself and other companies, and optimized them for better search engine results (SEO). With this, you are assured that every web page that I develop is competitive and market-inclined. My mastery with CSS, on the other hand, makes me very flexible when it comes to web interfacing. I know some techniques that will boost SEO as well without sacrificing the aesthetics of your website. I can provide you a link builder to hire if you need one for only $110 per month. With its price, the link builder will work 2 hours a day doing forum and blog commenting on sites relevant to theme and topic of your site, resulting a better inbound links and SEO competency when it comes to search engine page results (SERP).</p>
<p><strong>Article Marketing<br /></strong>I was involved with campus journalism during my university years. I can write an article about your website if you need better Web visibility or if you are building your site a good PageRank (PR).
<p><strong>PHP + MySQL Database Engine<br /></strong>I can build CMS systems from the scratch using PHP, though I cannot compete with the pace of a web development company who employs several web developers working on one website. I am adept with MySQL database language as well.</p>
<p><strong>Photoshop, Flash and Swish<br /></strong>I can do Photoshop, build flash animations and preloaders if your site needs one. Just tell me.</p>
<p>Now, those are my mainstream skills. I have a lot of skills and I cannot enumerate them all at once. Rest assured, if you become my customer, I can personally guarantee your satisfaction and privacy. Help me spread the word! <img src='http://www.johnraul.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnraul.com/web-development-and-web-design-service-for-30-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Resources For Web Developers At W3Schools</title>
		<link>http://www.johnraul.com/free-resources-for-web-developers-at-w3schools/</link>
		<comments>http://www.johnraul.com/free-resources-for-web-developers-at-w3schools/#comments</comments>
		<pubDate>Tue, 04 Mar 2008 10:12:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[magna cum laude]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sitepoint]]></category>
		<category><![CDATA[w3schools]]></category>

		<guid isPermaLink="false">http://www.johnraul.com/free-resources-for-web-developers-at-w3schools/</guid>
		<description><![CDATA[Talking about W3Schools, it’s one the best places in the Internet for aspiring and existing Web developers. Their website claims to be “the largest web developer’s site on the net” and I could barely oppose that. I’ll tell you why....]]></description>
			<content:encoded><![CDATA[<p><a href="http://w3schools.com/" title="W3Schools"><img src="http://www.johnraul.com/images/w3schools.jpg" alt="W3Schools" style="padding: 5px; float: right" border="0" height="93" width="408" /></a>Talking about <a href="http://w3schools.com/" title="W3Schools">W3Schools</a>, it’s one the best places in the Internet for aspiring and existing Web developers. Their website claims to be “the largest web developer’s site on the net” and I could barely oppose that. I’ll tell you why.</p>
<p>When I was still a struggling student, <a href="http://w3schools.com/" title="W3Schools">W3Schools</a> was my ultimate bible in web development. That website and <a href="http://www.johnraul.com/need-hosting-discussions-try-these-top-web-hosting-forums/" title="Site Forum">SitePoint</a>, a popular web development forum, are my last resort when I encounter computer programming difficulties. With no cost, W3Schools offer free and up-to-date tutorials to different Web languages that truly accelerated my learning. And yeah, I could say strongly that their resources influenced my previous scholastic achievement – I was hailed the Magna Cum Laude for the Information Technology department in our campus. Well honestly, I don’t care about that title but it definitely gave me an edge over rivals during my job hunting.</p>
<p>If you ever dreamed of becoming a web developer and create your own website but you are intimidated with the languages and codes that you might encounter – then make a head start in W3Schools. No computer programming education? No problem. They have tutorials on popular web languages like from beginners to advanced topics – starting from HTML, XML, browser scripting, server-side scripting, .NET, multimedia, and everything.</p>
<p>However, I would like to suggest that you do your study in the following order.</p>
<ul>
<li><strong>HTML/xHTML</strong>  &#8211; Learn how to write W3C-compliant web page, insert images, do preliminary web design using tables and explore the very foundation of web development. By the way, W3C unleashed xHTML 5.0 last January! For complete reference, <a href="http://w3schools.com/tags/html5.asp" title="xHTML 5">click here</a>.</li>
<li><strong>CSS </strong>– Improve the aesthetics aspect of your web pages by using style sheets, and slowly migrating from using tables to CSS tags &lt;div&gt; and &lt;span&gt;. <span></span></li>
<li><strong>JavaScript</strong> – learn how to validate your page and do client-side scripting.</li>
<li><strong>PHP / ASP.net</strong> – server-side scripting, personally I am inclined to PHP (I like it) because it is free. If you favor Microsoft, however, then choose ASP.net languages.</li>
<li><strong>MySQL </strong>– learn how to interact with databases and make your page content dynamic using the standard query language (SQL).</li>
<li><strong>AJAX </strong>– if you are good enough with PHP and JavaScript, explore the world of AJAX (Asynchronous JavaScript and XML) and learn how to do dynamic content without page reload.</li>
</ul>
<p>Well, you will need an HTML editor for your study. I recommend that you check out my previous post about <a href="http://www.johnraul.com/software-tools-you-need-to-be-productive-on-the-web/" title="Software You Need To Be Productive Of The Web">Adobe Dreamweaver</a> (among other software that will make you productive on the Web). Buy it if you have the enough dough or just use <a href="http://notepad-plus.sourceforge.net/uk/site.htm" title="Notepad++">Notepad++</a> for your HTML / coding needs. I also recommend that you <a href="http://www.johnraul.com/the-best-hosting-plan-for-bloggers-and-webmasters-ever-seen/" title="The Best Hosting Plan Ever Seen">get a hosting account</a> &#8212; having such will really, really boost your learning in many ways and make your online life more exciting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnraul.com/free-resources-for-web-developers-at-w3schools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

