Subscribe to the RSS Feed : Read our Blog Posts from the convenience of your favourite Reader

Optimize Your Website Using YSlow

January 5th, 2011 . by Anup



Have a lot of people leaving your site too fast ? Your high bounce rates could be due to a slow loading website. People these days simply don’t wait for 5 or 10 seconds for a page to load.  A slow loading page affects everything else you do . You can say bye bye to those sales and leads. Therefore it is important that you optimize your websites. Lets forget usability or anything else that would affect sales. We’re going to concentrate on making your site more responsive i.e load faster. Want another reason ? Okay then .

Here’s something that happened to me a while back.Now serving niches is a relatively small site / blog. There are only a few 100 posts. You don’t exactly see it and expect it be heavy on the server.

As it turns out I had just deleted older posts which I thought were longer relevant and some I thought didn’t live up what we are trying to achieve here. Now as it turns out the blog was loading a bit faster after I had deleted a lot of older posts, atleast I thought so.  I felt content and logged out.

Next day I check my email and there’s an email from my hosting provider.

First I sit there and scratch my head thinking what on earth could they be emailing me about on this day of the week.

Turns out my small site was so slow loading and so heavy on resources and the server, it was starting to affect the other sites on the server. So they had to temporarily suspend my account and stop all traffic to it until I speed it up.

Needless to say I was shocked. Well okay first I was confused and then I was shocked. My teeny blog is causing problems ? So they agreed to let me in provided I fix stuff or lease out an entire server. Of course they weren’t exactly going to throw me out. There weren’t going to let in any traffic unless I had fixed the problem.

That is where YSlow came to the rescue. I ran it and well it gave me an F . But it also told me how to go about fixing the blog and site .

The next few blog posts are going to be all about Website and Blog Optimization. First we’ll begin with Yslow. We’re going to take it a bit further than that in later blog posts. But first YSlow.

Today is the simplest part . Installing Yslow and related Components.

You need to get the Firefox Browser first . Download the browser from http://mozilla.org and install .

Now you need the firefox browser and and add on called firebug. YSlow is  a plug in for Firebug. Firebug is pretty cool itself but its features are out of the scope of this blog post. Back to installing YSlow.

Go to http://www.getfirebug.com and install Firebug

Then go to https://addons.mozilla.org/firefox/addon/5369 to install YSlow

Once all these are installed , You are now ready to run Yslow. Restart your FireFox Browser.

You should see something like the picture below at the bottom right of your firefox browser.


Once you have restarted Firefox, open your website.

Go to “Tools > Firebug > Open Firebug”.

A split window should open . Click YSlow . Choose appropriate Ruleset. It doesn’t really matter .

It will analyse your website and give you a grade.

We’re going to work on improving that Grade in the next blog post.


To learn more about Firebug check out

http://www.packtpub.com/article/installation-and-getting-started-with-firebug

Get Unlimited Access to Hundreds of Games

Build A Free Survey’s Website

December 30th, 2010 . by Anup



First off I have to mention this. To get a digest of Serving Niches’s valuable posts in one easy to read PDF , go here.

The link will take you to a Landing Page where I talk a bit about the new ebook I’m going to be putting out very soon. Sign up to the list to get it for FREE when it becomes available.

You guessed it . I’m currently building up a list to build up interest for this valuable ebook.

A survey website is perfect for the beginner or anyone else. It is easy . Of course there is no such thing as a sure shot. But this ebook does its best. It discusses how to build one around the powerful membership site business model. There is unfortunately a bit of work when it comes to building one. Most marketers I’ve seen mention this don’t tell you how to go about building one. It isn’t easy if you don’t know how. Not to mention have any applicable strategy .

I mention how anybody can go about building one.

Also :

Why the membership business model is amazing .

Where to get Surveys for FREE .

And of course when I mean building a Survey Website I mean building a survey site that makes you money.

So click here to go sign up to the list if you would like to find out how.

$5 off orders of $30 or more at GoDaddy.com Go Daddy Website Hosting Get Unlimited Access to Hundreds of Games

Subscribe and Receive Updates via Email

December 23rd, 2010 . by Anup



Subscribe to receive updates from Serving Niches via email. Email subscribers also get FREE reports and offers not available elsewhere on the site when available. Subscribe today . It’s free.

Get Unlimited Access to Hundreds of Games

WordPress Child Themes – Theme Development Made Easier

December 12th, 2010 . by Anup



WordPress Child Themes – Your Gateway to theme development paradise

