Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!

1 comment December 18th, 2011

>Wordpress test answer

>

  • Contributor may change the timestamp on a post?.- NO
  • In the case of a free WordPress.com blog, the number of users that can be invited by aregistered user is? -35
  • posted by easyeran.blogspot.com
  • What is the default path for the theme files in the WordPress.org version 2.5.1 deployment kit? -/wp-content/theme
  • In the WordPress.org version 2.5.1, there is a feature known as ‘Update Services’  ?- whenever a new post is published or whenever the blog is updated.
  • Whichof the following is the default update service in the WordPress.org version 2.5.1-http://rpc.pingomatic.com
  • Suppose you have a WordPress.com blog named ‘http://your-username.wordpress.com’ and you want to know its RSS feedsdetails.Which of the following URLs will you use to get details?-http://your-username.wordpress.com/feed
  • What is the difference between include_once and require_once withregard to handling
  • failure-include_once just produces a warning and require_once produces a fatal error.
  • From which section in the WordPress Admin can you add a calendar toyour WordPress site? -Plugin section.
  • What is the main purpose of the Password Protect feature in theWordPress.org version 2.5.1?-To protect posts from being displayed to users who are not registered.
  • What is Blogroll in WordPress?-It displays the long blogs using paging to avoid scrolling.
  • If you want to upgrade your site http://www.example.com from the olderWordPress.org version to a newer one, which URL will have to be used?-http://www.example.com/wp-admin/upgrade.php
  • comments menu showing some number of comments in red? -It signifies that the given number of comments is pending forthe administrator’s approval
  • In WordPress (version 2.5.1), what can be the default status of a Post? – published.
  • In the WordPress.org version 2.5.1, image dimensions can be set for thefollowing image sizes? -Thumbnail image size,Medium image size.
  • What is the function of widgets in WordPress - It is used to add additional components to the site.
  • Which of the following WordPress.org version 2.5.1 components or modulesis not activated by default? – Akismet, Avatar Display, Comments Moderation All of these are activated by default.
  • posted by easyeran.blogspot.com 
  • In the WordPress.org version 2.5.1, the sidebar is used to display? – Widgets.
  • In which file do you specify the database name in the WordPress.orgversion 2.5.1? -wp-config.php.
  • ="line-height: normal; mso-list: l0 level1 lfo1; mso-margin-bottom-alt: auto; mso-margin-top-alt: auto; tab-stops: list .5in;">You want to enable the moderation of the comments posted by users inWordPress. Which of the following tabs will you select in order to applycomments moderation -Discussion tab.
  • What is the amount of free space available in a free WordPress.com blog,for storing uploaded files and images ?-3000 Megabytes.
  • In WordPress.com, you can add third party plugins to your blog -NO.
  • In the WordPress.org version 2.5.1, you can -import Posts from different blog websites.
  • What kind of information do cookies store in WordPress? – Information about the logged in user
  • Under the online version of WordPress Privacy Settings, which of the following settings is possible?- you can make your blog visible/invisible to search engines.
  • Which of the following User Roles are defined in the WordPress.org version 2.5.1 ?-Moderate.
  • Which of the following are the differences between WordPress.org and WordPress.com?-In WordPress.org, you can upload themes and plugins but in WordPress.com, you cannot upload themes and plugins, In WordPress.org, you have to manually upgrade the software and take backups whereas in WordPress.com, automatic software upgrades and backups are available.
  • Which type of media files can be uploaded to WordPress.com? -.wma,.jpg
  • When are Actions triggered in the WordPress.org version 2.5.1?- When a post is published,When a theme is changed.
  • which of the following statements are correct with reference to thePermalinksStructure?-Structure of Permalinks can be changed by using the admin section.
  • You want to Podcast an mp3 file named ‘abc.mp3′ on your WordPress.orgversion 2.5.1 site, having URL ‘http://www.xyz.com’, through post. Whatwill be the URL to link the audio file? - PodcastFile.
  • You want to apply a new theme to your WordPress.org version 2.5.1 site.What will be the right method?-Click theme in the design section and select the new theme.
  • In the WordPress.org version 2.5.1, a private post created by theadministrator is also visible to the - editor.
  • posted by easyeran.blogspot.com 
  • Which of the following options are provided in the User Membershipsettings of the WordPress.org version 2.5.1- Anyone can get himself/herself registered.
  • What is Domain Mapping in the case of WordPress.com- It is a method by which you can apply Domain Maps of your WordPressblog by a paid upgrade.
  • You want to browse your WordPress.com blog on your mobile or PDA. Whichof the following URLs will you use? – m.wordpress.com.
  • posted by easyeran.blogspot.com 
  • How can notices be turned on in the WordPress.org version 2.5.1 index.phppage, programmatically - define(‘WP_DEBUG’, true
    );
  • You want to show the number of spam comments that have been caught by the’Akismet’? Which of the following code is used to display the statistics inthe WordPress.org version 2.5.1 – .
  • Which of the following statements is correct with regard to adding theshopping feature in your WordPress.org version 2.5.1 site?-The shopping feature can be added by plugging-in for shopping.
  • Which of the following things are required for the installation of the WordPress.org version 2.5.1- WebServer,Text Editor,Web Browser.
  • After the installation of the WordPress.org version 2.5.1, by default,the general membership is – allowed to general visitors.
  • Which of the following statements is/are correct with reference to Comments in the WordPress.org version 2.5.1 -Posts and Pages can be commented on.
  • A possible way to collect real-time statistics about traffic to aWordPress site is to – use a plugin.
  • A possible way to install WordPress in your language is to – manually install language package or translate as necessary.
  • posted by easyeran.blogspot.com 
  • Which of the following methods can be used to eliminate spam? -Using the “askimet” plug-in.
  • What is the main functionality of Akismet plug-in -It helps in spam control.
  • Which of the following methods can be used to add Pagination to a WordPress site -using a plugin
  • A plug-in must be used in order to allow users to post flash or multimedia files -true.
  • Shortcodes can be defined in WordPress -True

