tutorials

  • PHP is so fun

    I have been meaning to post a tutorial on how I built my first website at tealsparrow.com using nothing but PHP, HTML, and CSS. Hand coding the global element HTML and making sure it is the same on all pages by hand is an absolute nightmare, and using JS to insert it would be frustrating… Continue reading

  • Steps for Creating a Webpage with Changeable Themes

    ContentsWhat are Themes Good For? Setting Up the HTML Document Setting Up the Page Structure Writing the Page Content Setting Up the Theme Selector Menu HTML Setting Up the CSS Adding the Common CSS File Designing and Including the Theme CSS Setting Up the JavaScript Reviewing the Code and Output What are Themes Good For?… Continue reading