Quit Smoking

I hope this time I’ll quit for real :)

Posted in To Do List | 4 Comments

First post from my Samsung Galaxy S2

Yesterday I  bought the Samsung Galaxy S2. I am amazed by this phone, except the fact that it is too big and won’t fit right in my pocket. I have always the feeling that some pickpocket will steal it 😀 .I found a worpdress application and am so happy to know that now I can write posts from my phone. This is my first post.

Posted in Mobile | Tagged , | 6 Comments

HTML5 Boilerplate looks interesting

It looks like a perfect startup theme. I will do my next HTML5/CSS site with it.

Posted in Open Source for Web | Leave a comment

I am on google plus

I finally got on google plus. A friend of mine invited me. It looks promising, but I hadn’t time to test it, just did a general test. Also added the google +1 button here.

Posted in Internet | 1 Comment

WordPress Basis Theme

I just discovered the WP Basis Theme. It’s a clean and very minimalistic theme. I will use it on my next project for sure.

Posted in Wordpress | 5 Comments

Sensation White Amsterdam Innerspace 2011

Posted in Fun | 2 Comments

Free deck of playing cards in vector format

You can download and use for free this 52 set of playing cards.

Vector Playing Cards

Inside this zip file are 52 swf files.

Posted in Graphic Design | 2 Comments

Ubisoft’s Rocksmith

Since I played for the first time Band Hero, I thought that in the near future they will make a game that has a real guitar in it. A month ago I heard news about Rock Band’s Squier Stratocaster which is a guitar that can be used both for Rock Band 3 and a normal real guitar. However, you cannot play this game with any guitar.
Today I came across Rocksmith, which is a game from Ubisoft where you can play with a real normal guitar. It means I can play with my electric that I have in my room.
I was so happy to hear those news because I didn’t want to spend like 300$ for the Rock Band’s guitar.
And I am also happy that I will improve my skills on the electric guitar as well (actually I play classical guitar).

Posted in Playstation | Leave a comment

Change JForms (0.7 RC2) email subject

It’s strange but JForms doesn’t have a field where you can put the subject of the email that goes to the administrator when a form is filled. They will implement it later for sure.
However, if you want to change the subjects of the forms, you should hack the Mail.php code of JForms.

Here is how to do it:

1. Go to /administrator/components/com_jforms/plugins/storage/Mail/Mail.php

2. Find this linke of code:

$mail->SetSubject($field->parameters['subject']);

and replace it with:


$formID = $form->id;
if($formID == 1) {
$mail->SetSubject(JText::_('TEXT FOR SUBJECT IN FORM WITH ID 1'));
} else if($formID == 2) {
$mail->SetSubject(JText::_('TEXT FOR SUBJECT IN FORM WITH ID 2'));
} else if($formID == 3) {
$mail->SetSubject(JText::_('TEXT FOR SUBJECT IN FORM WITH ID 3'));
} else {
$mail->SetSubject(JText::_('TEXT FOR SUBJECT IN FORM WITH A DIFFERENT ID'));
}

Posted in Joomla | 2 Comments

Move.me Application Development with the Playstation 3

I can’t wait for the move.me to come out, it looks exciting. I want to be on the first wave of developers to make an application for the Playstation Move.

Posted in Playstation | Leave a comment