Sabtu, 28 Februari 2009
Game Metal Gear Solid Datang ke iPhone/iPod
Jumat, 27 Februari 2009
25 Game Javascript Yang Mengagumkan (2)
Kamis, 26 Februari 2009
Perbandingan Kinerja Safari 4 dengan Browser Lain
Opera Mini di Indonesia Melonjak 312% Dalam Setahun
25 Game Javascript Yang Mengagumkan (1)
Rabu, 25 Februari 2009
Gambar Lucu Tentang Ponari
Selasa, 24 Februari 2009
Lomba SEO Tukang Nggame
Suitable choose for work
Cara Membahagikan Posting
1. Pilih Layout => Edit HTML. Tambahkan kod dibawah selepas </head>
<b:if cond='data:blog.pageType != "item"'>
<style>
.post {
height:285px;
width: 238px;
float: left;
overflow: hidden;
}
</style>
</b:if>
2. Antum ubahkan lebarnya mengikut lebar main-wrapper. Contoh blog Ana ni, saiz main-wrapper 512px, jadi Ana saizkan dengan 238px untuk dapatkan 2 kotak. Maby boleh dapat 3 kotak jika main-wrapper yang lebih besar.
3. Seterusnya klik preview dan lihat hasilnya... kalau dah berjaya savela.
p/s: sila gunakan Read More V2
Kamis, 19 Februari 2009
Membuat Read More V2
1. Pilih Layout => EditHTML. Tandakan pada kotak "expand widget template". Cari kod ini..
<p><data:post.body/></p>
2. Kalau dah jumpa gantikan dengan kod di bawah.
<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>
<p><data:post.body/></p>
<a expr:href='data:post.url'>Read More......</a>
</b:if>
3. Tulisan merah boleh diubah..Siap dah...Klik Save.
4. Seterusnya paling penting. Untuk buat readmore pada entry, gunakan kode ini. lihat contoh.
Awal penulisan bermula<span class="fullpost">Penulisan yang selebihnya yang ingin direadmorekan</span>
Transparant life like glasses every where
Rabu, 18 Februari 2009
Google Earth 5.0 Jelajah Mars
Selasa, 17 Februari 2009
Opera Turbo,Web Browser Paling Cepat
Senin, 16 Februari 2009
Seneng,Terus Sedih Deh..
Minggu, 15 Februari 2009
Jenis-Jenis Border, Tambah dan Buang
border:1px solid $bordercolor;
1. Merah adalah saiz border, Boleh dibesarkan dan dikecilkan. Selain dari px, boleh juga menggunakan kod ini.*1px (atau lebih)
*thin
*medium
*thick
2. Biru adalah jenis-jenis border, Antaranya ialah:
*none
*hidden
*dotted
*solid
*dashed
*double
*groove
*ridge
*inset
*outset
Ok kita terus kepada jenis-jenis border. Contoh pada image pada posting.
.post img {
border:2px solid #ff00ff;
}
.profile-img {
border: 2px dashed #ff00ff;
}
.post img {
border:2px outset #ff00ff;
}
.post img {
border:2px inset #ff00ff;
}
.post img {
border:6px ridge #ff00ff;
}
.post img {
border:6px dotted #ff00ff;
}
Contoh lain tu kasi cuba sendirila di blog Antum ye..
Kalau nak buang border pula begini yer..
.post img {
border:0px;
}
Ok sampai sini dulu..
Sumber:Tip For New Blogger
Cara Memasukkan Gambar di Header v2
Sediakan gambar header berukuran 660x250 (tinggi ikut sukala) dan uploadkan untuk dapatkan linknya.. Mudah upload di Photobucket
1. Loggin => Layout. Kali ini kita ke bahagian Edit HTML. Cari kod dibawah..
#header-wrapper {
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
2. Tambahkan kod berwarna merah..
#header-wrapper {
background-image:url();
height:250px;
width:660px;
margin:0 auto 10px;
border:1px solid $bordercolor;
}
3. Tukar link yang kelip² tu dengan link gambar Antum.Ini link header Ana. Xboleh guna. Tukarkan kod tinggi sekiranya gambar Antum lebih atau kurang dari 250px tinggi. Pastu klik preview dan lihat hasilnya.. Insyaallah gambar sudah muncul..
4. Tapi belum siap.. Border di dalam masih menyibuk kan.. Antum boleh buang atau besarkan die.. Cari kod ini, bawah sikit je.
#header {
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}
Kod merah tu ialah border, kalau nak buang delete aje.. kalau nak besarkan tambah dengan kod height:238px; seperti ini..
#header {
height:238px;
margin: 5px;
border: 1px solid $bordercolor;
text-align: center;
color:$pagetitlecolor;
}
Ok siap Alhamdulillah..
Kamis, 12 Februari 2009
INDOTOPBLOG
Professional Battery Replacement
Senin, 09 Februari 2009
CURHAT - Februari
Jumat, 06 Februari 2009
Kumpulan Humor Teka-Teki
Teka Teki Binatang
01. Bebek apa yg jalannya selalu muter ke kiri terus?
Bebek dikunci stang
02. Kenapa Bebek goreng enak rasanya?
Karena ada huruf ‘B’ nya, coba kalo nggak ada, berani makan?
03. Ada bebek 10 di kali 2 jadi berapa?
8, soalnya yg 2 lagi maen di kali, kan?
04. Hewan apa yg bersaudara?
Katak beradik
05. Kenapa anak kodok suka loncat-loncat?
Biasalah… namanya juga anak-anak.
Kamis, 05 Februari 2009
Understanding Blogger Template - 3
This is third in the series of the three tutorial for Blogger Template and deals mainly with the explanation of the expr: namespace and understanding its usage. The other tuts are:
- Blogger Template Explanation - Sections, widgets, includables, includes. b: namespace
- Blogger Template Explanation - Data access. data: namespace elements.
- Blogger Template Explanation - How to use expr: namespace - customize links.
Expr namespace is simple but its usage is very important. Expr is basically used in conjuction with data tags. For making the blogger engine aware that the xml tag attributes coming next are having data tags in them and have to be parsed. Whenever there is a tag say anchor tag, you will have attributes like href and in that case you want the href link created dynamically with help of some data say data:post.url then you will have to use href as expr:href.
Simple implementation of expr:href in the title includable.
This includable is the title section of your blog. Check the usage of expr:href with the anchor tag.
<b:includable id='title'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<data:title/>
<b:else/>
<a expr:href='data:blog.homepageUrl'><data:title/></a>
</b:if>
</b:includable>
See this code below for understanding the implementaion of expr:src and over other such tags. It is being used for parsing the data tags in image img tag attributes.
<a expr:href='data:blog.homepageUrl' style='display: block'>
<img
expr:alt='data:title'
expr:height='data:height'
expr:id='data:widget.instanceId'
expr:src='data:sourceUrl'
expr:width='data:width'
style='display: block'
/>
</a>
As you can see how expr tag is applied to the attributes selectively. Wherever data was to be used expr is applied and in style where data tag is not required the expr is ommitted. Therefore the expr namespace variables are all the attributes which might have some data namespace variable inserted in it. So use expr for data tags used in any attribute values like expr:title, expr:id, expr:onClick and so on. These attributes can be for any xml tag. I have seen it in anchor a, image img, span, div, select, input, button etc., so pretty much everything.
Example Social Bookmark StumbleUpon button for Blogger.
This code listing below explains how to insert stumble upon button for blogger. Although it serves as an example on how to do this but my main focus here is on the usage of quotes. So check how the single and double quotes are used in expr:href for creating and using the url to submit and/or thumbs up the specific post correctly. It generally does not matter that you are using single or double quotes, but when your attribute has to use both of them single quotes decide the attribute opening and closing and double quotes are understood as part of attribute.
Blogger uses single quotes for attribute values, and double quotes within, so change your code as necessary. Within the attribute value, if there are extra single or double quotes as part of the original code, e.g. Javascript, you need to escape them. Also check that the ampersand '&' is converted to '&'. So you might have to create your url in this way. Check more on the stumble upon post url on their site StumbleUpon http://www.stumbleupon.com Widgets and button section.
<a
rel="nofollow"
target="_blank"
expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&title=" + data:post.title'
title="StumbleUpon">
<img
src="../stumbleupon.png"
title="StumbleUpon"
alt="StumbleUpon"
class="sociable-hovers"
/>
</a>
Example Social Bookmark - Add Digg to Blogger
Again although the below code listing is an example of Adding Digg to Blogger template, my focus here is on the escaping done while using javascript. Check how data:post.url is used while inserting it in the javascript variable digg_url. You can use this code to display a counter of diggs done for your post in a neat compact manner on your blog. Check out the digg documentation of this on the http://www.digg.com tools section.
<script type="text/javascript">
digg_url = '<data:post.url/>';
digg_skin = 'compact';
digg_window = 'new';
</script>
<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
So as you saw proper escaping of quotes is done above. Although this is not direct example of the expr: tag usage as javascript onclick or anyother such event is not used here. But you got the logic right? But if you didn't check this code listing displaying the button to add comments. This is generally found in the footer section of your post and its obviously customisable :).
<div class='post-footer-line post-footer-line-3'>
<span class='post-comment-link'>
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.allowComments'>
<a
class='comment-link'
expr:href='data:post.addCommentUrl'
expr:onclick='data:post.addCommentOnclick'>
<b:if cond='data:post.numComments == 1'>
1 <data:top.commentLabel/>
<b:else/>
<data:post.numComments/> <data:top.commentLabelPlural/>
</b:if>
</a>
</b:if>
</b:if>
</span>
</div>
The data:post.addCommentOnclick generates appropriate javascript based on your blog setting for example a popup window or comment post page. And data:post.addCommentUrl will generate the url pointing to the comments for the post.
This comes to the end of the three tutorials which I was intending to write on the blogger template. But If you want anything else to be added in this tutorial series let me know and I will do it.
If you have done anything interesting with the blogger template create a back-link to it in this tutorial. Please share you comments about the things discussed and add information that you feel will benefit others. Thanks for reading.
Rabu, 04 Februari 2009
Cara Memasang Chat Box
Ok harini Ana nak buat tutorial khas untuk Cbox. Sebab Ana sendiri pun guna cbox, dan juga untuk yang bertanya. Ok caranya..
1. Masuk ke laman ini. Klik Cbox ni.
2. Klik pada Get your own free Cbox now! atau sign up di atas untuk daftar akaun.
3. Isikan maklumat di ruangan ini.. dan klik Create my Cbox jika selesai. Gambar dibawah akan muncul jika Antum sudah berjaya daftar.
4. Seterusnya Daftar masuk kedalam akaun menggunakan username dan pasword yang Antum create tadi.. Kalau boleh pasword ni sentiasa diingati.
5. Untuk mendapatkan kodnya klik pada publish!. Jika mahu menukar warna cbox ini klik pada Look & Feel => Edit Style.
6. Copy kod yang diberikan dan paste kedalam blog. Pergi ke bahagian Layout => Page Elements => Add a Gadget => HTML/Javascript.
Ok siap...!
p/s: Kalau nak edit color Cbox ini setelah ditambah di blog, cukup sekadar menekan butang save dan refresh blog Antum tanpa memasukkan kod yang baru.
Selasa, 03 Februari 2009
Toshiba Rilis Smartphone Paling Revolusioner Setelah iPhone!
Minggu, 01 Februari 2009
Membuat Read More di Template Classic
1) Loggin => Template.
2) Masukkan code CSS atau style sheet Summary post (Yg berwarna merah) tu di antara <style type="text/css"> dan </style>
Contoh:
Name: Ms. Moto (Pinky Lee variation)
Designer: Jeffrey Zeldman
URL: www.zeldman.com
Date: 23 Feb 2004
----------------------------------------------- */
/* Primary layout */
<MainOrArchivePage>
span.fullpost {display:none;}
</MainOrArchivePage>
<ItemPage>
span.fullpost {display:inline;}
</ItemPage>
body {
margin: 0;
padding: 0;
border: 0;
text-align: center;
color: #555;
background: #d7b url(http://www.blogblog.com/moto_ms/outerwrap.gif) top center repeat-y;
font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}
3) Kemudian untuk meletakkan pautan Read More.. Cari code Blog Item Body dan letakkan code pautan tersebut di bawahnya.
<$BlogItemBody$>
<MainOrArchivePage><br />
<a href="<$BlogItemPermalinkURL$>">Read more!</a>
</MainOrArchivePage>
4) Lepas tu Save Template.
5) Kemudian seperti biasalah letakkan code Span Full Post di setiap entri Antum atau bila nak Create post yg baru iaitu:
<span class="fullpost"></span>
Contoh:
Ini adalah ringkasan ceritaku blabla pokpek!
<span class="fullpost">
Dan ini adalah selebihnya dari ringkasan tersebut
</span>
6) Kalau nak buat read more setiap kali posting, Antum boleh letakkan kode ini di bahagian Settings=> Formatting=>Post Template.
summary here
<span class="fullpost">
Type rest of the post here
</span>
Sumber : Muncet.com