Smooth Scroll to div
var hash = "#block-block-33"; jQuery('html, body').animate({ ...
Friday, 25 August 2017
Thursday, 10 August 2017
Post image without form using ajax

<!DOCTYPE html><html> <head> <script src="jquery.min.js"></script> ...
Wednesday, 9 August 2017
Using Curl

$ch = curl_init(); // initialize curl
curl_setopt($ch, CURLOPT_URL,"http://mobilemonitoring.compliantcampaign.com/api/user/create"); ...
Wednesday, 26 July 2017
How to print using jquery

Simply just add print.js Library and configure as
JQuery:
jQuery(".print-button a").on('click', function()...
Monday, 17 July 2017
How to hide date picker on button click
How to hide date picker on button click#ui-datepicker-div is parent div in which calendar is shown <input type="button"...
Monday, 10 July 2017
Get Distance between Two Lat-Long

Get Distance between Two Lat-Long
Just simple use This script
function distance($lat1, $lon1, $lat2, $lon2, $unit) {
...
Friday, 7 July 2017
How to create HMVC(Hierarchical Model View Controller)?

How to create HMVC(Hierarchical Model View Controller)? Download HMVC Library from https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc/downloads/It...
Codeigniter Route

$route['what-will-typed-in-url']='what-action-to-perform';
//ex. url will like http://localhost/ci_testing/index.php/user/123
for...
Monday, 3 July 2017
Friday, 16 June 2017
Add Active position or class on menu on scroll

add Active position or class on scroll
Html :
<div class="title-list-nav">
<ul>
...
Wednesday, 14 June 2017
Prepend leading zero before single digit number

Prepend leading zero before single digit number
<?php
$num = 4;
$num_padded = sprintf("%02d",...
Wednesday, 31 May 2017
jQuery Post With and Without Json Response

1. jQuery Post Method Without json Response
var post_data = 'operation=add&name=Rahul&email=rahul@gmail.com';jQuery.post('/admin/ajax/do.php',...
Wednesday, 24 May 2017
How to hide Carousel Left and Right arrow on First and last slide

Simply just add the following script
Script
$('#carousel-example-generic').on('slid',...
Tuesday, 23 May 2017
How to show a div content in popup in facnybox

We assume that you already have added the fancybox js and css in your project
<html><div id="add_photo_notify_wrap"> ...
How to close Fancybox on anchor or button click

How to close Fancybox on anchor or button click
Nothing special to achieve this just siply write the fancybox close script...
Thursday, 18 May 2017
Scroll to Specific Height Jquery

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<div class="">
...
Friday, 12 May 2017
How to open file and folder as administrator in Ubuntu ?

How to open file as administrator ?
To open a file as administrator you have to install GUI interface for this.
To install...
Open-as-Administrator in Ubuntu

To install Open-as-Administrator in Ubuntu open Terminal and paste the following commands in the terminal:
sudo...
How to load specific part or page

How to load specific part or page
page.html<div id="product82"> <span class="sku">sku-3</span> ...
Tuesday, 9 May 2017
htaccess code for drupal 7

Here is .htaccess code for drupal 7
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying...
Change parent url from iframe

Change parent url from iframe use this code
self.prent.location.href="https://www.google.co.in/...
Saturday, 6 May 2017
Remove file extension from url using htaccess

Remove .php or .html or .any extension using .htaccess
RewriteEngine on
RewriteCond %{REQUEST_FILENAME}.php -fRewriteRule...
Remove image if image not exists

To Remove image if image not exists or "src" is not correct
$(function(){ $("img").on("error",function(){ ...
Hide on body click

Hide div on body click or hide on anywhere click on body
jQuery(document).mouseup(function(e) { var...
Wednesday, 3 May 2017
Request for the Documents

Hello Sir,
I would like to inform you that I have successfully completed x.x year with Compnay family on xx-November...
Salary increment Sample

Sample 1 :
Hello Sir,It's been a pleasure working with you and contributing to the company for the past xx year....
How to Redirect non-www to www

To redirect your site
from non-www to www just paste the following code in you existing
.htaccess file if does not...
How to Redirect HTTP to HTTPS

To redirect your site from http to https just paste the following code in you existing .htaccess file if does not have...
Implode array key and value

I want to print like
'id'='1', 'name'='Ravi', 'email'='test@gmail.com'
And I have array like
$input = array( ...
Monday, 1 May 2017
Make Iframe or image resizable

To make any image or div or iframe resizable follow the steps
Step 1: Create a parent div and give...
Get Browser name or Detect Browser Using Jquery

function BrowserDetection() {
...
Wednesday, 26 April 2017
Reminder mail for Previous salary increment mail
in
letter
Official-Documents
Reminder Mail
salary
Salary Appraisal
Salary Increment Letter
on 06:04
1 Comment

Sample 1:
Hello Sir,
I know you are very busy, but it has been a two weeks and I have received no response from...