abhishekumar.com abhishekumar.com

abhishekumar.com

Abhishek Kumar - Linux, Nginx, PHP and Mysql

Convert images (JPEGs, GIFs, PNGs) to transparent PNG in PHP. September 14, 2014. From last few days I was stuck with a problem that changing background color of any container having white background color is not looking good because I used all images with white background. Easy solution is convert all images to transparent background. I write following script to convert JPEGs, GIFs, PNGs to transparent PNG in PHP. Crop white-space from image in PHP. September 14, 2014. 0xFFFFFF) { break 2; / out of the ...

http://www.abhishekumar.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ABHISHEKUMAR.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 16 reviews
5 star
8
4 star
6
3 star
1
2 star
0
1 star
1

Hey there! Start your review of abhishekumar.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

3.1 seconds

CONTACTS AT ABHISHEKUMAR.COM

Abhishek Kumar

126 He●●●●●●rtment

Sec●●● 15

Gu●●on , Haryana, 122001

India

987●●●973
ak●●●●●@yahoo.co.in

View this contact

Abhishek Kumar

126 He●●●●●●rtment

Sec●●● 15

Gu●●on , Haryana, 122001

India

987●●●973
ak●●●●●@yahoo.co.in

View this contact

Abhishek Kumar

126 He●●●●●●rtment

Sec●●● 15

Gu●●on , Haryana, 122001

India

987●●●973
ak●●●●●@yahoo.co.in

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2013 September 02
UPDATED
2014 February 23
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 10

    YEARS

  • 7

    MONTHS

  • 26

    DAYS

NAME SERVERS

1
ns1.abhishekumar.com
2
ns2.abhishekumar.com

REGISTRAR

GODADDY.COM, LLC

GODADDY.COM, LLC

WHOIS : whois.godaddy.com

REFERRED : http://registrar.godaddy.com

CONTENT

SCORE

6.2

PAGE TITLE
Abhishek Kumar - Linux, Nginx, PHP and Mysql | abhishekumar.com Reviews
<META>
DESCRIPTION
Convert images (JPEGs, GIFs, PNGs) to transparent PNG in PHP. September 14, 2014. From last few days I was stuck with a problem that changing background color of any container having white background color is not looking good because I used all images with white background. Easy solution is convert all images to transparent background. I write following script to convert JPEGs, GIFs, PNGs to transparent PNG in PHP. Crop white-space from image in PHP. September 14, 2014. 0xFFFFFF) { break 2; / out of the ...
<META>
KEYWORDS
1 menu
2 close
3 about me
4 nginx
5 linux
6 mysql
7 posted on
8 by abhishek kumar
9 bash 4 1# cd
10 for example
CONTENT
Page content here
KEYWORDS ON
PAGE
menu,close,about me,nginx,linux,mysql,posted on,by abhishek kumar,bash 4 1# cd,for example,uncategorized,solr,step 1,into htpasswds,directory,step 2,usr/local/nginx/conf/conf d/,example,home/public html/foldername,server {,ssi on;,wordpress,search for
SERVER
cloudflare-nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Abhishek Kumar - Linux, Nginx, PHP and Mysql | abhishekumar.com Reviews

https://abhishekumar.com

Convert images (JPEGs, GIFs, PNGs) to transparent PNG in PHP. September 14, 2014. From last few days I was stuck with a problem that changing background color of any container having white background color is not looking good because I used all images with white background. Easy solution is convert all images to transparent background. I write following script to convert JPEGs, GIFs, PNGs to transparent PNG in PHP. Crop white-space from image in PHP. September 14, 2014. 0xFFFFFF) { break 2; / out of the ...

INTERNAL PAGES

abhishekumar.com abhishekumar.com
1

Linux – Abhishek Kumar

http://www.abhishekumar.com/blog/category/linux

Linux, Nginx, PHP and Mysql. Install SVN 1.8 on Centos 7. July 30, 2016. Step 1: Setup Yum Repository. Firstly we need to configure yum repository in our system. Create a new repo file /etc/yum.repos.d/wandisco-svn.repo and add following content as per your operating system version. WandiscoSVN] name=Wandisco SVN Repo baseurl=http:/ opensource.wandisco.com/centos/$releasever/svn-1.8/RPMS/$basearch/ enabled=1 gpgcheck=0. Step 2: Install Subversion Package. Step 3: Verify Subversion Version. July 28, 2016.

