Pages

Subscribe: RSS twitter facebook

How to Blog | How to Add Top 10 Box Office Movies by Fandango

01. Go to http://www.gmodules.com/ig/creator?url=http://totalgta.net/igoogle/quotes/islam/sidequote3.xml
02. On the title text box give your desire title.
03. Fix width a height.
04. Select a border.
05. Set the gadget setting.
06. Click on 'Get the Code'.
07. Copy the code given by them.
08. Lo in to your 'Dashboard'.
09. Go to 'Design'.
10. Click on 'Add a Gadget' on your desire place of your sit template.
11. Choose 'HTML/JavaScript'.
12. Paste he coped code on the box.
13. Click on save and you are done.

How to Blog | How to Add Daily Horoscope and Zodiac on Blog

01. Go to http://www.gmodules.com/ig/creator?url=http://totalgta.net/igoogle/tools/horoscope/gadget6.xml
02. On the title text box give your desire title.
03. Fix width a height.
04. Select a border.
05. Click on 'Get the Code'.
06. Copy the code given by them.
07. Lo in to your 'Dashboard'.
08. Go to 'Design'.
09. Click on 'Add a Gadget' on your desire place of your sit template.
10. Choose 'HTML/JavaScript'.
11. Paste he coped code on the box.
12. Click on save and you are done.

How to Blog | How to Add Check Stock Prices Widget

01. Go to http://www.gmodules.com/ig/creator?url=http://totalgta.net/igoogle/tools/stocks/gadget6.xml
02. On the title text box give your desire title.
03. Fix width a height.
04. Select a border.
05. Click on 'Get the Code'.
Add Check Stock Prices Widget
06. Copy the code given by them.
07. Lo in to your 'Dashboard'.
08. Go to 'Design'.
09. Click on 'Add a Gadget' on your desire place of your sit template.
10. Choose 'HTML/JavaScript'.
11. Paste he coped code on the box.
12. Click on save and you are done.

How to Blog | How to Add Islam Quotes Of The Day

01. Go to http://www.gmodules.com/ig/creator?url=http://totalgta.net/igoogle/quotes/islam/sidequote3.xml
02. On the title text box give your desire title.
03. Fix width a height.
04. Select a border.
05. Click on 'Get the Code'.
Add Islam Quotes Of the day
06. Copy the code given by them.
07. Lo in to your 'Dashboard'.
08. Go to 'Design'.
09. Click on 'Add a Gadget' on your desire place of your sit template.
10. Choose 'HTML/JavaScript'.
11. Paste he coped code on the box.
12. Click on save and you are done.

How to Blog | How to Add a Youtube Search on blogger

01. Go to http://www.gmodules.com/ig/creator?url=http://totalgta.net/igoogle/tools/search/youtube/test1.xml.
02. On the title text box give your desire title.
03. Fix width a height.
04. Select a border.
05. Select site language.
06. Click on 'Get the Code'.
Add YouTube Search
07. Copy the code given by them.
08. Lo in to your 'Dashboard'.
09. Go to 'Design'.
10. Click on 'Add a Gadget' on your desire place of your sit template.
11. Choose 'HTML/JavaScript'.
12. Paste he coped code on the box.
13. Click on save and you are done.

How to Blog | How to Add a PaayPal Donate Button on your blogger

1. Log in to your 'Dashboard'.
2. Go to http://www.gmodules.com/ig/creator?url=http://totalgta.net/igoogle/tools/donate/donate.xml with a new tab in your browser.
3. Set your desire title on he title text box.
4. Fix width and height.
5. Select a border.
6. Give your email address with which you make your PayPal account on the 'PayPal Email Address' text box.
7. Set currency and credit card option.
8. Click on 'Get the Code'.
09. Copy the code given by them on the below.
Add Donate button on blogger
10. Go to your 'Dashboard' and click on 'Design'.
11. Click on 'Add a Gadget' on your desire place in your template.
12. Choose 'HTML/JavaScript' as input type.
13. Paste the coped code.
14. Click on save and your are done.

How to Blog | How to Add The Pop Up Subscription Box To Blogger

