Know absolutely nothing about websites? Or are you fairly experienced and looking to dive in deeper? Our comprehensive guide has a step-by-step, easy to follow and understand approach for creating a killer website. We don’t skip a single detail, from choosing and registering a domain name, all the way to in-depth SEO tactics, security and e-commerce implementations. And we break it down in layman’s terms so that it is easy for even the not-so-geeky to understand. We’ve collected it all in this handy index, so you can go through from start to finish, or skip sections you’re already familiar with…
Web Development
Install Ghostscript for Windows and GIMP
To get GIMP, the popular open-source image editing application, to recognize your GhostScript installation, you’ll need to set an environment variable in Windows as follows…
How to Vertically and Horizontally Center CSS?
Pre-css most centering was accomplished using the grid-like structure that tables provided. All fine and good, but the CSS positioning module offers layout options that tables could only dream of. Here’s how to vertically and horizontally center an element in pure CSS…
Looking to Access MySQL Via a Cron Job?
It can be handy to use a cron job (a process that executes at a specified interval and repeats) to perform mySQL tasks. In particular, we’re going to look at how to use a cron job to execute mySQL functions…
Useful XML and XSLT Tutorial with Example Stylesheet
XML stands for eXtensible Markup Language. XML is a meta language based entirely on user-specified semantics. It is therefore possible to create a page structure with user-defined tags and a DTD or XML Schema to describe the data. In other words, the XML describes itself. XML was designed to store, carry, and exchange data; not to display data…