Archive

Author Archive

From iphone wifi

July 30th, 2010 seenu No comments

VoilĂ 
Publishing this post from iPhone wp plugin using wifi just got hours back at home

Just testing it now to see how it works

Categories: General Tags:

want to make more with adsense? don’t just concentrate on adsense

June 22nd, 2009 seenu No comments

Just come across a great post about making more money via adsense at www

In order for AdSense to work, your site visitors, at least a percentage of them, must be interested in buying things. Learning the basics of earning on the web OUTSIDE of AdSense is important in order to earn significantly INSIDE AdSense. There is NO get rich quick recipe. You can't buy this for twenty dollar or find it on a WAHM site. Study.

Finding profitable niches

Fuzzy is good

Optimizing for obscure phrases

Look into my eyes

Improving content site revenue

Ugly sites sell

Word concepts

Note: A subscription is required for access to the WebmasterWorld Supporters Forums.

Read more and credits at link

Categories: Uncategorized Tags:

show only one language translation using wordpress global translator plugin

June 15th, 2009 seenu Comments off

Now a days you can see that almost all sites putting up translate to other language bars (probably country colors)
but if you are developing your website for your country ( if your country first language is not english) then you don’t need to put all language images, because your visitors don’t need other languages and it eats up your online real estate.

so, i have come with a solution for this.

showing single language in sigle post page

showing single language in sigle post page

in above pic, you can see that, iam giving option for translating my site into hindi just below title.

before doing this, you must know url path for each language,
if your site is english and your path is like http://site.com/post-title/
then when choose translated language to hindi, it becomes http://site.com/hi/post-title/
or if you choose japanese, url become http://site.com/ja/post-title/

when you use global translator in widgets, it do all the work for you but since we are trying to do in single post page,
we have to edit the url.

Editing URL

using php regular expressions, we have to change url.
for that we can use below code.

<?php
$linkurl = get_permalink();
preg_match ('/(http:\/\/yoursite.com\/)(.*)/', "$linkurl", $matchesarray); ?>

you can observer reverse slashes for // in http:// they are mandatory.
replace yoursite.com with your website name

now we need to put above code in single. php

open your theme single.php
you can find code like

<?php if(have_posts()) : while(have_posts()) : the_post(); ?>

i.e. thats where the loop begins,

just below that, add above code.

implimenting
now above code returns $matchesarray array variable.

now put following code in single.php where ever you want to show text for trasnlation.

<?php echo "<a href='".$matchesarray[1]."hi/".$matchesarray[2]."'>Read this page in hindi</a>"; ?>

if you have any questions, feel free to ask using below comment box, i will help you out.

selling product is not a joke

June 1st, 2009 seenu No comments

may be microsoft, adobe making millions or billions with their products,

but selling product is not a simple matter at all, atleast for me.

we have made a school management software named LSMS , and tried marketing for last 5months,

after a lot of trials, showing demo and all, yesterday i was able to make first sale.

we have spend a lot morethan 2500$ for developing this software and yesterday i sold a copy of this software for 100$ and they gave me only 20$ as advance.

i don’t know whether i should feel happy for it, or feel shamed of it.

with this software, we provide 3 days training for them,
i have to train a person who is computer illeterate,
oh god please save me,
beside providing training, i have to tell them how to start and shut down the computer.

i will update this post soon with full details.

Categories: business Tags:

June month resolutions

June 1st, 2009 seenu No comments

Hello,
i want to set a strict resolution for june month,

first, i want to pray God that, please make my resolutions, dreams come true this month. [-o< [-o< [-o<

i want to make 2,500$ this month.
out of which iam expecting 1,000$ from adsense.

and, i want to use this blog to express my feelings and i want to use it as a platform to communicate with others.
lets see what i will do by end of this month.

Categories: personal Tags: