Subscribe

Enter your email address:

Categories

 

December 2009
M T W T F S S
« Nov    
 123456
78910111213
14151617181920
21222324252627
28293031  

Archives

Disclaimer

© 2009 Zero Intellect. All rights reserved. The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway. This material is not sponsored or endorsed by any of the vendors mentioned in this website and their Logos are trademarks of their own and their affiliates.

Using the Windows built-in FTP Client

 

When you do not have a FTP Client or do no thave the time to download and install any of the free ones available on the internet, a good option is using the built-in FTP client of Windows which is a part of the Windows Explorer functionality. You can do almost everything a regular FTP client does,

Continue reading Using the Windows built-in FTP Client

Creating your favorite Favicon

 

A favicon (abbreviation for “favorite icon”) is that small icon displayed on the browser URL bar before the address, on the bookmark lists at the left of the text, navigation tabs and on shortcuts of websites on the desktop.

The purpose of the favicon is to give a nice look to your website and also to create

Continue reading Creating your favorite Favicon

Overview of a structure in C and C++

 

The following article gives a brief overview of the structure in C/C++. The structure was first introduced in C where the need to group variables into a single record arose. Variables normally were assigned a single value or were assigned multiple values of the same type (array). The introduction of the structure allowed for variables to

Continue reading Overview of a structure in C and C++