The Answer to “What Program Should I Make”
You’ve just learned a new programming language. You understand it quite well. But now, you’re unsure about what to make. What are your choices? I recently wrote a post PHP Projects That Hobbyists Can Make – WordPress Plugins, and I thought that the same thing could be applied to all the languages.
PHP Projects That Hobbyists Can Make – WordPress Plugins
This question practically comes up in every beginners forum. Once you’ve learned a language, what should you make with it? Well, in this post, I specifically address one of the “type” of things you can make with PHP. I’ll also explain why there are great possibilities here.
Learn Python 3 Now – Resources for Diving In
You’re all charged up, ready to start with Python 3. Now, all you need is a systematic resource to follow. And that is precisely what I’ll give you. If you haven’t already installed python, you can download the latest 3.x release from Python.org. If you’re on a Linux system, then use your repository manager to [...]
The Making of PHP Script to Show Category-Specific Ads in WordPress
If you’re looking for a solution to show different ads in your WordPress posts for different categories, then check out my post: Show WordPress Ads Based on Post Categories. In this post, I explain how the script works. This is for people who are interested in PHP and WordPress programming. Not just that. You will [...]
Show WordPress Ads Based on Post Categories
I’ve created a simple solution to enable you to show different ads based on categories. Let’s say you have a WordPress blog where you write about WordPress, Drupal and Joomla. You put posts related to each of them in their respective category. Now, you want the Durpal posts to show an ad (predesigned by you) [...]
How To Learn Programming – A Beginner’s Guide
All right, you’ve decided that you want to create your own software. Whether you want to write applications for the desktop, mobile phones or any other platform, this article will surely help you get started. First of all, you need to decide on a programming language to learn. There are a lot of general purpose [...]