What do I need to create a good Local Area Network (LAN) in my house? Do I need a router, a switch, a hub or combination of these? Sounds like a philosophical question that require deep analysis of network infrastructures. Continue reading Router or Switch or Hub
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.
Creating a WP tag cloud custom mod
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
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