Add comment November 22nd, 2011

>Search Engine Optimization Test ( You Must Be Passed)

2 comments September 14th, 2011

>SqL Test Answer

>


SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY salary DESC
SELECT last_name, salary, hire_date FROM EMPLOYEES ORDER BY 2 DESC
 

The two statements produce identical results
The second statement returns an error

There is no need to specify DESC because the results are sorted in descending order by default

           Posted by http://easyeran.blogspot.com/

Question 2


Which of the following is not a numeric group function?
 
Avg
Count
Highest

Max
Stdev
Sum


           Posted by http://easyeran.blogspot.com/

Question 3


Examine the data in the EMPLOYEES table given below:

ALLEN                10                     3000
MILLER               20                     1500
KING                 20                     2200
DAVIS                30                     5000

  Which of the following Subqueries work?  
SELECT * FROM employees where salary > (SELECT MIN(salary) FROM employees GROUP BY department_id);
SELECT * FROM employees WHERE salary = (SELECT AVG(salary) FROM employees GROUP BY department_id);
SELECT distinct department_id FROM employees Where salary > ANY (SELECT AVG(salary) FROM employees GROUP BY department_id);

SELECT department_id FROM employees WHERE SALARY > ALL (SELECT AVG(salary) FROM employees GROUP BY department_id);

SELECT department_id FROM employees WHERE salary > ALL (SELECT AVG(salary) FROM employees GROUP BY AVG(SALARY));

Posted by http://easyeran.blogspot.com/

Question 4


Which of the following statements are true?
 
With DDL you can create and remove tables, schemas, domains, indexes and views

Select, Insert and Update are DCL commands
Grant and Revoke are DML commands
Commit and Rollback are DCL commands

Question 5


Which of the following clauses are not allowed in a single row sub-query?
 