2

MySql – Abhishek Kumar

http://www.abhishekumar.com/blog/category/mysql

Linux, Nginx, PHP and Mysql. How to install phpMyAdmin on CentOS and Nginx. July 28, 2016. Root@localhost]# cd /var/www/html/ [root@localhost]# wget -c http:/ sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.5.2.1/phpMyAdmin-3.5.2.1-english.tar.gz/download [root@localhost]# tar xvfz phpMyAdmin-3.5.2.1-english.tar.gz [root@localhost]# mkdir phpMyAdmin [root@localhost]# mv phpMyAdmin-3.5.2.1-english/* phpMyAdmin/ [root@localhost]# cp...Root@localhost]# cd /var/www/html/ [root@localhost]# wget -c http...

3

How to create password protected directory on Linux – Abhishek Kumar

http://www.abhishekumar.com/blog/how-to-create-password-protected-directory-on-linux

Linux, Nginx, PHP and Mysql. How to create password protected directory on Linux. February 22, 2014. These are the basic steps to password protect a directory:. Create a file .htpasswd. Where ever you want, for the security purpose you should create before public html folder. Bash-4.1# cd .htpasswds/ -bash-4.1# htpasswd -c .htpasswd {username} New password:{Enter your password} Re-type new password:{Re-type your password} Adding password for user {username}. Bash-4.1# chmod 755 .htpasswd. Convert images ...

4

PHP – Abhishek Kumar

http://www.abhishekumar.com/blog/category/php

Linux, Nginx, PHP and Mysql. Install PHP 5.5 on CentOS. July 28, 2016. Download rpm according to your CentOS version. Root@localhost]# rpm -Uvh https:/ dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm [root@localhost]# rpm -Uvh https:/ mirror.webtatic.com/yum/el7/webtatic-release.rpm. Root@localhost]# rpm -Uvh https:/ mirror.webtatic.com/yum/el6/latest.rpm. Root@localhost]# rpm -Uvh http:/ mirror.webtatic.com/yum/el5/latest.rpm. Now install PHP 5.5. Opcode Cache: To make fast processing.

5

About Me – Abhishek Kumar

http://www.abhishekumar.com/blog/about-me

Linux, Nginx, PHP and Mysql. Hi, my name is Abhishek Kumar and I joined Accentium Web Pvt Ltd. As a senior software engineer in September 2011. I’m currently the Manager of PHP Development team. Currently working on PriceRaja.com – Leading price comparison engine in India. Before PriceRaja.com, I worked on CouponMantra.com – User customizable search engine for coupons. Now merged with PriceRaja Deals section. I have B.Tech from U.P Technical University in Computer Science in 2006.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL PAGES IN THIS WEBSITE

20

SOCIAL ENGAGEMENT



OTHER SITES

abhishektyagi87.blogspot.com abhishektyagi87.blogspot.com

Ironies

Sunday, September 21, 2014. A little over quarter life and the crisis. When I turned 25, I used to smirk at the posts talking about quarter life crisis. And why not? I had just turned 25, and realised that I could now officially consume all kind of liquor in Mumbai(legal age 25). Why feel sorry about it? You hate your job and you wonder why you are doing it. You don't have great friends anymore" paradigm. You compare yourself to your peers and family and be sad about it:. Sunday, May 11, 2014. I let out ...

abhishektyagiabhi.wordpress.com abhishektyagiabhi.wordpress.com

