In order to write good code, you need to have a strong understanding of the basics. This guide provides ten helpful techniques.
Tag: Beginner
Read GSwR VI: Stay Classy with Ruby and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Time to wield some sweet Photoshop skills as we make tasty cookie-flavored textured typography -- and just in time for your Valentines day too.
Use Rockmongo to create databases, collections and documents, query collections, and import and export data in MongoDB.
Sometimes you just want a simple webshop. You need it to work and that’s about it. That’s possible with WooCommerce!
Recursion is a truly powerful concept. See how it compares to iteration, how to write recursive functions, when to write them, and why you would want to.
Take a look at the the Ctype functions used to verify whether the characters in a string are of the correct type; what checks exist, and how they're used.
Learn how counting systems are structured, how to convert between various number system, and how to use binary operators in PHP.
Denise Jacobs goes through some basic exercises in cleaning up CSS code, before going on to improve code with the latest best practices.
Using PHP’s SimpleXML extension that was introduced back in PHP 5.0, working with XML is very easy to do.
In this part I’ll be digging deeper into OpenCart and talking about adding options, attributes, attribute groups, and most importantly adding categories and products. Kindly enjoy.
In this two-part series I’ll explain all of the necessary steps to create your own e-commerce site with OpenCart. In this article I’ll start with its installation.
Here are some of the leading footnote plugins for WordPress which make referencing sources as footnotes and endnotes a breeze.
An Easter egg is a hidden feature completely unrelated to normal functionality that coders put inside their software. Create your first PHP Easter egg.
Learn several different ways to retrieve and filter a list of files and directories in PHP using both basic PHP functions and SPL Iterators.
Cookies are information stored on a user's computer by the browser. Learn how to work with them in PHP to add state to your application.
Install the popular Windows-based web development platform WampServer and develop your next killer PHP app on your local machine.
Read Working with Files in PHP and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Automatic CSS3 Prefixer and Compressor and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read PHP String Handling Functions and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Learning Loops and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read A Tour of PHP.INI and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Read Defining and Using Functions in PHP and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
Professionals in any capacity always practice. This article walks you through a series of exercises to help you practice using regex.
A session is the logical link between page requests by the same user. Learn how to create them, destroy them, and keep them secure.
Errors are the most common event a developer faces. Learn about PHP's error levels, using Exceptions, and how to use custom error handlers.
The ternary operator offers an abbreviated notation for writing conditional statements. Learn how to use it properly.
Read Sending Emails with PHP and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.
PHP offers over 70 array-related functions and it's important to develop a familiarity with them. Learn some of the ones you'll use most.
Superglobals are specially-defined array variables in PHP that make it easy you to access information about a request or its context.