Sunday, February 12, 2012

LG Optimus L3 E400 Features and Price


LG Optimus L3 E400 is one of the latest phones announced by LG. LG seems to be ousted from the international phone market. No phone like LG Optimus has been launched. LG Optimus L3 E400 though is a great phone yet we don’t expect it to be a hit. LG Optimus L3 E400 is having quite cool features. The list of features in LG Optimus L3 E400 is as follows.
Operating System
LG Optimus L3 E400 is having Android v2.3(Gingerbread). Gingerbread is an awesome operating system which supports a hell lot of applications to keep you entertained anywhere you go. LG Optimus L3 E400, OS-wise, will be an awesome choice.
Camera
Camera quality too of LG Optimus L3 E400 is nice. LG Optimus L3 E400 is having a  3.15 MP primary camera with features like autofocus and geotagging. You can even record videos from this phone but there is no secondary camera. Other features like video making quality etcetra are yet to be announced.
Memory
The internal memory size of LG Optimus L3 E400 is not announced yet but the expandable memory size is quite good. LG Optimus L3 E400 is having 32GB internal memory. 32GB is enough to store thousnads of photos, songs, videos and applications.
Data Connectivity
Data connectivity features of LG Optimus L3 E400 aren’t new. LG Optimus L3 E400 is having 3G support on HSDPA 900 / 2100 bands,  it also supports GPRDS, EDGE, Wi-Fi, Bluetooth v2.1, microUSB etc. Wi-Fi availablity on a phone like this is quite good.
Dispay
It’s having 240 x 320 pixels resolution. LG Optimus L3 E400 is having a 3.2inch capacitive touchscreen with 151ppi pixel density, it’s also supports 256K colors. Multitouch is available too. In the nutshell I must say that the display quality is great and I think it will be enough to attract the youth.
Price
Price of LG Optimus L3 E400 is yet to be announced. LG Optimus L3 E400 is though expected to be priced at Rs.5,500 to Rs.6,000. Price is the most important factor because if you have a huge budget you can even purchase Nexus, or S 2.

Author's Bio: This post was written by Arjun. Garry works for Backlinks.In Checker also known as http://Backlinks.In webmaster tool

Thursday, October 7, 2010

Techie Vinayak moves to WordPress

Techie Vinayak will now be making your blog better on WordPress. Recently, Techie Vinayak got the .com domain resulting in the movement of Techie Vinayak to WordPress. The URL of Techie Vinayak is now - http://www.techievinayak.com/. I hope that I get a lot of support from all my readers.

Tuesday, September 28, 2010

Add a Floating Back–To-Top button

If your blog has lengthy posts, then this back-to-top button is a must for you too. I have added this on Techie Vinayak because sometimes the codes of a widget makes the post longer, so in order to come back to top of the blog will be easy with these buttons. I have got 3 designs with me with their codes. Here we go with the first one:-

hodge_podge-hodge_podge_icons-hodge_podge-left_arrow.ico-32x32[4]

Here’s the code of this button:-

<!--BACK-TO-TOP-STARTS-->

<a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="#" title="Back to Top"><img onmouseover="this.src='http://i521.photobucket.com/albums/w331/Vinnutter/hodge_podge-hodge_podge_icons-hodge_podge-left_arrowico-48x484.png'" src="http://i521.photobucket.com/albums/w331/Vinnutter/hodge_podge-hodge_podge_icons-hodge_podge-left_arrowico-32x324.png" onmouseout="this.src='http://i521.photobucket.com/albums/w331/Vinnutter/hodge_podge-hodge_podge_icons-hodge_podge-left_arrowico-32x324.png'"/></a>

<!--BACK-TO-TOP-STOPS—>

Now, lets move on to the second button:-

Up1Blue[4] Here’s the code:-

<!--BACK-TO-TOP-STARTS-->

<a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="#" title="Back to Top"><img onmouseover="this.src='http://i521.photobucket.com/albums/w331/Vinnutter/Up1Blue4.png'" src="http://i521.photobucket.com/albums/w331/Vinnutter/Up1Blue9.png" onmouseout="this.src='http://i521.photobucket.com/albums/w331/Vinnutter/Up1Blue9.png'"/></a>

<!--BACK-TO-TOP-STOPS—>

Last, but not the least. Here’s the third button:-

2[4] Here’s the code:-

<!--BACK-TO-TOP-STARTS-->

