My Corner

Tips, Tricks, Tools for Blogger, Blogging and Increase Traffic.
Statistics
Unique Visitors:
Total Unique Visitors:


Outgoing:
Total Outgoing:
0
0


0
1134

Articles from My Corner

Stand Out With Blockquotes
2007-07-27 09:05:00
Blockquotes are dramatic ways of highlighting text, like a quote, a saying, or some text content you want to highlight. This is to tell readers that they are looking at something special. We can... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Stand Out With Blockquotes
2007-07-27 09:05:00
Blockquotes are dramatic ways of highlighting text, like a quote, a saying, or some text content you want to highlight. This is to tell readers that they are looking at something special. We can... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Stand Out With Blockquotes
2007-07-27 09:05:00
Blockquotes are dramatic ways of highlighting text, like a quote, a saying, or some text content you want to highlight. This is to tell readers that they are looking at something special. We can create blockquoted text to makes the quotes a useful design element and not just indented text. A simple way to improve blockquoted text is to add a border around it. For example, in this CSS we will add a 3px wide double black border around this quote:A friend is one that knows you as you are, understands where you have been, accepts what you have become, and still, gently allow you to grow.William Shakespeareblockquote {border: 3px double #000000; }Now, this is how the quote will look with the 3px black double border.A friend is one that knows you as you are, understands where you have been, accepts what you have become, and still, gently allow you to grow.William ShakespeareThe width of a blockquote can be defined with CSS. If you don't define it, the browser will define it and you can end ...
Tag Cloud For Blogger
2007-07-24 05:21:00
I saw the tag Cloud on some blogs, I find the tag Cloud quite handy because you can see what topics you post about most frequently quite easily. You also use it as a way to see which label you have... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Tag Cloud For Blogger
2007-07-24 05:21:00
I saw the tag Cloud on some blogs, I find the tag Cloud quite handy because you can see what topics you post about most frequently quite easily. You also use it as a way to see which label you have... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Tag Cloud For Blogger Blogs
2007-07-24 05:21:00
I saw the tag Cloud on some blogs, I find the tag Cloud quite handy because you can see what topics you post about most frequently quite easily. You also use it as a way to see which label you have already used, so you can be consistent when tagging posts. My labels are also getting longer so I planned to replace them with the tag Cloud.I chanced upon phydeaux3 and saw the tag, I was very excited to add the tag to my blog. It was a smooth installation process as the instructions are very clear. Pyhdeaux3 gives very detailed information on the set up and configuration of the tag Cloud. For people who are first time using a label cloud they should take note that they must have at least ONE label with more than ONE entry before starting or the script hit a bug. ...
RSS Scroller Widget
2007-07-20 06:49:00
.nobrtable br { display: none } I found this cool rss scroller widget at widgetbox.com. It is easy to add to your blog, you need to enter your site feed address (XML or RSS), height and width... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
RSS Scroller Widget
2007-07-20 06:49:00
.nobrtable br { display: none } I found this cool rss scroller widget at widgetbox.com. It is easy to add to your blog, you need to enter your site feed address (XML or RSS), height and width... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Add RSS Scroller Widget To Your Blog
2007-07-20 06:49:00
I found this cool rss scroller widget at widgetbox.com. It is easy to add to your blog, you need to enter your site feed address (XML or RSS), height and width preferred into the widget settings box. You can also change the color to suit your blog. Wedgetbox can insert the widget into your page automatically or you can embed the widget into your blog by copying the codes in the embed box and pasted it into your blog.Also see:Free Stuffs ...
Create A Favicon For Your Blog
2007-07-17 09:00:00
One of the tricks I find rather useful is the use of favicon. Favicon (short for Favorites Icon) is a feature that makes it possible to associate a logo or other small graphic with a web page or... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Create A Favicon For Your Blog
2007-07-17 09:00:00
One of the tricks I find rather useful is the use of favicon. Favicon (short for Favorites Icon) is a feature that makes it possible to associate a logo or other small graphic with a web page or... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
How To Create A Favicon For Your Blog
2007-07-17 09:00:00
One of the tricks I find rather useful is the use of favicon. Favicon (short for Favorites Icon) is a feature that makes it possible to associate a logo or other small graphic with a web page or blog. Favicon is the little thing you see on your location bar (History/Address bar) when you visit a website/ blog. The icon also shows up when you save link in your Favorites folder. The icon is showed anywhere you store the link, whether on the Desktop or some other place. Much like the way icons are used on the computer desktop to distinguish computer programs and files, favicons can be used to personalize your blog. To Create A Favicon: 1. Go to thepcmanwebsite use the online Free Logo creator to create a logo for your Favicon. Do not use too many characters - 1 will do, the favicon is only 16 x 16 pixels, it is very small. You can also use your own image.2. The Logo created was about 19 x 22. I used the smallest font size which is 16pt. The favicon created at reduced size (14 x 16) does n ...
Add Translation Tool To Your Blog
2007-07-14 07:53:00
Not all the Internet users speak English so it is important to provide language translation features in your blog so that you don't miss the non-English speaking traffic. When non-English users come... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Add Translation Tool To Your Blog
2007-07-14 07:53:00
Not all the Internet users speak English so it is important to provide language translation features in your blog so that you don't miss the non-English speaking traffic.When non-English users come upon your English blog, they can click on the flag that represents their respective country to translate the blog into their native language, that way you don't loose a visitor plus he could even subscribe if the content is good even if it is written in another language. These machine translations will give users of other languages the gist of what you have written. They should never be relied upon for translating and imparting essential information. If you need accurate translation you should get a competent human translator.There are a lot of free translation tools on the Internet, just do a search on “Add Free Translation Tool To Your Blog” and you will see a whole list of websites and blogs that provide free translation tools. Some even had tutorials to guide you on how to add the ...
How To Add Meta Tags
2007-07-10 06:56:00
Meta Tags are used inside the HEAD section of your blog/ website to provide some information about your page to search engines. Not all search engines use Meta Tags, but many do. Keywords in the meta... [[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
[First] « Prev 1 2 3 4 5 6 Next » [Last]


4844 blogs in our database.
Statistics resets every week.
eXTReMe Tracker