Archive for July, 2009

28JulThis is Reality

Welcome

As I understand it, there are large portions of the human populous that seems to have lost touch with reality. These people, although usually harmless, are wasting their lives with superstition and pseudo knowledge and passing on this wasteful thinking to their children and are thus influencing the course of human history in a most savage manner.

The following are a series of analogies designed to assist these unfortunate beings to find their way around reality (BTW, welcome to it). Continue reading ‘This is Reality’

22JulWhy the Israeli/Palestinian conflict is religious at its core

Apparently there are still people out there denying that the core of the Israeli / Palestinian conflict is a religious issue. The following is my reply to one such person.

…although you mention a war in your hypothetical analogy, you negate to involve its origins.

The conflict is a classic example of a religious war. The Jewish inhabitants of the region believe it is their duty to completely occupy the area in order to make way for the coming of the Jewish messiah. It has been their faith for thousands of years that “one day” a messiah will come to save them from their oppressors (Babylonian empire, Greek empire, Persian empire, Roman empire, Arab, etc..)

Christians equally believe the land is magical/holy because they expect their messiah to return there as well.

The Muslims feel that the land is their’s simply because they are still in a state of outrage over the decision by the UN to appoint the land to the 35% minority population in their country. Note that up until 1922 the Jewish population there was around 2%. It raised to 35% when illegal immigrants suddenly migrated in from Europe.

The minority Jewish population in believing the land was theirs formed terrorist orgenizations like Stern Gang, Irgun (now called Likud), Lehi, Haganah, etc that started buying land (around 7%) and perpetrated attacks on the Arabic state to steal more land forming Israel in the process. This was all before the UN ratification, btw.

So, let’s look at it this way, as you like to say.

You’re living in a country minding your own business and suddenly all these illegal aliens start pouring in your country. They buy 7% of your land and start terrorizing your neighbors so they leave opening the door for them to steal the rest. All this because of some alleged words spoken thousands of years ago. All of this religiously justified by the terrorists that are attacking your country with their holy books in hand.

Then the UN appoints your country to the very same terrorist orgenizations that are attacking you thanks to the help of influential lobbyists in Europe and the US. They continue to steal and occupy more land by building walls around you and continue to terrorize you and your family into leaving your homes for the next 60 years.

Would you fight back?

I don’t know if it will be released in Israel, but your should definitely check out the documentary “With God on Our Side

I would like to conclude this with a quote:

“If I were an Arab leader, I would never sign an agreement with Israel. It is normal; we have taken their country. It is true God promised it to us, but how could that interest them? Our God is not theirs. There has been antisemitism, the Nazi’s, Hitler, Auschwitz, but was that their fault? They see but one thing: we have come and we have stolen their country. Why would they accept that?”
- David Ben Gurion (Israel’s first Prime Minister)

09JulCreating a WP Quote Tweets template

Version 2.0 and up of the WP Quote Tweets plugin supports Tweet templates. You can easily create your own custom template to match your site’s layout and style.

Rules for creating a WP Quote Tweets template

  • A tweet template has its own folder under the /templates/ subfolder or the /wp-content/{CurrentTheme}/wpqt/ folder
  • All templates folders have a .template.html file, a .CSS file (even if it’s empty) and a .PNG file (screenshot of the template in action)
  • The name of the folder is the name of all else.
    Example:
    Path to your template:
    /wp-quote-tweets/templates/MyTemplateName/
    Your template file must be called:
    MyTemplateName.template.html
    Your CSS must be called:
    MyTemplateName.css
  • Your PNG must be called:
    MyTemplateName.png

You can include the dynamic tweet data in your templates by using the variables shown below. Some variables are pre-formatted, but most are returned as twitter provides them.

%TWEET_URL% Renders the full URL to the tweet
%REPLY_TO_LINK% Renders a link to twitter where you can reply to the tweet.(Text of the link is “Reply”)
%RETWEET_LINK% Renders a link to twitter where the contents of the tweet are ready to be re-tweeted.
%USER_PICTURE_LINK% Renders a link to the profile of the person that made the tweet with the tweeters picture
%PROFILE_LINK% Renders a link to the profile of the person that made the tweet.
%TIMESTAMP_LINK% Creates a link to the original tweet on Twitter.com with the date of the tweet as text.
%IN_REPLY_TO_LINK% If the tweet is a reply to another tweet, this will render a link to the original tweet that was replied to (Text is ” in reply to [name]“). If the tweet is not a reply, it will render nothing.
%CREATED_AT% Renders tweet date as returned from Twitter.
%TWEET_ID% Renders the ID of the tweet
%TWEET_TEXT% Renders the text of the tweet (URL’s and hash tags are formatted to be links)
%FROM_LINK% Renders the source of the tweet (“web”, “TweetDeck”, etc..). Note that this is usually a link.
%IN_REPLY_TO_STATUS_ID%
%IN_REPLY_TO_USER_ID%
%IN_REPLY_TO_SCREEN_NAME%
%USER_ID%
%USER_NAME%
%USER_SCREENNAME%
%USER_LOCATION%
%USER_DESCRIPTION%
%USER_PROFILE_IMAGE_URL%
%USER_URL%
%USER_FOLLOWERS_COUNT%
%USER_PROFILE_BACKGROUND_COLOR%
%USER_PROFILE_TEXT_COLOR%
%USER_PROFILE_LINK_COLOR%
%USER_PROFILE_SIDEBAR_FILL_COLOR%
%USER_PROFILE_SIDEBAR_BORDER_COLOR%
%USER_FRIEND_COUNT%
%USER_CREATED_AT%
%USER_FAVOURITES_COUNT%
%USER_UTC_OFFSET%
%USER_TIME_ZONE%
%USER_PROFILE_BACKGROUND_IMAGE_URL%
%USER_STATUSES_COUNT%
%CSS_USER_BACKGROUND% Renders the user’s background properties in CSS format(Example: "background:#aaf url(http://tanin.nl/tanin2.png) top left no-repeat")

If you’re not sure what a variable in this list does you may also want to check out Twitter’s API documentation.

If you would like to include your templates in the next version of this plugin, let me know and I’ll add it to the next build.

Have fun!