Open Source Invoicing Software ? BambooInvoice
What is BambooInvoice ? BambooInvoice is free Open Source invoicing software intended for small businesses and independent contractors. Our number one priorities are ease of use, user-interface, and...
View ArticleIntroduction to the Smarty Templating Framework
Smarty is a PHP-based templating engine/framework. It allows you to further separate your business logic from its visualization, by removing as much PHP code as possible away from your views. Some...
View ArticleHow to Create Your First iPhone Application
What if you had a nickle for every time you heard: “I have the perfect idea for a great application!“? It’s the buzz on the street. The iPhone has created unprecedented excitement and innovation from...
View ArticleHow to : Select or Unselect all checkboxes using javascript
Introduction There are cases where we want to select all the checkboxes or unselect all the checkboxes, but their count are so many that we get irritated. Our users of the website or the system might...
View ArticlePHP : Array Functions Tutorial – Part 1
Previously I had written articles about array and its functions, but that was limited as I had posted only those functions which are used the most. You can refer those articles here : What is an Array?...
View ArticlePHP : Array Functions Tutorial – Part 2
This is continuation to Array Functions Tutorial. Previous Articles can be read from here PHP : Array Functions Tutorial – Part I What is an Array? Functions of Array- Array Tutorials Function : Check...
View ArticlePHP : Array Functions Tutorial – Part 3
This is continuation to Array Functions Tutorial. Previous Articles can be read from here PHP : Array Functions Tutorial – Part 2 PHP : Array Functions Tutorial – Part 1 What is an Array? Functions of...
View ArticleMath.floor() function in javascript
What is Math? Before we learn about Math.random() function I would like to tell you that Math is an object in javascript. The Math object includes several mathematical constants and methods. Math...
View ArticleHow to install MySQL and integrate it with PHP (Windows)
In previous 2 topics we learned how to install apache and php on windows machine. Now to make php fully functional only MySQL is remaining. Here we will learn how to install MySQL and to integrate it...
View ArticleWhat is LAMP server and How to install it
What is LAMP Server? The LAMP server (Linux, Apache, MySQL, PHP (or Perl) is one of the most important servers you might ever set up. It will happily serve up dynamic, database-driven web sites without...
View Article