Do not accept direct message invitation to play a Mafia game from playmobsterworld.com, it’s a virus!

Super dad movies No Comments »

Warning, when you get a direct message from one of your twitter friends to play the playbobsterworld.com Mafia, do not accept, it's a virus!!, it will send all your followers direct messages to do the same….

I stupidly clicked the OAth link to give playmobsterworld.com access to my twitter account, now it send direct messages to all my followers, sorry everyone.

See the screenshot.

I found out because I'm also following my @bartburkhardt account, and got a direct message email notification.

This is a nasty virus, be aware

Posted via email from wiibart’s posterous


jQuery UI Datepicker with Start en End check

Super dad movies No Comments »
Click here to download:

jsdatepicker.zip (67 KB)

I needed to make a page with a couple of date pickers. 
The requirement was that the end date could not be before the start date. 
I couldn't find any working example so here is my solution, wich is a working example (see the attachement for the full project)

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>jQuery UI Example Page</title>
<link type="text/css" href="css/ui-lightness/jquery-ui-1.7.2.custom.css" rel="stylesheet" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"></script>
<script type="text/javascript">

$(function()
{
MakeStartEndPicker("#txtInp1", "#txtInp2");
MakeStartEndPicker("#txtInp3", "#txtInp4");
});

function MakeStartEndPicker(startElement, endElement)
{
$(startElement).datepicker({
minDate: 0, 
dateFormat: 'd M yy', 
buttonText: 'Klik om een datum te kiezen', 
showOn: 'both', buttonImage: 'icon_calender.gif',
buttonImageOnly: true, showAnim: 'slideDown',
duration: 0 ,
beforeShow: function(input)
{
var date2 =  $(endElement).datepicker('getDate');
if(date2 != undefined) return { maxDate: date2 };
}
});

$(endElement).datepicker({
minDate: 0, 
dateFormat: 'd M yy', 
showOn: 'both', buttonImage: 'icon_calender.gif',
buttonImageOnly: true, showAnim: 'slideDown',
duration: 0 ,
beforeShow: function(input)
{
var date1 =  $(startElement).datepicker('getDate');
if(date1 != undefined) return { minDate: date1 };
}
});
      }

</script>
</head>
<body>

<input id="txtInp1" type="text" class="dateTextBox" /><br />
<input id="txtInp2" type="text" class="dateTextBox" /><br />
<input id="txtInp3" type="text" class="dateTextBox" /><br />
<input id="txtInp4" type="text" class="dateTextBox" /><br />

</body>
</html>

Posted via email from wiibart’s posterous


Making a tour with the boat

Super dad movies No Comments »

Posted via email from wiibart’s posterous


To start up the weekend I present you: ‘kid frost - la raza (cantina mix)’ (19years old)

Super dad movies No Comments »

Kid Frost - La Raza (Cantina Mix)  
Download now or listen on posterous

kid frost - la raza (cantina mix).mp3 (6520 KB)

Here’s the discogs.com info: http://www.discogs.com/Kid-Frost-La-Raza/release/1282055

Lyrics:

Q-Vo, aqui estoy, MC Kid Frost 
Yo soy jefe, maton, yes the Big Boss 
My cuete’s loaded, it’s full of balas 
I put it in your face and you won’t say nada 
Vatos, cholos, you call us what you will 
You say we are assassins an we are sent to kill 
It’s in my blood to be an Aztec Warrior 
Go to any extreme and hold no barriers 
Chicano and I’m Brown and I’m proud 
Guantes, chingazos, simon tu sabes, get down 
Right now, in the dirt 
What’s the matter? You afraid you’re gonna get hurt? 
I’m with my homeboys, my camaradas 
Kicking back millaje, y pa mi no vale nada 
Yo soy chingon ese, like Al Capone ese 
Controlo a todos solo never try to swept me 
Some of you don’t know what’s happening que pasa 
It’s not for you anyway, cuz this is for the Raza 

[Chorus x2] 
This for La Raza, Raza 
This for La Raza, Raza 

The form I’m speaking is known as Calo 
Y sabes que loco? Yo soy muy malo 
Tu no sabes nada y yo vienes halo 
Been hit in the head too many times with the palos
Still you trying to act cool, but you should know 
You’re so cool that I’ma call you a culo 
You’re just a pee wee, you can’t get it ever 
You’re a leva 
Your own barrio doesn’t back you up 
They just look at your ass and call you a poolbutt 
And so I look and I laugh and say que pasa 
Yeah, this is for the Raza 

[Chorus x2] 

Cruising in the calle, headed for the bolo 
No want to go with me, so I had to go solo 
And when I go out alone I’m packed 
I touch all that chavalas when they know that I’m strapped 
Everytime that I pack my piece 
I pull it out quick all the nonsense desease 
Just like the song when you’re 18 With A Bullet 
Got my finger on a trigger, I’m not afraid to pull it 
If it gets out of hand I know some mafiosos 
Quick to pull out cuetes on some stupid ass baboso 
Sitting there wondering what’s happened, que pasa 
Yeah, this is for the Raza 

[Chorus x2]

Posted via email from wiibart’s posterous


Wii update!! Opera with Flash Lite 3.1 is now free, check your Wii…

Super dad movies No Comments »

I justed checked my Wii to see if there was some news. And there is news! First the Internet channel is now free, and is updated with Flash Lite 3.1

 And there is this new Lucky channel, it looked fun

 I checked to see if http://www.viddler.com now worked and it did, so that is nice.

 Further I found out that if you go to Youtube you will get a the Youtube XL
site, and that looks nice on a tv, (see the photo)

See and download the full gallery on posterous

Posted via email from wiibart’s posterous


A big crane in front of our house to fix our drainpipe problem

Super dad movies No Comments »

See and download the full gallery on posterous

Posted via email from wiibart’s posterous


WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in