Monday, January 31, 2011

Read More tag in Blogger

Finally! Blogger has introduced After the Jump a feature which lets you create expandable post summaries in your blog posts, so longer posts appear as an intro with a link to Read More.

Creating jump breaks in your blog posts can be easily done right from the post editor, without the need for any HTML changes.

The only thing you have to do is to add this code into the post editor:

Sunday, January 30, 2011

Use Tweetme to retweet your posts

Twitter is the best service I use daily to drive constantly a big amount of traffic on my blog. Retweets from my followers help me every time I write a new post to become popular on delicious and reach easily delicious home page.
Tweetmeme is a service which help you promote your blog by using the tweetmeme button, a simple and easy way you can integrate twitter into your blog and websites.
The result is a button like this:



If you want to add the tweetmeme button on your blogger template use this simple code:




The only thing you have to change from the original code provides by Tweetmeme is set the


Saturday, January 29, 2011

Install TweetThis on blogger

TwitThis is an easy way for people to send Twitter messages about your blog post or website. This tutorial illustrates a simple way to add a TwitThis link on each post of your Blogger template. I suggest you to try it because it's very useful and drive a lot of traffic on your website if you have a good Twitter network.

To add TwitThis on your Blogger template you can using the code you can find here. That code uses JavaScript. If you want use a simpler way to add it use this alternative.

HTML code
Sign-in in your Blogger dashboard and click on Layout Tab > Modify HTML. Select expand widgets option and copy the following code where you want in the posts section (for example below the post title).


Copy and paste the code exactly how it is in the box above! Don't remove spaces!

CSS code
If you like my TwitThis link (), add this class in your CSS file and use it in the previous link:

.share-twitthis{
background:url(http://tinyurl.com/ay2jsc) 10px top no-repeat;
padding-left:42px;
font-size:11px;
line-height:18px;
}

That's all!

Friday, January 28, 2011

Google Friend Connect on Blogger

This tutorial will illustrate you for installing Google Friend Connect on a Blogger template. Blogger doesn't require to install external files rcp_relay.html and canvas.html as it seems during the set up process. Set up is simple and requires only a few of seconds!

Step 1: In Google Friend Connect page click on Set up a new site option. In the next page add informations about your website, site name and home URL, then click on "Continue":

Step 2: The next page ask you to add two files to your site:

1. rcp_relay.html
2. canvas.html

...but using Blogger isn't necessary copy them (the description on Set up process isn't not so clear if you are a Blogger user!). Ignore them and click simply on "Continue":

Step 3: now format your widget selecting colors, width, height and generate your code. Sign-in on your Blogger account and click on the tab Layout > Edit HTML. Then paste the code, in a section of your Blogger Template and save it!

Thursday, January 27, 2011

HTML tags codes 3

emphasis tag




View in Browser:
This is an Example of using the emphasis tag


embed object




View in Browser:



embed object


<bgsound src="yourfile.mid" loop="1">

View in Browser:


Tuesday, January 25, 2011

HTML tags codes 2

line break




View in Browser:
technary.com
technary.com


center




View in Browser:
This will center your contents



definition description




View in Browser:

Definition Term

Definition of the term

Definition Term

Definition of the term




definition list



View in Browser:

Definition Term

Definition of the term

Definition Term

Definition of the term



definition term



View in Browser:

Definition Term

Definition of the term

Definition Term

Definition of the term

Monday, January 24, 2011

HTML Tags codes 1

I will be posting all the HTML tags with codes in the following posts.
The main aim of this tutorial will be to make more and more awareness of HTML among the Publishers and to make it easy for my visitors for easy making their website with use of HTML coding.

I will be listing 5 tags per post. Lets see how you can take advantage of it!


Comment


Example




Anchor


Example




bold


Example


View in Browser
Example


big(text)



View in Browser
Example


Body of HTML document


View in Browser
The content of your HTML page



Sunday, January 23, 2011

How to Copy/Paste HTML Tags/Posts

