<?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>Josef Nankivell &#187; Bright Hub</title>
	<atom:link href="http://josefnankivell.com/category/articles/brighthub-articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://josefnankivell.com</link>
	<description>Student, geek, persistent polemicist</description>
	<lastBuildDate>Sun, 23 May 2010 17:01:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux GUI Tools for MySQL</title>
		<link>http://josefnankivell.com/articles/linux-tools-mysql/</link>
		<comments>http://josefnankivell.com/articles/linux-tools-mysql/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 15:20:27 +0000</pubDate>
		<dc:creator>Josef Nankivell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Bright Hub]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://josefnankivell.com/?p=190</guid>
		<description><![CDATA[As much as developers and server admins love their SQL, it always helps in having GUI tools to make the process more efficient, faster, and simplified. There is a misconception that free tools for this purpose aren't available for Linux. Here I'll describe 3 tools to make our lives easier.


Related posts:<ol><li><a href='http://josefnankivell.com/web/a-beginners-guide-to-programming-php-on-linux/' rel='bookmark' title='Permanent Link: A Beginners Guide to Programming PHP on Linux'>A Beginners Guide to Programming PHP on Linux</a> <small>In this series of articles I'll be teaching you the...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>MySQL is definitely one of the leading open source database projects around, and mainstream companies like Google and Yahoo! have successfully incorporated MySQL into their highly powerful and scalable server platforms. LAMP stacks are increasingly becoming popular, and MySQL is a great tool for beginners and students to learn databases. As much as developers and server admins love their SQL, it always helps to have GUI tools that make the process more efficient, faster, and simplified.</p>
<p><strong>MySQL Administrator</strong></p>
<p style="padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; line-height: 1.5em; margin: 0px;"><a style="color: #3399cc;" href="http://www.mysql.com/products/workbench/index.html" target="_blank">MySQL Administrator</a><strong> </strong><span>is a powerful visual administration console from the MySQL folks that enables users to easily administer their MySQL environment and gain significantly better visibility into how their databases are operating. It integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface. With tons of options to administer, monitor, troubleshoot, and replicate, it&#8217;s a must have for all MySQL database admins. </span></p>
<p style="padding-top: 5px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px; line-height: 1.5em; margin: 0px;">Read the rest of my article <a title="Linux GUI Tools for MySQL" href="http://www.brighthub.com/computing/linux/articles/11026.aspx" target="_blank">here</a>.</p>


<p>Related posts:<ol><li><a href='http://josefnankivell.com/web/a-beginners-guide-to-programming-php-on-linux/' rel='bookmark' title='Permanent Link: A Beginners Guide to Programming PHP on Linux'>A Beginners Guide to Programming PHP on Linux</a> <small>In this series of articles I'll be teaching you the...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://josefnankivell.com/articles/linux-tools-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Beginners Guide to Programming PHP on Linux</title>
		<link>http://josefnankivell.com/web/a-beginners-guide-to-programming-php-on-linux/</link>
		<comments>http://josefnankivell.com/web/a-beginners-guide-to-programming-php-on-linux/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 20:23:59 +0000</pubDate>
		<dc:creator>Josef Nankivell</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Bright Hub]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[brighthub]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://josefnankivell.com/?p=105</guid>
		<description><![CDATA[In this series of articles I'll be teaching you the basics of using PHP, and showing you why I think it's the best language for web development.


Related posts:<ol><li><a href='http://josefnankivell.com/articles/linux-tools-mysql/' rel='bookmark' title='Permanent Link: Linux GUI Tools for MySQL'>Linux GUI Tools for MySQL</a> <small>As much as developers and server admins love their SQL,...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>This is the first article in a series for programming with PHP in Linux. This article will provide you with a brief introduction to the open-source PHP language and show you how to set up your Linux, Apache, MySQL, PHP programming environment and code your first PHP application.</p>
<p><strong>Introduction</strong></p>
<p>What is PHP? PHP is a recursive acronym stands for PHP Hypertext Preprocessor. In your hours spent trawling the Internet you have probably come across PHP numerous times. You may not know how powerful the language is, and what it can do and you may not have even seen any PHP code before now! PHP has the awesome position of being the only open-source server-side scripting language that&#8217;s both powerful and satisfying to learn!</p>
<p><strong>Why Use PHP?</strong></p>
<p>HTML is completely static. By using and HTML, we can create dynamic sites that will change depending on certain conditions. Not to mention that PHP is powerful, scalable and best of all, free. Data-driven applications can be mashed up quickly with the built-in database support in PHP, add an excellent manual, a friendly community and a price of zero &#8211; and you&#8217;ve got my favourite programming language!</p>
<p><strong>Setting Up Your Environment</strong></p>
<p>As with all programming languages, before you begin to staring programming PHP, you need to have a development environment set up on your box. In the following PHP tutorial we will be using PHP with the Apache Web server running on Linux. However, you can just as easily use PHP with Apache on any operating system. Detailed instructions on how to set up a LAMP (Linux, Apache, MySQL, PHP) development environment on are here, in another of my articles.</p>
<p><strong>Learning Some Syntax</strong></p>
<p>PHP code sits inside a page with the HTML, as with HTML it is made up of plain-text. Therefore, a page that shows &#8220;We are about to learn some awesome PHP skillz (yes, skills with a z)&#8221; would be inside an HTML page named filename.php like this:</p>
<blockquote><p>&lt;html&gt;</p>
<p>&lt;head&gt;</p>
<p>&lt;title&gt;Bright Hub Article&lt;/title&gt;</p>
<p>&lt;/head&gt;</p>
<p>&lt;body&gt; &lt;p&gt;That is some simple PHP code below:&lt;/p&gt;</p>
<p>&lt;?php</p>
<p>echo &#8216;Hi, my name is Josef&#8217;;</p>
<p>?&gt;</p>
<p>&lt;/body&gt;</p>
<p>&lt;/html&gt;</p></blockquote>
<p>See? The HTML is rendered as HTML and the code between the <strong>&lt;?php</strong> and <strong>?&gt;</strong> gets executed as PHP.</p>
<p>You may notice some instances where the &#8220;php&#8221; after the question mark is missing. This is a lazy practice known as &#8220;PHP short tags&#8221; &#8211; full tags should always be used! Also, PHP statements end in a semi-colon, however, a semi-colon is not required to terminate the last line of a PHP block, as the PHP closing tag ?&gt; contains a semi-colon.</p>
<p><strong>Next Time</strong></p>
<p>I hope you enjoyed this brief introduction to PHP and that you come back for part two! In the next article we will take a look at more statements, how to comment and execute your beautiful PHP code!</p>
<p>View the rest of the article series at Bright Hub:</p>
<div>
<div>
<div>1. <a title="Programming PHP Tutorial" href="http://www.brighthub.com/computing/linux/articles/46433.aspx"><span id="relatedArticlesBottom_botRA_ctl01_seriesArticleTitle">A Guide to Linux Programming with PHP</span></a></div>
<div>2. <a id="relatedArticlesBottom_botRA_ctl02_hypArticleLink" href="http://www.brighthub.com/computing/linux/articles/46518.aspx">A Guide to Linux Programming with PHP &#8211; Commenting and Executing Code</a></div>
<div>3. <a id="relatedArticlesBottom_botRA_ctl03_hypArticleLink" href="http://www.brighthub.com/computing/linux/articles/46517.aspx">A Guide to Linux Programming with PHP &#8211;  Variables &amp; Data Types</a></div>
<div>4. <a id="relatedArticlesBottom_botRA_ctl04_hypArticleLink" href="http://www.brighthub.com/computing/linux/articles/46533.aspx">A Guide to Linux Programming with PHP &#8211; HTML Forms and PHP</a></div>
<div>5. <a id="relatedArticlesBottom_botRA_ctl05_hypArticleLink" href="http://www.brighthub.com/computing/linux/articles/46649.aspx">A Guide to Linux Programming with PHP &#8211; Arrays</a></div>
<div>6. <a id="relatedArticlesBottom_botRA_ctl06_hypArticleLink" href="http://www.brighthub.com/computing/linux/articles/46780.aspx">A Guide to Linux Programming with PHP &#8211; Associative and Multidimensional Arrays</a></div>
</div>
</div>


<p>Related posts:<ol><li><a href='http://josefnankivell.com/articles/linux-tools-mysql/' rel='bookmark' title='Permanent Link: Linux GUI Tools for MySQL'>Linux GUI Tools for MySQL</a> <small>As much as developers and server admins love their SQL,...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://josefnankivell.com/web/a-beginners-guide-to-programming-php-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