Child themes are a fairly new concept. I’ve been hearing about them for some time now. Never really bothered to check out before. But luckily for all of us, I have now. This is not complicated. This is somewhat easy to understand . So don’t fret about all the lingo.

Basically, you create themes that rely on other themes as templates. Now that it turn means you only have to change the child theme to make changes to your WordPress theme .

So why bother you ask ?

As it turns out what most wordpress theme designers do is build on top of existing themes they like. I’m guilty of that myself. Why write everything from the beginning when you might need only a few things changed. For example Serving Niches itself it built on themeorrhea by JTK. I loved the way his theme was built. It was simple and didn’t have too many files cluttering up the back end.
Minneapolis St. Paul WordPress User Group #1

The basic layout for any theme doesn’t have to be different. Now previous to WordPress 2.7 I would have had to change the theme files using editor and add my embelishments. Everytime a new version of the theme was released , I would have had to copy paste all my changes to the new theme. Almost rewrite the whole thing. If you had seen the serving niches theme files , you wouldn’t recognize themeorrhea. There were way too many changes made. So imagine having to write all that again on top of the new theme. It would take time.

See now I don’t have to do that. Now with the concept of child themes , I could simply put all my changes in its own folder , so when I upload a new version of the original theme , I’ll only be rewriting the theme’s files not my changes.

So how do you make use of child themes ?

Child themes are put in the same folder as any other theme on your wordpress installation.

wp-content/themes

To build a child theme , you will first need a mother theme or a main theme to build a child theme on.

All you need to do is to make changes to the style.css file . You need it to tell wordpress that this theme is a child theme.

Neat huh ? Imagine all those hours you’d have to spend rewriting and testing and playing and rehashing and indenting and what not all that code if you were to update the mother theme.

The mother theme style.css. Below is the beginning of a typical style.css .

/*



Theme Name: Your Theme Name

Theme URI: http://your-theme-homepage.com

Description: Oh what a lovely description of your theme you'll put here!

Author: Your Name

Author URI: http://your-website.com

Template: If this is a child theme, you'll set the template theme's folder name here,   otherwise don't put this here

Version: A version number

.

Any general information, license statements, plugin requirements, or any other information you

may want to share.

.

*/

You do need to make a few changes to the child theme’s style.css . The one file it needs is style.css . You need to put the basic information below in it. Below is an example of how you’d want to fill out the child theme style.css file.

Theme Name: will the child theme’s name

Theme URL: url of your theme if you choose to upload it somewhere so that people can download or purchase it

Description: small description of the child theme

Author: your name or nick name

Author URL: if you have a website. Get a free one atleast mate if you don’t have one.

Template: This is the important option. This is where you mention the location of the mother theme. So say the mother theme is located in wp-content/themes/themeorrhea/ .

You’d write “themeorrhea” here. So it would be Template: themeorrhea .

Version: this is you first child theme ? Call it version 1.0 . you could call it 10.0 if you wanted. It doesn’t really matter.

An example of what a child theme’s style.css would look like.

/*

Theme Name: Sandwich

Theme URI: http://anupvasudevan.com/sandwich

Description: This is Sandwich, a child theme for themeoreaa.

Author: Anup

Author URI: <a href="http://thor/">http://</a>anupvasudevan.com

Template: themeoreaa

Version: 1.0

.

You need to have both Sandwich and Themeorrhea in your wp-content/themes/ folder for this

theme to work.

.

*/


This child theme will be like any other theme . You’ll be able to activate it like any other theme from the Appearance page in wordpress admin .

So what about the remaining files ?

Simply add them to the child theme folder. The child theme’s files get precedence by default over the mother theme’s files. In other words, should you add a header.php to the sandwich folder at wp-content/themes/sandwich , it will be chosen over themeorrhea’s header.php . Thereby replacing it. The rest of the files will be used as is. If you choose to use the mother theme’s files , do not make an empty file in the child theme folder.

That is all . There you’ve made it to the end.

You should be able to use child themes on WordPress installation now.

An example use of this would be during the holiday season. You want to change the look for maybe December 25th alone or even the week leading up to December 25th .

This way you don’t have to write the code all over . You just need to build a child theme. Maybe just change the background image to something with leaves and bells.

You are limited only by your imagination.

image credits : http://www.flickr.com/photos/iamperegrino/2913018697/ WordPress stickers & stationery
http://www.flickr.com/photos/myklroventine-events/3832855830/ WordPress screen

Audiobook MP3s PC & Video Games

A Simple Way To Make $100 A Day

February 28th, 2010 . by Anup




Now I do mean you can end up making a minimum of $100 a day. But it isn’t going to

happen in 5 seconds. You’re going to like this method if you didn’t know about it already.

