Category Archives: Web Development

How to Rename Images and Media Files in WordPress

Hi all, If you want to change an image file name after uploading fileinto wordpress dashboard. All are familure with how to change file title, description, caption etc. But nobody knows how to change the file name through wordpress dashboard. Normally there is no option to change image file name from wordpress dashboard. Based on… Read More »

What is a database? What is SQL?

What is a Database? A database is a collection of data or information. Databases make data management easy. Databases support manipulation and storage of data. The database can easily be managed, accessed and updated. The databases can be classified based on types of content: full-text, bibliographic, numeric, and images. What is a Database Management System… Read More »

Responsive HTML5 Canvas Background Image | A Pure CSS Solution

Hi all, The responsive HTML canvas background is very important in web application. Sometimes it’s very difficult task to achieve this problem. First we simply need to define height and width of #canvas_image in order for the background-image. Table of Content The CSS The HTML The HTML We will use the CSS background-size property to… Read More »

How to Add Featured Images or Post Thumbnails in WordPress

Hi all, Today we discuss one useful topic related to Featured image in wordpress. In wordpress featured image also known as Post Thumbnails. Today most wordpress theme support post thumbnails. Church themes, Restaurant themes, WordPress photography themes and other types of themes have built-in support for post thumbnails. In this article we discuss How to… Read More »