minute workers
Subscribe to My Blog
Showing posts with label Blogging. Show all posts
These are some useful online tools which can make your work easier and faster because you don't have to download any software to do your work. Just put in your input and get your work done.

1.Convert Files

Easily convert different file formats. You can convert images, download YouTube video and much more with this web tool.

2. Joongel

Are you a power searcher? Then this tool this for you. You simultaneously search different search engines in different categories. It can be very useful if you are doing an online research.

3. Quick Thumbnail

Simply create thumbnails in different sizes right from your browser. You can upload an image from your computer or web directory and choose sizes of the thumbnails you want.

4. ScreenCastle

Have you ever wondered if you would be able record your screen right from your computer without any software? Yes you can. This tool would be useful if you would not want to download any large software or if you are not at you own computer. This is uses java applet to record your screen.

6. Mockingbird

Another handy tool for project mangers, designers and developers. Simple and easy wire framing for your project. The interface is very easy to use.

7.  Cyclur

If you maintain multiple websites and wanted show feeds between you websites, Cyclur will get the job done with knowing too much coding. Just simple insert your feeds link and customize the look.

8. Flipping Typical

Filpping Typical is an useful online utility for web designer to preview a text in different fonts. Type in the text you want to preview and you will see it right away and it also gives you the font name.


9. DevCheatSheet

A collection all kind of cheat sheets for different markup and scripting languages on the web. Do not need to Google for hours for cheat sheet you saw last week. You can find it in DevCheatSheets.com
Numbering Navigation Widget is very useful for blogs because it tell the visitors that how many pages this blog has and from those pages the visitor can calculate that how much posts this blog contain.

This widget is place at the bottom of the template where "Newer Posts" and "Older Posts" are shown.
It looks like this:



Follow the instructions to place this widget on your Blog.

1. Go to Your Blogger Dashboard.
2. Click on Design Page.
3. Now, Navigate to Edit HTML tab

Better not to check the box "Expand Widget Templates"

4. Now, search for the term   ]]</b:skin>
Copy and paste the following code just before ]]</b:skin> 

    
.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}

This is the CSS part of the widget which defines the properties and work of your widget (Navigation Widget).

Now, its time to add the HTML code of the Widget.
So,

5. Find   </body>. And copy the following code and paste it just before the  </body>

<!--Page Navigation Starts-->
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:blog.pageType != "static_page"'>
<script type='text/javascript'>
var pageCount=5;
var displayPageNum=5;
var upPageWord ='Previous';
var downPageWord ='Next';
</script>
<script src='http://blogergadgets.googlecode.com/files/blogger-page-navi.v1.js' type='text/javascript'/>
</b:if>
</b:if>
<!--Page Navigation Ends -->

Save Your Template and Your are done. You can see the Navigation Template in your Blog.

Customization :

var pageCount=5; : This code determines the number of posts that displayed on each page

var displayPageNum=5; : This code determines navigation numbers displayed on the page navigation widget(like 1 2 3 4 5 ...).

var upPageWord ='Previous';
var upPageWord ='Next';
These lines of code is for for Previous and Next page link.(Previous 1 2 3 ... Next)
Web Stat is a website which monitors your blog/website's visitors. It can do a lot of works for you such as the location of your visitors, which pages they visit in your blog, how much time they spent in your blog and etc...

It also provides LIVE streaming. When you log in to your Web Stat account, you will be able to see that who is viewing your blog that time.

Streaming map of recent visitors:

It shows you the recent viewers of your blog. As it locates your visitors, so it can show you the information about each visitor such as their region, country, time of visit etc. It also shows that if a visitor is new or old and if the visitor is old then it can also show you the time when the visitor last visited.





I found it very interesting.


You should try Web Stat to keep an eye on your watchers.