
Search In
There are many techniques through which we can place an event when the scroller reaches the bottom of the page.
If the user wants to play an event when he reach the bottom of the page, he can do the same with the help of the example below:
To know the Directives used in ASP.NET page, First of all, we should know what is ASP.NET directive and where it is used?
So, Directive are the commands helps in specifying optional settings, such as registering a cus
This Blog is all about SEO Strategy and how it works for a particular website .First of all in this there is a need to know about SEO, SEO(Search Engine optimization) is a process of increasing the visibility of your website on various search engines
Hello Friends,
If you are looking to set paging and listing in CodeIgniter. Please review the below example code and make your changes accordingly.
Controller Code
Open your controller file and make the changes as below:
<?php
defined
Hello Readers, If you are using CodeIgniter you want to fetch limited MySQL results then in this blog we will learn how to to this.
Suppose you want only first 200 chars of a field then you should only fetch limited results, this will reduce
If you want to redirect to another page,simply use window.location property of javascript. You can use window.loacation.replace or window.loaction.href to accomplish this purpose.
If you use window.location.replace,the replace() method do not save t

Hello Reader's!
If you are new to Wordpress and want to make a login custom page, then you can see an example below:-
First you have to create a page on the root, name it login.php
<?php
/*
* Template Name: Sign In
*/
if($_POST['submit'] ==
What is Meta tags
Before knowing about Meta Tags, you should also know what is Metadata?
Metadata is data about data or data which gives information about data. In webpages Metadata are used with HTML codes called meta tags, it provides the inform
In this article you will learn about lazy loading plug-in from jQuery. It first loads your web page then request is sent to load the images of that page.
By using Lazy load plug-in you can decrease time for loading the page and also it can increase t
Hello readers, today we will discuss "how you can add category for post type page".
When a user install the WordPress, user will only get category for "post type post".
If user want to add taxonomy or category for "post type page", then user need
