Monthly Archives: November 2011

Plus One Button Search Impact

Every website you have you should register with google webmaster central https://www.google.com/webmasters/ on the left side in the menu you have +1 Metrics and there you can see how many people gave +1 to your site plus how it affected … Continue reading

Posted in blog success, social media marketing | Leave a comment

Setcookie Not Working

if you have a setcookie code like this one setcookie(“somecookie”, $somevar, time()+3600000,’/',’.yourdomain.com’); and you can’t figure out why its not saving the cookie the most likely reason is that you are outputting some whitespaces or some characters before the setcookie … Continue reading

Posted in PHP MYSQL LINUX DNS | Tagged , | Leave a comment

Model Jobs And Model Agencies

I created a list of model agencies which any model agency can add their url too. Or if you know one you can add one too. There are basically 3 types of models and 3 types of model jobs. There … Continue reading

Posted in everyday tips | Tagged | Leave a comment

Removing Query String From URL With PHP

thats very simple the first line gets the current url and the second removes the query string $url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']; $url = strtok($url,’?');

Posted in everyday tips | Tagged , , , , , , , | Leave a comment

Switched Commenting System To Facebook Commenting On Travolto.com For Wordpress

travolto.com was receiving too much comment spam so i switched to https://developers.facebook.com/docs/reference/plugins/comments/ i manually installed it editing the loop-single.php file in wp-content themes directory. There was some discussion whether this is bad for SEO but i think having a lot … Continue reading

Posted in blog success | Leave a comment

How Social Media Is And Will Be Replacing Traditional Paid Marketing

Right now if you want to advertise on the internet your first stop would be Google Adwords. You can buy keywords with a limited budget and pay per visitor. There is only one problem with it. That even if you … Continue reading

Posted in blog success, social media marketing, success psychology | Tagged , | Leave a comment

Deprecated: Function Eregi() Is Deprecated In /users/_public/phpMyAdmin/libraries/select_lang.lib.php

this is a phpmyadmin error and very simple to fix. just open the libraries/select_lang.lib.php with your favourite editor and delete line 140 to 153. the library is just trying to check for the browser language you are running. if you … Continue reading

Posted in PHP MYSQL LINUX DNS | 3 Comments

How Social Media Is Changing The World

I see people with thousands and thousands of followers who would be nobody in the traditional media but on the internet they carve out their own niche. 2 years ago most of these people didn’t have more than 100 fans … Continue reading

Posted in blog success, Facebook, success psychology | Leave a comment

Highest Paid Models In The World

Gisele Bundchen $25 million dollars 2010 Heidi Klum $20 million 2010 Alessandra Ambrosio $6 million 2010 Natalia Vodianova $5.5 million 2010 Carolyn Murphy $4 million 2010 Doutzen Kroes +$1 million yearly

Posted in everyday tips | Tagged , , , , , , | Leave a comment