Code

Writings about web development especially PHP and JavaScript.

How to Limit Content in WordPress 5

How to Limit Content in WordPress

This is an old article describing old-fashioned ways of limiting content. I’m publishing a new article on this topic very soon so make sure you subscribe below. Have you seen those cool magazine style WordPress themes around this days? They are just cool. You might have noticed that they sometimes show a few words of

How to Limit Content in WordPress Read More »

Easy PHP I: Introduction 6

Easy PHP I: Introduction

I’ve been involved with PHP since I got into the web design and development world. This is because since in my beginnings I chose to use WordPress as a CMS to build websites with and since that day I have been needing PHP to build WordPress themes (and plug-ins lately). I have learned a lot of PHP tips and tricks, but I have not yet been able to study it regularly and eventually an advanced programmer as I aim.

Easy PHP I: Introduction Read More »

Terminal Tip #1 – Aliases

This is my first Ubuntut, and for it I’d like to start off with a productivity tip. We’re going to create a bunch of aliases (shortcuts) for commands we use often. The first step is to open up your user’s .bashrc file, conveniently located in your home directory with all the other configuration files. The

Terminal Tip #1 – Aliases Read More »

Practical Python Programming

Welcome to my Practical Python Programming post, hopefully this will be the first of many. If you have been following my ‘An Introduction to Python Programming’ posts series, then you may already know that in this post we are going to be having some fun. We are going to be creating a text based ‘Guess the Number’ game.

Practical Python Programming Read More »