I’ve done some changes and added some resources in my downloads section. After about one month of procrastinating and developing, I’ve finally able to release my first WordPress theme. Although it’s not really a theme that’s designed for anything or subject, it’s more of a WordPress framework that will help me develop my future themes. I’ve decided to release it as well to the open public so that other people may use it as a framework and build upon it.

Read on…

Who wants to do tedious things when there are already made or automated for you? There are many useful resources, templates, and websites that can save a developer a lot of time when developing a website. I use these tools constantly during development to fill up some temporary content to test out spacing, or fill up a wordpress theme so that everything won’t be missed when coding the blockquotes, the heading tags, and so forth.

Read on…

Cascading Stylesheet or CSS for short is one of the way web developers use to design an HTML site. With CSS and images, you can make any site design whether it’s a simple portfolio site, or a Wordpress theme.
Read on…

There are different ways to make a list of items in HTML. In this tutorial, you will learn about 2 ways that are used the most often. In addition, you will learn when and how to implement lists.
Read on…

From the past tutorials, we learned about the Head and Meta Tags and we also learned the tags for Images and Hyperlinks. Now we are going to dive into the main part of coding which is Body. The body will contain your content and I’m going to show you the basic markup that’s found in nearly all websites and blogs.

Read on…