01. Lo in to your blogger 'Dashboard'.
02. Click on 'Design'.
03. Click on 'Edit HTML'.
Adding pop up Subscription box
04. Check the 'Expand Widget content'.
05. Find this : ]]></b:skin>
06. Copy and paste following code before ]]></b:skin>
/*Subscription Pop Up Css*/
#popupContactClose{
cursor: pointer;
text-decoration:none;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:384px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
/*End Subscription Pop Up Css @ http://www.spiceupyourblog.com */
07. Find it: </head>
08. Copy and paste the following code before </head>


<!--Pop Up Subscription-->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js' type='text/javascript'/>
<script src='http://dinhquanghuy.110mb.com/jquery.cookie.js' type='text/javascript'/>
<script type='text/javascript'>
var popupStatus = 0;

//loading popup with jQuery magic!
function loadPopup(){
centerPopup();
//loads popup only if it is disabled
if(popupStatus==0){
$(&quot;#backgroundPopup&quot;).css({
&quot;opacity&quot;: &quot;0.7&quot;
});
$(&quot;#backgroundPopup&quot;).fadeIn(&quot;slow&quot;);
$(&quot;#popupContact&quot;).fadeIn(&quot;slow&quot;);
popupStatus = 1;
}
}

//disabling popup with jQuery magic!
function disablePopup(){
//disables popup only if it is enabled
if(popupStatus==1){
$(&quot;#backgroundPopup&quot;).fadeOut(&quot;slow&quot;);
$(&quot;#popupContact&quot;).fadeOut(&quot;slow&quot;);
popupStatus = 0;
}
}

//centering popup
function centerPopup(){
//request data for centering
var windowWidth = document.documentElement.clientWidth;
var windowHeight = document.documentElement.clientHeight;
var windowscrolltop = document.documentElement.scrollTop;
var windowscrollleft = document.documentElement.scrollLeft;
var popupHeight = $(&quot;#popupContact&quot;).height();
var popupWidth = $(&quot;#popupContact&quot;).width();
var toppos = windowHeight/2-popupHeight/2+windowscrolltop;
var leftpos = windowWidth/2-popupWidth/2+windowscrollleft;
//centering
$(&quot;#popupContact&quot;).css({
&quot;position&quot;: &quot;absolute&quot;,
&quot;top&quot;: toppos,
&quot;left&quot;: leftpos
});
//only need force for IE6

$(&quot;#backgroundPopup&quot;).css({
&quot;height&quot;: windowHeight
});

}


//CONTROLLING EVENTS IN jQuery
$(document).ready(function(){
if ($.cookie(&quot;anewsletter&quot;) != 1) {

//load popup
setTimeout(&quot;loadPopup()&quot;,5000);
}
//CLOSING POPUP
//Click the x event!
$(&quot;#popupContactClose&quot;).click(function(){
disablePopup();
$.cookie(&quot;anewsletter&quot;, &quot;1&quot;, { expires: 7 });
});
//Click out event!
$(&quot;#backgroundPopup&quot;).click(function(){
disablePopup();
$.cookie(&quot;anewsletter&quot;, &quot;1&quot;, { expires: 7 });
});
//Press Escape event!
$(document).keypress(function(e){
if(e.keyCode==27 &amp;&amp; popupStatus==1){
disablePopup();
$.cookie(&quot;anewsletter&quot;, &quot;1&quot;, { expires: 7 });
}
});

});
</script>
<!--End Pop Up Subscription @ http://www.spiceupyourblog.com -->
09. Find for: </body>
10. Copy and paste the following code before </body>

<div id='popupContact'>
<a id='popupContactClose'>x</a>
<h1>Get Our Latest Posts Via Email - It&#39;s Free</h1>
<p id='contactArea'><form action='http://feedburner.google.com/fb/a/mailverify' method='post' onsubmit='window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=SpiceUpYourBlog&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true' style='border:1px solid #ccc;padding:3px;text-align:center;' target='popupwindow'><p>Enter your email address:</p><p><input name='email' style='width:140px' type='text'/></p><input name='uri' type='hidden' value='SpiceUpYourBlog'/><input name='loc' type='hidden' value='en_US'/><input type='submit' value='Subscribe'/><p>Delivered by <a href='http://feedburner.google.com' target='_blank'>FeedBurner</a></p></form></p>
</div>
<div id='backgroundPopup'/>
11. Save the template and you are done.