wordpress

Understanding and Working with Data in WordPress

By Rachel McCollin A WordPress website consists of three main elements: The WordPress installation itself The contents of the wp-content directory which includes the themes, plugins and uploads The database, where all the content is stored. Most WordPress users never come into direct contact with the database and may not even be aware that it’s […]

swift

An Introduction to Swift: Part 2

By Michael Musallam In the first article of this introductory series on Swift, we talked about Swift’s philosophy, took a first look at its syntax, and highlighted a few key differences with Objective-C. In this article, we continue our exploration of Swift’s syntax. You’ll also learn about optionals and see how memory management works in […]