
Search In
HTML Interview Questions and Answers for Beginners
Hello
This tutorial, will provide you HTML questions and answers. The content here will help people to get through with their interviews for software industry. If you want to get to get into an IT
In Magento store some times we are required to display most Viewed Products on store’s home page or some other places. To do so we will perform the same as :
first of all we have to create a file in the path app/code/local
In Magento lets see if we are required to generate invoices of the orders and their pdf consecutively from admin panel.
how we can do it:
1. Create a file config.xml in an etc folder in our module.
2. Then Create a controller folder in which ad
Once you've implemented an SEO campaign for your small business, it can be a little tough to understand and measure what’s doing you good, what’s not, and the general success of it. Google certainly has a complex and ever-changin
In today's online marketing world every marketer opts for different strategy for the identical goal - “Get higher SERP”. One of the most common and important strategies is doing Social Bookmarking (SB). Posting content on social media gives
Hello Reader's! In this blog i will show you how to Check password strength and its very important for your website to have some password checking on signup pages to force your users to enter a strong password. If you want to make your pass
If we are using PostgreSQL RDBMS in rails application and there are need to search functionality, pg_search gem is perfect for that. It has easy implementation and having rich methods for the search functionality.
Note: pg_search gem supports o
Cakephp Ajax Pagination:
This blog will help you to paginate page using ajax. First of all create Users table and add some data in it, now create its model, view and controller by following command:
$ cd /var/www/html/cakephp/app
$ /var/www/html/c
In cakePhp if you have an extensive database which contains thousands and a huge number of record so you can apply the datatables there. By applying the datatable you have given pagination highlight in which it is dependent upon you that what number


Custom fields are the addition fields in WordPress that are used to show the custom data that we want to show/have in our WordPress posts/custom/posts or pages.
While adding a new post in WP Website you will find draggable or drop-down boxes, those