This is the simplest method to do the following steps of making the structure of the HTML.
To copy and paste the HTML tags / codes from the HTML chart below into the HTML of your web page, place your mouse pointer over the beginning of the HTML code you would like to copy. Next, click and hold your left mouse button and drag your mouse over all the HTML code you would like to copy (Example of highlighted text). Your HTML code should now be highlighted. Go to "Edit" - "Copy" on your web browser's toolbar and then place your cursor within your HTML code where you would like to place the code. Right click on your mouse and go to "Paste." Your HTML code should now be displaying within your HTML document.
In this way the Highlighted text is easier to do the Copy and Paste operation for your publishing purpose.

Saturday, January 22, 2011

Basic instructions of HTML



Begins your HTML document.



Contains information about the page such as the TITLE, META tags for proper Search Engine indexing, STYLE tags, which determine the page layout, and JavaScript coding for special effects.



The TITLE of your page. This will be visible in the title bar of the viewers’ browser.



Closes the HTML tag.<br><br><center></span><br><textarea rows="2" cols="20" readonly="readonly"><body></textarea></center><br>This is where you will begin writing your document and placing your HTML codes.<br><br>

Friday, January 21, 2011

Creating an HTML Page

A web page is created using a language called, Hypertext Markup Language, better known as HTML Code. You can write your own coding within a plain text editor, such as Note Pad, or use an HTML editor, which will write the code for you.

HTML codes, also referred to as HTML tags, are enclosed by the lesser than (<) and greater than (>) brackets and may be written in capital or lower case letters.

The opening bracket is followed by an element, which is a browser command, and ends with the closing bracket.






An element may also be followed by attributes, which are words describing the properties of the element, and further instruct the browser.







Attributes are only contained in the opening HTML tags to the right of the element and are separated by a space and followed by an equal (=) sign.

The value follows the equal sign and is enclosed in quotes.





Thursday, January 20, 2011

How to post special characters in Blogger?

This is how to post special characters like † ‰ ♠ ♣ ♥

1. sign into Dashboard
2. refer to LIST or to this LIST2 or for HTML entities refer to LIST3
3. type the codes for the characters where you want them.
4. click Preview to make sure the characters appear as you want them to be
5. if so, save.

For example, if you want to display A, you will have to type the following into your post editor:

special character
and if you want to display ♠ ♣ ♥ you will have to type the following into your post editor:

spade club heart

Wednesday, January 19, 2011

How to backup your template

Backing up your template is important, and can one day save you tons of work. Always backup your template before you make any changes to it. This way, if anything goes wrong, you can alway backtrack and everything will be as before.

This is how to backup your template. Sign into Dashboard, select the relevant blog, click TEMPLATE tab and you will be in the Template Edit window. Highlight all the text in the template, right-click and copy (or ctrl+C), open notepad, paste the copied template into notepad. Save with a suitable name. I would suggest the title of the blog followed by the date.

Now there is an added feature now on Blogger that we can save the template an option is available. Which downloads whole template.

Tip: Always download the template before making any changes.

Tuesday, January 18, 2011

How to Submit Blog to Google

Whoever makes a Blog wants it to be listed on the search engine. The Basic fact in the web industry is that people making new domains and want to make new things on the internet in the field of Blogging. The submission is very important as it leads to more and more advantage in the SEO.
This is very important step to make your blog initialized in the Best search Engine and that is GOOGLE.
This post gives us a very important fact that the making of the Blog is very important but to list it in the Google Engine is also very important.

Submit your blog url here: Add your URL to Google.

Monday, January 17, 2011

Introduction of Blogger

Blogger, a free blogging service now owned by Google, is a very popular. However, beginners are often faced with "how to" problems. This site will be a collection of "how to" tips. Some of the tips are also relevant to those using other blogging services. There are many posts here and you will not see all the tips on the main page. There may not be many new posts here because of the reasons stated in this post: Why I change the Header (click "BACK" button to get back to this page). However, this site will still be useful to you as you can find new posts as explained below.

