Google Ebooks
Scrubs made of high quality fabric
Accesories, jackets, scrubs pants, uniform, nursing uniforms, scrub tops, nursing scrubs and etc., are what men and women loves. They said age does not matter when it comes to fashion. Everyone loves fashion whether you are a man or woman or even children can also have their own fashion in fact. Yes, this is what we are looking for but the problems are where to buy cheap scrubs this items in just a cheap price and most of all we can assure of its quality. It is better that we have to choose the best store where we can purchase this item which has a good quality and can be use for a long period of time.
There is a site that offer and sale different type of scrubs from scrubs to uniform. Best suite for male or female, young or old. You can checkout or visit the website by just simply clicking the link given in this article and you will be redirected to their site. I can assure you that they made scrubs with high quality because, their scrubd are made with high quality fabric. So try now and inquire about their services and item offered for only low prices which can help you save money. Try to visit their site by simply clicking this link, http://www.blueskyscrubs.com/categories/Scrubs/Scrubs-for-Women/ God bless and thank you.
How to declare variable in Coldfusion
In this tutorial, we will know the basic of how to declare a variable using Coldfusion web programming language. One of the first step in learning Coldfusion is to know on how to declare its variable and what are the syntax to avoid error in execution of the program.
Sample Declaration:
#firstname# = “John larry”;
#middlename# = “Abellanosa”;
#lastname# = “Limbo”;
This is the basic on how to declare a variable in Coldusion (CFM). Coldfusion uses the number sign (#) to declare its variable. In declaring variable in Coldfusion do not for get to put the number sign (#) in the beginning ang in the end to avoid syntax error.
If there are some comments or questions about this article just CLICK THIS LINK to be redirected to the forum page.
How to add two numbers using PHP
<html>
<head>
<title>Title goes here</title>
</head>
<body>
<form action="" method="post">
<label>Enter Num1:</label>
<input type="text" name="num1" /><br>
<label>Enter Num2:</label>
<input type="text" name="num2" /><br><br>
<input type="submit" name="btn_submit" value="Add">
</form>
<?php
if(isset($_POST['btn_submit']))
{
$num1 = $_POST['num1'];
$num2 = $_POST['num2'];
$total = $num1+$num2;
echo "The total value is: ".$total;
}
?>
</body>
</html>
If there are some comments or questions about this article just CLICK THIS LINK to be redirected to the forum page.
How to declare a variable in PHP
It is one of the most common error of a programmer in PHP which is on how to declare a variable. Every programming language recquires varaiable declaration because variables are being use to store your temporary data. Sometimes programmers for got and sometimes failed to declare a variable in which it causes an error to their programs. The dollar sign symbol ($) uses to declare a variable in PHP. In other web programming language such as Coldfusion it uses double number sign (##). For PHP case $ is the only one that being use to declare a variable and no other than. Below is the sample of variable declaration and together with its output.
PHP Code:
<?php
$firstname = "John Larry Limbo";
$middlename = "Abellanosa";
$lastname = "Limbo";
echo "My firstname is: ".$firstname."<br/>";
echo "My middlename is: ".$middlename."<br/>";
echo "My lastname is: ".$lastname;
?>
Dont for get to put the php opening ang closing tags before you run the code cause it might cause an error on your program. As you notice I use dot(.) on my code. The function of this dot is to concatenate the string “ My firstname is: ” with the value of the variable $firstname and same with the other. Observe carefully the ouput below or you may try it with your own. Just send me a comment if the code does not run or it returns an error.
Sample ouput:
If there are some comments or questions about this article just CLICK THIS LINK to be redirected to the forum page.
Moodle 2.0 Customizing - ELMS



Student Management System - PHP
This is one of my new creation which is the Student Management System using the PHP language. This is our project during our System and Analysis and Design. Together with my group Ms. Shinette V. Jamora, Mr. Dave Angelo Gutierrez and myself made and design the concept of this system. Here is a sample login design of the system.

We also choose to have the mySql database to be the back-end database of the system. As of now we are trying to make the design of the system to be compatible with different types of browser including the IE8. Actually the design is currently under testing stage.
We also use jQuery in this system, CSS also and a little bit of scripting languages. In making and coding also we use our own coding standard we create a mini MVC or Model View Controller framework in order for us to make the coding more easier and faster, because we only have 2 months to finish this including already the planning, designing, data gathering, testing and debugging and then the final defense for the finale.
Home interface is being shown below:

N-Viro International Corporation
Being bothered, because of your waste and garbage’s? Don’t know what to do with it? Then I have a better solution for you and I know that it can really help you most or even through out to your whole life and even the coming generation of yours.
Well there were so many ways on how to dispose our waste and garbage but do you know that in our waste and garbage we can produce an alternative energy or either a waste to energy or renewable energy. Not only that but also we can produce opportunity fuels and even clean coal. Amazing right? Well there is only a company that offer that kind of services and that is the N-Viro International Corporation. So don’t bother anymore your garbage and waste but think of this better solution in which it can help you most and especially can help to save our Mother Nature and earth. So visit now their website by just click the given link in this article.
PHP - Online Enrollment System
and this is some of its functions and interfaces, actually this is the admin page which the admin has all the access of all the accounts of the employee.
If you were interested with my post or you want me to help you even though a little in your project then just
dropped a comment and your contact email or your yahoo messenger ID.
Welcome 2nd SemEster 2009-2010
This semester I am going to do my best in order for me to learn another knowledge in which could help me to become a better person and man in the future.

