A Computer Science and Programming blog. Learn programming, web development, theoretical computer science, algorithms and hacking
Monday, 29 October 2012
Friday, 26 October 2012
Thursday, 25 October 2012
FACEBOOK: GETTING STARTED - CREATING YOUR APP.
Go here: https://developers.facebook.com/apps
You will find a button like the one below:
Wednesday, 24 October 2012
Monday, 22 October 2012
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.
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:
Wednesday, 3 October 2012
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
Subscribe to:
Posts (Atom)