Best WordPress Importer Plugins

Your WordPress website contains a lot of data like user and customer information, sales, posts, products, images, media, reviews, comments, and so much more.  Consider the following common situations you may have to deal with at some point:  migrating your WordPress website from one hosting platform to another transfering customer information including sales, orders,… Continue reading Best WordPress Importer Plugins

How Automatically Convert your Excel File, Product Feed or XML to PDF Catalogs

Need to automatically convert your Excel file, product feed, or XML into PDF catalogs? Did you know that retailers and wholesalers can now connect various data sources automatically to create an interactive catalog? Keep reading  to learn the fastest and automated way to create a branded online ODF catalog from a data source. The innovative… Continue reading How Automatically Convert your Excel File, Product Feed or XML to PDF Catalogs

How to Add a Dropdown Menu in Android Studio

A dropdown or pull-down menu, also known as spinner, is one of the most essential UI elements for an app. In this tutorial I’ll tell you how to add one to your Android app using Java. Dropdown menus organize an app and improve user experience. Almost every app has a dropdown menu integrated into its… Continue reading How to Add a Dropdown Menu in Android Studio

9 Must-Install Craft CMS Plugins

Craft CMS is increasing in popularity, and as it does, the previously relatively scant range of plugins is growing rapidly. There are plugins for Craft ranging from simple field utilities to the full ecommerce solution provided by Pixel & Tonic — the makers of Craft. An early decision that has borne fruit for Craft has… Continue reading 9 Must-Install Craft CMS Plugins

How to Use Android Studio?

Every app that you see on your phone is created on an Integrated Development Environment (IDE). Android Studio is the official IDE for creating Android Apps. It is also the most used IDE and most apps that you use on your Android phone are created with Android Studio. Want to make your first Android app… Continue reading How to Use Android Studio?

How to Use cURL in PHP

Today, we’re going to explore the cURL extension in PHP which allows you to make HTTP requests from your code. Often you need to communicate with external websites in your day-to-day PHP development. Whether it’s calling third party REST APIs to fetch data or downloading resources from the external website, you want a library which… Continue reading How to Use cURL in PHP

Top 5 Best WordPress SEO Plugins

SEO is the abbreviation of Search Engine Optimization. It is the process of improving quality and quantity of website traffic from search engines like Google, Bing or Yahoo search etc. In the WordPress content management system there are dozens of SEO plugins but we have selected the 5 of the best WordPress SEO plugins. So,… Continue reading Top 5 Best WordPress SEO Plugins

Top 5 Best WordPress SEO Plugins

SEO is the abbreviation of Search Engine Optimization. It is the process of improving quality and quantity of website traffic from search engines like Google, Bing or Yahoo search etc. In the WordPress content management system there are dozens of SEO plugins but we have selected the 5 of the best WordPress SEO plugins. So,… Continue reading Top 5 Best WordPress SEO Plugins

How to Use AJAX in PHP and jQuery

Today, we’re going to explore the concept of AJAX with PHP and JavaScript. The AJAX  technique helps you to improve your application’s user interface and enhance the overall end user experience. If want to learn JavaScript, check out our free online course on JavaScript fundamentals! FREE JavaScript Modern JavaScript Fundamentals Dan Wellman What Is AJAX? AJAX… Continue reading How to Use AJAX in PHP and jQuery

Parse XML to an Array in PHP With SimpleXML

In this post, you’ll learn how to parse XML into an array in PHP. SimpleXML is a PHP extension that makes this possible. In your day-to-day PHP development, sometimes you’ll need to deal with XML content. Whether it’s exporting data as XML documents or processing incoming XML documents in your application, it’s always handy to… Continue reading Parse XML to an Array in PHP With SimpleXML

How to Make Your Own SVG Files

Using images is essential in web design. This is why knowledge about different image formats is important for web designers. Not only this, but it is also necessary to learn about the functions of each type of image. Knowledge on how to create and edit such images are also considered as essential skills for web… Continue reading How to Make Your Own SVG Files

10 Best Responsive HTML5 Sliders for Images and Text… and 3 Free Options

In this post, I’ll show you some of the best free and paid HTML5 sliders. We’ll see responsive text sliders, responsive image sliders with text, banner sliders and more. All built with HTML5 and CSS. Why Use a Responsive HTML5 Sliders? HTML5 enables users to have a better and more consistent web experience across several… Continue reading 10 Best Responsive HTML5 Sliders for Images and Text… and 3 Free Options

What is a WordPress Plugin?

If you’ve been using WordPress for any time at all, you’ll probably have realized that you can get a lot more from it if you install plugins on your site. Plugins are extra bits of code that will add additional functionality to your WordPress site: in other words, they let it do more things. In… Continue reading What is a WordPress Plugin?

How to Clean Malware from a Hacked Website

Just the hint of a hacked site is enough to send jitters down the spine of every webmaster. In an event where something suspicious occurs on a website or where unexpected elements start to show up on the website, the doubt starts to pop up with a possibility inclined towards the absolutely negative event, i.e.… Continue reading How to Clean Malware from a Hacked Website

Top WordPress Audio and Video Plugins of 2019

WordPress audio and video plugins are essential if you are looking to add video and audio players to your website. In this post, I’ll share some of my favorites for 2019—I’ve picked plugins that have features that are missing from many of the other plugins available.  WordPress Audio Player Plugins 1. MP3 Sticky Player This MP3… Continue reading Top WordPress Audio and Video Plugins of 2019

How to Add Multiple Selection to Android RecyclerView

The RecyclerView widget is an integral part of most Android applications today. Ever since it was added to the Android support library in late 2014, it has eclipsed the ListView widget as the most preferred widget for displaying large, complex lists. However, there’s one important feature missing in it: support for selecting and tracking list items. RecyclerView… Continue reading How to Add Multiple Selection to Android RecyclerView

WordPress Plugins: How To Talk Clients Out Of Hoarding Plugins

When you first connect with a client, it’s natural to be agreeable in order to build rapport with them. You’re going to be working closely with them for a while, and you need to earn their trust as well as their confidence. Especially when you’re working with a high paying client. Being too agreeable, however,… Continue reading WordPress Plugins: How To Talk Clients Out Of Hoarding Plugins

JWT Authentication in Django

This tutorial will give an introduction to JSON Web Tokens (JWT) and how to implement JWT authentication in Django. What Is JWT? JWT is an encoded JSON string that is passed in headers to authenticate requests. It is usually obtained by hashing JSON data with a secret key. This means that the server doesn’t need… Continue reading JWT Authentication in Django

11 Useful Third-Party Java Libraries

There is no doubt that java libraries are the first choice of developers. The reason behind this is java libraries provide so many useful, free and exciting features which are very helpful for the java developers. But these days, third-party java libraries are also very popular. In this collection, we are going to share with… Continue reading 11 Useful Third-Party Java Libraries

Android From Scratch: Building Your First Android Application

What You’ll Be Creating After taking a look at the current state of Android development and how to set up your development environment, in this lesson, you are going to learn how to build and launch your first Android application. I won’t focus too much on the details, because those are covered extensively later in… Continue reading Android From Scratch: Building Your First Android Application