To navigate around the site,
1. Type in the key words into the search boxes. There are two - the blogsearch in the left corner of the navbar (Blogger toolbar) right at the top of the page, and the Google sitesearch box (in which you can also search my other blogs as well as the web). Regarding the search boxes, I would suggest you use both the Google sitesearch as well as the blogsearch at the top navbar as I have found that often, when one doesn't get the information one wants, the other one will.
2. Check CATEGORIES at the top of the sidebar. Clicking on a topic will get you to a del.icio.us page that shows post relevant to the topic. The number of posts displayed will depend on your settings. There may be more posts than what you will see in the page, and you may have to click "earlier" to see the posts categorised earlier.
3. Refer to PREVIOUS POSTS or use the ARCHIVES in the sidebar and find the relevant post.
4 If you are at the archive page or an individual post page (permalink), to get back to the main (home) page click the blog title at the top of the page. If you want to search all the previous posts, the way to do it is to start with the main page, look at the previous posts there, then click the last post. This will take you to the next set of previous posts. Do this consecutively and you will get to see all the previous posts.

Sunday, January 16, 2011

What is Rss?

RSS- RSS is the format used for syndicating web content. The acronym stands for Really Simple Syndications, Real-time Simple Syndication or Rich Site Summary. RSS is a technology that allows websites to distribute new content to Internet users, without the user having the revisit the website. In essence, it is equivalent to a daily or weekly newspaper.

In Simple Words:-

RSS is a technology that is being used by millions of web users around the world to keep track of their favorite websites.

In the ‘old days’ of the web to keep track of updates on a website you had to ‘bookmark’ websites in your browser and manually return to them on a regular basis to see what had been added.


RSS Changes Everything

What if you could tell a website to let you know every time that they update? In a sense, this is what RSS does for you.

RSS flips things around a little and is a technology that provides you with a method of getting relevant and up to date information sent to you for you to read in your own time. It saves you time and helps you to get the information you want quickly after it was published.

RSS stands for ‘Really Simple Syndication’. Many people describe it as a ‘news feed’ that you subscribe to.


Saturday, January 15, 2011

What are RSS Feeds?

Feeds– RSS Feeds are the syndicated information that are sent through RSS technology from websites to Internet users. Users can subscribe to feeds from a variety of websites, and then new information from those websites is sent directly to them through an RSS reader. It is similar to receiving e-mail. An RSS reader acts like an “inbox” for RSS feeds. Instead of having to check multiple websites for updates, the new information is located in one convenient place. The use of RSS feeds has increased as blogging has become more popular.

Friday, January 14, 2011

What actually is Blogging?

Authoring a blog, maintaining a blog or adding an article to an existing blog is called “blogging”.

Blogging is a way of collecting links to webpages and sharing thoughts and ideas with people online.

Individual articles on a blog are called “blog posts,” “posts” or “entries”Blogs are typically updated daily using software that allows people with little or no technical background to update and maintain the blog.

Thursday, January 13, 2011

What is a blog?

A blog is basically a journal that is available on the web.A blog is a website in which items are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log.

To put it as simply as possible - a blog is a type of website that is usually arranged in chronological order from the most recent ‘post’ (or entry) at the top of the main page to the older entries towards the bottom.
Blogs are usually (but not always) written by one person and are updated pretty regularly. Blogs are often (but not always) written on a particular topic - there are blogs on virtually any topic you can think of. From photography, to spirituality, to recipes, to personal diaries to hobbies - blogging has as many applications and varieties as you can imagine. Whole blog communities have sprung up around some of these topics putting people into contact with each other in relationships where they can learn, share ideas, make friends with and even do business with people with similar interests from around the world.

Blogger.com says:

"A blog is a personal diary. A daily pulpit. A collaborative space. A political soapbox. A breaking-news outlet. A collection of links. Your own private thoughts. Memos to the world."

Wednesday, January 12, 2011

What are Bloggers?

Someone who keeps a blog is a “blogger.”

A person who posts entries in blog is called a “blogger”

Bloggers- Bloggers is the blanket term for anyone that uses a blog to post information on topics that are of interest to them. Becoming a blogger is actually simpler than it might seem. As blogging has grown in popularity, many website offer platforms to quickly and easily create a blog.
Some of the most popular blogging software platforms are Blogger, Livejournal, Typepad, Wordpress and Xanga. These websites will host your blog, generally for free, and provide you with the tools to create blog posts without having to know a lot about software.

