In today's tutorial I am going to be showing you how to use integer function in visual basic. Now all you need to know about integer is that it tells the program that you are making a completely new action. And to show you how to do this I'm going to show you how to duplicate a form using a inte...
3/30/12
Using if statements in visual basic 2010
Today I will be showing you how to use the all famous if statements in visual basic 2010, They are fairly easy to use. if statements allow you to create more complex functions for your program...
Codelobster PHP Edition - Free PHP, HTML, CSS, JavaScript editor (IDE)

For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select free of charge very...
3/27/12
Generating CSV file using CodeIgniter Framework
I have already written posts on how to generate pdf files using CodeIgniter Framework and also on how to generate tabulated pdf file using CodeIgniter Framework.
This post will help you to generate a CSV file using CodeIgniter. The data for the CSV File will be taken from the MySQL Database...
3/12/12
Generating tabulated PDF file from database using CodeIgniter

After my previous post on Generating PDF Files from Database using CodeIgniter, this is post which will teach you how you can generated pdf files with data displayed in a tabular format. Like below...
3/3/12
Know your way around visual basic 2010
In this tutorial I will be showing you your way around certain tools and services you will use a lot while you follow these tutorials so first of all you will need to open up your visual basic which...
3/1/12
An introduction to using Visual Basic 2010
Visual basic is an IDE that allows you to make a GUI and then make it do what you want writing code in a language called visual basic. Visual Basic has many useful tools such as the ability...