Thursday, April 3, 2014
Wednesday, November 28, 2012
1:05 PM
Sem comentários
Package with 160 posts to your blog
Make a download of a package of 160 posts for you to add to your blog for free.
Package Information
Size: 800 KB
License: Free and Full
Download pack with posts to blog
Click aqui to see the tutorial on how to put posts on your blog.
Keywords:
* Pack of posts
* Post to blog
* Packages posting
* 160 posts to blog
* Download package posts
* Posts for blogger
* Download package posts to my blog
Friday, September 21, 2012
9:53 AM
Sem comentários
Add popup box like the Facebook blog without using jQuery
Most codes available to add popup to blog feeds, facebook fan page etc.. comes with jQuery there is the problem, because when the blog has already had jQuery what the blog does not work. In
this tutorial I will be teaching you how to add a popup with a Facebook
page to enjoy in blogs or sites that already have jQuery. What I teach is the same that we use in Tips and Computer Games.
This
popup you can see in the image just above only loads once per session,
ie, whether a person enters your blog to see other pages, but it will
not appear and will only appear if you close the blog and open it again.
To add jQuery popup without follow the steps below:
1
- Enter the HTML on your blog "Design" and press Ctrl + f and search
for </ head> above it and paste the following codes:
<style>
# Topbar {
position: absolute;
border: 2px solid green;
padding: 5px 0px 0px 0px;
margin: 0px 0px 100px 200px;
background-color: # ffffff;
font-size: 12px;
width: 400px;
visibility: hidden;
z-index: 400;}
</ Style>
# Topbar {
position: absolute;
border: 2px solid green;
padding: 5px 0px 0px 0px;
margin: 0px 0px 100px 200px;
background-color: # ffffff;
font-size: 12px;
width: 400px;
visibility: hidden;
z-index: 400;}
</ Style>
Editing this code:
width: the width place. The height is automatic.
bolder: The border width and color of it
margin: the first and last (100px and 200px) change the values to change the location of the popup in blog
2 - Now on down the line </ head> paste the code below:
<- Java PopUp start ->
<script type="text/javascript">
var = 1 persistclose
var startx = 20
var = 5 StartY
var verticalpos = "fromtop"
iecompattest function () {
return (document.compatMode document.compatMode &&! = "BackCompat")? document.documentElement: document.body
}
get_cookie function (name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length> 0) {
offset = document.cookie.indexOf (search)
if (Offset! = -1) {
offset + = search.length
document.cookie.indexOf end = ("", offset);
if (end == -1) end = document.cookie.length;
returnvalue = unescape (document.cookie.substring (offset, end))
}
}
return returnvalue;
}
closebar function () {
if (persistclose)
document.cookie = "remainclosed = 1"
document.getElementById ("topbar"). style.visibility = "hidden"
}
staticbar function () {
barHeight = document.getElementById ("topbar"). offsetHeight
ns = var (navigator.appName.indexOf ("Netscape")! = -1) | | window.opera;
var d = document;
ml function (id) {
var el = d.getElementById (id);
if (! persistclose | | && persistclose get_cookie ("remainclosed") == "")
el.style.visibility = "visible"
if (d.layers) el.style = l;
el.sP = function (x, y) = x + {this.style.left "px"; this.style.top = y + "px";};
el.x = startx;
if (verticalpos == "fromtop")
el.y = StartY;
else {
el.y = ns? pageYOffset + innerHeight: iecompattest (). scrollTop iecompattest + (). clientHeight;
el.y - = StartY;
}
el return;
}
window.stayTopLeft = function () {
if (verticalpos == "fromtop") {
var ns = pY? pageYOffset: iecompattest (). scrollTop;
ftlObj.y = + (pY + StartY - ftlObj.y) / 8;
}
else {
var ns = pY? pageYOffset + innerHeight - barHeight: iecompattest (). scrollTop + iecompattest (). clientHeight - barHeight;
ftlObj.y = + (pY - StartY - ftlObj.y) / 8;
}
ftlObj.sP (ftlObj.x, ftlObj.y);
setTimeout ("stayTopLeft ()", 10);
}
ftlObj ml = ("topbar");
stayTopLeft ();
}
if (window.addEventListener)
window.addEventListener ("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent ("onload", staticbar)
else if (document.getElementById)
window.onload = staticbar
</ Script>
<- Java PopUp Final ->
<script type="text/javascript">
var = 1 persistclose
var startx = 20
var = 5 StartY
var verticalpos = "fromtop"
iecompattest function () {
return (document.compatMode document.compatMode &&! = "BackCompat")? document.documentElement: document.body
}
get_cookie function (name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length> 0) {
offset = document.cookie.indexOf (search)
if (Offset! = -1) {
offset + = search.length
document.cookie.indexOf end = ("", offset);
if (end == -1) end = document.cookie.length;
returnvalue = unescape (document.cookie.substring (offset, end))
}
}
return returnvalue;
}
closebar function () {
if (persistclose)
document.cookie = "remainclosed = 1"
document.getElementById ("topbar"). style.visibility = "hidden"
}
staticbar function () {
barHeight = document.getElementById ("topbar"). offsetHeight
ns = var (navigator.appName.indexOf ("Netscape")! = -1) | | window.opera;
var d = document;
ml function (id) {
var el = d.getElementById (id);
if (! persistclose | | && persistclose get_cookie ("remainclosed") == "")
el.style.visibility = "visible"
if (d.layers) el.style = l;
el.sP = function (x, y) = x + {this.style.left "px"; this.style.top = y + "px";};
el.x = startx;
if (verticalpos == "fromtop")
el.y = StartY;
else {
el.y = ns? pageYOffset + innerHeight: iecompattest (). scrollTop iecompattest + (). clientHeight;
el.y - = StartY;
}
el return;
}
window.stayTopLeft = function () {
if (verticalpos == "fromtop") {
var ns = pY? pageYOffset: iecompattest (). scrollTop;
ftlObj.y = + (pY + StartY - ftlObj.y) / 8;
}
else {
var ns = pY? pageYOffset + innerHeight - barHeight: iecompattest (). scrollTop + iecompattest (). clientHeight - barHeight;
ftlObj.y = + (pY - StartY - ftlObj.y) / 8;
}
ftlObj.sP (ftlObj.x, ftlObj.y);
setTimeout ("stayTopLeft ()", 10);
}
ftlObj ml = ("topbar");
stayTopLeft ();
}
if (window.addEventListener)
window.addEventListener ("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent ("onload", staticbar)
else if (document.getElementById)
window.onload = staticbar
</ Script>
<- Java PopUp Final ->
3 - Search for the line <body> and paste the code below it:
<- PopUp Home contents ->
<div id='topbar'>
<p align='right'> <a href='' onClick='closebar(); return false'> [Close] </ a> </ p>
..... what you want to put in pop-up .....
</ Div>
<- Final PopUp content ->
<div id='topbar'>
<p align='right'> <a href='' onClick='closebar(); return false'> [Close] </ a> </ p>
..... what you want to put in pop-up .....
</ Div>
<- Final PopUp content ->
At the writing ..... what you want to put in pop-up ..... you will put it to appear in the popup can be linked image, text and a box of facebook fans that you can do by clicking here .
9:53 AM
Sem comentários
Taking any viruses Blog
Nowadays many websites and blogs that offer downloadable templates put viruses in templates, link protectors etc. That's why the Tips and Computer Games created an online support for virus removal blogs. The
service is offered free to have your support please send an email to
the team blog with some information to access the support page and send
e-mail click here:
9:52 AM
Sem comentários
How to change the width of sidebar and blog posts
Many
people who download new templates can not regulate the width of the
blog posts and sidebar for this option to be locked in "Customize". But the blog's HTML you can change those widths.
Before
starting the edits remember that if you increase the width of the posts
will have proporcionalmete decrease the width of the sidebars.
To change the width of the blog posts below and look for the code in "width" change the width is 970px in this case.
# Outer-wrapper {
font: 110% Arial, serif;
margin: 0 auto;
padding-top: 0;
text-align: left;
width: 970px;
}
font: 110% Arial, serif;
margin: 0 auto;
padding-top: 0;
text-align: left;
width: 970px;
}
To decrease or increase the width of the sidebar search for "sidebar" as below
Each such code is a side bar
}
# Sidebar-wrapper {
float: right;
margin-right: 0;
margin-top:-10px;
overflow: hidden;
width: 323px;
word-wrap: break-word;
# Sidebar-wrapper {
float: right;
margin-right: 0;
margin-top:-10px;
overflow: hidden;
width: 323px;
word-wrap: break-word;
}
# Sidebar {-wrapper2
float: left;
margin-right: 0;
margin-top: 0;
overflow: hidden;
width: 200px;
word-wrap: break-word;
# Sidebar {-wrapper2
float: left;
margin-right: 0;
margin-top: 0;
overflow: hidden;
width: 200px;
word-wrap: break-word;
Monday, September 17, 2012
Online calculator download time of a file
To calculate the speed of downloading a file use the calculator below:
If the file has more than 1 Giga multiply by 1024 and put in Megabyte
NOTE: For your connection speed click here
If the file has more than 1 Giga multiply by 1024 and put in Megabyte
NOTE: For your connection speed click here
How to change the width of sidebar and blog posts
Many people who download new templates can not regulate the width of the blog posts and sidebar for this option to be locked in "Customize". But the blog's HTML you can change those widths.
Before starting the edits remember that if you increase the width of the posts will have proporcionalmete decrease the width of the sidebars.
To change the width of the blog posts below and look for the code in "width" change the width is 970px in this case.
Each such code is a side bar
Before starting the edits remember that if you increase the width of the posts will have proporcionalmete decrease the width of the sidebars.
To change the width of the blog posts below and look for the code in "width" change the width is 970px in this case.
#outer-wrapper {
font: 110% Arial,Serif;
margin: 0 auto;
padding-top: 0;
text-align: left;
width: 970px;
}
To decrease or increase the width of the sidebar search for "sidebar" as belowfont: 110% Arial,Serif;
margin: 0 auto;
padding-top: 0;
text-align: left;
width: 970px;
}
Each such code is a side bar
}
#sidebar-wrapper {
float: right;
margin-right: 0;
margin-top: -10px;
overflow: hidden;
width: 323px;
word-wrap: break-word;
#sidebar-wrapper {
float: right;
margin-right: 0;
margin-top: -10px;
overflow: hidden;
width: 323px;
word-wrap: break-word;
}
#sidebar-wrapper2 {
float: left;
margin-right: 0;
margin-top: 0;
overflow: hidden;
width: 200px;
word-wrap: break-word;
#sidebar-wrapper2 {
float: left;
margin-right: 0;
margin-top: 0;
overflow: hidden;
width: 200px;
word-wrap: break-word;