<a style="display:scroll;position:fixed;bottom:5px;right:5px;" href="#" title="Back to Top"><img onmouseover="this.src='http://i521.photobucket.com/albums/w331/Vinnutter/24.png'" src="http://i521.photobucket.com/albums/w331/Vinnutter/back-to-top-small-14.png" onmouseout="this.src='http://i521.photobucket.com/albums/w331/Vinnutter/back-to-top-small-14.png'"/></a>

<!--BACK-TO-TOP-STOPS—>

That’s it. So, try it out. It will make your blog more good.

Tuesday, September 21, 2010

Stop writing about your problems..Start solving problems

Surfers become readers only when you provide them with what they expect. If you keep blogging about your doubts and problems on the blogosphere or the internet, those people would really hate to come back to your blog. So start blogging about solutions for the problems you know. Start from the grass root level and then step onto conflicting and great subjects. Thus the surfers become your readers as they earn something visiting your blog.

Hope this tip would help you improve your blog...Keep blogging...

Saturday, September 11, 2010

Add Numbered Page Navigation

Numbered Page Navigation is a must for every blog. Well, my blog doesn’t has much pages so the readers can use the Older Posts button at the bottom of the page but if your blog has many pages and the reader wants to access the 12th page. He would not like to keep clicking the Older Posts button again and again so there is a huge need of Numbered Page Navigation in a blog. Here is a screenshot of how it looks:-
 tvv

Follow the steps below in order to get the numbered page navigation:-

1. Go to your blogger dashboard—> Design—> Edit Html.

2. Find(ctrl+f) ]]></b:skin> and add the code given below BEFORE the ]]></b:skin> code.

.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #ccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #ccc;
background-color:#ccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #ccc;
background: #ccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #ccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333;
}

3. Now find the </body> code and add the below code just BEFORE it.

<script style='text/javascript'>
var pageCount=5;
var displayPageNum=2;

