Multi tabs navigation widget generator free

Wishing good health for all of my friends. Web design is a sector of unlimited opportunity. Large sector but no matching and lots of element helping for build this. Malty table navigation widget is also a very impotent and nice structure for web page. It can show more than one pages into a single page. Sometime it use into page as sub page and a sub-menu bar stay with this. Lets try to do this.


You can use three way to use this widget.

  • With Java-Script;
  • With CSS themes script;
  • With html code.

Add widget with Java-script, CSS & Html

First of all Login your Blogger account.
Go to template option and backup your template.
Click to Template > Edit HTML > Wait for Process.
Now go to find option by pressing Ctrl + F.

Search the flowing code: </head>
Into the head tag or the immediately before this tag paste the html code from the box below.



<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js">
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js">
</script>
<script>
$(document).ready(function() {
$("#tabs").tabs();
});
</script>


Add CSS code theme for difrent style



<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/base/jquery-ui.css" type="text/css" />

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/black-tie/jquery-ui.css" type="text/css" />

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/blitzer/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dark-hive/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/dot-luv/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/eggplant/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/excite-bike/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/flick/jquery-ui.css" type="text/css" />

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/hot-sneaks/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/le-frog/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/mint-choc/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/pepper-grinder/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/redmond/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/smoothness/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/south-street/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/start/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/sunny/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/swanky-purse/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/trontastic/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/ui-darkness/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/ui-lightness/jquery-ui.css" type="text/css" />


<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.6/themes/vader/jquery-ui.css" type="text/css" />


Add Html code for multi tab

Login your blogger account and go to Dashboard.
Go to Layout option and click to Add a Gadget button.

Now a pop-up window will show with some menu. Scroll down and find HTML/JavaScript option click to right side blue plus mark button.


Now copy the following JavaScript code from the below code box and past to the pop-up window ans click to Save button.

<!-- Tabbed Navigation Widget For Blogger By Come for Know -->


<div id="tabs">
<ul><li><a href="#tabs-1">Tab1</a></li><li><a href="#tabs-2">Tab2</a></li><li><a href="#tabs-3">Tab3</a></li></ul>

<div id="tabs-1">  Tab 1 content goes here  </div>
<div id="tabs-2">  Tab 2 content goes here  </div>
<div id="tabs-3">  Tab 3 content goes here  </div>

<a href="http://gorogriho.blogspot.com/" target="_blank" title="Come for Know"><img src="https://bitly.com/24workpng" alt="Come for Know" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a>
<a href="http://gorogriho.blogspot.com/" target="_blank" title="Latest Tips For Bloggers"><img src="https://bitly.com/24workpng" alt="Latest Tips For Bloggers" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a>
<a href="http://gorogriho.blogspot.com/" target="_blank" title="Free Backlinks"><img src="https://bitly.com/24workpng" alt="Free Backlinks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a>
</div>
<!-- Tabbed Navigation Widget For Blogger By Come for Know -->


Customize Table bar yourself

Replace the following word to tabs title
tabs-1          to                 your first tab Title
tabs-2          to                 your second tab Title
tabs-3          to                 your third tab Title

Place tabs contain element


Tab 1 content goes here       Replace with first tab contain elements
Tab 2 content goes here       Replace with second tab contain elements
Tab 3 content goes here       Replace with third tab contain elements


 Auto Html code generate for multi tabs






Now easily replace the tab title and insert the tab elements into the box.
If any problem face, comments us for solution and help us.


Read more

Blog page navigation widget with page number

Have you a Blog site? If answer is no, you can make a blog website easily. For establish your blog as a success blogger you should follow the the way of best service for it's visitors. According to this way you can add page navigation button into your blog. It will notify your visitor about the past position and can run the post field easily. It can be in deference visual location. So you can chose the style and custom generate the navigation button. Go for custom generate the navigation button.

Every blog template have this widget by default. But the default page navigation menu are in simple format. In the same time it is most popular widget. No need to follow difficult process. Follow below instruction very easily.



How to setup this widget


First of all decide and chose the style from view preview. Now customize the text button of you can use default word for the button. That's mean "Prev" and "Next" button's name renamed. You can also defined the post number per page. According to this number your all post will be divide or organised into your blog. After all customization press the button Generate and a new button will be shown named as Add to Blogger. This button help you to quick add this widget into your blog. For farther customization press Default button.

Follow the same way to use related widget from the below pattern.



Number Page navigation widget


For any simply blog you can use this kind of blog navigation widget. You can depend with this for firster website load. It is a simply java script and html structure. If you want to get this widget follow below instruction and easily use this.


Customize Blog Navigation Widget

Follow the HTML code. Here two peramite are using and the are:
var postperpage=5                                 &                                         var numshowpage=3
You can change the value as your own. First peramite use for the post number per page and the second peramite use for the number of navigation button show for first navigation.

Solution for navigation bar

If this widget do not work properly follow the below instruction:

Find the following html code.

'data:label.url'

Now replace this code with the following html code below.

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

This value 5 mean the post number per page. You can customize this as your mind.



For ferther information stay with us and any comment for any problem.


Read more
-->
ENTER URL OF YOUR WEBSITE

- hide pages with no link - hide duplicate sub-domains - hide nofollow backlinks - hide pages with no PR


Powered by Backlink Checker © - Dirgio SEO Tools
Copyright © 2011 By 24work @ 24work.blogspot.com
Read more

Animated live Clock widget generator for blog or website

