GarageBand on the web
1 minute read
For all out there that ever used the amazing Mac software to create music, GarageBand, there is a new web site that mimics the software, but in a great web interface, Splice.
1 minute read
For all out there that ever used the amazing Mac software to create music, GarageBand, there is a new web site that mimics the software, but in a great web interface, Splice.
1 minute read
I have just found TVTUGA.com, a website where you can watch more than 150 TV channels, including the portuguese ones. Since I'm learning to play poker (with some friends), I can now watch the Poker channel at work (hope the boss don't read this). Well, was that or the Playboy channel...
The quality is not great, and I'm sure that in some days it will be impossible to watch any channel, just because I think the people from TVTUGA don't have the necessary bandwidth to accomodate a lot of users. Hope I'm wrong, good luck TVTUGA.
1 minute read
Still working like a maniac on my new project (more news briefly), but finally had the time to correct my typo engine. Search is ok again, and I'm able to add more articles, so...
1 minute read
Two funny visual tricks to resolve common problems:
1 minute read
Anyone with a hosting service from Site5 could have this problem: when you have your web application in a directory symlinked, like
~/public_html/webapp -> ~/apps/webapp
when accessing to the URL http://yourdomain.com/webapp you will have an error (Bad Request). But if you add the trailing slash to the URL, everything will work fine. After some digging in Site5 foruns, I resolved the problem by creating a file, named 400.shtml, placed in the public_html directory, with the following content:
<SCRIPT LANGUAGE="JavaScript"> <!-- window.location="<!--#echo var="REQUEST_URI" -->/"; // --> </script>
Hope it helps.