Just a test blog
That's all folks!
Have you ever come across a website on your mobile or tablet that doesn't show quite right? You might see it's layout all messed up or it just won't allow you to navigate? Well, that's the result of a non-responsive web design. New devices with higher resolution, higher pixel density and more hardware are coming out everyday and support for old...
If you're reading this, you must know how to program in C++, If not read my C++ - Introduction Here first and then continue on with this tutorial. The purpose of this tutorial just to keep you in practice, if you're learning C++ then this could be a good practice. Calculations in C++ are quite like many other languages, you could simply add/subtract/multiply...
I recommend you read 'How To Create Your Own Android App' before continue reading this or this might not make any sense to you. Running the Android Virtual Device Emulator: Open Eclipse and load up your recent android project. (If you don't know how to or what is eclipse, read This) Now goto Run > Run Configurations And select the 'Target'...
Android is Not one of the most popular Operating Systems but Is the most popular mobile Operating System up to date. Android is running on more than 192 million devices world-wide and has more than 1.2 million Apps on App Store. I believe if you have the creativity and the right set of skills, you could become the next Android App Millionaire. So,...
If you don't have any knowledge of PHP, I urge you to read my PHP - Introduction and How To Set Up a Local Server To Test PHP Scripts first and then get on with this tutorial. To make a calculator, you need to make a process.php file along with your index.php: Then, create a form in your 'index.php' with an action event pointing...
Well, you must have seen this on some website that when you hover over some object which has text or anything written in it the text changes along with the object visualization, How is that happening? What magic is behind that effect? Maybe I might've exaggerated this a little bit but it is no 'biggie'. These are rather one of the 'cool' properties...
Introduction: PHP is a server-side programing language used for general purpose programming and web development. It's creator Rasmus Lerdorf created PHP in 1995 and since then it has been installed in 244 million websites and 2.1 million web servers. Some things that you should aware of about PHP is that it can directly be embedded into main HTML...
Introduction: C++ is programming language. It is regarded as an intermediate-level language as it comprises both high-level and low-level language features. C++ has been around from quite a while now, It's founder Bjarne Stroustrup started working on it in 1979 and by 1983 it was out and being used to program. Many popular programs you use today...
JavaScript is a very simple and delicate language. It is sometimes called a "Client-Side Scripting Language" because it runs on your browser and process all the data on your computer instead of doing it on the server like PHP. It has been around from a while now. More than 3 Billion devices run JavaScript and supports JavaScript programs. It's fairly...