What is PHP Used For?

PHP is an open source language that was created to make web development easier. It’s primary and most suitable purpose is as a web development language for creating web apps or APIs. You don’t need a complicated set of commands to create webpages in PHP. In fact, you can mix PHP with plain HTML in… Continue reading What is PHP Used For?

4 Tips to Successfully Manage Your Remote Design Team in 2020

Managing remote design teams presents most designers with a different work environment, one that shares similar workplace challenges with a traditional workplace setting.  When working with a team you rarely meet in real life, how do you continue staying productive, maintaining quality, and delivering client projects on time?  And how do you ease tensions that… Continue reading 4 Tips to Successfully Manage Your Remote Design Team in 2020

How Pop Up Banners Benefit Your eLearning Business?

Are you aware of the new marketing channel for elearning businesses? It’s the pop up banners which appear suddenly in the foreground of a visual interface interrupting the user with a promotional message. How keen are you to incorporate these into your business? We bet, not until you’re aware of the benefits extended by it.… Continue reading How Pop Up Banners Benefit Your eLearning Business?

How to Create File Upload Forms on Your WordPress Site

Forms are an easy way to collect information from website visitors, and file uploads allow users to add even more useful or important information. Some of the data which you can collect from file upload forms include: user-submitted images and videos content in the form of blog posts resume files In this post, I’ll show… Continue reading How to Create File Upload Forms on Your WordPress Site

Build Your Own CAPTCHA and Contact Form in PHP

People write code every day to automate a variety of processes. We exploit the fact that computers are a lot faster and more accurate than humans, which lets us simplify a lot of mundane tasks. Unfortunately, these same abilities can be used to program computers to do something malicious like sending spam or guessing passwords.… Continue reading Build Your Own CAPTCHA and Contact Form in PHP

Generate the Admin Microservice of your App with Lumber

Posted · Category: GPL License, Tools Lumber is an opensource tool to generate an admin microservice. It serves a REST API hooked directly into your database. Lumber generates a lightweight web app serving a REST API hooked directly into your database, so it works out-of-the-box for MySQL and Postgres. If you’ve already architectured your application… Continue reading Generate the Admin Microservice of your App with Lumber

Generate Nice SVG Background Images with Trianglify JS

Trianglify is a javascript library for generating colorful triangle meshes that can be used as SVG images and CSS backgrounds. It was inspired by btmills/geopattern, and uses d3.js to build the polygons and SVG and SVG filters for rendering. It also includes the colorbrewer color palette library to get you up and running quickly. Requirements:… Continue reading Generate Nice SVG Background Images with Trianglify JS