CodeSteps

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

Articles

How to fix the error “Strict Standards: Accessing static property JCache::$_handler as non static” in cache.php on line 422 in Joomla 1.7.3?

“Strict Standards: Accessing static property JCache::$_handler as non static” error will get when you access the Site ater insatlling  Joomla 1.7.3. Just you can open the mentioned file and go to the line where you are getting the error, and modify the code. The following code steps will help to fix this error in cache.php on line […]

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