Tuesday, January 11, 2011

What is No Follow/Do Follow ?

Nofollow is an HTML attribute value used to instruct search engines that a hyperlink should not influence the link target's ranking in the search engine's index. It is intended to reduce the effectiveness of certain types of search engine spam, there by improving the quality of search engine results and preventing spamdexing from occurring.(i.e when using this attribute the hypertext (link embeded in words)on that page will not be followed by search engines to consider it as an backlink from that website.)

This attribute is written as rel="nofollow" . When we add this attribute the link would not be followed by engines as an backlink and will not affect any rankings of that link.

And in reverse when we remove this attribute or didn't use this attribute then all the links will considered as backlinks from the search engines and will affect the rankings of that link in search engine results .

Monday, January 10, 2011

How to enable Task Manager when got disabled

how to enable your task manager if its showing its being disabled by your administrator on pressing ctrl+alt+del.When computer is infected with computer virus it mostly shows "Task Manager Has Been By Your Administration".

To fix it do any of the following thing.Follow any of these simple steps:-

Method 1:- Using the Group Policy Editor in Windows XP Professional.

1. Click Start, Run, type gpedit.msc and click OK.
2. Under User Configuration, Click on the plus (+) next to Administrative Templates
3. Click on the plus (+) next System, then click on Ctrl+Alt+Delete Options
4. Find Remove Task Manager in the right-hand pane and double click on it
5. Choose the option "Not Configured" and click Ok.
6. Close the Group Policy Window.

And press ctrl + alt + delete if task manager doesn't appear try the another methods.
Method 2:- Change the Task Manager Option through the Run line.
1.Click on Start, Run and type the following command exactly and press Enter

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

And press ctrl + alt + delete it will certainly work.You may try the other methods
Method 3: Change Task Manager through a Registry REG file
1. Click on Start, Run, and type Notepad and press Enter
2. Copy and paste the information between the dotted lines into Notepad and save it to your desktop as taskmanager.reg

------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableTaskMgr"=dword:00000000
-------------------------------------

3. Double click on the taskmanager.reg file to enter the information into the Windows registry

And press ctrl + alt + delete to run task manager.

Method 4: Delete the restriction in the registry manually

1. Click on Start, Run, and type REGEDIT and press Enter
2. Navigate to the following branch

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System

3. In the right pane, find and delete the value named DisableTaskMgr
4. Close the registry editor

And press ctrl + alt + delete to run task manager.

Sunday, January 9, 2011

Add Google Chat widget in Blogger

Google Talk Gadget is a web based version of Google Talk and allows you chat with your friends on your web browser like Firefox, Internet Explorer etc. No download required.Your can add Google talk Gadget to your Blogger blog as a page element in very easy one step to your blog sidebar and after signing in you will be able to chat with all your friends.So isn't it great.

Now read on how to add google chat widget.

Just Go To Dashboard > Layout > Page Elements > Add a element > Html/Javascript

And add the below codes to it and save it.



Change width and height in above codes to adjust your chat box size.

Saturday, January 8, 2011

Floating ads widget for Blogger



Login to your Blogger go to

Dashboard > Layout > Page elements > Add a Page Element > Html/Javascript

Now modifications to be made in above code.

Change the red codes with your image url and link url you want to open up.

And now the yellow codes in bold are top and right.If you want to use this widget at centre use centre in place of top and if to bottom use bottom in place of top.

Then the right in yellow bold means to show it up to right of page and use left in place of it to show to the left of the page.

How to make a Drop Down Menu for Blogger

LAYOUT > ADD PAGE ELEMENT > HTML /JAVASCRIPT

Add the below codes to it and Save It.





* Change the links and text in red according to your blog menu.

You can increase the options in codes to increase your drop down menu links.

Width of drop down menu depends on the length of the titles you using in them.

Friday, January 7, 2011

Use of RSS

Get an RSS Reader - The first thing you’ll want to do if you’re getting into reading sites via RSS is to hook yourself up with an RSS Feed Reader.

