substitute tuna for sardines and anchovies

if you eat large predatory fish like tuna substitute it for sardines and anchovies. less mercury poisoning and its better for the ocean as there is less overfishing for sardines.

Posted in everyday tips | Leave a comment

reset facebook cache shared links

if facebook shows old versions of the title and description on facebook when sharing a link add your link here to clear the facebook cache: https://developers.facebook.com/tools/debug

Posted in everyday tips | Tagged | Leave a comment

becoming more attractive

while most attraction is associated with body, material possession and success there is another type of attraction. So if you are smaller, uglier and don’t have material possession or success you can still be attractive. This attraction could be called … Continue reading

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

how to become rich on the stock market

the basic rules are: 1. recognize patterns 2. trade on these patterns with large bets 3. take profit quickly. 4. compound your money the biggest mistakes you can make on the stock market: 1. hold onto losing trades 2. waiting … Continue reading

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

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 , | 1 Comment