Author Archives: chicoi08

About chicoi08

I love making great things using my computer. From programming to designing to blogging. I enjoy doing them. I hope this website can help some people out there.

The Range of Visual Studio 2010 Express Products

There are a few products in the Microsoft Visual Studio 2010 Express range. This includes a Visual Studio Express for Windows Phone. With this, you will be able to get started on developing applications for phones.

Host Gator Discount Coupons – 2011

So you are looking for host gator discount coupons?
webbrowser

Visual Basic .NET – Simple Web Browser

Learn how to create a simple web browser using Microsoft Visual Basic Express Edition 2010

C Programming Tutorial 6 – Assignment Operator

C programming assignment operator is one of those that is used frequently. This is just another crucial thing to learn.

C Programming Tutorial 5 – More on C Variables Part 2

Programming with C language or any other programming language means constant changes to values that are stored in variables. This is the continuation of the previous lesson about Variables. You can see the previous part here.
Mozilla Firefox Logo

How to – Change My Ip Address

So you are wondering how to change your Ip Address. Maybe because you cannot access as certain video on youtube or a website that prevents you from accessing because of your your detected location or you just want to search the web anonymously for additional security.
Figure 2.0 - variable names

C Programming Tutorial 5 – More on C Variables

Variables are crucial to programming. We need to learn what and how to use them. In this tutorial we will learn all the basics of using c variables.
3rd look

Alpha Test Update: How About a New Design?

After Several weeks of planning and creating, the new ITechSociety.com design is now almost done. As part of the Alpha test Phase 2 this theme is now under test.

Flow chart of Ranging of numbers

C Programming Examples – Range of Numbers

Problem: Create a program that will ask a user to enter a starting number and ending number and then print all the numbers between the ranges. If the starting number is greater than the ending number, print the numbers in descending orders.

Example Output 1 Enter the starting number: 5 Enter the ending number: 10 5 6 7 8 9 10