Showing posts with label Blogger Tips. Show all posts
Showing posts with label Blogger Tips. Show all posts

Monday, 20 December 2010

Use Sony Ericsson mobile and blogger blog

0

Instead, MMS messages sent in the mail yourname@blogger.com mobile blog, Sony Ericsson users post using the built-in Blog This! Function. What difference does this mean? For regular users of mobile devices, mobile alias connects the user mobile blog. For Sony Ericsson users, each phone has a unique identifier of the device, which connects the device mobile blog. Despite this difference, users should still find Sony Ericsson Mobile URL blog and claim when you started to blog a mobile signal. The process of claim to the mobile blog is also the same as regular Blogger Mobile users.
Troubleshooting
If not I do not know your address or mobile blog that they are not sure if your mail is going through; try the following steps to find your blog and post.
Firstly, if you can find an answer to a message from Blogger containing your mobile blog URL and a claim token. It is possible that you missed the messages arrive, so we search through the message box. You must have a message from the "Blogger", with the theme:

To edit your blog using your computer to go to this page:

http://yourblog.blogger.com/

Claim token (type password): [your feature]
Blog address: http://subdomain.blogspot.com/

If you can get such a message, whether it is possible to hunt the URL of your blog. Try to log in to their bookmarks, to see if an entry called "My Blog". It should be noted that mobile blog URL. You can also search the Internet to try to find your blog, search for words or phrases that are used in mobile blog posts.


Share/Bookmark

Which mobile service providers does Blogger Mobile support?

0


Blogger Mobile currently supports air carriers listed in the following countries. Carriers are listed on the alias MMS. If you are not sure that the operator uses an alias, please send an MMS to yourself e-mail address and follow the from: field of email. Sony Ericsson uses a number of properties connect to a mobile phone blog. Please read this article for more information Sony Ericsson's blog! Function. If you do not see the operator said was shot, let us know and we will do everything to ensure that the mobile service.

* Australia
* Czech Republic.
* France
* Germany
* Ireland
* Italy
* Japan
* Norway
* Poland
* Portugal
* Spain
* Sweden
* United Kingdom
* The United States
* Webmail

Australia
* Airdata.com

Czech Republic
* Smtp.etmail.cz
* Smtp.t-email.cz
* Smtp.vodafonemail.cz
* Iol.cz

France
* Smtp.bouygtel.fr
* Mail.sfr.net
* Smtp.orange.fr

Germany
* O2online.de

Ireland
* Meteor.ie
* O2.ie
* Vodafone.ie
* Orangemms.net

Italy
* Vodafone.it
* Mms.tim.it
* Mms.tre.it
* Mms.wind.it

Japan
* Docomo.ne.jp
* Ezweb.ne.jp
* Pdx.ne.jp
* Softbank.ne.jp
* Vodafone.ne.jp

Norway
* Mmsc.mobil.telenor.no
* Mms.mobyson.no
* Mobil.telenor.no
* Netcom.no,

Poland
* Eranet.pl
* Playmobile.pl
* Orange.pl
* Plusnet.pl
* Centertel.pl

Portugal
* Mms.vodafone.pt
* Mms.optimus.pt

Spain
* Movistar.com

Sweden
* Telia.com

United Kingdom
* O2imail.co.uk
* Orange.co.uk

United States
* Airbridge.net
* Blackberry.net
* Blswe.com
* Cingularme.com
* Danger.com
* Dngr.net
* Gocbw.com
* Lightsurf.net
* Mmode.com
* Mms.att.net
* Mms.helio.com
* Mms.myhelio.com
* Mms.net
* Mycingular.com
* Mycingular.net
* Myvzw.com
* Nextel.com
* Sprint.com
* Sprintpcs.com
* Tmail.com
* Tmodns.net
* Tmomail.net
* Txt.att.net
* Verizon.net
* Vtext.com
* Vzwpix.com

Webmail
* Gmail.com
* Hotmail.com
* Yahoo.com


Share/Bookmark

How to easily Upload Video in blogger blog?

0