From
Where
Group by
Having
Order by

Posted by http://easyeran.blogspot.com/

Question 6


Wh
at is the collection of information stored in a database at a particular moment called?
 
Schema
Instance

Table
Cluster
View
Index

Posted by http://easyeran.blogspot.com/

Question 7


The overall logical structure of a database can be expressed graphically by:
 
Data Flow Chart
Flow Chart
Directed Chart
Entity-Relationship Diagram

None of the above

Posted by http://easyeran.blogspot.com/

Question 8


Consider the following tables:

Books
------
BookId
BookName
AuthorId
SubjectId
PopularityRating       (the popularity of the book ON a scale of 1 TO 10)
Languagе               (such AS French, English, German etc)

Subjects
---------
SubjectId
Subject    (such AS History, Geography, Mathematics etc)

Authors
--------
AuthorId
AuthorName
Country

  What is the query to determine which German books(if any) are more popular than all the French?  
select bookname from books where language=’German’ and popularityrating = (select popularityrating from books where language=’French’)
select bookname from books where language=’German’ and popularityrating> (select popularityrating from books where language=’French’)
select bookname from books where language=’French’ and popularityrating> (select max(popularityrating) from books where language=’German’)
select bookname from books where language=’German’ and popularityrating> (select max(popularityrating) from books where language=’French’)

Posted by http://easyeran.blogspot.com/

Question 9


Which statements are true for views?
 
The definition of a view is stored in data dictionary

Views provide a more secure way of retrieving data

Views are actually Tables and store data in the same manner as Tables
All of the above

Posted by http://easyeran.blogspot.com/

Question 10


Consider the following tables:


Books
------
BookId
BookName
AuthorId
SubjectId
PopularityRating (the popularity of the book ON a scale of 1 TO 10)
Languagе (such AS French, English, German etc)

Subjects
---------
SubjectId
Subject (such AS History, Geography, Mathematics etc)

Authors
="color: grey; font-style: italic;">--------
AuthorId
AuthorName
Country
 
What is the query to determine which Authors have written books on two or more subjects?  
select AuthorName from Authors where Authorid in (select Authorid from Books group by SubjectId having count(*)>1)

select AuthorName from Authors where BookId in (select BookId from Books group by BookId having count(*)>1)
select AuthorName from Authors where Authorid in (select Authorid from Books group by SubjectId,Authorid having count(*)>1)
select AuthorName from Authors where Authorid in (select Authorid from Books group by Authorid having count(*)>1)

Posted by http://easyeran.blogspot.com/

Question 11


What does the term DDL stand for?
 
Data Description Language
Dynamic Data Language
Data Definition Language

Data Derived Language
Descriptive Data Language

Posted by http://easyeran.blogspot.com/

Question 12


The concept of data independence is similar to the concept of ________
 
Data type
Abstract data type

Consolidation
Isolation

Posted by http://easyeran.blogspot.com/

Question 13


What are the programs that execute automatically whenever DML operations are performed on tables called?
 
Triggers

Procedures
Functions
None of the above

Posted by http://easyeran.blogspot.com/

Question 14


What clause should be used to display the rows of a table in ascending order of a particular column?
 
Where
Order By

Group By
Having
First Group By and then Having
Like
Between


Posted by http://easyeran.blogspot.com

Question 15


What is the error in the following query if the Students table contains several records?

SELECT name FROM students WHERE name =
(SELECT name FROM students ORDER BY name);
 

= should be replace by in operator

Order by clause in the subquery should be preceded with a group by clause
Order by clause in the subquery can be used only if the where and group by clauses have been applied
Group by clause should be applied to the outer query
An order by clause is not allowed in a subquery

There is no error

Posted by http://easyeran.blogspot.com/

Question 16


How can data be accessed by users who do not have direct access to the tables?
 
By creating views

By creating triggers
By creating stored procedures
None of the above

Posted by http://easyeran.blogspot.com/

Question 17


Consider the following tables:


