CodeSteps

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

OpenGL – Open Graphics Library – An introduction

OpenGL (Open Graphics Library) is an industry standard API used to render 2D and 3D Vector graphics. It is so popular because, it is a portable, cross-language and cross-platform Application Programming Interface written in C language. OpenGL was initially developed by SGI (Silicon Graphics Inc.,) and released to the market in the year 1992. This […]

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 […]

Scroll to top