Tuesday, April 30, 2013

How add blog In Face book Comment Box


For installing this widget to Blogger,you just have to copy a code and then add it to Blogger layout Section,follow the below steps.


  • Go To Blogger.com

  • Sign in there

  • And Now Click On Layout 

  • After that Click On Add a Gadget

  • A Box will Popup Select "HTML/JavaScript"

  • Now Copy the Below Script and Paste it into the Box 





<script>(function(d){
  var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  js = d.createElement('script'); js.id = id; js.async = true;
  js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
  d.getElementsByTagName('head')[0].appendChild(js);
}(document));</script>
<div class="fb-comments" data-href="http://www.bmmekwan.tk" data-num-posts="10" data-width="500"></div>







  • Place the Widget/Gadget Below "Blog Posts" Section ( as shown Below )









Changes in the Script Before pasting to HTML/JavaScript Box



Before Pasting Script to HTML/JavaScript Box,must change/replace ""http://www.bmmekwan.tk" with your Blog URL/Address,then Just click on save and that's it.





So What's Up:- Did You Like This Comment Box?Is it useful For Blogger Blogs?How was the Tutorial? Share your Awesome ideas with us.Stay Blessed,Happy Blogging.





City FM 101.6









How to Template Top Space and Bottom spece remove


First You Go-> www.blogger.com And login



Select Template->Edit Html



And Paste --> This Code For <Head> section in paste










<style type='text/css'>

.content-inner

{

margin-top: -60px !important;

}

</style>



<style type='text/css'>

.content-inner

{

margin-bottom: -200px !important;

}

</style>


Floating color change (multi color link)







First Step : You Want to open your blog and login



Secend Step : Select Template




Third Step : Edit Html




And Paste This Code Your <Head> Section









<script type='text/javascript'>                                                                                                             



//<![CDATA[



var rate = 20;



if (document.getElementById)

window.onerror=new Function("return true")



var objActive; // The object which event occured in

var act = 0; // Flag during the action

var elmH = 0; // Hue

var elmS = 128; // Saturation

var elmV = 255; // Value

var clrOrg; // A color before the change

var TimerID; // Timer ID



if (document.all) {

document.onmouseover = doRainbowAnchor;

document.onmouseout = stopRainbowAnchor;

}

else if (document.getElementById) {

document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);

document.onmouseover = Mozilla_doRainbowAnchor;

document.onmouseout = Mozilla_stopRainbowAnchor;

}



function doRainbow(obj)

{

if (act == 0) {

act = 1;

if (obj)

objActive = obj;

else

objActive = event.srcElement;

clrOrg = objActive.style.color;

TimerID = setInterval("ChangeColor()",100);

}

}





function stopRainbow()

{

if (act) {

objActive.style.color = clrOrg;

clearInterval(TimerID);

act = 0;

}

}





function doRainbowAnchor()

{

if (act == 0) {

var obj = event.srcElement;

while (obj.tagName != 'A' && obj.tagName != 'BODY') {

obj = obj.parentElement;

if (obj.tagName == 'A' || obj.tagName == 'BODY')

break;

}



if (obj.tagName == 'A' && obj.href != '') {

objActive = obj;

act = 1;

clrOrg = objActive.style.color;

TimerID = setInterval("ChangeColor()",100);

}

}

}





function stopRainbowAnchor()

{

if (act) {

if (objActive.tagName == 'A') {

objActive.style.color = clrOrg;

clearInterval(TimerID);

act = 0;

}

}

}





function Mozilla_doRainbowAnchor(e)

{

if (act == 0) {

obj = e.target;

while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {

obj = obj.parentNode;

if (obj.nodeName == 'A' || obj.nodeName == 'BODY')

break;

}



if (obj.nodeName == 'A' && obj.href != '') {

objActive = obj;

act = 1;

clrOrg = obj.style.color;

TimerID = setInterval("ChangeColor()",100);

}

}

}





function Mozilla_stopRainbowAnchor(e)

{

if (act) {

if (objActive.nodeName == 'A') {

objActive.style.color = clrOrg;

clearInterval(TimerID);

act = 0;

}

}

}





function ChangeColor()

{

objActive.style.color = makeColor();

}





function makeColor()

{

// Don't you think Color Gamut to look like Rainbow?



// HSVtoRGB

if (elmS == 0) {

elmR = elmV; elmG = elmV; elmB = elmV;

}

else {

t1 = elmV;

t2 = (255 - elmS) * elmV / 255;

t3 = elmH % 60;

t3 = (t1 - t2) * t3 / 60;



if (elmH < 60) {

elmR = t1; elmB = t2; elmG = t2 + t3;

}

else if (elmH < 120) {

elmG = t1; elmB = t2; elmR = t1 - t3;

}

else if (elmH < 180) {

elmG = t1; elmR = t2; elmB = t2 + t3;

}

else if (elmH < 240) {

elmB = t1; elmR = t2; elmG = t1 - t3;

}

else if (elmH < 300) {

elmB = t1; elmG = t2; elmR = t2 + t3;

}

else if (elmH < 360) {

elmR = t1; elmG = t2; elmB = t1 - t3;

}

else {

elmR = 0; elmG = 0; elmB = 0;

}

}



elmR = Math.floor(elmR).toString(16);

elmG = Math.floor(elmG).toString(16);

elmB = Math.floor(elmB).toString(16);

if (elmR.length == 1) elmR = "0" + elmR;

if (elmG.length == 1) elmG = "0" + elmG;

if (elmB.length == 1) elmB = "0" + elmB;



elmH = elmH + rate;

if (elmH >= 360)

elmH = 0;



return '#' + elmR + elmG + elmB;

}



//]]>



Gadjet Headar in set background



Hello Friendes Add Blog In Gadjet Headar In Background





