Oct 31
Primesc azi un email in care NeoGen spune ca:
Veti castiga cel putin 5 eurocenti pentru fiecare click pe care il face un utilizator al paginii pe reclamele CPC (plata pe click). Insa nu exista o suma standard, factori precum traficul si locul in care sunt plasate link-urile/bannerele sunt cruciale in succesul de ansamblu. De exemplu, un site cu un trafic mediu poate castiga usor peste 1000 de euro lunar.
Pe un site de caracter general unde am pus bannere NeoGen, am castigat in ultimele 7 zile din 100 de clickuri, exact 0.05 eurocenti / click. Media e clar 0.05.
Ca sa castigi usor peste 1000 de euro lunar trebuie sa ai 20000 de clickuri pe luna, adica 666 clickuri / zi.
CTR (cati vizitatori dau click pe bannere) poate varia bineinteles, dar pe reclamele neogen, eu am media de 0.4%.
Ca sa obtin 666 clickuri/zi (adica cei 1000 euro lunar), trebuie sa am 166500 de afisari / zi, aproximativ 100 000 vizitatori / zi.
Daca un site cu 100 000 vizitatori / zi e trafic mediu, si cu asta sa faci doar 1000 euro…
Concluzia … reclame NEOGEN sux
dar asta stiam si fiecare e liber sa aleaga. M-a deranjat doar ca mi-au trimis email sa imi spuna ca un site cu trafic mediu poate castiga 1000 euro / luna de la ei.
Voi cati bani castigati cu reclame NEOGEN ? ce CTR aveti ? si ce parere aveti de afirmatia lor ?
Oct 25
How do you remember when you are not on your computer, but you see something interesting (a website, a quote, even if you need to remember some passwords) ?
Do you send yourself an email ? You think there can be a better way ?
Oct 17
Advance PHP knowledge is needed to understand this technique
When advertising on a site, you want to know how the user actions from that site (if it converted or not: signed up or buy).
One solution is to add a domain.tld/?refer=somecode but that looks ugly for the ones who visit.
For fav20 I see if user registered by using the following code:
if(stristr($_SERVER['HTTP_REFERER'],’domain.tld’)) {
$referer = ‘domain.tld’;
setcookie(”referer”, $referer, time() + 3600 * 24 * 30,”/”);
}
And then I use the $referer variable to add it to a hidden field in the sign-up form and insert it in the database. User will be tracked for 30 days on my example.
Oct 13
When you read a blog, you read it for it’s content and not it’s design. I decided to unsubscribe from partial RSS feeds, because I loose too much time visiting their blogs just to check out the article.
If the article is good and I am interested in commenting, after I fully read it in the RSS Reader, I will visit the article and comment.
I sometimes use my HTC Diamond to read blogs via RSS Reader, and I really hate it that I have to go visit their blogs to read the article.
Follow my full articles via reader.
Oct 05
I was looking for some software to design some of my web projects and I found Balsamiq Mockups. I tried the demo and I could really did something great in just 5 minutes.
Feel free to try the demo or buy the full version for $75.
Sep 23
*Post in Romanian
Am 3 invitatii gratuite la Web Design Workshop, pe 11 noiembrie 2008, Bucuresti, Hotel JW Mariott, cine e interesat sa zica.
Aug 21
I tried for one of my website an article submition service from submitedge and directory submition service from world-click.
Results:

Submition service results
I am not happy for the results ( 150 directories and 100 article submitions ), so I won’t use it, but very good to know. You had good results ?
Jul 26
If you want to change your browser, it usualy depends if you are using Internet Explorer, FireFox, Opera or other, but usualy it can be found on: Tools -> Options (Internet options) -> Main (General Tab).
You can set there any homepage you like. New browsers (FF2,3 + IE7) support more than one homepage (that will open in new tabs).
A hint is for you to try http://www.fav20.com as your homepage.
Jul 25
Matt Cutt announces that new Google PageRank will be updated the following days ( 25 July 2008) . You can only view the updated PageRank in Google Toolbar.
No changes for my site yet, PageRank 4.
Jul 08
I had a blog that it dropped down in Google and didn’t know why. I checked the source and I saw a div or another tag with display:none and containing tens of spamming links to viagra sites or other stuff like this.
This solution is for those who have in the template folder, header.php this infected tag. Even if you delete it, it will be back in a few (1-2 days max).
Solution: replace include header.php (or get_header(); ) in index.php with the content of header.php (except the infected tag with links).
Even if the header.php will still be infected, it will not be used. Did it worked ? (I explained in a hurry, I can give more details if you comment here).