There are many feed readers going around with a variety of approaches and features - however a good place to start is with a couple of free and easy to use web based ones like Google Reader and bloglines. Either one will do if you’re starting out (I prefer Google’s Reader) - as I say there are many others to choose from but to get started either of these are fairly easy to use and will help you work out the basics of RSS.

Both of these feed readers work a little like email. As you subscribe to feeds you’ll see that unread entries from the sites you’re tracking will be marked as bold. As you click on them you’ll see the latest update and can read it right there in the feed reader. You are given the option to click through to the actual site or move onto the next unread item - marking the last one as ‘read’.

The best way to learn how to use either Google Reader or Bloglines is to simply subscribe to some feeds and give it a go. Both have helpful help sections to get you up and running.

Thursday, January 6, 2011

Publish using e-mail

The Mail-to-Blogger feature in the blog enables you to publish the post via Email. For this feature you have to make a change in you r blog setting. Just go to “Settings” then click “E-mail & Mobile” or “E-mail”



You can create a Mail-to-Blogger address which you will use to publish the posts via email to your blog:

To post to your blog via email, you need to configure your Mail-to-Blogger email address in Settings | Email:




The format of the email address will be username.secretword@blogger.com. Note that this Email must be kept secret. Otherwise, anyone who gets it will be able to post as you.

Also be sure to specify whether or not you prefer your email posts to publish automatically. If this option is not checked, then your posts will be saved on your account but will not appear on your blog until you log in to Blogger.com and publish them yourself.

Once you have saved your Settings, you can send email to your blog. The subjects of your email letters will be the titles of your posts, and the body of the emails will be the posts themselves. To include an image in your post, you can attach an image to you your email.


Notes:
• Sometimes email programs append text to the bottom of each sent message; to make sure this cruft doesn't get posted to your blog, put #end at the end of your post.

Wednesday, January 5, 2011

Make a Contact Form on Blogger

Many people use to write only there email id in contact page to contact them, but you need an form too to look more professional and make communication easy between you and your readers.As its now not difficult to add contact form to blogger as previously have to write codes for making form and then hosting it and all and then form get made.But now there are various sites started this service which give ready made forms to you.

What you have to do is just go to these sites, need to sign up there and get the codes for the form. After getting the codes just go to edit pages in your blog and make new page.There publish the codes to form and write also if you want to write something and publish it.Its very easy.

Services that provide you to use there contact forms for free.

1) Kontactr



Just go to this site.Sign up there,get the codes and add them to blogger pages and publish it to make an contact page.

2) Emailmeform



Just go there sign up and get the codes of form.As here you will get more features in form than other sites.As they also give option to every type of form and also an option for readers to upload some stuff to the form and send you.

3) FoxyForm



No need of sign up there just go to this site fill the details, customize the colors,give email and get codes.

4)Wufoo



This also the good service you can just try it also for sure.But gives 100 entries per month only to fill.

Use any of these services to be in contact with your visitors to share the best blogging experience!

Tuesday, January 4, 2011

Increase Visitors from Searc Engines

Yes friends everybody want to increase the visitors to there blog and try to convert them to there readers as much as possible.

So i will share one trick on how to get increase your visitors from the search engines,if your blog receives a part of traffic from them.

Lets share an trick with you.What i use to do is,i daily use to check my traffic counter for visitors coming to my blog once a day for sure.As its not possible to check the all thousands visitors daily so just i use to check at random a day and at any time.

Now my counter let me know the keywords from which the visitors searched on engines and came to my blog.When i use to check these keywords,i daily use to find some keywords for which the visitors seems to coming to my blog but the content visitor needed based on those keywords was not into my blog. This means the visitors need some content on that topic and content is not easily provided and he's coming to my blog accidentally. So why not i should provide that content on my blog.

So why you miss an opportunity to blog about that particular information on your blog and lets increase your visitors from search engines, if you will do this regularly i promise not only your visitors will increase,your blog will also become so much seo that it will be started loving by engines and will give you high rank in it.

And if you try little bit to target some keywords too on search engines keeping in mind, what keywords people use, to find any particular content on web and will easily find you with that keyword on top, will also help a lot in beginning.

Monday, January 3, 2011

