avisheksharma.wordpress.com avisheksharma.wordpress.com

AVISHEKSHARMA.WORDPRESS.COM

avisheksharma | technical blog

technical blog

http://avisheksharma.wordpress.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR AVISHEKSHARMA.WORDPRESS.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.4 out of 5 with 17 reviews
5 star
9
4 star
6
3 star
2
2 star
0
1 star
0

Hey there! Start your review of avisheksharma.wordpress.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.5 seconds

FAVICON PREVIEW

  • avisheksharma.wordpress.com

    16x16

  • avisheksharma.wordpress.com

    32x32

CONTACTS AT AVISHEKSHARMA.WORDPRESS.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
avisheksharma | technical blog | avisheksharma.wordpress.com Reviews
<META>
DESCRIPTION
technical blog
<META>
KEYWORDS
1 skip to content
2 avisheksharma
3 technical blog
4 sidebar
5 gravatar
6 archive
7 categories
8 memcache with mysql
9 mysql
10 mysql indexes
CONTENT
Page content here
KEYWORDS ON
PAGE
skip to content,avisheksharma,technical blog,sidebar,gravatar,archive,categories,memcache with mysql,mysql,mysql indexes,mysql replication,oauth,optimization,query otimization,blog stats,oauth made easy,replication,setting mysql replication,post,1 comment
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

avisheksharma | technical blog | avisheksharma.wordpress.com Reviews

https://avisheksharma.wordpress.com

technical blog

INTERNAL PAGES

avisheksharma.wordpress.com avisheksharma.wordpress.com
1

Step-wise guide to setup MySQL Replication – avisheksharma

https://avisheksharma.wordpress.com/2015/01/07/step-wise-guide-to-setup-mysql-replication

I am a software professional working with PHP and MySQL. View Full Profile →. Follow avisheksharma on WordPress.com. Mysql built from source. Top Posts and Pages. How to install memcached plugin with MySQL 5.6. Step-wise guide to setup MySQL Replication. January 7, 2015. March 18, 2015. Stepwise guide to mysql replication. Following my previous blog. Where I have discussed how to install multiple MySQL server instances, we are ready now to move on setting up replication. 3) IO Thread interact with the se...

2

November 2014 – avisheksharma

https://avisheksharma.wordpress.com/2014/11

I am a software professional working with PHP and MySQL. View Full Profile →. Follow avisheksharma on WordPress.com. Mysql built from source. Top Posts and Pages. How to install memcached plugin with MySQL 5.6. Install Multiple MySQL Server Instances to the same host. November 26, 2014. July 26, 2016. Mysql built from source. Mysql multiple server instance. These resources include the following:. 1) Each server have to have its own data directory. 3) Service name must be unique for windows platform.

3

avisheksharma – avisheksharma

https://avisheksharma.wordpress.com/author/avisheksharma

I am a software professional working with PHP and MySQL. View Full Profile →. Follow avisheksharma on WordPress.com. Mysql built from source. Top Posts and Pages. How to install memcached plugin with MySQL 5.6. Step-wise guide to setup MySQL Replication. January 7, 2015. March 18, 2015. Stepwise guide to mysql replication. Following my previous blog. Where I have discussed how to install multiple MySQL server instances, we are ready now to move on setting up replication. 3) IO Thread interact with the se...

4

OAuth made easy – avisheksharma

https://avisheksharma.wordpress.com/2014/02/22/oauth-made-easy

I am a software professional working with PHP and MySQL. View Full Profile →. Follow avisheksharma on WordPress.com. Mysql built from source. Top Posts and Pages. How to install memcached plugin with MySQL 5.6. February 22, 2014. November 26, 2014. The article explains you why we actually need to learn OAuth, what is this beast actually, how we implement it to our site, an example and whats the difference between OAuth 1.0 and OAuth 2.0. Hope you enjoy learning the article instead of getting bored. The O...

5

February 2014 – avisheksharma

