Loading

  • Contents
  • Images
  • Styles
  • Scripts

Blog

A custom taxonomy was required for Locomotive types,these are categorized by wheel arrangement, for example 0-4-0 means there are four wheels with no leading or trailing axle. You can create custom taxonomies as either a plugin or in the themes functions.php file. the functions file was chosen here as the owner wanted the custom taxonomyread more

This tutorial shows how to clone a Git project from the Git repository and set it up to use Angular.js with node.js and Gulp automation, this asumes that the project uses this workflow and GIt and node are not installed on the local machine. 1) Install Git 2) install node.js 3) Open Gitbash and typeread more

Global fashion industry has reached to a height of excellence increasing importance of aesthetic qualities of things from apparel, footwear, shoulder bags to other fashion products. The trend is universal: both manufacturing and consumer economies are overwhelmed by the floods of fashion products. The revenue aspect of global fashion industry is equally eye-popping. Maybe almostread more

Clearly, this article is for beginners. If you have already built a website, then you know the satisfaction of publishing it and then tweaking it. I am going to make one major assumption that you have figured out what type of content you intend to publish, but need to determine how to get started. Thisread more

Taking our first lesson; Hello World Example, we are going to spice it up a bit and use variables with our PHP file. Let’s start right away by looking at an example then explaining what we did. <html> <head> <title>PHP Tutorial</title> </head> <body> <?php $var = “PHP is cool”; echo “<p>$var</p>”; ?> </body> </html> Asread more

One great thing about PHP is it is great for people that are new to web programming, it’s very easy to start with and also can get really technical for the veterans. PHP started as Personal Home Page tools, it was started to assist new users with programming. The syntax is very easy to useread more