First Step : You Want to open your blog and login



Secend Step : Select Template



Third Step : Edit Html



And Paste This Code Your <Head> Section




<style>

   

     .sidebar h2 {

     

       color:white;

       width:96%;

       height:10%;

background-image:url("    Image    Url  Or    Path        ");                                   



background-position: center left;

background-repeat: no-repeat;

height: 40px;

padding-left: 50px;

padding-top: 10px;

}

    </style>



Enjoy Tips

How to make blog in Form


Google Are Provide Make Your Form Registration,sign up...etc



First You Are Open your Email Id and Then Url Open :https://drive.google.com



Silect Crate-> Form as above image show











Silect Form And make form enjoy

Monday, April 29, 2013

Add Blogger In Number Of Post Number


Today we will see how to add a nice page number navigation hack blogger. The default navigation links (i.e Older Posts) is not the friendly visitor if you are having a lot of jobs and bloggers readers.Few has some problems with the above script navigation page. Now here is a completely new script and work for numbered page navigation (i.e. Panigation) for Blogger. The paging widget for blogger it easy for the visitor. It is a must have for any new blogs.This new script allows you to add numbered page navigation to blogger/ blogspot blog with page numbers starting(1, 2, 3, 4 ….) like those of a book.



























Add Numbered Page Navigation Widget With DIfferent Styles For Blogger / Blogspot




Page navigation widget for blogger is most popular widget, and most bloggers are using this. because these players are only provided in the wordpress blogs hosted or blogs.But now his trick has been made ​​available to bloggers is also here that I am giving this Page Navigation Widget with different styles and options for full customization






How To Install This Widget On Blogger :-






Customize the Given Options and Click on Generate button



Click Add to Blogger button to add this widget on your Blog




















Stylish Numbered Page Navigation Widget with Colored Styles For Blogger








Numbered Page Navigation Widget is a JavaScript hack for blogger to easily navigate blogger pages. In this post i am giving stylish navigation with different colorful styles.





An error was found in some blogs and it is also fixed in this widget.



eg.hiding at top






How To Install This Widget On Blogger :-





  1. Click the below Button

  2. Customize the Options given in Widget form

  3. Click on "Generate" Button

  4. Finally click On "Add To Blogger" Button




















How to Add Numbered Page Navigation Widget for Blogger / Blogspot





















Page navigation is awesome widget that allows navigation of page number to the visitors. You might have seen numbered page navigation in many WordPress blogs. It is simple JavaScript that allows your older posts, new posts and links to the house numbers. Have you seen older posts, new messages and links at home bored.








How To Add Numbered Page Navigation Widget to Blogger Blog?




I am giving best customizing options to this widget







Note:-Choose colors for your convenience you feel good.







1.Customize Options in Widget Form



2.Click on Generate Button



3.Then finally Click on Add to Blogger Button to add as a Widget


















Blogger Page Navigation Widget With DIfferent Styles






How To Install This Widget On Blogger :-







Customize the Given Options and Click on Generate button



Click Add to Blogger button to add this widget on your Blog
















UPDATED


Change based on your blog setting :




var postperpage=5;



var numshowpage=3;







Postperpage : How many Post every Page for your blog



numshowpage : how Many number will show in Your page Navigation






Customize Label (if you already use my previous Page Navi don’t use this step)


Go to the Edit HTML page and “Expand Widget Templates”



Find this (all of this text in your xml or template)








'data:label.url'








and Replace with this










'data:label.url + &quot;?&amp;max-results=5&quot;'








Change 5 base on how many post every page

Download Gk (General Knoladge)


























 ગુજરાતના કબીરપંથી સંત મોરાર સાહેબ કયાંના રાજકુંવર હતા.pdf

2012-12-22 23:01:36, 185 KB , 150 Downloads


ગુજરાત ભૂગોળ.pdf

2012-12-22 23:02:01, 193 KB , 40 Downloads


 ગુજરાત ઇતિહાસ.pdf

2012-12-22 23:06:23, 304 KB , 29 Downloads


ગુજરાત-એક-ઝલક-(2).pdf

2012-12-22 23:47:16, 549 KB , 89 Downloads


સ્વતંત્રભારતનીબંધારણસભાનાપ્રમુખકોણહતા(2).pdf

2012-12-22 23:49:44, 177 KB , 77 Downloads


general-knowledge-questions.doc

2012-12-22 23:05:20, 278 KB , 13 Downloads


gk10.pdf

2012-12-22 23:43:53, 339 KB , 88 Downloads
gk11.pdf

2012-12-22 23:45:35, 339 KB , 99 Downloads


gk12.pdf

2012-12-22 23:44:59, 339 KB , 120 Downloads
gk13.pdf

2012-12-22 23:42:02, 330 KB , 144 Downloads
gk16.pdf

2012-12-22 23:41:23, 329 KB , 200 Downloads


gk19.pdf

2012-12-22 23:39:58, 326 KB , 100 Downloads


gk1.pdf

2012-12-22 23:00:43, 138 KB , 50 Downloads


gk2.pdf

2012-12-22 23:37:42, 215 KB , 10 Downloads


gk3.pdf

2012-12-22 23:40:33, 219 KB , 80 Downloads


gk4.pdf

2012-12-22 23:07:04, 306 KB , 20 Downloads


gk7.pdf

2012-12-22 23:39:17, 315 KB , 9 Downloads


gk.docx

2012-12-22 23:00:23, 27 KB , 2 Downloads


સ્વતંત્રભારતનીબંધારણસભાનાપ્રમુખકોણહતા.pdf

2012-12-22 23:01:07, 177 KB , 60 Downloads




Add Cool Drop Down Menu in Blogger

Drop Down Navigation Menu For Blogger : You may have seen many drop-down menus but today "ThatsBlogging" will present you an incre...