<rss version="2.0">
<channel>
<title>Java Samples - Tutorials, articles and everything about Java</title>
<description>Get free Java Tutorials, Java Samples, Java articles.</description>
<link>http://www.java-samples.com/</link>
<copyright>All Rights reserved java-samples.com</copyright>

     <item>
        <title> Different versions of PHP - History and evolution of PHP</title>
        <description> It was eight years ago, when Rasmus Lerdorf first started developing PHP/FI. He could not have imagined that his creation would eventually lead to the development of PHP as we know it today, which is being used by millions of people. The first version of PHP/FI, called Personal Homepage Tools/Form Interpreter, was a collection of Perl scripts in 1995. One of the basic features was a Perl-like language for handling form submissions, but it lacked many common useful language features, such as for loops.</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=889</link>
        <pubDate> Fri, 21 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title> Variables in PHP</title>
        <description> Variables in PHP are quite different from compiled languages such as C and Java. This is because their weakly typed nature, which in short means you don't need to declare variables before using them, you don't need to declare their type and, as a result, a variable can change the type of its value as much as you want.</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=890</link>
        <pubDate> Fri, 21 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title> isset() function in PHP</title>
        <description> isset() determines whether a certain variable has already been declared by PHP. It returns a boolean value true if the variable has already been set, and false otherwise, or if the variable is set to the value NULL.</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=891</link>
        <pubDate> Fri, 21 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title> unset() and empty() functions in PHP</title>
        <description> unset() undeclares a previously set variable, and frees any memory that was used by it if no other variable references its value. A call to isset() on a variable that has been unset() returns false. empty() may be used to check if a variable has not been declared or its value is false. This language construct is usually used to check if a form variable has not been sent or does not contain data. When checking a variable's truth value, its value is first converted to a Boolean according to the rules in the following section, and then it is checked for true/false.</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=892</link>
        <pubDate> Fri, 21 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title> The History and Progress of SAP</title>
        <description>              You would have heard this word quite a number of times 'SAP'. This word (or an abbreviation) which brightens many an eye. For a IT professional it symbolizes a dream career, for a customer a sigh of relief, for SAP partner a sigh of joy. 'SAP' rather a small word but it has become a part or cause of life for many in a short span of time, what is it? What it does? Is what we are going to see in this article</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=884</link>
        <pubDate> Sat, 08 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title>                Reasons for a company to implement SAP for its business process</title>
        <description> SAP is a business process module which helps a company to remodel its business process, fine but how it replaces the old and trusted process and gives immense returns to the company. Why should a company change the process it has been practicing all these years?</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=885</link>
        <pubDate> Sat, 08 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title> 'Using If with And' and Comparing two integers using If</title>
        <description> The If condition statement in VB.net is a handy tool let's take a look at the immense usage it throws</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=886</link>
        <pubDate> Sat, 08 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title> Nested If and Single line if statement</title>
        <description> There are number of ways in the usage of if in VB.net lets look at the most fascinating two methods of them</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=887</link>
        <pubDate> Sat, 08 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title>             Sample Interview questions for SAP R/3(Part 1)</title>
        <description> Want a electrifying career in SAP, here are some interview questions that will thrown at you, take a sneak peak and freak out </description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=888</link>
        <pubDate> Sat, 08 Nov 2008 00:00:00 MST</pubDate>
     </item>  
     <item>
        <title> .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</title>
        <description> Is your website which was working without a flaw suddenly shows a 404 File not found for all the pages. If this is the case then double check your error logs in your server. If you are using a hosting provider then you can access the logs from your control panel. When you read the raw error logs you would see something like this. .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=881</link>
        <pubDate> Sun, 26 Oct 2008 00:00:00 MDT</pubDate>
     </item>  
     <item>
        <title> Prompts, Command Lines, Prompts, and irb in Ruby on rails</title>
        <description> There are two kinds of prompts command-line prompts and irb prompts. If you type a command meant for the command-line interpreter to irb (or vice versa), you'll get confusing results. If what you see on your screen is nothing like what the book tells you to expect, check that you're typing at the right prompt.</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=874</link>
        <pubDate> Fri, 17 Oct 2008 00:00:00 MDT</pubDate>
     </item>  
     <item>
        <title> Naming conventions in Ruby on rails</title>
        <description> A Ruby name may contain letters, numbers, and the underscore character (not a hyphen). Names can't begin with a number, nor may they include spaces. Case matters: my_ship is not the same name as my_Ship.</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=875</link>
        <pubDate> Fri, 17 Oct 2008 00:00:00 MDT</pubDate>
     </item>  
     <item>
        <title> Command-line Arguments in Ruby on rails</title>
        <description> Command-line arguments are available as strings in the array named ARGV. For example, consider this command line:</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=876</link>
        <pubDate> Fri, 17 Oct 2008 00:00:00 MDT</pubDate>
     </item>  
     <item>
        <title> Methods in Ruby on rails</title>
        <description> Ruby methods let you create new verbs (messages) in the Ruby lan- methods guage. It's a bit confusing that two closely related ideas messages and methods have such similar names. </description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=877</link>
        <pubDate> Fri, 17 Oct 2008 00:00:00 MDT</pubDate>
     </item>  
     <item>
        <title>  if . . . elsif . . . else in Ruby on rails</title>
        <description> Here is Ruby's if statement in all its glory, wrapped in a method:</description>

        <link>http://www.java-samples.com/showtutorial.php?tutorialid=878</link>
        <pubDate> Fri, 17 Oct 2008 00:00:00 MDT</pubDate>
     </item>  
  

</channel>
</rss>