How to Make a Personal Resume Website: From a WordPress Theme

What You’ll Be Creating In the modern work world, a simple resume is often not enough. Sure, it’s imperative to send it along with any job application, but if you truly want to stand out you need to go a step further.  And nothing makes you stand out more than a personal website that showcases your education… Continue reading How to Make a Personal Resume Website: From a WordPress Theme

20 Best Social Plugins for WordPress

With around 3 billion people in the world using social media, you can’t afford not to use social plugins on your WordPress site.  Adding social widgets, such as the Facebook like button, Twitter buttons and social share buttons, can help to drive some of those billions to your site and social accounts, and can even… Continue reading 20 Best Social Plugins for WordPress

How to Use Sessions and Session Variables in PHP

Session handing is a key concept in PHP that enables user information to be persisted across all the pages of a website or app. In this post, you’ll learn the basics of session handing in PHP. We’ll start with an explanation of how sessions work and how they are related to cookies. Then we’ll look… Continue reading How to Use Sessions and Session Variables in PHP

Migrating a WordPress Website In Under 10 Minutes: The Ultimate Guide To The Duplicator Plugin

Thinking about migrating your WordPress site? Most people aren’t aware of how they can migrate their site and then upon searching, they come across so many complex ways that they decide to not to do it altogether. But, then there are a few ways that can help you in moving the site to the server… Continue reading Migrating a WordPress Website In Under 10 Minutes: The Ultimate Guide To The Duplicator Plugin

Sharing Painful Experience of Resetting Password on GoDaddy

Forgot Password Screen — GoDaddy Recently, I wanted to purchase a domain on GoDaddy. I searched and found the domain and started a checkout process. However, I was unable to recall my all password. So, I decided to reset the password. When I saw a reset password screen, It asked for “User Name & Customer #”. I… Continue reading Sharing Painful Experience of Resetting Password on GoDaddy

DevOps Automation with MongoDB Atlas ― Scotch

Configuration Management Configuration management tools such as Puppet, Chef and Ansible, which provide the ability to quickly automate config and deployment processes, have become a critical part of many engineering teams’ plans when building new systems. Implementing an additional cloud service should fit alongside the configuration management methods you already use. Luckily, the MongoDB Atlas… Continue reading DevOps Automation with MongoDB Atlas ― Scotch

No Joke…Download Anything You Want on GraphicStock

Best and amazing offer for Graphic Designers, Developers and Photographer’s. GraphicStock is giving you 7 days to download anything you want from over 350,000 photos, graphics, backgrounds, design elements, and more! Start Downloading Now! So what are waiting, check out some of our favorite graphics from the categories below: Here are just a few benefits… Continue reading No Joke…Download Anything You Want on GraphicStock

How to Develop a WordPress Theme from the Ground Up

Having your website is one thing. But developing a WordPress theme is another. Why? It’s because your site’s theme is the one which brings personality to your site. Not to mention, a WordPress theme optimized for performance like the ones seen here at Colorlib is what differentiates you from your competitors. It is what defines you… Continue reading How to Develop a WordPress Theme from the Ground Up

How to Use Sequel Pro to Manage MySQL Databases on macOS — SitePoint

This article is part of a series created in partnership with SiteGround. Thank you for supporting the partners who make SitePoint possible. Many developers who use MySQL for their databases may be pros at managing MySQL databases from the command line, but others really need a visual tool, something with a graphical interface, to use… Continue reading How to Use Sequel Pro to Manage MySQL Databases on macOS — SitePoint

Download Anything You Want for 7 Days on GraphicStock

GraphicStock is giving you 7 days of downloads from our massive library! Download anything you want from over 350,000 photos, graphics, design elements, and more.  START DOWNLOADING NOW Just create a username and password to access everything on GraphicStock for 7 days! You can download 20 images a day.  START DOWNLOADING NOW Don’t wait, this… Continue reading Download Anything You Want for 7 Days on GraphicStock

How to Hide WordPress Admin Toolbar From Your WordPress Site

A large number of websites are powered by WordPress and there are tons of different plugins and themes being developed for this powerful content management system. But just like everything it also has some defects that we’d like to change. The WordPress toolbar is one such design element that some users prefer to have in… Continue reading How to Hide WordPress Admin Toolbar From Your WordPress Site

How to start a blog with Hostgator

Blogging is an incredibly rewarding experience; it’s one of the few times in life that you truly reap what you sow. Write a great post, and readers will find it, churn out the same old opinions as everyone else, and you’ll get lost in the crowd. There are some excellent platforms to blog on: WordPress.com,… Continue reading How to start a blog with Hostgator

Using Laravel Valet for WordPress Development

If you’re familiar with the PHP community, then you’re likely familiar with a number of the different applications and frameworks that are currently popular in the development space today. One of the more common frameworks that we’re seeing used to build web applications is Laravel. Though this tutorial is not specifically about Laravel, I recommend checking… Continue reading Using Laravel Valet for WordPress Development

How to Install WordPress: The Application

In this introductory series for how to achieve some tasks in WordPress, we’ve talked about themes and plugins and how to install our web server. The one thing we haven’t covered, though, is how to install WordPress. In this tutorial, I’m going to walk through the process of downloading a copy of the WordPress source… Continue reading How to Install WordPress: The Application

How to Install a WordPress Plugin

One of the challenges of writing articles focused on web development and software development is making sure anyone and everyone who wants to learn a skill is able to do so. When you provide as much content as Envato, it can often be a challenge to make sure you’re educating everyone. This includes people who are… Continue reading How to Install a WordPress Plugin

HTTP: The Protocol Every Web Developer Must Know

In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we’ll cover the most important bits. HTTP Connections… Continue reading HTTP: The Protocol Every Web Developer Must Know