CodeSteps

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

Month: January 2012

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

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

Scroll to top