
Search In
Guest blogging is not only effective for local business but it is valuable and well recognized. It works like double-edged sword both for attracting new customers as well as for increasing the entire SEO value of your website. However, for the few co
Are you sharing the right content to the right people on social media? Do you get tons of likes, comments, and shares on everything you post? Are your social media fans turning into prospects? Here are the tips to turn fans and followers into custome
Parameters in Stored Routines
While executing any stored routine sometimes we need to pass on certain values in stored procedures these values are handled as Parameters. Their declaration consists of three parts :
Type of parameter
Parameter nam
Simple Javascript Form Validation
Why we need javascript validation :
1: To validate user input on client side.
2: Force user to enter required data.
3: Remove dependency on server side language to validate data for primary validation (which
What is WebApi ?
The term API stands for Application Programming Interface.
ASP.NET Web API is a framework which uses HTTP services and that is consumed by various clients. In web Api we can return data on the client requests. As, if we are reque
Overriding the Default Styling
Three approaches we can adopt to override templates in Drupal 7 Themes
Overriding templates
Overriding functions
Converting themable functions into new template
Theme Registry Plays a vital role while p
Hello Reader's if you are looking for the simple and light Slider to integrate into your website then Carousel slider is the best. You can take my code as below:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="ut
Adaptive payment provides facility to allow payment between sender and multiple recievers.
Steps for adaptive payment are as follows:-
1 First need to create app for paypal.
Get username,passsword,applicationid and signature recieved from paypal.
Hello friends, Here is simple code of using Pagination. You can use this code to make your page more attractive and give a easy access by reaching on several pages from a single columns of links.
Pagination is a navigation tool that will help users
Installing Active Admin Gem
gem 'activeadmin'
# Integrations possible with:
gem 'devise'
gem 'cancan' # or cancancan
gem 'draper'
gem 'pundit'
Quick Setup Active Admin
After you install the
