Building a Site File Structure Template

When developing sites or projects, it helps to have an organized folder structure so that you can go back and find files easier, as well as have others easily understand how the website’s code works. We’ll also retain files in most of the commonly used folders so that every time you make a new site, you don’t have to rewrite practically identical code.
Read More »

Posted in General | 4 Comments

5 Things Not to Do While Web Coding

Creating websites is a complicated process and many coders can develop bad practices while creating them. Here’s 5 things not to do while web coding.
Read More »

Posted in General | 12 Comments

Optimizing Your PHP Apps

PHP is a very complex language and unfortunately at times it can be quite slow. Here are some easy things you can do that can speed up your application.
Read More »

Posted in PHP | 6 Comments

(X)HTML Templates

I often find myself writing the same code over and over for each new HTML or XHTML document I start. Below are some templates for various doctypes which you can copy and paste into any new (X)HTML documents you are creating. All of these validate.
Read More »

Posted in HTML | 4 Comments

CSS3 Alternatives for IE


Even with the upcoming release of Internet Explorer 9, which will theoretically have CSS3 support, a lot of people are guaranteed not to upgrade. There are many cool features made easy in CSS3 that are still available to these users. We’re going to cover the big ones.
Read More »

Posted in CSS | Leave a comment