Books
------
BookId
BookName
AuthorId
SubjectId
PopularityRating       (the popularity of the book ON a scale of 1 TO 10)
Languagе               (such AS French, English, German etc)

Subjects
---------
SubjectId
Subject    (such AS History, Geography, Mathematics etc)

Authors
--------
AuthorId
AuthorName
Country

  What is the query to determine which Authors have written at least 1 book with a popularity rating of less than 5?  
select authorname from authors where authorid in (select authorid from books where popularityrating<5)

select authorname from authors where authorid in (select authorid from books where popularityrating<=5)
select authorname from authors where authorid in (select BookId from books where popularityrating<5)
select authorname from authors where authorid in (select authorid from books where popularityrating in (0,5))

   Posted by http://easyeran.blogspot.com/

Question 18


An RDBMS performs the following steps:
1)It calculates the results of the group functions of each group
2)It groups those rows together based on the group by clause
3)It orders the groups based on the results of the group functions in the order by clause
4)It chooses and eliminates groups based on the having clause
5)It chooses rows based on the where clause
Arrange the above steps in the correct order of execution:

 
4,3,5,1,2
4,5,3,2,1
5,2,1,4,3

5,2,3,4,1
2,3,1,4,5
2,3,1,5,4
1,2,3,4,5
3,2,1,4,5

Posted by http://easyeran.blogspot.com/


Question 19


_________ is the operation that displays certain columns from the table.
 
Restriction
Intersection
Join
Union
Projection
Selection

Extraction
SubQuery

Posted by http://easyeran.blogspot.com/

Question 20


There is a column c1 in the table t to which a primary key pk is to be added. What will be the correct syntax?
 
Alter table t add primary key(c1);

Alter table t add constraint pk primary key(c1);
Alter table t add (constraint pk primary key(c1));
Alter table t add pk constraint primary key(c1);

Posted by http://easyeran.blogspot.com/

Question 21


Which of the following are aggregate functions in SQL?
 
Avg

Select
Order By
Sum

Union
Group by
Having

Posted by http://easyeran.blogspot.com/

Question 22


A table Students has a column called name which stores the names of the students. What will be the correct query to display the names of the students in reverse order?
 
Select name from students reverse;
Select name from students reverse name;
Select name from students order by name descending;
Select name from students order by name reverse;
Select name from students order by name desc;

Select desc name from students;
Select reverse name from students;

Posted by http://easyeran.blogspot.com/

Question 23


The primary key index does not allow ________ data in a field.
 
Numeric
Character
Date
Null

Duplicate

All of the above 
Posted by http://easyeran.blogspot.com/

1 comment May 31st, 2011

>HTML Tests and Solutions

>

Q.NO.1.

You do not want to resize the frame. The code should be:
a.
b.
c.
d.
Q.NO.2.
Which of the following is not an atribute of meta tag?
a. name
b. content
c. type
d. http-equiv
Q.NO.3.
You Placed four radio buttons on a web form. you want the user to sepcify whether they are
male or female and whether they are married or single. The code is as follow:
Male:
Female:
Maried:

Single:
a. It will allow to choose only the male and married options.
b. It will allow to choose only the female and single options.
c. It will allow to choose only option out of four.
d. It will allow to choose all the four options at the same time.
Q.NO.4.
What do you infer from the following code?
a. This href is using for absolute path for linking
b. This href is using for relative path for linking
Q.NO.5.
Which of the folowing is incorrect about the relation of HTML and XHTML?
a. XHTML is strict and cleaner version of HTML.
b. XHTML is almost identical version of HTML 4.0
c. XHTML and HTML both are used to generate dynamic contents.
d. HTML brings togther the elements of HTML and the syntax of XML.
Q.NO.6.
Which of the following would insist in creating named groups within a selected list?
a. opt
b. group
c. option group
d. select group
Q.NO.7.
Which of the following is/are not correct for an action attribute for a form tag?
a. The action atribute can be defind at run time.
b. If the value for action is null , then form submit user data to itself.
c. If the URL is not provided to action atribute, the will not submit data anywhere.
d. Non of the above.
Q.NO.8.
Which of the following statements is/are in correct for a blackquote?
a. It makes the text bigger for emphasizing.
b. It defines the start of a long quote.
c. It makes the text slightly bolder.
Q.NO.9.
Which of the following is a valid value for the type atribute of the input tag?
a. text
b. icon
c. reset
d. password
Q.NO.10.
For the following items of a list:
which of the following value would be passed on by clicking on submit button on selecting Items 2 form the list.?
a. 89
b. 90
c. Item 1
d. Item 2

