Rated 1 out of 5 stars

Completely useless. All of the searches lead to the same page which looks like a bunch of links to nowhere. When you try their IN-HOUSE search, it just shows google search links! So its useless. Plus 10,000 songs isnt enough. Not even nearly enough.

Rated 1 out of 5 stars

Probably one of the most useless search engines I have ever installed into Firefox, not only could it not find the songs I put in, I also tried it by band names and it couldn't find them either. Don't know what all the German up above is about. In my slightly annoyed opinion it is completely useless and a waste of time.

Rated 5 out of 5 stars

-OPEN-head-CLOSE-
-OPEN-!--

19% Mehrwertsteuer auf Strom, Gas, Elektrogeräte, Bürostühle etc.

Zum Überprüfen des errechneten Betrags:
Der LCD-Fernseher kostet: 499,8 EUR
Das iPhone kostet: 654,5 EUR
---CLOSE-
-OPEN-meta http-equiv="Content-Type" content="text/html; charset=utf-8" /-CLOSE-
-OPEN-title-CLOSE-Sonderangebote-OPEN-/title-CLOSE-
-OPEN-script type="text/javascript"-CLOSE-
function berechne_Bruttopreis(nettopreis){
var ergebnis = nettopreis + nettopreis * 0.19;
return ergebnis;
}

function ausgabe_Bruttopreis(artikel,nettopreis){
window.alert("Der gewünschte Artikel (" + artikel + ") kostet brutto: "+
berechne_Bruttopreis(nettopreis) + " €");
}

function info_versand(){
var info = "Versand: \n\nDHL Paket - deutschlandweit: 6,99 €\n\n"+
"- Zustellung i. d. R. am nächsten Werktag\n\n"+
"- inklusive Sendungsverfolgung\n\n";
window.alert(info);
}
-OPEN-/script-CLOSE-

-OPEN-style type="text/css"-CLOSE-
-OPEN-!--
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

p img{
vertical-align:middle;
margin-right:20px;
float:left;
width:250px;
}

a{
color: #669933;
text-decoration:none;
font-weight:bolder;
}

.floatstopp{
float:none;
}
div{
display:table-row;
margin-left:30px;
}
---CLOSE-
-OPEN-/style-CLOSE-
-OPEN-/head-CLOSE-

-OPEN-body-CLOSE-
-OPEN-h1-CLOSE-Unsere Top-Sonderangebote-OPEN-/h1-CLOSE-
-OPEN-div-CLOSE-
-OPEN-p-CLOSE--OPEN-img src="../Bilder/LCD-Fernseher.jpg" alt="LCD-Fernseher" /-CLOSE-LCD-Fernseher 37LG2100 37 Zoll (94 cm) 16/9,-OPEN-br /-CLOSE-
"HD ready" -, HDMI x2, USB 2.0,-OPEN-br /-CLOSE-
Nettopreis: 420,00 €-OPEN-br /-CLOSE-
-OPEN-a href="#" onclick="ausgabe_Bruttopreis('LCD-Ferseher',420);"-CLOSE-Bruttopreis inkl. 19% Mwst.-OPEN-/a-CLOSE--OPEN-br /-CLOSE-
-OPEN-a href="#" onclick="info_versand();"-CLOSE-Infos zum Versand-OPEN-/a-CLOSE--OPEN-/p-CLOSE-
-OPEN-/div-CLOSE-
-OPEN-p class="floatstopp"-CLOSE- -OPEN-/p-CLOSE-
-OPEN-div-CLOSE-
-OPEN-p-CLOSE--OPEN-img src="../Bilder/iphone-3g.jpg" alt="iphone"/-CLOSE-iPhone 3G schwarz 16 GB ohne Vertrag-OPEN-br /-CLOSE-
Nettopreis: 550,00 €-OPEN-br /-CLOSE-
-OPEN-a href="#" onclick="ausgabe_Bruttopreis('iPhone',550);" -CLOSE-Bruttopreis inkl. 19% Mwst.-OPEN-/a-CLOSE--OPEN-br /-CLOSE-
-OPEN-a href="#" onclick="info_versand();"-CLOSE-Infos zum Versand-OPEN-/a-CLOSE--OPEN-/p-CLOSE-
-OPEN-/div-CLOSE-