https://avisheksharma.wordpress.com/2014/02

I am a software professional working with PHP and MySQL. View Full Profile →. Follow avisheksharma on WordPress.com. Mysql built from source. Top Posts and Pages. How to install memcached plugin with MySQL 5.6. February 27, 2014. November 26, 2014. Often we have to join MySQL tables with CHARACTER columns. Here are some reasons where we may lag behind with the performance compared to INT fields. Example: Consider the table definition:. CREATE TABLE t ( name CHAR(255), INDEX (name) );. It might require so...

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL PAGES IN THIS WEBSITE

8

LINKS TO THIS WEBSITE

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

About | TAN'S Blog

https://tanmayabiswal.wordpress.com/about

If you obey all the rules you miss all the fun…. Myself Tanmaya Kumar Biswal. Currently I am working as Senior UI developer at Mindfire Solutions. In IT industry I am having 4.3 years around experience and always passionate about new technology which can improve our daily life and make it simpler better and happier🙂. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). Notify me of new comments via email.

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

cACHING uSING zEND fRAMEWORK(zERO tO hERO) | TAN'S Blog

https://tanmayabiswal.wordpress.com/2014/10/12/caching-using-zend-frameworkzero-to-hero

If you obey all the rules you miss all the fun…. CACHING uSING zEND fRAMEWORK(zERO tO hERO). October 12, 2014. In my previous post. You can also refer manual. And for demo you can refer my blog. Zend Cache provides a generic way to cache any data. Caching in Zend Framework is operated by frontends while cache records are stored through backend adapters (. Output, File, Function and Class. Example #1 Getting a Frontend with Zend Cache: factory(). FrontendOptions = array( 'lifetime' = 7200, / cache lifetim...

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

cACHING uSING zEND fRAMEWORK(zERO tO hERO) | TAN'S Blog

https://tanmayabiswal.wordpress.com/2014/10/12/caching-using-zend-frameworkzero-to-hero/comment-page-1

If you obey all the rules you miss all the fun…. CACHING uSING zEND fRAMEWORK(zERO tO hERO). October 12, 2014. In my previous post. You can also refer manual. And for demo you can refer my blog. Zend Cache provides a generic way to cache any data. Caching in Zend Framework is operated by frontends while cache records are stored through backend adapters (. Output, File, Function and Class. Example #1 Getting a Frontend with Zend Cache: factory(). FrontendOptions = array( 'lifetime' = 7200, / cache lifetim...

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

TAN | TAN'S Blog

https://tanmayabiswal.wordpress.com/author/tanmayabiswal1989

If you obey all the rules you miss all the fun…. October 26, 2014. Caching using zend framework(1sT sTEP tOWARDS zERO tO hERO). In this blog we will discuss how to cache your whole project. When we run our project, php interpreter enters into the public/index.php. File and after interpreted the project source code, again it comes out through index.php. As in above image we can see index.php is entry point and exit point so if we will start Caching. Which we will use for demo. Create directory called cache.

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

Caching using zend framework(1sT sTEP tOWARDS zERO tO hERO) | TAN'S Blog

https://tanmayabiswal.wordpress.com/2014/10/26/caching-using-zend-framework1st-step-towards-zero-to-hero

If you obey all the rules you miss all the fun…. Caching using zend framework(1sT sTEP tOWARDS zERO tO hERO). October 26, 2014. In this blog we will discuss how to cache your whole project. When we run our project, php interpreter enters into the public/index.php. File and after interpreted the project source code, again it comes out through index.php. As in above image we can see index.php is entry point and exit point so if we will start Caching. Which we will use for demo. Create directory called cache.

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

October | 2014 | TAN'S Blog

https://tanmayabiswal.wordpress.com/2014/10

If you obey all the rules you miss all the fun…. Monthly Archives: October 2014. October 26, 2014. Caching using zend framework(1sT sTEP tOWARDS zERO tO hERO). In this blog we will discuss how to cache your whole project. When we run our project, php interpreter enters into the public/index.php. File and after interpreted the project source code, again it comes out through index.php. As in above image we can see index.php is entry point and exit point so if we will start Caching. Directory and give full.

kshirodra.wordpress.com kshirodra.wordpress.com

JavaScript Functions and Scope | Kshirodra Meher

https://kshirodra.wordpress.com/2014/09/18/javascript-functions-and-scope

Let's OPEN the SOURCE. September 18, 2014. JavaScript Functions and Scope. Functions and general purpose. Function is a programming module which contain few lines of executable code (called function body), can take few input data(called parameters) and process them and can return some data as a result. Once it has been written can be used many times outside and inside(if you are using recursion) of that function. As javaScript is a object-based. Have similar behavior like. Define and use a function.

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

Get Images in 16 : 9 Format | TAN'S Blog

https://tanmayabiswal.wordpress.com/2014/09/28/get-images-in-16-9-format

If you obey all the rules you miss all the fun…. Get Images in 16 : 9 Format. September 28, 2014. After lots of searching in Goggle, Stack exchange finally I am able to generate images in 16:9 format for youtube, dailymotion and vimeo. So lets have a look how can we simply get the thumb images from dailymotion, vimeo and youtube API. From the http:/ www.dailymotion.com/us. If you will click on any video you will get the url in this format for that video:. Http:/ www.dailymotion.com/video/ video id. Video...

tanmayabiswal.wordpress.com tanmayabiswal.wordpress.com

CACHING | TAN'S Blog

https://tanmayabiswal.wordpress.com/2014/09/27/caching

If you obey all the rules you miss all the fun…. September 27, 2014. Is an area of a computer’s memory devoted to temporarily storing recently used information. The content, which includes HTML pages, images, files and Web objects, is stored on the local hard drive in order to make it faster for the user to access it, which helps improve the efficiency of the computer and its overall performance. Very Simple Example to learn caching in PHP:. Create the top-cache.php. So, what this code does? The first 5 ...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL LINKS TO THIS WEBSITE

11

OTHER SITES

avishekranjan.blogspot.com avishekranjan.blogspot.com

Roving Mind.....

A poem begins as a lump in the throat, a sense of wrong, a homesickness, a lovesickness. It finds the thought, and thought finds the words'. - Robert Frost. Tuesday, August 23, 2016. Now we will count to twelve. And we will all keep still. For once on the face of the earth,. Let's not speak in any language;. Let's stop for one second,. And not move our arms so much. It would be an exotic moment. Without rush, without engines;. We would all be together. In a sudden strangeness. Fisherman in the cold sea.

avishekroy.com avishekroy.com

Impressions of Light | Landscape and Travel Photography by Avishek Roy

avishekroyforever.wordpress.com avishekroyforever.wordpress.com

.!!..Incognito..!!. | Feelings unspoken…

Hello It’s Me…! January 8, 2013. Thrills-Stakes-Lessons – Table No. 21 in my eyes…. This post is a SPOILER ALERT… Please carry on reading if you have watched the movie…. Article No. 21 of Indian Constitution – Right to Live. Protection Of Life And Personal Liberty. How far one can hide one’s own true motives? How far a couple can put their love and relationship at stake for money? And how far is the villain justified? For that, you need to reserve your seats at Table No. 21…. March 4, 2012. But more bett...

avisheksengupta.com avisheksengupta.com

"Sky is the limit"

Sky is the limit. Powered by InstantPage® from GoDaddy.com. Want one?

avisheksharma.wordpress.com avisheksharma.wordpress.com

avisheksharma | technical blog

I am a software professional working with PHP and MySQL. View Full Profile →. Follow avisheksharma on WordPress.com. Mysql built from source. Top Posts and Pages. Step-wise guide to setup MySQL Replication. January 7, 2015. March 18, 2015. Stepwise guide to mysql replication. Following my previous blog. Where I have discussed how to install multiple MySQL server instances, we are ready now to move on setting up replication. MySQL replication uses a master/slave architecture:. 4) SQL thread reads all non-...

avishekshrestha.com.np avishekshrestha.com.np

ThisizAV - Home

The inspiration to create a website first came with my friend who is a computer engineer publishing his blog. He said, We can make money. That was all I needed when I was doing my Bachelors, depended on father's hard earned money, trying to get rich soon. I first registered with .blogspot.com and I researched about earning money with it and damn it was difficult. That did not stop there. Now, what I wanted to do was to share.Sharing is the way to achieve immortality, they say. It's not that I...See, my w...

avishekthemusicjourno.blogspot.com avishekthemusicjourno.blogspot.com

Music Diary: The Best Music Collection Journo

Music Diary: The Best Music Collection Journo. WELCOME TO MUSIC DIARY:THE BEST MUSIC COLLECTION JOURNO. HEY,EVERYONE WELCOME TO MY SITE. MUSIC DIARY:THE BEST MUSIC COLLECTION JOURNO. THIS SITE IS GENERALLY ALL ABOUT MUSIC AND SINGERS,BANDS,LYRICS OF THE SONGS,ETC CONTRIBUTING IN THE FIELD OF NEPALESE MUSIC INDUSTRY. WELCOME FEEL WARM TO ENJOY THE SITE. View my complete profile. About Shreshan Shrestha (S2S). More About Visan Yonjan. Tuesday, October 15, 2013. VISAN YONJAn PRIYESI (REMAKE) OFFICIAL VIDEO.

avishemsys.com avishemsys.com

Avish Embedded System Technologies LLP

The power of today's smart phones and computing tablets have created billions of virtual offices, libraries, movie theaters and shopping malls that move where your customers do. In fact, mobile technology leaders like Apple and Android activate hundreds of thousands of devices in a single day. AVISH offers the following full suite of product's development, support and solutions: having built expert teams in board design, embedded software, application software and product styling, we are uniquely placed ...

avishen-blogfa.s2a.ir avishen-blogfa.s2a.ir

گروه کوهنوردی آویشن

محل نمایش تبلیغات شما. صعود به قله آج. دروازه شمال غرب استان کرمان محسوب می شوند. کویرمروست این قلل را از رشته کوه زاگرس جدا می کند . ترتیب قرارگیری، دروازه ماننداین قله ها ، نزدیکی به هم ، هم مرز بودن باکویر و کوهستان ، جذابیت و شباهت بی نظیر در فرم مخروطی شان این دو قله آتشفشانی را به یکی از شگفت انگیزترین و زیباترین کوههای ایران مرکزی بدل کرده است . وتاثیر معنویتش چنان مسحورکننده است که نمی توان آج باشکوه را ترک کرد و این عظمت وبزرگی اش تا مدتها هر کوهنوردی راتحت تاثیر قرار می دهد. برچسب ها : جغرافیایی.

avishen.blogfa.com avishen.blogfa.com

گروه کوهنوردی آویشن

صعود به قله حوض دال. سرپرست گروه : غلامحسین اسماعیلی. تعدادافرادحاضر دربرنامه : ده نفر. موقعيت دنا : استان كهكيلويه و بويراحمد. شهرهاي واقع شده در مسير : هرات 70 کیلومتر - بوانات 170 - صفاشهر 210 - سده 345- ياسوج 420 -سی سخت440. مكان و زمان شروع حركت به سمت قله : گردنه بيژن - 6صبح. اعضا شرکت کننده در برنامه : حاج صفرابراهیمی - غلامحسین اسماعیلی - حسن عباسی - ذبیح اله رمضانی -حسین نجارزاده - غلامحسین محمودی - محمدحسین میمندی - احمدمرادی - حمیدنجارزاده - سجاداسلامی. گزارش و عکس از سجاداسلامی. حسین زین الدی...