1 comment May 26th, 2011

>How to start on odesk

>

To Starting your freelancing job is somewhat challenging. There are a number of things that you should consider in clinching  your desired freelance job.  I personally love freelancing jobs as I don’t have to go to an office sitting for hours and getting some badly  commands from my Boss. I am free and I do what I love to do. I do my jobs sitting on my relaxing armchair whenever I love. However, truth be told that, it’s not easy to get a freelance job unless you know the exact and appropriate strategies. There are millions of people around the world who seek freelance jobs every day. But do all of them get their desired job? However, no big deal, I am going to tell you how to get a freelance job by the means of odesk.

1. Getting An Overall Idea:

People around the world are getting smarter day by day by the means of technological advancement. However, before starting your freelance career, I personally believe that you have to have a crystal and clear idea about a freelance site. However, visit the website and get an overall idea. Go to you tube and see the animated video. Here are the links:
Website: www.odesk.com
You Tube: http://www.youtube.com/results?search_query=odesk

2. Sign Up:

I hope you have got a clear idea about odesk. However, now it’s time to sign up. Go to the website and sign up by filling some pieces of information. Sadly, most of the new freelancers don’t seem interested in uploading a photograph. But, I personally think, a photograph is an important thing for your freelance career. Visibility is very important to a buyer. Make sure that you fill everything with valid and correct information.
3. Complete Your Profile:
It’s very disappointing that, most of the new providers don’t complete their profile on odesk. However, in order to get your first freelance job, you have to complete your profile with legitimate information. Make sure that you fill all categories correctly including portfolio projects, employment history, education, certifications etc. Your profile will look good and you will have better chance of getting your first freelance jobs upon completing your profile.
Ø Be careful in choosing/writing your objectives. Your objective should focus on your skills.
Ø Be careful in choosing your hourly rate. It’s recommended that in the primary stage it shouldn’t be more than $ 12/ hour. You may increase/ decrease the rate later.

4. Take Some Tests:

Taking some tests make your profile attractive that simply helps you get your first freelance job. However, on odesk you will find hundreds of tests. For instance if you are a PHP developer, you may take php tests, if you are article writer; you should take some writing skill test. However, I recommend that every new provider who is looking for a freelance job should take Basic English language proficiency tests. Such as, US English basic skills test, UK English test etc. In order to get a freelance job, it’s important that you have minimum English language proficiency.

5. Make a Good Cover Letter:

Well, it’s time to make a good cover letter. A cover letter is one of the key elements of getting your first freelance job. However, so what is a cover letter? A cover letter is kind of letter that primarily includes your skills, qualifications, work experience etc. This is the first thing that your buyer will notice prior to hiring you. For each and every job, you have to apply with a cover letter. However, I added some cover letter in my blog. See here “Free Ebooks Section.”
Finally, I can say that it may take a few days for you to get your first freelance job by the means of odesk. However, you would be surprised that, it took me almost a month to get a job. The situation was like that I lost the hope of getting a job. Nevertheless, the reason was that, my profile wasn’t complete and my job cover letter wasn’t appealing. So, be patient and consistent. Your desired job is waiting for you.

Add comment May 26th, 2011

>JavaScript Test Solution

>

