Author Archive sachinghare

Bysachinghare

Optimize Apache For WordPress – High Traffic Websites

Optimize Apache For WordPress – High Traffic Websites

This article will help you to tweak your apache server and can accept high traffic, but let’s talk about the insides and possibilities first. Optimizing apache matters the server hardware so if you checking the solution for Shared Hosting then this article won’t help you, should check my other articles for the low traffic website optimization.

Practically it’s seen that many people finding solution for optimizing wordpress but didn’t check the requirement to do so. If you have traffic more than 1M/Month and VPS has Memory of 2GB with 2 Cores CPU … Read More

Bysachinghare

Optimize WordPress Performance

Optimize WordPress Performance For High Traffic

When i was new to the system i used to ask experts about optimize WordPress Performance and used to get answers sometimes funny, sometimes very accurate and sometimes which is beyond expenses….

After working on the wordpress sites, Servers and Few techniques i come to know some of the inside tricks which can give you a way high performance and if you do expenses on server hardware then it will give you blazing performance. Let’s take a look at the possibilities, server hardware & insides.

The Basic Reasons to Optimize WordPress is

Page Speed

Read More
Bysachinghare

SEO Optimization Tips Tricks – Must Consider before you Start

SEO Optimization Tips Tricks

 

1. Website/Domain Health: If you have booked your domain recently OR you booked the domain from long time ago but website wasn’t there on your domain then don’t waste your time in SEO stuff. It will come in google on the first page, it requires expertise to do so. So wait for few months (around 2 to 3) and then start building pages for SEO OR submission. Between these 2 to 3 months you can simply do directory submission to built a better health of your domain. Go for Google  Adwords programme and put a … Read More

Bysachinghare

idle timeout jquery plugin! IdleX.js

Idle timeout jquery plugin

The idea about idleX.js came up while checking the jquery events, i saw fire event (idle timeout) which helps to show time-out message with  alerts or with modal window. What if the idle thing comes with more approachable and can be use with most of the sites  which has nothing to do with database, i mean with static websites.

So i understand what exactly it can do and how far it can go away. It seen that among us most of the time we open a website and we do other stuff, I mean we become … Read More

Bysachinghare

Multiple Locations on google map PHP Mysql Jquery

Multiple Locations on google map PHP

Working with google map is always fun games for me but sometimes fun games waste lot of time. I burn my hrs to built this code and when i saw result it puts a big smile on my face. Before that i wasted hrs to find code over forums & blogs to locate multiple locations with custom category marker & custom info window but i found nothing, so finally i decided to do it on my own & i get through it.

I hope this tutorial will help you to built your own multiple Read More

Bysachinghare

Google Map Integration Custom Marker OR Icon

Google Map Integration Custom Marker OR Icon

I don’t think so, take a look at my demo has no api key but it has functionality with custom marker and custom info window. It drives me crazy when things takes less than an hour to built this code.

Have you ever though keeping Google map with fullscreen toggle option? Cool ahhh!… just check out my example.

[symple_toggle title=”Between <head></head> Section”]

<script src=”js/FullScreenControl.js” type=”text/javascript”></script> <!– Fullscreen JS –>
<script type=”text/javascript”>
$(document).ready(function(){
$(‘.show_hide’).showHide({
speed: 1000,  // speed you want the toggle to happen
easing: ”,  // the animation effect you want. Remove this … Read More