Saturday, October 10, 2009

Solusi bila script tidak diparsekan/diterima pada editor html blogspot

Jangan bingung bila kode tidak dapat di terima saat mengedit template,hal ini sering terjadi saat edit template di blogspot.
Saya pun pernah mengalami hal seperti ini,namun saya punya alternatif agar kode kita diterima dan berfungsi dengan baik.
Berikut ini langkah-langkahnya,
1. Bikin file script dengan notepad,copy kode di bawah ini dan ganti kode yang berwarna merah dengan kode anda :

/* alternatif script */ document.write("<script src='http://kumpulblogger.com/scahor.php?b=11111&onlytitle=1' type='text/javascript'/></script>");

2. Simpan dengan ekstensi .js
3. Upload file tersebut ke situs penyimpan file,tapi layanannya yang gratis. Seperti Wen.Ru atau situs sejenisnya,jangan gunakan layanan seperti rapidshare.com atau sejenisnya.
4. Catat alamat situs tempat menyimpan file,contoh :

http://yancare.xtgem.com/fileku/script.js

5. Silahkan copy kode berikut ini,dan ganti kode yang berwarna merah dengan alamat situs tempat anda menyimpan file :

<script src='http://url tempat anda menyimpan file script tadi' type='text/javascript'/>

6. Pastekan kodenya di template anda.
7. Lihat hasilnya !!!



Full Post....

Tuesday, September 29, 2009

Changing icons blog on blogspot

Icon is usually seen on the side of the blog title or by pressing option and info pages in the browser like this on my blog, where icons replace my blog with my photos. This has to be done on your blog. But not all blogs support such as editors blog my opera, I've tried to change it and succeed is xtgem.com, wen.ru, blogspot.com and much more. Here's how
First, you open the page THIS !

Second, you upload the image files on the upload form on that site and click Generate FavIcon.ico.

Third, you search the phrase Download,then you click on the sentence.

Fourth, open the file you downloaded earlier, and extract the files in it except the Readme.txt file! Then you upload the file to the image file storage site like photobucket.com

Fifth, you write the URL of your image files uploaded to the site this image file storage.
Example:
Because I save an image file on photobucket.com then the URL address of the image is http://s937.photobucket.com/albums/ad216/kakakyanto/?action=view¤t=favicon.ico (for the favicon.ico file)

http://s937.photobucket.com/albums/ad216/kakakyanto/?action=view¤t=animated_favicon1.gif (for file animated_favicon1.gif)

Sixth, write the code below:
<link href='http://image files url' rel='shortcut icon' type='image/x-icon'/> (for the favicon.ico file)
<link href='http://image files url' rel='icon' type='image/x-icon'/> (for file animated_favicon1.gif)
As for blogspot :
<link href='http://image files url' rel='icon' type='image/vnd.microsoft.icon'/>

Place under the tag <head>

Finish.


Good luck !!!!!



Full Post....

Template Modification By
YanCare

YanCare™