Have fun Guys !


This is the easiest but the most time consuming method to earning $100 a day. It won’t happen immediately but it will happen when everything is in place. This is commonly known to as article marketing or bum marketing. I can imagine you are thinking I’m asking that you get into the Adult industry. Fret not. I’m not .

Bum marketing or article marketing allows you to earn money online from the commissions of affiliate products, sales of your own products , adsense ads, ebay , amazon links and so on.

Here’s the big picture.
-You write keyword optimized articles in under-exposed niches.
-Submit them to popular article websites
-let the search engines pick them up
-earn affiliate commissions
-get opt in signups or make money from selling your own products.

This is one of those rare occasions where you have a method you can use without putting in any money . It doesn’t take money to make money. Without over complicating this process or wasting time, lets dive in.

1). Finding an untapped , low competition niche .
Before you start putting in all that effort , you need to find a relatively untapped market. It is really quite simple.

What are you passionate about ?
What do you know a lot about ?

It is better to write about something you know something about. Atleast vaguely. Find a niche where people have a problem or a need. If its something you’re involved with like a hobby. What bothers you ? . If you have a problem related to your hobby, others could have that same problem.

See if there is a product to solve the problem. Another good way to find such pains people have is to use yahoo answers, ebay pulse, google and yahoo groups.

2).Find an affiliate program with a complimentary product that pays out a decent commission
The product you choose to promote should have atleast a $50 commission to make it worth your time. The sales page conversion rate should be atleast 2% which is realistic to expect. Avoid anything lower.
You need to find something decent. If the product you’re promoting is complete rubbish , it probably won’t work

Some places to find good products to promote -

-Clickbank
-Commision junction
-Linkshare
-PayDotCom
-LifeTimeCommissions

Try focusing on wants not on needs too much. I’ve pretty much come across marketers suggesting both, but people are more likely to be more excited about buying that xbox game than microsoft windows.

Don’t worry too much about the price. Something priced $997 will be perceived as much superior than a $47 product based on price alone. Of course the $ 47 product will get more views. But in the end you’re putting in the same amount of effort. So don’t let price stop you from promoting a higher priced product.

3).You then research and find low competition keywords that you can write articles about.

Go to https://adwords.google.com/select/KeywordToolExternal?defaultView=2

Type in your problem or keyword.

The keywords that turn up , choose only those that have a minimum of 500 to 10,000 results. If there are about a million results, theres probably too much competition for you to get on google’s page one. The article directories you will be submitting to usually rank high in the searches, so this shouldn’t be too much of a problem.

so how do you check how many results they get in google ?

Its easy just select your preferred words and type them in google in ” ” .

for example. – i looked up article marketing and liked a keyword  = interesting marketing articles

I go to google.com and type “interesting marketing articles”. It shows me about 22,900 results . Now that is something I can compete in.

4).Next write a series of articles based on the low competition keywords or keyword phrase(s).
From the previous process you would want to choose 10 – 20 keywords. Each keyword in google should have 500 – 10,000 results when put in quotes in google . This should give you a good idea what to write about.

You can either write the articles yourself from scratch completely. Or you could google or ebay the topic you’ve chosen and buy a cheap book or any book. Or maybe even free information. I suggest buying something of decent quality. Once you have done that break them into 10 or more articles. Plagiarism is not advised. You should atleast rearrange the content. Its worth the effort.

I mean read them and rewrite them in your own words.

If You can afford it , you can also outsource your article writing. On sites like www.elance.com , www.rentacoder.com you can find people who are willing to do this for you for a few dollars.5).Then you submit your article to popular article directories so they get picked up by Google and the other major search engines.

Your articles need to achieve a minimum of 250 views per article. If you submit your article to a minimum of 10 sites, and expect about 25 article views per site , we should be good. This is an extremely realistic number.

You’ll want to submit each article to a minimum of 10 article sites. The more popular the site, the more likely they are going to be picked up .
So for that reason here are some of the most used article directories.

http://www.ezinearticles.com
http://www.goarticles.com
http://www.buzzle.com
http://www.articlealley.com
http://www.articledashboard.com
http://www.articlesfactory.com
http://www.ideamarketers.com
http://www.isnare.com
http://www.promotiondata.com
http://www.businessknowhow.com

6). And finally, earn affiliate commissions, get opt-in signups and make money from selling your own products or from ad clicks.
There isn’t anything to explain in this. It just means reap the benefits.
If you follow the simple steps you are practically guaranteed to make money online. All it takes is a little time.

I know you can do it.

 

« Previous Entries