I am Wikileak’ed
A friend of mine just show me a info about my efforts to establish Pirate Party in Bulgaria published on Wikileaks:
(SBU) A Bulgarian Green Party leader and two other Bulgarian
activists have started a petition to establish a Bulgarian “Pirate
Party” which advocates for free downloading of copyrighted materials
among other things. Under Bulgarian law, 5,000 signatures are
required for a political party to be formally established. Given
the fact that Bulgaria’s Green Party has generally attracted less
than one percent of the vote in national and EU elections, it is
unlikely that the fledgling Pirate Party would surpass the four
percent voting threshold needed to win a seat in Parliament.
Nonetheless, if this new party begins to win support from the
general public, IPR enforcement and legislation could face political
obstacles in Parliament in the future.
P.S Bulgarian Green Party leader == me ![]()
Source
Get number of likes of your/any Facebook page via PHP
If you want to use somewhere the number of people who likes your fan page, here’s the way to do that:
Create
Create a new basic application from here. Just enter some data and you will receive AppID and Secret keys.
Download
Download the PHP library to work with Facebook API.
git clone https://github.com/facebook/php-sdk.git
Write
require('php-sdk/src/facebook.php'); $facebook = new Facebook(array( 'appId' => '000000000', // put appID here - see Create section 'secret' => '0000c000c000c000c', //put your secret key here - see Create section )); $zt = $facebook->api('/ZeroTurnaround'); // my Facebook page is http://www.facebook.com/ZeroTurnaround echo $zt['likes'];
Done
Is Google Chrome next IE
I was trying to find an application to use Google Docs offline.
I don’t like to use 3th party services for my documents and I want the control to be in my hands, but the company I work for uses GDocs for some of the projects.
So, I am browsing to find a way to do that and I found it, but … surprise! it’s working ONLY on Google Chrome and Only after installing an application.
Wtf? (no it’s not where is the food
)
Is the next step to use Chrome when I browse on Google.com or when I access the Internet?
Is Google becoming the next Microsoft-like “I want it all” company.? Of course!
The good news is there is always an alternative to closed web companies – Mozilla.
