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 integer
3/30/12
Using if statements in visual basic 2010
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 functional and at the same time of simple in the use editor - Codelobster PHP Edition.
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 and will be put into the CSV File.
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 :
The data is taken from MySQL database and then that data is displayed as it appears in the table. This is quiet a difficult task to do, but don't worry i have made this easy enough to understand.
We have already seen that CodeIgniter follows the MC pattern and hence we will not discuss more about CodeIgniter but will directly move on to the point.
PDF File with Tabulated Data |
The data is taken from MySQL database and then that data is displayed as it appears in the table. This is quiet a difficult task to do, but don't worry i have made this easy enough to understand.
We have already seen that CodeIgniter follows the MC pattern and hence we will not discuss more about CodeIgniter but will directly move on to the point.
3/3/12
Know your way around visual basic 2010
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 to add components from already existing software to help on syntax errors. There are many useful forums for support on using Visual basic 2010 so you will not feel alone if you come across a problem you cannot solve. The language itself is not to complicated and is an ideal place to start if your a young/new programmer looking to make simple to complex software and applications.