Tampilkan postingan dengan label blog. Tampilkan semua postingan
Tampilkan postingan dengan label blog. Tampilkan semua postingan

android mobile applications | Download Summer Blog HD v1 0 3 For Android APK DATA

Kamis, 26 Mei 2016

android mobile applications



Summer blog, invites your children to a virtual fairytale, where they are encouraged to help others and have fun. This captivating story told throughout all the ten distinct and colorful levels of the game. The virtual fairytale is narrated in real unique voices. The voiceover and colorful 3D visualizations of Summer blog allow a more involded experience for the children.

Game has no advertising, no in-app purchases.

Redbee, developers from Lithuania, are presenting a new game, that draws the children into the mood of the holidays. And it does not make the parents worry that children spend time in front of the aggresive computer screen - game Summer blog, designed for smartphones and tablets, invites your children to a virtual fairytale, where they are encouraged to help others and have fun.

We were inspired to create this game by our own children; they were the first testers of it too! We hope it will be interesting not only for kids, but for their parents as well - we have not met a parent yet, who would not have their phones occupied by their offspring…and usually, while waiting to redeem it from a tight clasp of the small palms, fathers and mothers worry of the content of the games.

We want to prove the virtual games are not evil. This game is a magic tale about three children who help Pookumooku, a small forest creature and save the children of their district from nightmares… It encourages them to seek for creative solutions and not to be afraid of nightmares. We believe it could be played before sleep, as an interactive fairytale, –said developers from Redbee.

The game is based on mysterious adventures of one summer holiday of the characters of Summer blog. Each character has its own distinct appearance and mood, so the player can choose the most attractive one – Sarah, Kai or Oscar. Later, if bored with the choice, the player will be able to change it to another. There is no violence in the game, only merry adventures: jump and run, run from mini boss, explore. If the characters need to pass a creature not too friendly, they can distract it by feeding them an orange – why should they hit someone? The characters of Summer blog do not die, if they fail to do a task. It means the young players won‘t need to start the level all over again, as it would happen in most of the computer games.








UPDATED on : Aug 04, 2013
Required Android : 2.3 and up.
Version : 1.0.3
Download Links : ARMV7]

Google Play Apk Link
Download Summer Blog APK+DATA Files:

Click Here to Download Summer Blog HD v1.0.3 APK+DATA [211mb]

How to Install:
  • Install the apk
  • Put the data folder to sdcard/Android/obb/...
  • Launch and play


Do you find information about android mobile applications are you looking for? If not, below may help you find more information about the android mobile applications. Thank you for visiting, have a great day.
Read More..

Memasang Auto Read More di Halaman Blog

Kamis, 18 Juli 2013

Setelah asyik-asyik edit blog, saya sempat kesulitan dengan mengatur halaman awal blog, karena ketika saya buka halaman blog saya, posting saya 100% terbuka semua. Alhasil halaman blog saya memanjang ke bawah. Kalau melihatnya saja sudah membuat saya pusing. Ketika mencari-cari cara untuk menghemat halaman blog, saya tak sengaja menemukan caranya di http://oog-4u.blogspot.com/ . Ketika saya coba ternyata berhasil juga.

Caranya simpl kok, anda cukup menambahkan kode ini di atas kode </head> :
<script type=text/javascript>
var thumbnail_mode = "float" ;
summary_noimg = 250;
summary_img = 250;
img_thumb_height = 120;
img_thumb_width = 120;

</script>


<script type=text/javascript>

//<![CDATA[
/******************************************
Auto-readmore link script, version 2.0 (for blogspot)

(C)2008 by Anhvo


visit http://en.vietwebguide.com to get more cool hacks

********************************************/
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>
Yang berwarna merah bisa anda ganti-sesuai keinginan anda;
var thumbnail_mode = "float"; (letak thumbnail berada di (float) kiri atau jika tidak silahkan ganti dengan (no-float)
summary_noimg = 250; (banyak karakter akan ditampilkan di posting tanpa gambar / thumbnail)
summary_img = 250; (banyak karakter akan ditampilkan di posting dengan gambar / thumbnail)
img_thumb_height = 120; (Thumbnail tinggi dalam piksel)
img_thumb_width = 120; (Thumbnail lebar dalam piksel)

Setelah itu cari kode <data:post.body/> dan ganti dengan kode di bawah ini:
 <b:if cond=data:blog.pageType != "item">
<div expr:id="summary" + data:post.id><data:post.body/></div>
<script type=text/javascript>createSummaryAndThumb("summary<data:post.id/>");</script>
<span class=rmlink style=float:left><a expr:href=data:post.url>READ MORE - <data:post.title/></a></span>
</b:if>
<b:if cond=data:blog.pageType == &quot;item&quot;><data:post.body/></b:if>

Kata READ MORE bisa anda ganti sesuai dengan keinginan anda. Bisa baca selengkapnya atau selengkapnya, dll.
Setelah itu SAVE, lalu lihat hasilnya.
Read More..