January 6th, 2009


Our SEO Google Webmaster Tools

by Dragos, on January 5th, 2009  

Pagerank Checker - check the PageRank of single web pages.
Internal Pagerank Checker - check the PageRank of pages contained internally in a website.
SE Bots Last Visit - check when did GoogleBot last visited your web page.
Google SERP Checker - check the position of a web page in Google’s search engine results list.
Indexed Pages - check [...]

Explaining Tools: Keyword CPC Price

by Dragos, on January 3rd, 2009  

The Keyword CPC Price tool is useful to those who are interested in high paying keywords and keyword suggestion. This tool takes the information from Google, so the price and popularity of a keyword phrase is calculated according to Google’s search engine. This tool is also very useful if you are building websites/blogs around some [...]

How to align vertically an element with JavaScript

by Dragos, on December 24th, 2008  

If you would like to align an element vertically within a parent element, i use the following script.

 

<script type="text/javascript">

 

if (typeof window.innerWidth != ‘undefined’)

{

bh = window.innerHeight

}

if (typeof document.getElementById("myElementID").offsetHeight != ‘undefined’)

{

mbh = document.getElementById("myElementID").offsetHeight

}

 

document.getElementById("myElementID").style.marginTop=Math.round((bh-mbh)/2)+‘px’);

 

</script>

 

This will arrange an element in the middle of a webpage.

Wordpress 2.7 “Coltrane” rOcKs!

by Dragos, on December 11th, 2008  

Wordpress 2.7 codename “Coltrane” has been finally released! If you have a wordpress blog, consider upgrading to the newest version cause it rOcKs!
First of all the interface. Like all time the Wordpress team has created a simple, but user friendly interface for our blog to work with. Now you have shortcuts to your most common [...]

Grand Theft Auto IV (GTA 4), is it really cool?

by Dragos, on December 6th, 2008  

I know, i know. On this blog i should only write about SEO tips, programming and so on. But I grew up playing gta and now I’ve totally changed my mind about this game.
It’s been a headache this week trying all cracks from all trackers, most of which were fake or had the drunk camera [...]

Create a simple content rotation script with fading effect using JQuery

by Dragos, on November 24th, 2008  

I came up with a simple solution to rotate some divs, having a cute fade in effect. For that i used JQuery.
Supposing you have a div container, you put in it smaller divs which you will use for rotation.

 

<div id="container">

<div id="fade1">Content in div number one.</div>

<div id="fade2" style="display:none">Content in div number two.</div>

<div id="fade3" style="display:none">Content in div [...]

First Impressions: Firefox 3.1 or latest Minefield

by Dragos, on November 24th, 2008  

I had a little free time this morning and i thought of trying the newest Firefox beta edition Firefox 3.1 beta 2 or latest Minefield (this is the same). I’ve noticed that many of the plugins are still incompatible with this new version, so that maybe the reason why Firefox 3.1 has still not been [...]

New Google Search Engine Feature: SearchWiki

by Dragos, on November 21st, 2008  

I was positively surprised to see today next to my searches in Google some new icons.  It looked like this:
First of all i thought it was a new feature of any of my plugins installed in FireFox, but after scrolling to the bottom of the result page i noticed it was a new feature from [...]