If you already have video on your computer, you can upload to your blog as follows:
01. Click on the movie on the toolbar position.
02. In the resulting window, click the Browse button to locate the video on your computer.
03. Enter a title for the video.
04. I accept the conditions (if this is your first video upload).
05. Click the "Download".

Frequently Asked Questions about blogger video uploading

Where are my videos hosted?
Videos uploaded through Blogger, hosted on Google Video.

Are my videos indexed or searchable?
No, this video is kept private and will not be included in the search for Google Video.

How long it takes to load and process a video?
Video downloads may take a little ", as video is usually very large files. However, the exact amount of time needed depends on the size of your specific video and Internet connection speed. Phases of treatment usually lasts about five minutes. Blogger will display a status message below post editor to let you know how it goes, and there will be a placeholder icon in your post to show where the video will be displayed.
Related Video Tutorials Watch these video




Share/Bookmark

How to add Automatic Read More with Thumbnail in Blogger BLOG

0

This article will explain you to how to add the automatic read more for blogger blog with thumbnail.
Step 1: Go to Blogger.com Login with your Email and password, Go to Design and Select Edit HTML Tab and click and then find
Expand Widget Templates and then Click the check box again
Step 2: Press CTRL+F this code
</head>
Add these code before </head>
<script type='text/javascript'>var thumbnail_mode = &quot;no-float&quot; ;
summary_noimg = 500;
summary_img = 400;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}

var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}

//]]>
</script>
And then next step will be Again press CTRL+F and find

<data:post.body/>
And Replace with below code

<b:if cond='data:blog.pageType == &quot;static_page&quot;'><br/>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType != &quot;item&quot;'>

<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcp79q6Prj3jF9pjOM-qY5hf4dA0oVThGWyNIsxpgA6JOr3k_MpVpGz03eJ2fTUePASsHFh54Odu7QidLFstAOsbm1YC12pe0BGvz7t0sd4JZ1sX3Qlxz5oAdf09_SAAaCGM7qImCWAdk/s400/read_more.jpg'/></a></span>

</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
</b:if>
Step 4: Save the template by clicking save button


Share/Bookmark

Thursday, 9 December 2010

How to add Automatic Read More with Thumbnail in Blogger BLOG

0

This article will explain you to how to add the automatic read more for blogger blog with thumbnail.
Step 1: Go to Blogger.com Login with your Email and password, Go to Design and Select Edit HTML Tab and click and then find
Expand Widget Templates and then Click the check box again
Step 2: Press CTRL+F this code
</head>
Add these code before </head>
<script type='text/javascript'>var thumbnail_mode = &quot;no-float&quot; ;
summary_noimg = 500;
summary_img = 400;
img_thumb_height = 100;
img_thumb_width = 120;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length>=1) {
imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = summary_img;
}

var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}

//]]>
</script>
And then next step will be Again press CTRL+F and find

<data:post.body/>
And Replace with below code

<b:if cond='data:blog.pageType == &quot;static_page&quot;'><br/>
<data:post.body/>
<b:else/>
<b:if cond='data:blog.pageType != &quot;item&quot;'>

<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);
</script> <span class='rmlink' style='float:right;padding-top:20px;'><a expr:href='data:post.url'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgcp79q6Prj3jF9pjOM-qY5hf4dA0oVThGWyNIsxpgA6JOr3k_MpVpGz03eJ2fTUePASsHFh54Odu7QidLFstAOsbm1YC12pe0BGvz7t0sd4JZ1sX3Qlxz5oAdf09_SAAaCGM7qImCWAdk/s400/read_more.jpg'/></a></span>

</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
</b:if>
Step 4: Save the template by clicking save button


Share/Bookmark


 

Bangladeshi Story Collection at http://rokworld.blogspot.com/ Copyright © 2010 Earn Money Info. and Tips Directory ~ BLOGGER TIPS | All Thin in 1 Page | Jackson Song | BD TV Star | Free Game | Technology blog | Earn Money | Bellydance | Breaking News | Werstling Video | Pakistani Mujra | Free SMS | Animation Clip | Live Cricket | BDHOME24.ucoz.net | Missworld's Photo's | Hindi Song