Latest entries
Get Google Voice Outside the US
Get Google Voice Outside the US

So, after getting a Google Wave dev preview account, I also got a Google Voice invitation, which I quickly used and got myself a nice Google number: +1 (909) 20 NASAL (+1 (909) 206-2725). Since I’m not American and Voice is only open to US citizen, I had some fun managing to get one, since they are only giving away US numbers for now and to create an account... more »

Tags: , ,
MySQL variant for PHP’s in_array

So you have an array, let’s call it $array. $array = array('one', 'two', 'three'); And you want to do a MySQL query that will check if one of the values in the array are present or similar or whatever. In PHP it would look like this: if (in_array('one', $array)) and it would return true. Now to do this in MySQL we can... more »

Tags: , , ,
Google Wave embedding test

I have been accepted into the Google Wave beta testing. I feel so cool OMG I also got a shiny new 25gb email account, @wavesandbox.com, oh, so cool! [wave id="YPlHGxn2%A"]  Read More →

Tags: , , , ,
Fetch MP3 Tags from Last.fm Using PHP
Fetch MP3 Tags from Last.fm Using PHP

Today I’m gonna show you a script that I did for a project of mine that fetches the tags from LastFM and updates the database inserting the top 5 tags from their database and leaves your tags as they are. I believe it could be a lot less messy but I am too lazy to make it more understandable You update the tags using yoursite.com/?autotag=id (of the song from... more »

Tags: , , , ,
Microsoft vs. The World (I guess)
Microsoft vs. The World (I guess)

So i’ll just put some links inhere and write a bit, but not much, cause I don’t know what to write. Did you see Microsoft’s new IE8 campaign? They are giving away $10,000 to the one that finds a hidden webpage that can be seen only using their newest browser. TenGrandIsBuriedHere.com Than, a Mozilla developer (IE’s rival, Firefox), shows Microsoft... more »

Tags: , , , , ,
How to Create a Belcher Button
How to Create a Belcher Button

If you are wondering what a Belcher Button is, it’s that ugly button that you see on sale pages usually. The one on the thumbnail. Yes, that BUY IT NOW / ADD TO CART button, that people tend to click in order to purchase what you are selling. If you still don’t know what it is about, you can take a look at Belcher’s video on facebook about it and... more »

Tags: , , ,

« Previous Entries Next Entries »