WordPress is full-fledged CMS and a strong platform for developers. here are some of helpful free tools that every WordPress developer should know about: 1.Roots.io Roots.io is a multi-tool package for serious developers. Its aim is to provide tools for designing robust WordPress projects, from server setup to theme development. Here are the three tools: … Continue reading Most Helpful Tools For WordPress Developers
Category: PHP CMS
A content management system (CMS) is a software application that enables users to create, edit, collaborate on, publish and store digital content.
What is AJAX AJAX (Asynchronous Javascript and XML), enables websites to dynamically fetch and display content without the user moving away from the current page. This makes more interactive user experience, and can speed things up too since a whole new webpage needn’t be reloaded. This means that we can update a part (or parts) … Continue reading WordPress Ajax
WordPress is the most popular CMS in the world. This caused that it is the target of the most number of hackers attacks. WordPress is not secured out of the box, but if you remember few rules of security you could minimize this risk: At the beginning: Do not use login same as domain name … Continue reading Tips To Secure Your WordPress Site From Hacking
1) What Is Drupal? Drupal (pronounced Dru-Pull) is an open source content management system offering a toolset that rivals those of most commercial alternatives. With integrated social media and e-commerce functionality, it provides unique value as part of your social media strategy. 2) How to create a folder and a module file in Drupal? Given … Continue reading Drupal Interview Question and Answers
1) What is WordPress? Word press is a best Open Source CMS which allows it to be used free of cost. You can use it on any kind of personal or commercial website without have to pay a single penny for it. It is built on PHP/MySQL (which is again Open Source) and licensed under GPL. … Continue reading WordPress Interview Questions and Answers
Here is tips for how to protect your wordpress site from hackers. Following topics help to protect your wordpress site: 1. Avoid using Defaults There are multiple ways that one can use to sign up for their WordPress site. So be careful about your default usernames while selecting your hosting plan or domain name. Most … Continue reading Secure WordPress Site from Hackers
Here We are going to learn how to insert record into table and get last insert Id in WordPress In Wordpress, Record insertion into table is quite simple. 1. Create an Object of $wpdb; 2. Set the data in an Array. 3. Set the table name. 4. Use insert function to insert record. 5. In insert … Continue reading WordPress Insert Data in MySQL
Creating custom meta boxes is extremely simple, at least it is once you’ve created your first one using the tools baked into WordPress’ core code. In this tutorial, I’ll walk you through everything you need to know about meta boxes: Creating meta boxes. Using meta boxes with any post type. Handling data validation. Saving custom … Continue reading How To Create Custom Post Meta Boxes In WordPress
Here Are important concepts in Joomla that Every Beginner Should Know. Lets Begin With Extension. 'Extension' in Joomla terms means anything you can install (unless it's a Package, which is a group of Extensions). These things all fall under the category of extensions: Templates Components Modules Plugins Language packs Components are like apps. They … Continue reading Joomla CMS Concepts
Joomla templates use a structure of directories and files but they can vary from template to template Site templates (templates that change what your website looks like) can be found in the /templates directory. For example, if your template is called "mytemplate", then it would be placed in the folder: /templates/mytemplate Administrator templates (templates that … Continue reading Joomla Template Structure