1. What’s relationship between JavaScript and ECMAScript? -
ECMAScript is yet another name for JavaScript (other names include LiveScript).
The current JavaScript that you see supported in browsers is ECMAScript revision 3.
2. What are JavaScript types? -
Number, String, Boolean, Function, Object, Null, Undefined.
3. How do you convert numbers between different bases in JavaScript? -
Use the parseInt() function, that takes a string as the first parameter, and the base as
a second parameter. So to convert hexadecimal 3F to decimal, use parseInt (”3F”, 16);
4. What does isNaN function do? -
Return true if the argument is not a number.
5. What is negative infinity? -
It’s a number in JavaScript, derived by dividing negative number by zero.

6. What boolean operators does JavaScript support? -
&&, || and !
7. What does “1″+2+4 evaluate to? -
Since 1 is a string, everything is a string, so the result is 124.
8. How about 2+5+”8″? -
Since 2 and 5 are integers, this is number arithmetic, since 8 is a string, it’s concatenation,
so 78 is the result.
9. What looping structures are there in JavaScript? -
for, while, do-while loops, but no foreach.
10. How do you create a new object in JavaScript? -
var obj = new Object(); or var obj = {};
11. How do you assign object properties? -
obj["age"] = 17 or obj.age = 17.
12. What’s a way to append a value to an array? -
arr[arr.length] = value;
13. What is this keyword? -
It refers to the current object

Add comment May 26th, 2011

>Eran With MicroWorkers

>

Some Times We are Suffer a Problem with earn  in Online ,This is Bidding Problem .
No Problem You Can Earn Online Easily  In MICROWORKERS.COM

You Earn UP to $4 Per Day.
So You Get Your Decision . 

Add comment May 26th, 2011

>Joomla Odesk Test Solutions

>

                                          
The index.php file is a combination of HTML and PHP code.
Odesk test answer: True

What is the default super administrator account for Joomla called?
Odesk test answer: Administrator
Which of the following PHP directives are important to Joomla execution to define an alternate compression library if the standard library is not available?
Odesk test answer: extension_dir
Which of the following files is archive and contains the actual CB component that you must install into Joomla while downloading CB?
Odesk test answer: com_comprofiler
Which option will you choose to set the site metadata for the installed website?
Odesk test answer: Global Configuration
What will happen if we set the SSL enabled option to On?
Odesk test answer: This option will make the link from the menu begin with an https://

The core editor events apply to plug-ins that provide editor functionality such as TinyMCE or XStandard Lite.
Odesk test answer: True
Which PHP file does the index.php file load to provide the menu bar to the administrator interface?
Odesk test answer: Toolbar.php
Which of the given database systems is supported by Joomla?
Odesk test answer: Mysql
Which of the following is the default editor of Joomla?
Odesk test answer: TinyMCE
Joomla provides an abstracted method called getEscaped() that returns the escaped string regardless of the target database.
Odesk test answer: False
From which package are the classes (i.e JSite, JAdministrator and JInstallation) which make up the Joomla CMS applicat
ion extended?
Odesk test answer: Installer
What is not true about JoomlaXplorer?
Odesk test answer: None of the above
Which of the following is a system event?
Odesk test answer: OnDisplay
Which Joomla file provides the central logic of the template, including any module and component display?
Odesk test answer: Index.php
When will you use SMTP authentication mail settings?
Odesk test answer: When you want to use an internal mail server
What do you understand by the type of error?
Odesk test answer: It means that STRICT_ALL_TABLES is enabled
Which path variable holds the path of the currently executing application?
Odesk test answer: All of the above
Which user events occur with plug-ins that are installed for the front end of the system?
Odesk test answer: Both a and b
Which type of positioning elements define a concrete area such as a p, td, div or table in a CSS file?
Odesk test answer: Block elements
Which of the following files does the “/includes” directory not contain?
Odesk test answer: None of the above
Which option will you select to install or to add the module to your website?
Odesk test answer: C
Why does Joomla use templateDetails.xml files?
Odesk test answer: All of the above
Which of the following events is activated after content rendering is complete for content type plug-ins?
Odesk test answer: OnAfterDisplayContent
All the Joomla settings are contained within a PHP class called JConfig.
Odesk test answer: True
In which PHP file is the central configuration data for Joomla contained?
Odesk test answer: configuration.php
What is not true about the MD5 hash value?
Odesk test answer: Each password in Joomla is stored as a MD5 hash value
There are two root classes for the Joomla framework: JFactory and JVersion.
Odesk test answer: True
Which option will you select to find unpublished articles?
Odesk test answer: Article manager
What do you understand from the following code?
Odesk test answer: SQL statement is executed against the Joomla database to find empty data fields
 Which SEO settings will you activate to make Joomla article URL shown in picture A appear as shown in picture B?
