Get Started With WPBakery (Formerly Visual Composer)

Writing HTML, CSS, and PHP code to build or customize a WordPress site can be incredibly time consuming, even for an experienced web developer. That’s probably why much of the WordPress community has moved on to using page-builder plugins instead. WPBakery Page Builder (formerly called Visual Composer) is the most flexible and feature-rich WordPress page-builder plugin… Continue reading Get Started With WPBakery (Formerly Visual Composer)

How Artificial Intelligence is Changing Modern Life

In the last few decades, Artificial Intelligence (AI) has moved from a science-fiction dream to an important part of our daily lives. There are multiple ways through which AI is changing our daily lives. For instance, we use AI enabled systems to interact with our phones via voice assistants such as Google, Siri and Alexa.… Continue reading How Artificial Intelligence is Changing Modern Life

Best Exit Popups for WordPress Compared

Exit popups are used to encourage your web page visitors to subscribe to an email list, follow you on social media, or complete the purchase in their shopping cart. I’ll show you some outstanding popup plugins for WordPress in this post. Does Your Site Need a WordPress Popup Plugin? Here are some of the top… Continue reading Best Exit Popups for WordPress Compared

23 Best Law Firm Logos With Cool Legal Designs (For Lawyers & Attorneys)

To build trust with potential clients, you need a professional law firm logo. The best law firm logos: make it easy to recognize your brand allow you to connect with your audience represent what your brand does The KH Law Firm Logo Maker is just one of the many logo makers available from Placeit. Your… Continue reading 23 Best Law Firm Logos With Cool Legal Designs (For Lawyers & Attorneys)

How to Add the Stellar Video Player to Your WordPress Site

There’s no denying that, given a choice, most Internet users today would prefer to watch a short video rather than read a few paragraphs of text. Therefore, one of the best ways to quickly increase your WordPress site’s traffic and click-through rates is to add video content to it. To display such content, you will,… Continue reading How to Add the Stellar Video Player to Your WordPress Site

How to Make a Sticky Menu in WordPress

What You’ll Be Creating Navigation menus are changing. Instead of just throwing one into a site without considering what form it’ll take, designers are taking the time to consider the design of navigation menus, the space they take up on the page, and how users interact with them. One growing trend is for sticky menus.… Continue reading How to Make a Sticky Menu in WordPress

35 Best Minimal CV Resume Templates

Job oriented simple, clean and Minimal Resume Templates, ready to use print designs can assist you achieve your dreams. These best resume templates are hand-picked and make you stand out of tons of other resumes. Perfect and ideal for designers and artists. Each template uses a strong baseline/document grid which will allow you to edit or add to the layout very… Continue reading 35 Best Minimal CV Resume Templates

Giclee Printing: A Guide for Beginners

For those who work in graphic design, giclee printing will be a familiar concept. Favoured by artists, art lovers and professional printers worldwide, giclee printing is considered the gold standard for the creation of quality reproductions. But what is it about giclee printing that separates it from more conventional printing methods? More importantly, under what… Continue reading Giclee Printing: A Guide for Beginners

Show WordPress Related Posts With Taxonomy and a Custom Post Type

What You’ll Be Creating Sometimes you want your blog posts to appear on more pages in your WordPress site than just your blog. You’ve already got the option of using category and taxonomy archives, as well as tags. This can help you divide up your content and add a variety of sections to your blog… Continue reading Show WordPress Related Posts With Taxonomy and a Custom Post Type

The Binary Search Algorithm in JavaScript

In this post, I’ll compare linear search and binary search algorithms. You’ll learn pseudocode for linear and binary algorithms, see examples to demonstrate both the methods, learn about time complexity, and get a step-by-step guide on how to implement the algorithms. Introduction As a programmer, you want to find the best solution to a problem… Continue reading The Binary Search Algorithm in JavaScript

Comparing the 5 Best PHP Form Builders

If you’re developer using PHP to build a website for yourself or a client, chances are at some point you’ll need to add a form to the site. The most common forms on the average website are contact forms. They enable visitors to contact you quickly and easily.  But other forms can come in handy… Continue reading Comparing the 5 Best PHP Form Builders

How To Create An Amazing and Engaging Blog

Creating a blog is something that you shouldn’t take lightly. Why? Because if you want your blog to be successful you need to put time and energy into it to make it up to the level that you’re looking to get it to. If you’re new to blog platforms and blog creation, then this article… Continue reading How To Create An Amazing and Engaging Blog