Time and tide wait for none. It is true like you and I. We can not prove it as wrong. So time is most impenitent for us. Some nice clock are below for you. It can help you manage your valuable time. All are free and add free with your blog and website. Very simple installation and live demo are keep on below. Do not wait lets go for take this by following below instruction.




Read more

How to quick search serial key, file, site, word define, weather in Google

Wishing a good health of all my friends. Google is famous for his search engine. Million of people are using this per moment. We are not so fer from them. For search of find out any require, we depend on Google as blind. We are not blind, But the service of Google make us as blind for its non compatible service. Sometime it give us the perfect result in first time & several time it take a long time. It is not the problem of Google. This kind of problem live with us. Our search word and it's sentence type are most important to give perfect result. So lets go for know some trick for Google search. It can  save our time and increase our performance.

Software serial key in Google search

Now you can easily find out software serial key with the help of Google search. No need to wright long sentence or description. Just go to Google with this link www.google.com and type the keyword "94FBR" and press space button and wright down just the name of software like "Photoshop CS6".

Example:- 94FBR photoshop cs6

Now follow the serial number supplier site in front.

PDF or E-Book search from Google

One kind of file are download in huge number everyday. And this is PDF. It have another name E-Book. This is like book and it is favorite for all kind of learner or students. It can bear lessons and tutorials. For quick find PDF just go to Google and type this keyword "filetype:pdf" then press Space button and wright down your search query like "Photoshop CS6".

Example:- filetype:pdf photoshop cs6

Your search will show only related PDF files.

Description of any word from Google


According to same process you need to go Google for search. First time wright the following keyword "define" and space, now wright down your the word which description you need to know, like as "Photoshop".

Example:- define Photoshop

It will show all description about Photoshop.

Weather(Local) news in Google search

Go to the Google search and wright the keyword press space and your are of the location where weather status you want to know. You can use the District of Police Station name of  follow the below example.

Example:- weather Gazipur

Weather report of Gazipur District will show to you.

Search anything from a separate website by Google


Open Google search and wright this following keyword and the website URL without space. Example are below.

Example:- site:www.gorogriho.blogspot.com

Now you can see all post of this following website.


Are you know something like this? You can say to us by comments. Your suggestion will help us very much.
Read more

Free internet use with grameenphone 100% ok

Free Internet Brows is a eager search title now a days for mobile phone user. It is not only special for mobile phone but also PC user. Mobile phone is now one kind of 24 hours pertner. Free of cost internet are used by some of us. It is a process of hacking. But according to time change this system have changed in time. So old system are now rejected. Today I am publishing a system which are 100% working.

Simply follow the below instruction:
Go to Setup Device Configuration or Network Configuration from Setting.
Now click to Access Point Name.
Create New APN(Access Point Name.
Now setup Configuration by follow instruction.


Name                               : GP-MMS
APN(Access point name) : gpmms
Proxy Address                 : 10.128.001.002
Proxy Port                       : 8080

Now use internet by using any browser. Open any browser and type this web address : http://zacebook.com and go. After load this page you can follow a address bar into this page and type any address into this and brows unlimited.
As a MMS configuration your connection can be disconnect sequencing. For continue browsing and downloading you can use QC Browser new version.


For any information comment us. We want to count you as important person for batter reply.

Read more

Shortcut Key of Microsoft office & learner Gide full free

Starting with Salam. Computer is an initial element of modern life. It is using every sector and all time. It is wonder for calculate and Microsoft office also increase its necessary. This program can prepare work first. No need to present it's important. Because we can fill it easily.
We can make our work more faster by following some shortcut key.  In below some necessary shortcut key are shown. It can improve your experience and can make you expert.



Ctrl + A
All Select
Ctrl + U
Make Underline
Ctrl + B
Change Text Bold
Ctrl + V
Paste from Clipboard
Ctrl + C
Copy to Clipboard
Ctrl + W
Close a Document
Ctrl + D
Change Font Dialog Box
Ctrl + X
Cut to Clipboard
Ctrl + E
Centre Alignment
Ctrl + Y
Repeate Again
Ctrl + F
Find & Replacement Box
Ctrl + z
Undow/Back Work
Ctrl + G
Go to Command


Ctrl + H
Replace a Command
Ctrl + Enter
Jump to next page
Ctrl + I
Text type Ittalic
Ctrl + Alt + +
Zoom View (+)
Ctrl + J
Justify text Alignment
Ctrl + Alt + -
Zoom View (-)
Ctrl + K
Setup Hyperlink


Ctrl + L
Left text  Alignment
Alt+0131
Æ’            Taka
Ctrl + M
Change to Invert
Alt+0165
¥            Yean
Ctrl + N
Create New Document
Alt+0177
±    Pluse/Minus
Ctrl + O
Open created Document
Alt+0215
×    Multiplication
Ctrl + P
Print a Document
Alt+Ctrl+T
™    Tread Mark
Ctrl + Q
Make Space in Paragraph
Alt+ Ctrl+R
®     Ragister
Ctrl + R
Right text Alignment
Alt+0163
£        Lira
Ctrl + S
Save Document
Alt+248/0186
º        Digree
Ctrl + T
Change Invent
Alt+0247
÷       Devide



You can get a book for know more.

Download


If you need more about this, follow below link. PassWord is :-: hiractg.blogspot



  1. Microsoft Access
  2. Microsoft Word 2007 Bangla tutorial



Never forget to comment us. Comments help us and you.

Download(1)
Download(2)
Read more