Odesk test answer: B
In which option are errors, warnings and references logged?
Odesk test answer: None of the above
Which type of files can media manager not upload?
Odesk test answer: None of the above
Which among the following switches display the current version of PHP?
Odesk test answer: -v
The Joomap extension uses the style-sheets from the currently selected default template to display the sitemap in the site style.
Odesk test answer: True
Which type of server technology is used by Joomla?
Odesk test answer: All of the above
Which of the following is not true about the FrontPage Manager?
Odesk test answer: You cannot select your content for the FrontPage from all the contents
What happens if the Text Separator Field is left empty while using the breadcrumbs module in the module manager?
Odesk test answer: None of the above
Which of the following support libraries must you include when you are doing a manual compile of PHP to use with Joomla?
Odesk test answer:  All of the above
What is the role of the template metadata file in the system?
Odesk test answer: It contains the basic authorship information
>

Add comment May 25th, 2011

>You Should NOT Do In Blog

>

If you are blogging then you will have one aim in common with other bloggers, more traffic, more traffic and more traffic. This is not at all as there are millions of people around the world to read your blog and this not going to be a very competent job for you if you know these 8 things that should not be done in blogging.Here we go,

Your readers are your assets

Do not ignore your readers and take their valuable comments as this is how you will be showing them your value with a meaningful conversational blogs. One thing that you should always remember is that you are writing for your readers and is a good habit to reply to their comments as this will invite more discussions and more readers in turn. Therefore, the thumb rule is not to ignore your readers.

Do not use plug-ins that will ask your readers to sign up for leaving their comments

Never use plug-ins that will ask the readers to sign up for reading your blog post completely or to leave a comment as these few seconds are much precious for your readers and you will be losing visitors and more traffic! But this has the advantage of keeping track of unique visitors, which of course could be had by using number of other ways, so no pop-ups for signing up!

Avoid time lags between your posts

It is very important that you publish your posts in time and therefore do not stop posting regularly. Even if you are not able to post regularly on a daily basis, post once in a week, once in a month or once in a fortnight. Make it a habit as even you can schedule posts in platforms like wordpress.

Do not have too many advertisements on your blog

When you are placing ads, place them either on the side of the posts or on the top or the bottom of the posts. Too many ads are like too many cooks who will spoil your posts and not the broth this time. Cluttering with ads will irritate potential readers and make them leave easily.

Don’t Be Anonymous

Write an useful About me or About us page, which will tell your readers more about you like who you are and how qualified you are as a blogger and in the topic you have written. If you are an expertise on a specific area of interest then your blog will be unique and interesting.

Do not fill your blogs with hodgepodge information

Write a more meaningful and informative blogpost, which means that even if you write a post of 500 words it should be filled with information and a SE optimized one.

Don’t forget to proof read

Whatever you write on the blog is going to be there forever, even after you die, so is better to proof read your blogposts.

Don’t forget to link

Link to your posts and the sources of information, as giving the due credit will not only authenticate the information on your blogs but also will bring in more traffic when you back link your posts to your and others posts on similar topics.

Add comment May 22nd, 2011

Previous Posts


Categories

Links

Feeds