CUSTOME STYLE(beta 4.0)
a) finding option (right upper corner of blog)
b)custom HEAD
options: chose color 4 u’re title (my title : DANGEROUS DAVEs blog chose color 4 u’re intro i do not have a active intro chose a background Head ( u can chose 1 of the those u find there or use a URL 2 insert u’re own chose if Head background will repeat (if it’s a small img.) & also where 2 place it (if it’s a small img)
c) Navigation options (mostly blog background options, 4 when some1 reads 1 of u’re posts chose if u’re blog background will have a color,or will be transparent or if u will insert a URL with u’re own image chose if background will repeat or position in case it’s smalle image then background itself chose u’re links colors (make sure u chose a diffrent color 4 link than normal text if u do not want 2 confuse links with text)
d) Page options: chose background 4 u’re blog’s main page u can use a transparent blog or insert a image of u’re own using a URL chose the text color 4 u’re posts chose link color 4 post & modules shoes color 4 u’re post titles not really sure what this option can do
e) Module options chose color 4 module border and type chose color 4 module text title chose color 4 module head background or insert a URL chose a color 4 module body background or insert a URL
f) chose a counter style or just leave it the old fashion way (warning: if u chose a counter u will not be able 2 see nr of visits only no. of views)
g) finally save
ß) create a costume module there r 3 steps: A B & C A) finding option Customize B) finding option module chose Custom Mods option then chose Add option u must add title (or else u cannot create module this is where u're going 2 inser a HTML code or Javascript code (here r some codes 4 u):
ADDING IMAGE
<html> <body> <p> <img src="Image URL" width="150" height="150"> </p>
ADDING TEXT
<html>
<body> <script type="text/javascript"> document.write("<h1>YOU'RE TEXT HERE</h1>") </script> </body> </html>
insert falling images (in my blog the snowflaks)
i removed the snowflakes cause some1 told me my page is loading slow... do 2 the fact that his bandwidth is ~2MB ore some shit like that
<script type="text/javascript">
//Configure below to change URL path to the snow image
var snowsrc="IMAGE URL"
// Configure below to change number of snow to render
var no = 10;
// Configure whether snow should disappear after x seconds (0=never):
var hidesnowtime = 0;
// Configure how much snow should drop down before fading ("windowheight" or "pageheight")
var snowdistance = "pageheight";
///////////Stop Config//////////////////////////////////
var ie4up = (document.all) ? 1 : 0;
var ns6up = (document.getElementById&&!document.all) ? 1 : 0;
function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns6up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = iecompattest().clientWidth;
doc_height = iecompattest().clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
snowsrc=(snowsrc.indexOf("dynamicdrive.com")!=-1)? "snow.gif" : snowsrc
for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ie4up||ns6up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
}
}
}
function snowIE_NS6() { // IE and NS6 main animation function
doc_width = ns6up?window.innerWidth-10 : iecompattest().clientWidth-10;
doc_height=(window.innerHeight && snowdistance=="windowheight")? window.innerHeight : (ie4up && snowdistance=="windowheight")? iecompattest().clientHeight : (ie4up && !window.opera && snowdistance=="pageheight")? iecompattest().scrollHeight : iecompattest().offsetHeight;
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
}
dx[i] += stx[i];
document.getElementById("dot"+i).style.top=yp[i]+"px";
document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px";
}
snowtimer=setTimeout("snowIE_NS6()", 10);
}
function hidesnow(){
if (window.snowtimer) clearTimeout(snowtimer)
for (i=0; i<no; i++) document.getElementById("dot"+i).style.visibility="hidden"
}
if (ie4up||ns6up){
snowIE_NS6();
if (hidesnowtime>0)
setTimeout("hidesnow()", hidesnowtime*1000)
}
</script>
insert mini YouTube
<p width="100%"
align="center"><embed
pluginspage="http://www.adobe.com/go/getflashplayer"
src="http://www.yourminis.com/Dir/GetContainer.api?uri=yourminis/yourminis/mini:youtube"
FlashVars="uri=yourminis%2Fyourminis%2Fmini%3Ayoutube&height=270&width=360&xheight=280&xwidth=370&swfurl=%2Fwidget%5Fyoutube%2Eswf&"
type="application/x-shockwave-flash"
allowScriptAccess="always"
wmode="transparent"
width="370"
height="280"></embed><br /></p>
more codes at LINK u just need 2 register free (every code there is free
this option will move u're module if it's a small 1 from a left position (iFrame) 2 a centerd 1(Just in page *i also noticed that if u don't chose this option (just in page) the custome module might just not apper sometimes if u chose NO BORDER option the module will not have : a border, a title module, module background & module head background chose option Add or Cancel if u're done or if u don't want 2 create
C) saving
TO ADD A FRIEND
load up the blog of the person you want to add ass a friend
after you have done that look under the profile picture there is a little block that says rss 2.0 feed
next to that is a little figurine click on that a new pop up opens and just click on add to my friends and you are done
TO ADD AN IMAGE TO YOUR MESSAGES
first you have to right click on a picture you have selected of the web a pop up will appear now scroll down to properties and click on that a new window will open with the url address of the picture highlight the full url address copy it and then close the window
now go to the message section and click on the little tree you will now see [img] [img] appear in the message section now between the [img] [img]paste the copied url address ie [img] paste url here [img]
Wan unblock
http://85.17.184.130/forums/index.php?showtopic=40775
To unblock the WAN (make it green :)) - the bottom right corner of your BitComet - you'll have to do this: 1. Enter the http://portforward.com/english/routers/port_forwarding/routerindex.htm and choose your router model from that huge list (possible to load a little slower...just wait). Probably you'll find the router's name right on the back of your router. 2. In the new page that will open, click the BitComet link, under the B catebory, obviously - they're listed alphabetically. Again, possible to load a little slower (the new page). 3. From now on, just follow step by step the instruction from portforward.com. They also provide pictures so you have to be a complete idiot to mess something up. 4. If, however, you are a complete idiot, make sure you'll save the configuration of your router (from your router's page, usually the admin section) so you can restore everything like it was before, just in case you've messed something up. 5. It is also a good idea to know the user/pass of your router and the user/pass/settings of your internet connection (provided by your ISP, when you first opened the DSL line). That's in case you didn't saved the router's config. file and now you have to restore it's settings. Use the reset button (every router has one, usually a small hole where you can insert gently a tooth stick to press the reset button), enter the router's page (mostly 192.168.1.1), configure the internet settings and try again the first 1,2,3 points until you'll make it.
To add a permanent send message with you normal message this is normally in a lighter shade at the bottom of you message
click on my controls
click on profile
click on general preferences
now in signature box type your messag
now save
to add guest book
click on customise
then left corner click on modules this opens up a popup now tick the box that says my guest book and bingo it is there on your page dont forget to click on the save top right of screen before exiting back
to add an item to you link section
go to my cotrols and click on it top of your page
then click on custom mods
go into links and paste link there
save when you done
adding music courtesy of caladier
caladier's blog address
click this link http://blog.bitcomet.com/caladier/
There are many friends who ask how to add in the Blog a playlist music.
There are several ways to do this and various sites on the Internet on how to do that, attempts to explain how it's done with one of the most popular ...
We opened our Internet browser, and we are going to address
And that we will see a screen like this:
(1)
It is possible that with the passage of time change some images especially those of the artists, not you worry if not exactly page as you see this now.
Well, the next thing we do is create a new account so that we move with the mouse and click where it says my account. And take us to the next screen gives us two choices: if we are already registered to log in or create a new account, the latter is what interests us so click with the mouse Click here to create a FREE account!
We should see the following screen to fill with our data:
(2)
Well, once we have our data we entered with the mouse to Create new account.
In doing so appears to ignore this screen with the mouse and click where it says Continue to my account Project Playlist
(3)
Then again the screen appears that allows us to make log in or create new account. This time we log in writing our password and clicking Log In.
Again, a screen advertising that ignore pressing places where no thanks ... And we will see the following screen.
At last we come to the screen in which we will include songs that we want in our playlist. And it is something like this:
(4)
Below is written as follows:
Start making a playlist! Click here to search for music to get started!
Press the mouse around and see the next page where we can find the song, artist or both simultaneously. I introduced Robbie Williams and the theme Feel as an example.
(5)
We are searching for and appears as follows.
(6)
We see that we show the results of Feel, and allows us to do two things, listen to the song using sign play or add to the plus. We recommend that prime escucheís what he says and then give added.
Well I am going to choose the fourth song Feel pressing the plus sign with the mouse.
Another screen that we give directly to The site will create a playlist for you to hold all of your music. Click here to create a playlist. Press the mouse and takes us to another screen.
On this screen you have two options, to create the ultimate playlist or add more songs.
(7)
If we add more songs click on CONTINUE and see that repeats the screen (6) to delete Robbie and put the item or the artist want.
At the end always appears on the screen we are now.
When you have all the items that you want to include. And you see a screen 7 instead of continuing with a mouse click You have 99 tracks remaining on this playlist. After you fill this playlist, you can create another.
When you have all the items that you want to include. And you see a screen 7 instead of continuing with a mouse click You have 99 tracks remaining on this playlist. After you fill this playlist, you can create another.
On the next screen we can take a title and a description as you like. We Preview.
They appear several options on this screen we give to Generate Code, I do not worry what it away.
In this new screen use the option E.
E. Get the code for any other social network, or your own personal blog website>>
In this new screen click on the name of your playlist and appears in a new, which can change the background color, reproduction and automatic Shuffle.
Change to your liking and give get code!.
And it appears the last page with the code you need for Blog. With the mouse mark all the code until this blue and click on the right button and give you the option to copy.
(8)
We are going to our Blog
Already in our Blog give you the option of the menu here to My Controls and Custom Mods.
Once there giving Custom Home Page.
Now we are going to give it at the top left Modules.
There is a small screen that puts us System Mods or Custom Mods. Give Custom Mods.
Now add the module clicking Add.
We have a title and body paste code in the body.
I get mine and is thus more or less.
Well I leave everything as this unmarked anything. And I Add to bottom, and so I add this module.
We close this small screen by pressing the X and recorded what we did by clicking on Save, in the upper right corner of the screen. Usually you put the module in the upper right in your blog, if you want to change you know, go to the modules and move from site to your whim.
And eventually, perhaps it seems too complicated, if you have many doubts consulting me, a hug for everyone.
CREDIT FOR THIS PART TO MS FAIRY
CSS Tutorial
Table of contents
ANOTHER GOOD POST BY MS FAIRY