 My Corner
Tips, Tricks, Tools for Blogger, Blogging and Increase Traffic. |
|
Statistics
Unique Visitors:
Total Unique Visitors:
Outgoing:
Total Outgoing: |
0
0
3
1104 |
|
|
Add A Contact Link Or Form To Your Blog
2007-08-23 23:09:00
While browsing, I came upon the Contactify website. They provide you with a contact link that gives you your own private contact form. You can post that link anywhere you like, and when someone click on that link they are taken to a contact form. The link allows people to contact you online, whilst never revealing your email address. This is quite a useful tool not only for bloggers but anyone who need to sent email. To get a contact link you have to sign up with them which is free. Once you click on the “Create Link” button on the registration form, you will receive your own contactify link and an email will be sent to you which contains your link and link no. However, before you can use your link you need to activate your account.You can make as many links as you need, you can easily modify or delete them by going to http://www.contactify.com and clicking on .editlink. You can also embed the contactify form within your blog. To embed the form in your blog, go to http://www.contac ...
|
Working With Html Tables
2007-08-20 23:55:00
Tables provide a useful method to display texts and images in an organized, professional manner. The three most important tags for tables are <table></table>tag, the table row <tr></tr>tag and table data tag <td></td>tag respectively. Tables consist of rows, columns and cells.TagFunction<Table></Table>Indicates the beginning and end of tableAll other tags will be inserted within these tags<TR></TR>Represents a row for the table<TD></TD>Represents a cell inside the rowTagAttributesFunction<Table></Table>alignbgcolorbordercellspacingcellpaddingcolswidthControl table alignment (Left, Center, Right)Set background color for tableSet width of border in pixelsSpacing between cellsSpacing within cellNumber of columnsTable relative to window width<TR></TR>alignbgcolorvalignHorizontally aligns row (left, center, right, justify)Set background color for rowVertically aligns row (Top, Middle, Bottom)<TD& ...
|
Basic Understanding Of Html
2007-08-17 04:30:00
You do not need to know html to write a blog but it is good to have some basic understanding of the html as sometime you need to post html codes on the blog, format post or tinkering with the template.TagFunction<html></html>Indicate the beginning and end of an Html document<head></head>Indicate the beginning and end of a section of the document used for the title and other document header information<title></tite>Indicate the begining and end of the title, the title does not display in the body of the Web page but display on the title bar of the browser.<body></body>Indicate the beginning and end of the Web page body<hn></hn>Indicate the beginning and end of the text section called a heading; size range from <h1> through <h6>.<p></p>Indicates the begining and end of a new paragraph; inserts a blank line above the new paragraph.<ul></ul><ol></ol>Indicate the beginning and end of ...
|
Add A Third Column To Your Blogger Blog
2007-08-14 02:51:00
My template is the 2 column “Harbor” template with one sidebar. I have added a 3rd column to make it to two sidebars, one on the left and the other on the right. The first thing you do is to save your template. If anything went wrong, you still got your old template. It was not a straight forward process as I have to tweak here and there to get the right combination. A suggestion to people who want to add column to their template is to draw border for each wrapper and column using different colors, this will make it easy to see the borders for the wrappers and the columns.Codes before changes made:#outer-wrapper{max-width: 890px;padding: 0 30px 50px;width:100%; width/* */:/**/auto;width: /**/auto;}html>body #outer-wrapper{border:3px double #fff;}#main-wrapper{width:64%;float:right;word-wrap: break-word; /* fix for long textbreaking sidebar float in IE */overflow: hidden; /* fix for long non-textcontent breaking IE sidebar float */}#main{margin:0;padding:0;}#sidebar-wrapper{width:32 ...
|
Protect Your Photo On Your Blog
2007-08-10 01:30:00
While there are no sure ways to keep your images or photos from being used right off your blog, there are a few tricks that will discourage people from using your images or photos. I find this table...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
|
Protect Your Photo On Your Blog
2007-08-10 01:30:00
While there are no sure ways to keep your images or photos from being used right off your blog, there are a few tricks that will discourage people from using your images or photos. I find this table method a neat trick, it does not involve any software or programming skill just some HTML codes.This table method is very easy as it involves only two same size tables overlapping each other. The image or photo which you want to protect is inserted as a background in the first table while a transparent image in the second table. It is simply one image on top of the other with the top image being able to see through to the bottom image.Try to right click and save the image, you will see that all you save is an empty GIF file. This method is not perfect, it will not stop a more determined person as he can still get the image or photo by locating the file name in the source code as the image itself still resides in the browser's cache. Even if you embed your images in a Flash to protect them, ...
|
Add Snap Shots Widget To Your Blog
2007-08-07 02:58:00
Snap Shots enhance links with visual previews of the destination sites displaying text summaries, videos, stock charts, MP3s, product info, etc. This allows visitors to save time clicking, they can...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
|
Add Snap Shots Widget To Your Blog
2007-08-07 02:58:00
Snap Shots enhance links with visual previews of the destination sites displaying text summaries, videos, stock charts, MP3s, product info, etc. This allows visitors to save time clicking, they can...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
|
Add Snap Shots To Your Blog
2007-08-07 02:58:00
Snap Shots enhance links with visual previews of the destination sites displaying text summaries, videos, stock charts, MP3s, product info, etc. This allows visitors to save time clicking, they can preview the sites or blog to see if the website or blog interest them before clicking on the links.To get the Snap Shots widget, you have to provide your details:Site's or blog's urlEmail addressOnce you entered your url, they will start capturing preview base on the url provided. Ensure you provide a valid url address. Also, a valid email so they can send you the link to review the code and notify you of new features. Select your blogging platform and Snap Shots will add the widget automatically to your blog, they support multiple blogging platforms such as Blogger, Wordpress, etc.You can also customize your Snap Shots such as the color to suit your website or blog or to your preference, choose a Snap Shots icon and trigger, the Snap Shots size, large or small and other advanced options:L ...
|
Show/ Hide Table Content Widget
2007-08-03 03:17:00
While browsing, I came across Beautiful Beta and the Hide/ show table content widget. I like the show/ hide table content widget; in fact I installed the widget on my blog, just click on the show...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
|
Show/ Hide Table Content Widget
2007-08-03 03:17:00
While browsing, I came across Beautiful Beta and the Hide/ show table content widget. I like the show/ hide table content widget; in fact I installed the widget on my blog, just click on the show...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
|
Show/ Hide Table Content Widget
2007-08-03 03:17:00
While browsing, I came across Beautiful Beta and the Hide/ show table content widget. I like the show/ hide table content widget; in fact I installed the widget on my blog, just click on the show table content on the right sidebar and you will see all the contents listed. The instructions are very clear, you should have no problem installing the widget.The new BlogToc widget released can support more than 100 posts, displayed number of posts and the filter applied. There are two things to take note when intalling the widget:-If you have more than 100 posts, you have to duplicate the JSON-script-call that is in your sidebar several times, each time with a different start-index eg. 101, 201, etc.<script src="http://YOURBLOG.blogspot.com/feeds/posts/default?alt=json-in-script&start-index=1&max-results=100&callback=loadtoc"></script><script src="http://YOURBLOG.blogspot.com/feeds/posts/default?alt=json-in-script&start-index=101&max-results=100&callback=loadtoc">&l ...
|
Add Google Custom Search To Your Blog
2007-07-30 09:42:00
The navigation bar at the top of your Blogger blogs has a search box. However, you may want to include a google custom search box in the main body of your blog or in your sidebar. Other than the...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Google
|
Add Google Custom Search To Your Blog
2007-07-30 09:42:00
The navigation bar at the top of your Blogger blogs has a search box. However, you may want to include a google custom search box in the main body of your blog or in your sidebar. Other than the...
[[ This is a content summary only. Visit my website for full links, other content, and more! ]] ...
Google
|
Add Google Custom Search Box To Your Blog
2007-07-30 09:42:00
The navigation bar at the top of your Blogger blogs has a search box. However, you may want to include a google custom search box in the main body of your blog or in your sidebar. Other than the convenience for users, the added advantage is that unlike the search box at the navigation bar, the search results for google custom search engine are generated based on the links on your website or blogroll.You have to log into your google account to create the custom search box, click on my account and looks under My Services for the Co-op link. Click on the link, you will be directed to the "Welcome to Co-op" page.Click on the custom search engine link, the "Custom Search Engine Page" will open up. Click on the link that says Your website, blog, or special interest group under the title "Learn How Custom Search Benefits..." and further down, you will see the Custom Search on the fly link.Click on that link, you will get the "Create a Custom Search Engine on the fly" page. Try it out first, b ...
Google
|
|
|