Monday 29 October 2012

FACEBOOK: SOCIAL PLUGINS- SUBSCRIBE BUTTON

The Subscribe button lets a user subscribe to your public updates on Facebook.
FACEBOOK SUBSCRIBE
This is what you nee to do to get the subscribe button on your website:

Friday 26 October 2012

MONETIZE: Text Link Ads




After Google declared that sites selling text links without the no follow tag would be 

Thursday 25 October 2012

FACEBOOK: SOCIAL PLUGINS - THE LIKE BUTTON

FACEBOOK:LIKE

The Like button lets a user share your content with friends on Facebook. When the user clicks the Like button on your site, a story appears in the user's friends' News Feed with a link back to your website.



STEPS:

FACEBOOK: GETTING STARTED - CREATING YOUR APP.

CreateAPP!

The first step towards social design and integration of your website using facebook is creating an app on facebook.
Go here: https://developers.facebook.com/apps

You will find a button like the one below: 

Wednesday 24 October 2012

Monetizing by Sponsored reviews


Sponsored Reviews


PayPerPost pioneered this model, with much controversy on the beginning (related to the fact that they did not require disclosure on paid posts). Soon other

Monday 22 October 2012

Facebook..Coming soon! :)


I'm planning to blog about Facebook APIs in a  few weeks from now.!  And that means you'll get to know about integrating facebook features like the 'LIKE' button, subscribe button, etc. to your website. This will help in increasing traffic to your web product.
Go social, get global! :)

Sunday 21 October 2012

HTML forms


HTML Forms

HTML forms are used to pass data to a server.
An HTML form can contain input elements like text fields, checkboxes, radio-buttons, submit buttons and more. 

Direct Banner Advertising




Selling your own advertising space is one of the most lucrative monetization methods.

Wednesday 17 October 2012

Hosting a website from home (apache)

I just came across a video that shows how one can host a website from home using an apache server.
Have a look:



Friday 12 October 2012

CPM advertising


 CPM Advertising Networks


CPM advertising networks behave pretty much as PPC networks, except that you get paid according to the number of impressions (i.e., page views) that the ads displayed on your site will generate. CPM stands for Cost per Mille, and it refers to the cost for 1,000 impressions.
A blog that generates 100,000 page views monthly displaying an advertising banner with a $1 CPM, therefore, will earn $100 monthly.
CPM rates vary with the network, the position of the ad and the format. The better the network, the higher the CPM rate (because they have access to more advertisers). The closer you put the ad to the top of the page, the higher the CPM. The bigger the format (in terms of pixels), the higher the CPM.
You can get as low as $0,10 and as high as $10 per 1,000 impressions (more in some special cases). CPM advertising tends to work well on websites with a high page views per visitor ratio (e.g., online forums, magazines and so on).
List of popular CPM advertising networks:
·           Casale Media
·           Burst Media
·           Value Click
·           Advertising.com
·           Tribal Fusion
·           Right Media

Wednesday 3 October 2012

Monetizing with PPC advertising networks


 PPC Advertising Networks



Google AdSense is the most popular option under this category, but there 

HTML Blocks

The <div> and <span> tags

HTML elements can be grouped together with <div> and <span>

HTML Block Elements

Most HTML elements are defined as block level elements or as inline elements.
Block level elements normally start (and end) with a new line when displayed in a browser.
Examples: <h1>, <p>, <ul>, <table>

HTML Inline Elements

Inline elements are normally displayed without starting a new line.
Examples: <b>, <td>, <a>, <img>



The HTML <div> Element