Abhishek Tyagi

Stay updated via RSS. Follow me on Twitter. When to use web storage and when to use jquery.data. Posted: December 15, 2010 in My. JavaScript Web Storage (DOM Storage). Also known as DOM Storage. Is a mechanism for client-side persistent data storage. There are two types of storage, Session Storage. Exposed through the sessionStorage and localStorage global objects, respectively. Session storage is intended for short-lived data and is available through the sessionStorage attribute of the. The local storag...

abhishekujjain.wordpress.com abhishekujjain.wordpress.com

Ujjain's Blog | Never give up !!!!

Setting up Spring Restful maven project using Intellij Idea. February 10, 2015. Initially when i was learning to setup Spring project it took me lots of time to set up. The first project then i learned to set up new project and its very easy with new intellij idea. First download the intellij idea. From their site and then follow the following step:. 1 Select new project. 2Select only spring mvc in that option and press next. 3After that you need to select the spring mvc default module . March 15, 2014.

abhishekultimatum.deviantart.com abhishekultimatum.deviantart.com

abhishekultimatum (Abhishek Singh) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Digital Art / Artist. Deviant for 7 Years. This deviant's full pageview. Last Visit: 224 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Window...

abhishekumar.com abhishekumar.com

Abhishek Kumar - Linux, Nginx, PHP and Mysql

Convert images (JPEGs, GIFs, PNGs) to transparent PNG in PHP. September 14, 2014. From last few days I was stuck with a problem that changing background color of any container having white background color is not looking good because I used all images with white background. Easy solution is convert all images to transparent background. I write following script to convert JPEGs, GIFs, PNGs to transparent PNG in PHP. Crop white-space from image in PHP. September 14, 2014. 0xFFFFFF) { break 2; / out of the ...

abhishekumrao.com abhishekumrao.com

Abhishek Umrao

I believe in minimal, intuitive and. UX · UI · Product Design · Branding. Discover and book pay-and-play sports facilities in your city. UX · Automotive HMI. Reinventing UX for next-gen in-car HMI. UX · Product Design. Switches for home automation. UX · Product Design. Design a product which can detect and notify the user when the food is spoiled. UX · UI · Data Visualisation. Visualisation showing causes of death on 5 tallest mountains. UX · UI. UX · Product Design. Footwear for visually impaired.

abhishekupadhyay.com abhishekupadhyay.com

UX Portfolio | Abhishek Upadhyay

UX Portfolio Abhishek Upadhyay.

abhishekupadhyays.blogspot.com abhishekupadhyays.blogspot.com

Nomadic Thoughts

Tuesday, March 11, 2014. Narayan is actually Jesus dude. While interpreting a culture or a cultural book or a religious book it is expected that ideas or thoughts are interpreted keeping that culture in mind. Wendy Doniger's writings interpret Hindu religion with western yardstick which lead to misleading and erroneous interpretations. While going through her books I remembered something. Posted by Abhishek Upadhyay @ 4:13 AM. Links to this post. Monday, September 16, 2013. On NDTV I saw a bespectacled p...

abhishekuplaonkar.wordpress.com abhishekuplaonkar.wordpress.com

abhishekuplaonkar | My daily thoughts

It seems we can’t find what you’re looking for. Perhaps searching can help. Create a free website or blog at WordPress.com.

abhishekusa.com abhishekusa.com

Indian Wedding and Party Decorators : Abhishek Decorators

Specialists in Asian Indian Wedding decoration! Mandap decoration, aisle setups, ganesh table décor, reception decoration and also engagement setup! Decoration for prewedding functions like mehndi/garba/saatak/grah shanti and more! An Event to Remember. Your Smile is Guaranteed. We are the recommended decorator for Garden Falls, Mirage, Hilton, Hyatt, Westin, Sheraton, Double Tree, Holiday Inn, Radisson and more. To make an appointment for a free consultation, please call or email us.