CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Articles

C Programming – Understanding Unions in C

Unions are another useful types in C language, where all of it’s members starts at the same location in memory. That means, all members of the Union, have the same address; whereas, members in Structures have different addresses. This unique quality of the Unions, saves the memory usage. Defining an Union in C By using, […]

How to remove “Font size Bigger.Reset.Smaller” from the website created using Joomla 1.7?

Joomla is one of the world’ s most popular open source CMS (content management system) used to easily create & build a variety of websites & web-enabled applications. This articles explains the steps to remove “Font size Bigger.Reset.Smaller” text from the website created by using Joomla 1.7 using beez2 template. Step 1. Login to the site’s […]

How to resolve “Validating Identity” error on Wireless Networks in Windows XP?

The following steps explain how to resolve “Validating Identity” error on Wireless Networks in Windows XP. Step 1. Double click on Wireless Network Connections icon from System Tray. It will open Wireless Network Connection Status window. Step 2. Click on Properties button. It will open Wireless Network Connection Properties window. Step 3. Select Wireless Networks […]

Scroll to top