Promote Blog Posts by Gmail

You can take great advantage of it a you can use signature as an random posts from your blog as will attract your readers more to your blog.

Tip: It is always effective to send out different links with your email to your Friends as they wont be boring seeing the same link all the time.

Lets see how we can add a link to a random post from your blog or website to your email signature

*Log in to your GMail account.
*Go to the Gmail Lab Page.
*Find the Random Signature and Signature tweaks.
*Enable both labs.
*Click Save Changes and Gmail will reload.
*Go to Settings
*Go to General
*Under signature select the signature box and type you name and other information you would like to display in your email.
*Then check the check box Append a random signature from feed and add the feed URL to your blog or website.
* click "Save Changes"

This is adds random links to your post with the title from your RSS feed. Its simple but quite effective method to add a random link to your signature from your blog or web. Get this kind of free promotion to get more traffic to your blog.

Sunday, January 2, 2011

Load pages faster using Mozilla Firefox

Tweak Network 1.3 is the mozilla addon which will speed up the loading of web pages and increase the maximum number of simultaneous downloads from a site. If you are using Firefox browser? There are many ways to make Firefox work faster; perhaps you have ever read many tips on the internet to make Firefox faster.Now i will share a tip to make your Firefox faster which is installing Tweak Network Add-on.


It is very easy to get Tweak Network Add-on; you just need to download it here

After going there click on Add To Firefox > Then it will Ask for Install > Click I
nstall Button > Then the Add On will get installed > It will Ask for restart of Firefox Restart it .

After you install Tweak Network Add-on, please follow the guides below.Please run your Firefox. Click Tools menu, when the options appear, click Tweak Network Settings.



Then an alert will appear Click OK. Now window will open.
Click Power button, then click Apply button ,Then Click OK Done


This will surely load pages faster using Mozilla Firefox Browser.

Saturday, January 1, 2011

Tips for a Profitable Blog Niche

Every new blogger faces this big question that "What topic to choose for his/her blog"? Some people blog just for fun or hobby and some blog purely to make money from it. If you fall in latter category, it is imperative to give some serious thought about choosing your blog niche. The success of your blog in terms of money depends heavily on how wisely you select the topic of your blog. Following are the guidelines, which will help you in your quest to select an appropriate topic for your blog:

Personal Interest:If you are blogging on the topic that you love and are passionate about it, then you have already won the half battle. The first and the most important thing is to select a topic that you love to explore, read and talk about. Readers are only going to come back on your blog if they find the content appealing and useful, which you can only serve them if you are comfortable and expert in your domain. You will also loose interest very soon in generating fresh content if it is not of your choice. Having the favorite topic in hand for the blog does not mean that you will surely get profit from your blog. There are other factors involved. Read on..

Popularity
:Assessing the popularity of the chosen niche is the next step. If people do not search for the topic you have chosen, then no matter how hard you work, the results will never be promising. Start analyzing with search engine results. Google the first keyword that comes in your mind related to the topic and see the results.

Profit Potential:The popularity of the topic alone doesn't mean it can give you profits. The most critical thing is to look whether it has sufficient advertiser's base in major PPC Advertising networks. Google Adsense and Yahoo Publishers Network (YPN) are the two most popular PPC programs. Google has provided Google AdWords Keyword Tool and Google Adwords Traffic Estimator to look for high paying keywords related to your blog niche. You can use these toolsto get a fair idea about the traffic and average CPC for the relevant keywords for AdWords/Adsense. Although the provided data is not accurate estimate, still it will give you fair amount of data to assess the earning potential of your blog niche. For more accurate keyword research you can use WordTracker and can get the list of targeted keywords for the topic of your blog.

Content availability:To keep running your blog, you need fresh quality content at a consistent pace. Some bloggers face this situation where they start very enthusiastically, but soon they end up in searching for fresh ideas for their blog content space. For making a successful blog you have to feed it with new valuable content continuously. Choosing a niche that has scope of vast amount of content creation is a wise decision. You can subscribe to news bulletins, discussion forums and your peers in the Blogosphere to get new ideas and topics for fresh new content.

Related Posts Plugin for WordPress, Blogger...