News Ticker

Menu

Browsing "Older Posts"

Browsing Category "blogger"

Top 20 DoFollow Forums To Increase Backlinks 2014

Wednesday, August 20, 2014 / No Comments
Top Dofollow Forums to Increase BacklinksThe best and Ethical way to create high quality Backlinks for your blog consist of the following blogging methods. We could get dofollow backlinks from several different sources to improve our Blog SEO healths. Since every blogger know that how incoming dofollow links are important for any blogs or websites. Since we see that most of the ProBloggerscreating dofollow links by doing guest posting most of them used there blog links in shared templates while many of us using forums to create  high-quality backlinks for blog. To get links and juice from High PR forums or blog it is very very important for your blog to get genuine & high quality backlinks.


SO If you could continuously using such high PR blog or forums then there is no doubt to have high PR rank for blog and also help in flowing the targeted traffics to your blog. So in today article we will show you all the best and top dofollow backlinks forums to Increase back-links ultimately and get high PR juice for Blog.

What  Are Backlinks 


Top dofollow backlinks forums

Well the question is a-raised by many newbies bloggers. let me explain little. Backlinks are the links that comes from external pages, these links are also called inbound links. These links play an important role in SEO, we could just say they are the soul of a blog or website. The more you have high quality backlink for your blog the more you will get high rank in SERP and have good PR popularity.




Since all the the top most popular search engines have included this additional features in theirs algorithm, to keep an eyes on all high PR blogs and rank them well in search result. So if you have not yet created any quality backlinks then decide yourself and start from today.

Top Dofollow Backlinks Forums

So here is the list of all the Top dofollow forums which have high Google Page Rank.Using the below sites it would be definitely increase your blog SEO statistics and ranks well in all major search results.

Remember: Do not leave any single forum after getting registration or creating links continuously it will not help but instead of it you will be caught by forum owner. You have to spend some times and working on these sites to create quality inbound links to your sites. So it would required little hard work to stay and active on these sites to have discussions and make relationship with bloggers.


V7nForum

Siteowners Forum

Joomla Forum

Search engine watch Forum

CNET Forum

Mysql Forum

Digital point Forum

Affiliate Marketing Forum

Site Point Forum

10 Warrior forum

11 Capital Forum

12 Deviantart


Can I Use The HTML Canvas Element In A Post?

/ No Comments
Canvas is an HTML 5 element that can be used to draw on the fly in a web page. About 90% of browsers in use, today, implement Canvas. You'll find a complete list of compatible browsers here

Canvas is a powerful drawing area. It comes with a set of javascript commands for rendering 2d shapes  and bitmaps. Inclusion and manipulation of texts or images are also possible.

This post is a quick and limited introduction to Canvas. 





Can I Use The HTML Canvas Element In A Post 

First things first: Canvas is an HTML tag with width, height style and id properties. To include a canvas based drawing area in your post proceed as follows:
  • Switch to html view
  • Enter the following HTML code where you want to place you drawing area:
<canvas id="mydrawing" width="400" height="200" style="background: #98FB98; margin-left:200px;">
    Your browser does not implement CANVAS.
    <br />
    Sorry!
</canvas>


Here is the result: 




As you can see Canvas is a simple HTML tag. If the background (PaleGreen: #98FB98) or the size of the drawing  (400 pixels * 200 pixels) does not match your needs or your taste, you can edit it. The text (Your browser ...) that is placed between opening and closing tags will only be displayed if the browser does not implement Canvas and therefore cannot display the drawing. Note that it is recommended not to use the width and height CSS properties within the style to avoid stretching or deformation. Just give the width and the height (in pixels) outside the style the same way I did in the example. 

How Do I Draw A Line In My Canvas

The following commands will draw a red line between upper left and bottom right corners. They can be placed just after the canvas closing tag in the html code.

<script>

    var mycanvas   = document.getElementById('mydrawing') ;
    if( mycanvas.getContext ) {
       var ctx = mycanvas.getContext('2d');
     
       ctx.beginPath();
       ctx.moveTo(0, 0);
       ctx.lineTo(399, 399);
       ctx.lineWidth = 1 ;
       ctx.strokeStyle = 'Red' ;
       ctx.stroke();      

    }

</script>


The javascript code starts with the creation of a context variable: 

    var mycanvas   = document.getElementById('mydrawing') ;
    if( mycanvas.getContext ) {
       var ctx = mycanvas.getContext('2d');
...
... 
        }

This code is standard, you just have to replace the name of your canvas (in the example 'mydrawing') by your actual canvas name. Let's have a look to drawing commands
ctx.beginPath()
Starts the recording of a new shape (a 'path')

ctx.moveTo(0, 0);
Positions the cursor at the point defined by x=0 and y=0

ctx.lineTo(399, 399);
Draw a line from the current location (0.0 in the example) to a new location defined by x=399px / y=399px

ctx.lineWidth = 1 ;
Defines line width (1px)

ctx.strokeStyle = 'Red' ;
Defines line color (red)

ctx.stroke();
Executes the batch of drawing commands and draws the line



Here the result: 


 


How Do I Write In My Canvas


You can add text to a canvas. Let's do that. Following is a set of instruction that will add text to our green Canvas:

<script>
    var mycanvas   = document.getElementById('mydrawing') ;
    var ctx = mycanvas.getContext('2d');

    // first text
    ctx.font = '46px Comic Sans MS' ;
    ctx.lineWidth = 3 ;
    ctx.strokeStyle = "green";
    ctx.strokeText("ProBloggerTricks",15,100);

    // second text
    ctx.font = '20px Verdana' ;
    ctx.lineWidth = 4 ;
    ctx.fillStyle = "red";
    ctx.fillText("Blog and make money on linе",50,130) ;

</script> 


A few comments on these commands:
ctx.font
Font to use and size 

ctx.lineWidth
Line width

ctx.strokeStyle
Color of strike (outline)

ctx.strokeText
Draw the text (with no fill). This instruction takes 3 parameters: the text, the x-coordinate, the y-coordinate.

ctx.fillStyle
Color of fill

ctx.fillText
Draw the text (the fill only). This instruction takes 3 parameters: the text, the x-coordinate, the y-coordinate.



Note that, if you want to draw a text with a stroke color that is different from the fill color, you will have to use fillStyle, fillText, strokeStyle and strokeText. In this case, it is good practice to place the fillText command before the strokeText command. 

Here is our text:


 

In future posts, we will show how to insert images to an HTML5 canvas and how to manipulate them. 

Stay posted! Happy blogging! 

  

Breaker Responsive Blogger Template

Sunday, July 20, 2014 / No Comments
                           



Breaker Responsive Blogger Template

Breaker Responsive is specially designed for Blogging purpose. It is stylish as well as cool personal Blogger Template which is suitable for any type of Personal blog, Tech blog, Journal, Story, Corporate and other related projects. Breaker is designed to post all Images and Videos as well from Blogger Dashboard.

GAG99 Gallery Blogger Template

/ No Comments


GAG99 Gallery Blogger Template

GAG99 Gallery is the latest addition to our blogger template collection. It is a free responsive blogger template which will help you to showcase videos or images in the best way. It will automatically show a thumbnail image or video in home page. It is a responsive blogger template making using of bootstrap 3 grid.