var upPageWord=&quot;Previous&quot;;
var downPageWord=&quot;Next&quot;;
</script>
<script type='text/javascript'>
//<![CDATA[
var home_page_url=location.href;function showpageCount(json){var thisUrl=home_page_url;var htmlMap=new Array();var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml='<span class="showpage"><a href="/">'+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html+='<span class="showpageNum"><a href="/">1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){html=''+upPageHtml+' '+html+' '}html='<div class="showpageArea"><span style="COLOR: #000;" class="showpageOf"> Pages ('+(postNum-1)+')</span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}function showpageCount2(json){var thisUrl=home_page_url;var htmlMap=new Array();var isLablePage=thisUrl.indexOf("/search/label/")!=-1;var thisLable=isLablePage?thisUrl.substr(thisUrl.indexOf("/search/label/")+14,thisUrl.length):"";thisLable=thisLable.indexOf("?")!=-1?thisLable.substr(0,thisLable.indexOf("?")):thisLable;var thisNum=1;var postNum=1;var itemCount=0;var fFlag=0;var eFlag=0;var html='';var upPageHtml='';var downPageHtml='';var labelHtml='<span class="showpageNum"><a href="/search/label/'+thisLable+'?&max-results='+pageCount+'">';var thisUrl=home_page_url;for(var i=0,post;post=json.feed.entry[i];i++){var timestamp1=post.published.$t.substring(0,19)+post.published.$t.substring(23,29);timestamp=encodeURIComponent(timestamp1);var title=post.title.$t;if(title!=''){if(itemCount==0||(itemCount%pageCount==(pageCount-1))){if(thisUrl.indexOf(timestamp)!=-1){thisNum=postNum}if(title!='')postNum++;htmlMap[htmlMap.length]='/search/label/'+thisLable+'?updated-max='+timestamp+'&max-results='+pageCount}}itemCount++}for(var p=0;p<htmlMap.length;p++){if(p>=(thisNum-displayPageNum-1)&&p<(thisNum+displayPageNum)){if(fFlag==0&&p==thisNum-2){if(thisNum==2){upPageHtml=labelHtml+upPageWord+'</a></span>'}else{upPageHtml='<span class="showpage"><a href="'+htmlMap[p]+'">'+upPageWord+'</a></span>'}fFlag++}if(p==(thisNum-1)){html+='<span class="showpagePoint">'+thisNum+'</span>'}else{if(p==0){html=labelHtml+'1</a></span>'}else{html+='<span class="showpageNum"><a href="'+htmlMap[p]+'">'+(p+1)+'</a></span>'}}if(eFlag==0&&p==thisNum){downPageHtml='<span class="showpage"> <a href="'+htmlMap[p]+'">'+downPageWord+'</a></span>';eFlag++}}}if(thisNum>1){if(!isLablePage){html=''+upPageHtml+' '+html+' '}else{html=''+upPageHtml+' '+html+' '}}html='<div class="showpageArea"><span style="COLOR: #000;" class="showpageOf"> Pages ('+(postNum-1)+')</span>'+html;if(thisNum<(postNum-1)){html+=downPageHtml}if(postNum==1)postNum++;html+='</div>';var pageArea=document.getElementsByName("pageArea");var blogPager=document.getElementById("blog-pager");if(postNum<=2){html=''}for(var p=0;p<pageArea.length;p++){pageArea[p].innerHTML=html}if(pageArea&&pageArea.length>0){html=''}if(blogPager){blogPager.innerHTML=html}}var thisUrl=home_page_url;if(thisUrl.indexOf("/search/label/")!=-1){if(thisUrl.indexOf("?updated-max")!=-1){var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?updated-max"))}else{var lblname1=thisUrl.substring(thisUrl.indexOf("/search/label/")+14,thisUrl.indexOf("?&max"))}}var home_page="/";if(thisUrl.indexOf("?q=")==-1&&thisUrl.indexOf(".html")==-1){if(thisUrl.indexOf("/search/label/")==-1){document.write('<script src="'+home_page+'feeds/posts/summary?alt=json-in-script&callback=showpageCount&max-results=99999" ><\/script>')}else{document.write('<script src="'+home_page+'feeds/posts/full/-/'+lblname1+'?alt=json-in-script&callback=showpageCount2&max-results=99999" ><\/script>')}}
//]]>
</script>

You can edit two codes in the second html which you have to paste before </body>.
1 : var pageCount=5;
*where 5 is the the number of post that apppear in another page you will visit.
2: var displayPageNum=2;
*This code determines the number of additional page navigation numbers that will be displayed on the page.

So, try it out on your blog and tell me the result by commenting.

Monday, September 6, 2010

Make Your Blog More Better

As you know, Techie Vinayak’s main motive is to make YOUR blog better. And as I have tried both wordpress.org and blogger.com I know that wordpress.org definitely makes your blog look more good. Here are some advantages of a Wordpress blog than a free blog:-
  • You can customize your blog’s design with own premium themes.
  • You can enrich your blog’s features with thousands of free third party plugins.
  • Your own your blog content and backup is available.
  • You are free to put advertisements on your blog.
  • You can enhance your blog SEO (Search Engine Optimization) easily with plugins.
wpwh-giveaway-530x200
Don’t you think that you should now shift your blog to WordPress. Oh…you need a domain, a web hosting :-( and you don’t want to spend your money at that. But now don’t take tension about that because WPWebHost will be taking care of all that.

WHATS THE PRIZE?

1 year Rookie Plan with FREE domain name (1GB space | 5GB/mo bandwidth)

HOW TO WIN?

  1. Blog about this contest and link back to this post. You could take a banner here and insert to your post.
  2. Get 7 comments for your post. (Trackback isn’t counted)
  3. Submit your blog post URL through comment below, along with your name and valid email address in the provided fields.
  4. Yippee! You have just won a FREE WordPress hosting plan + a domain name. We will email you further steps to claim the prize within 2 weeks.

TERMS AND CONDITIONS

  • Every participant is entitled to only one prize.
  • This giveaway ends on 30 Sep 2010.
  • WPWebHost reserves the right to amend or revise the terms and conditions of this promotion without prior notice.
  • WPWebHost has the right to disqualify any participation which does not fulfill the requirements.
So take my advice and participate in this contest. Here is the link - Self-Host Your Blog Giveaway: Win FREE Self-Hosted WordPress Hosting + Domain Name

Saturday, August 28, 2010

Add A Survey For Your Blog

What does a reader wants? He wants that a blog should write something of the reader’s interest. So, what about a adding a survey on your blog which pops up from the bottom right asking for “What should we write about next?”. That would be simple for a reader to suggest the blog owner for something he wants. So, in order to get it follow the simple steps below:-
1. Create an account at KissInSights.
2. Complete the form and choose the survey you want.
k 
k2 
3. Complete the form and click the button “Get the code”.
4. Copy the given code and go to your dashboard—> design—> edit html.
5. Find <body> and paste the KissInSights code right after it.
6. View your blog and have fun.

NOTE: I recommend you not to add this if you have wibiya toolbar because if you add it with the wibiya toolbar the submit button will hide behind the toolbar. I deleted the toolbar and then got this widget.