Before you get deep into this article, I recommend you read the official documentation on WordPress(WP) tag cloud modifications on wordpress.org website. Here is a Continue reading Creating a WP tag cloud custom mod
Category Archives: Computer Science
Computer Science (CS) and Information Technology (IT) related items will be posted under this category. Topics include, but not limited to, system administration, hardware/software troubleshooting, coding/programming (PHP, HTML, Java, Python, etc) and more.
Introduction to writing a WordPress plugin
If you step into the web development world using HTTP (Hypertext Transfer Protocol) language, almost every file you created in “those days” must be in .html or .htm format. the Internet WWW (World Wide Web) infrastructure has changed at a rapid rate since the introduction of standardized HTTP language.
Without a header, it is just a code file.
Command Prompt (CMD) tricks you should know
In this graphical computer age, you don’t have to know how to use Windows DOS Commands. Almost everything can be down through interactive graphical interface on Windows. Even on several Linux based operating systems, Continue reading Command Prompt (CMD) tricks you should know
Multiple operations using a single input
Last time we talked about the basics of Python 3 programing language. Using the basic principles we learned about variables, we will create a unit conversion program for weight.
The first step Continue reading Multiple operations using a single input
Introduction to programming using Python
Python is a powerful high level programming language that is relatively easy to learn. It is used in several different industries from network based gaming(eg. WOW) to database management (payroll). This is why most high educational institutions offer Python 3 (the most recent version as of 2012) as an introductory course. Continue reading Introduction to programming using Python