
Search In
                      
                      
                        Some useful WP function for developing themes
have_posts();
This function check whether the current WordPress query has any results. This is a Boolean function, and returns either TRUE or FALSE. 
syntax is :
if ( have_posts() ) :
    while ( have
                      
                  
                      
                      
                        This example will help a user to get the current time,date, day, month and the year.
Here we have used JavaScript Date class and the following methods of Date class.
    
         getFullYear(); getFullYear() returns a four-digit number
     getMont
                      
                  
                      
                      
                        jQuery is a feature-rich JavaScript library. jQuery makes the things like animation,events handling, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.
Here we are sharing some useful jQuery tricks that can be u
                      
                  
                      
                      
                         
Twitter is one of the most prominent sources of traffic to your blog post or even your business website. On Twitter, a user can create a profile, where they can share their views, news, ideas, and media like images, video and animation. Also,
                      
                  
                      
                      
                        The URLs of the substance you distribute on your WordPress site are known as permalinks. Permalinks are what individuals go into their program address bar to view one of your pages. They are additionally what internet searchers and different sites us
                      
                  
                      
                      
                        Hello guys,
 If you want to develop pagination for web pages using javascript, the below code will help you. So do not  worry, just follow bellow mentioned steps todevelop pagination with HTML table.
Step 1: 
Write CSS in  style tag
<style type=
                      
                  
                      
                      
                        Over the last decade, Google has become synonyms to search engine. I guess, every person, who has a computer with working internet connection,  must have used Google for day-to-day activities. If you are going to calculate the price of informati
                      
                  
                      
                      
                        Hello friends, my previous article "MySQLi - An improved and enhanced MySQL extension" provides an introduction about the MySQLi extension and its features. This article demonstrates how to create connection with a MySQL database using MySQ
                      
                  
                      
                      
                        I'm working on inventory management project in laravel but currently my datatable is not showing for sales order list
SalesController.php
<?php
namespace App\Http\Controllers\Transaction;
use App\Http\Controllers\Controller;
use Illuminat
                      
                  
                      
                      
                        Hello Reader's, If you are developing the website in codeigniter and want to make login via ajax, then you have to use use ajax with PHP in website functionality. Ajax give you a lot of functions by which speed of website will increase. In t
                      
                  
        
        