Codester – A Developer’s Helping Hand

Let’s say you are a developer with hands full of new jobs and opportunities, a lot to do and so little time to finish your project and meet your client’s needs. You know what to do, you just need some trustworthy help. Or, you could be on a quest to find your place in a… Continue reading Codester – A Developer’s Helping Hand

27 Simple & Clean CV / Resume Templates with Cover Letters

Professional, simple and clean CV /Resume Templates ready to print design can help you land that great job. All resume templates are fully customisable; easily edit the typography, wording, colors and layout. These cv/resume template are perfect for those who want to make a good impression. All templates are perfect for photographers, designers, and developers with easy to customize fully Photoshop layered PSD files.… Continue reading 27 Simple & Clean CV / Resume Templates with Cover Letters

8 Best SEO Plugins For WordPress

You can build a beautiful WordPress site, but if you don’t optimize your site for search engine rankings, there is a good chance that very few people will see it. Google and other search engines use complex algorithms to boost some websites to first-page rankings and relegate others to obscurity. Search Engine Optimization is the… Continue reading 8 Best SEO Plugins For WordPress

Implement Autoplaying GIFs Without Using GIFs

The GIF format is just as popular as its ever been. It may even be more popular than ever before. People love sharing short, auto-playing clips on social media. and the GIF accidentally became the chosen format for that purpose. Unfortunately, the GIFs popularity doesn’t mean that the GIF is a good format. While functional,… Continue reading Implement Autoplaying GIFs Without Using GIFs

Create a WordPress Image Gallery: Code the Plugin

What You’ll Be Creating People like pictures. They like looking at them, they like clicking on them. So it makes sense to use them in the navigation for your site. You may already use featured images in your archive pages, letting users get a greater insight into what a post is about and making your… Continue reading Create a WordPress Image Gallery: Code the Plugin

What’s New in Core ML 2?

Last year, Apple launched Core ML—a segue into the world of machine learning for Apple developers. Before that, we were already using machine learning with technologies like AutoCorrect, Siri, and a predictive keyboard, but Core ML brought a new level of power and flexibility into the hands of developers. During WWDC 18, Apple announced Core… Continue reading What’s New in Core ML 2?

An Introduction to Photoshop Selection Tools

Your Photoshop selection tools are perhaps the most powerful part of the application. By making effective selections, you unlock the power of the rest of the application. This includes localized image adjustments, compositing, and accurate mockups and object placement. Sloppy selections always show in the final product, so it pays to learn to make a… Continue reading An Introduction to Photoshop Selection Tools

50 Top Fonts For Graphic Designers

Huge list of best professional fonts and typefaces for designers. These top fonts was inspired by classic and modern fonts. Typefaces included different styles, icons, vectors and extras.  The fonts included script fonts, handwritten brush fonts, vintage fonts and display fonts that can be perfect for branding, logos, greeting cards, wedding stationery, typographic quotes, book covers, website headers, flyers, clothing, packaging… Continue reading 50 Top Fonts For Graphic Designers

Render Text and Shapes on Images in PHP

In the previous, we focused on loaded and manipulating images with PHP. We learned how to rotate, resize, scale or flip an image. We also learned about different filters and the convolution matrix. Those tutorials also covered some practical uses of the GD library like resizing all images in a directory or adding watermarks on multiple… Continue reading Render Text and Shapes on Images in PHP

Resize and Manipulate Images in PHP (With Examples)

In my previous tutorial, we discussed basic image manipulation using the PHP GD library. In that tutorial, I gave a brief introduction to the library and showed you how to load images from a file or create them from scratch in PHP. After that, we learned how to crop, rotate, scale and flip an image… Continue reading Resize and Manipulate Images in PHP (With Examples)

How to Formulate an Email Design and Development Strategy

In this tutorial I’ll explain how to focus your efforts on the email clients and webmail clients being used by your target audience. Note: this tutorial is part of a whole week’s worth of email content on Tuts+ Web Design–check out the Mastering HTML Email learning guide for more! 1. Understand the Importance of a Strategy Your target… Continue reading How to Formulate an Email Design and Development Strategy

8 New Ways to Refactor Your Code With Swift 4

Swift is one of the fastest-growing languages in history, due to its elegance, simplicity, and “safety by design”. In fact, Swift’s official mantra is “to make programming simple things easy, and difficult things possible”. In this post, you’ll learn how to use Swift to its fullest by refactoring your code. While a lot of the… Continue reading 8 New Ways to Refactor Your Code With Swift 4