-OPEN-/body-CLOSE-
-OPEN-/html-CLOSE-

Rated 4 out of 5 stars

-OPEN-title-CLOSE-Übungsaufgabe Arrays - Der Wetterdienst-OPEN-/title-CLOSE-
-OPEN-script type="text/javascript"-CLOSE-
/* -OPEN-![CDATA[ */
var tagestempJuniKoeln = new Array(30);
tagestempJuniKoeln[0] = 20;
tagestempJuniKoeln[1] = 20;
tagestempJuniKoeln[2] = 20;
tagestempJuniKoeln[3] = 20;
tagestempJuniKoeln[4] = 21;
tagestempJuniKoeln[5] = 21;
tagestempJuniKoeln[6] = 21;
tagestempJuniKoeln[7] = 21;
tagestempJuniKoeln[8] = 21;
tagestempJuniKoeln[9] = 21;
tagestempJuniKoeln[10] = 21;
tagestempJuniKoeln[11] = 21;
tagestempJuniKoeln[12] = 21;
tagestempJuniKoeln[13] = 21;
tagestempJuniKoeln[14] = 21;
tagestempJuniKoeln[15] = 22;
tagestempJuniKoeln[16] = 22;
tagestempJuniKoeln[17] = 22;
tagestempJuniKoeln[18] = 22;
tagestempJuniKoeln[19] = 22;
tagestempJuniKoeln[20] = 22;
tagestempJuniKoeln[21] = 22;
tagestempJuniKoeln[22] = 22;
tagestempJuniKoeln[23] = 22;
tagestempJuniKoeln[24] = 22;
tagestempJuniKoeln[25] = 22;
tagestempJuniKoeln[26] = 22;
tagestempJuniKoeln[27] = 23;
tagestempJuniKoeln[28] = 23;
tagestempJuniKoeln[29] = 24;

function tagesTemp(){
var tag = window.prompt("Für welchen Tag im Juni wünschen Sie eine Vorhersage der Höchsttemperatur in Köln?","1");
document.write("Am "+ tag + ". Juni soll es " + tagestempJuniKoeln[tag-1] + "°C werden.");
//durch den Beginn des Index mit 0 muss bei dem Zugriff auf das Array eine 1 abgezogen werden
}

function hoechsteTagesTemp(temp){
var maxTemp = temp[0];

for (var i = 1; i-OPEN- temp.length;i++){
if (maxTemp -OPEN- temp[i]){
maxTemp = temp[i];
}
}
return maxTemp;
}
//Aufgrund der globalen Variable tagestempJuniKoeln könnte die Parameterliste auch leer bleiben
//Besser ist es allerdings, die Werte explizit in der Parameterliste zu übergeben, damit
//ein Anwender der Funktion auch sehen kann, welche Daten die Funktion für ihre Arbeit braucht
function ausgabeTemperaturen(temp){
document.write("-OPEN-h1-CLOSE-Voraussichtliche Temperaturen im Juni-OPEN-"+"/h1-CLOSE-");
for (var i=0; i -OPEN- temp.length;i++){
document.write(i+1 + ". Juni 2010: "+ temp[i] + "°C -OPEN-br /-CLOSE-");
}
}

//Testen der geschriebenen Funktionen

ausgabeTemperaturen(tagestempJuniKoeln);
tagesTemp();
document.write("-OPEN-br /" +"-CLOSE-");
document.write("Die hoechste Tagestemperatur im Juni wird " + hoechsteTagesTemp(tagestempJuniKoeln) + "°C.");
/* ]]-CLOSE- */
-OPEN-/script-CLOSE-

-OPEN-/head-CLOSE-

-OPEN-body-CLOSE-
-OPEN-/body-CLOSE-
-OPEN-/html-CLOSE-

Rated 1 out of 5 stars

Like the others: not useful!

Rated 2 out of 5 stars

Over 8 trillion songs in existence and you offer 10,000? This isn't even close to being helpful, unless you want lyrics for popular top 40 songs - and those are available easily. I think this would be better if it aggregated/collected/crawled for lyrics all over the web and centralized the results.
I uninstalled. 10 searches later, I was no closer to my goal.

Rated 1 out of 5 stars

didn't find what I was looking for.

Rated 2 out of 5 stars

Over 10,000 lyrics but not the one that I was looking for.