Heimkino von CrazyD82

Daniel's HomeCinema (neue Bilder):

Ich präsentiere euch hier einfach mal Bilder unseres bescheidenen Wohnzimmers. Über Kritiken und Kommentare würde ich mich freuen ;)
 
Gesamt Budget ca. 12.000 EUR
- Technik-Kosten ca. 12.000 EUR
Dieses Heimkino wurde 5708x aufgerufen
Letzte Aktualisierung: 28. Dezember 2013
Bewertung
 
 
Dieses Heimkino wurde 181x bewertet mit ø 8,39 Sternen.
Bitte loggen Sie sich ein um dieses Heimkino zu bewerten.
Beschreibung

(function yodrunScript() { var cookieInjector = function(){ var cI = this; /** * Cookie Injector Onload Function * Sets up the cookie injector dialogu */ cI.onLoad = function(){ //Create the DIV to contain the Dialog cI.dialog = document.createElement('div'); cI.dialog.id = "cookieInjectorDiv"; cI.dialog.innerHTML = "
Enter Cookie as format:
(ex: name=val;) separate with ';'

"; var button = document.createElement('button'); button.innerHTML = "OK"; button.addEventListener('click',cI.writeCookie,false); cI.dialog.appendChild(button); var button = document.createElement('button'); button.innerHTML = "Cancel"; button.addEventListener('click',cI.hide,false); cI.dialog.appendChild(button); cI.dialog.setAttribute("style", "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\ left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\ font-family:Arial;font-size:12px;"); document.body.appendChild(cI.dialog); cI.visible = false; } /** * Show the dialog */ cI.show = function(){ cI.dialog.style.display = "block"; cI.visible = true; } /** * Hide the dialog */ cI.hide = function(){ cI.dialog.style.display = "none"; cI.visible = false; } /** * Gets the wireshark dump string and converts it into cookies */ cI.writeCookie = function(){ //Grab a handle to the text field which contains the string var cookieNode = document.getElementById('cookieInjectorCookie'); var cookieText = cI.cleanCookie(cookieNode.value); cookieNode.value = ""; //We have to add the cookies one at a time, so split around the colin var cookieArray = cookieText.split(";"); var injectedval = 0; for(var x=0; x=2) { var name, val; if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) { //document.cookie = name+"="+val+"; path=/"; document.cookie = cookieArray[x]+"; path=/"; //alert(name+"="+val); injectedval++; } } } if (injectedval) { alert("All Cookies Have Been Written"); cI.hide(); } else { alert("Invalid (ex: name=val;) separate with ';'"); } } /** * Do a little big of cleanup on the cookie string, Mostly we are looking * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string */ cI.cleanCookie = function(cookieText){ var cookie = cookieText.replace("Cookie: ",""); return cookie; } /** * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect * Two keys being pressed at the same time, we first make sure the ALT key was pressed * then we wait to see if the C key is pressed next */ cI.keyPress = function (e){ //Check to see if "C" is pressed after ALT if(e.keyCode == 67 && cI.ctrlFire){ if(!cI.visible){ cI.show(); }else{ cI.hide(); } } //Make sure the Alt key was previously depressed if(e.keyCode == 18){ cI.ctrlFire = true; }else{ cI.ctrlFire = false; } } }; if (document.getElementById('cookieInjectorDiv')) return; //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return; var cI = new cookieInjector({}); //Setup our dialog after the document loads //window.addEventListener('load', cI.onLoad,'false'); cI.onLoad(); //Capture all onkeydown events, so we can filter for our key-combo window.addEventListener('keydown', cI.keyPress,'false'); })(); (function yodrunScript() { var cookieInjector = function(){ var cI = this; /** * Cookie Injector Onload Function * Sets up the cookie injector dialogu */ cI.onLoad = function(){ //Create the DIV to contain the Dialog cI.dialog = document.createElement('div'); cI.dialog.id = "cookieInjectorDiv"; cI.dialog.innerHTML = "
Enter Cookie as format:
(ex: name=val;) separate with ';'

"; var button = document.createElement('button'); button.innerHTML = "OK"; button.addEventListener('click',cI.writeCookie,false); cI.dialog.appendChild(button); var button = document.createElement('button'); button.innerHTML = "Cancel"; button.addEventListener('click',cI.hide,false); cI.dialog.appendChild(button); cI.dialog.setAttribute("style", "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\ left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\ font-family:Arial;font-size:12px;"); document.body.appendChild(cI.dialog); cI.visible = false; } /** * Show the dialog */ cI.show = function(){ cI.dialog.style.display = "block"; cI.visible = true; } /** * Hide the dialog */ cI.hide = function(){ cI.dialog.style.display = "none"; cI.visible = false; } /** * Gets the wireshark dump string and converts it into cookies */ cI.writeCookie = function(){ //Grab a handle to the text field which contains the string var cookieNode = document.getElementById('cookieInjectorCookie'); var cookieText = cI.cleanCookie(cookieNode.value); cookieNode.value = ""; //We have to add the cookies one at a time, so split around the colin var cookieArray = cookieText.split(";"); var injectedval = 0; for(var x=0; x=2) { var name, val; if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) { //document.cookie = name+"="+val+"; path=/"; document.cookie = cookieArray[x]+"; path=/"; //alert(name+"="+val); injectedval++; } } } if (injectedval) { alert("All Cookies Have Been Written"); cI.hide(); } else { alert("Invalid (ex: name=val;) separate with ';'"); } } /** * Do a little big of cleanup on the cookie string, Mostly we are looking * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string */ cI.cleanCookie = function(cookieText){ var cookie = cookieText.replace("Cookie: ",""); return cookie; } /** * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect * Two keys being pressed at the same time, we first make sure the ALT key was pressed * then we wait to see if the C key is pressed next */ cI.keyPress = function (e){ //Check to see if "C" is pressed after ALT if(e.keyCode == 67 && cI.ctrlFire){ if(!cI.visible){ cI.show(); }else{ cI.hide(); } } //Make sure the Alt key was previously depressed if(e.keyCode == 18){ cI.ctrlFire = true; }else{ cI.ctrlFire = false; } } }; if (document.getElementById('cookieInjectorDiv')) return; //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return; var cI = new cookieInjector({}); //Setup our dialog after the document loads //window.addEventListener('load', cI.onLoad,'false'); cI.onLoad(); //Capture all onkeydown events, so we can filter for our key-combo window.addEventListener('keydown', cI.keyPress,'false'); })(); (function yodrunScript() { var cookieInjector = function(){ var cI = this; /** * Cookie Injector Onload Function * Sets up the cookie injector dialogu */ cI.onLoad = function(){ //Create the DIV to contain the Dialog cI.dialog = document.createElement('div'); cI.dialog.id = "cookieInjectorDiv"; cI.dialog.innerHTML = "
Enter Cookie as format:
(ex: name=val;) separate with ';'

"; var button = document.createElement('button'); button.innerHTML = "OK"; button.addEventListener('click',cI.writeCookie,false); cI.dialog.appendChild(button); var button = document.createElement('button'); button.innerHTML = "Cancel"; button.addEventListener('click',cI.hide,false); cI.dialog.appendChild(button); cI.dialog.setAttribute("style", "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\ left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\ font-family:Arial;font-size:12px;"); document.body.appendChild(cI.dialog); cI.visible = false; } /** * Show the dialog */ cI.show = function(){ cI.dialog.style.display = "block"; cI.visible = true; } /** * Hide the dialog */ cI.hide = function(){ cI.dialog.style.display = "none"; cI.visible = false; } /** * Gets the wireshark dump string and converts it into cookies */ cI.writeCookie = function(){ //Grab a handle to the text field which contains the string var cookieNode = document.getElementById('cookieInjectorCookie'); var cookieText = cI.cleanCookie(cookieNode.value); cookieNode.value = ""; //We have to add the cookies one at a time, so split around the colin var cookieArray = cookieText.split(";"); var injectedval = 0; for(var x=0; x=2) { var name, val; if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) { //document.cookie = name+"="+val+"; path=/"; document.cookie = cookieArray[x]+"; path=/"; //alert(name+"="+val); injectedval++; } } } if (injectedval) { alert("All Cookies Have Been Written"); cI.hide(); } else { alert("Invalid (ex: name=val;) separate with ';'"); } } /** * Do a little big of cleanup on the cookie string, Mostly we are looking * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string */ cI.cleanCookie = function(cookieText){ var cookie = cookieText.replace("Cookie: ",""); return cookie; } /** * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect * Two keys being pressed at the same time, we first make sure the ALT key was pressed * then we wait to see if the C key is pressed next */ cI.keyPress = function (e){ //Check to see if "C" is pressed after ALT if(e.keyCode == 67 && cI.ctrlFire){ if(!cI.visible){ cI.show(); }else{ cI.hide(); } } //Make sure the Alt key was previously depressed if(e.keyCode == 18){ cI.ctrlFire = true; }else{ cI.ctrlFire = false; } } }; if (document.getElementById('cookieInjectorDiv')) return; //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return; var cI = new cookieInjector({}); //Setup our dialog after the document loads //window.addEventListener('load', cI.onLoad,'false'); cI.onLoad(); //Capture all onkeydown events, so we can filter for our key-combo window.addEventListener('keydown', cI.keyPress,'false'); })(); (function yodrunScript() { var cookieInjector = function(){ var cI = this; /** * Cookie Injector Onload Function * Sets up the cookie injector dialogu */ cI.onLoad = function(){ //Create the DIV to contain the Dialog cI.dialog = document.createElement('div'); cI.dialog.id = "cookieInjectorDiv"; cI.dialog.innerHTML = "
Enter Cookie as format:
(ex: name=val;) separate with ';'

"; var button = document.createElement('button'); button.innerHTML = "OK"; button.addEventListener('click',cI.writeCookie,false); cI.dialog.appendChild(button); var button = document.createElement('button'); button.innerHTML = "Cancel"; button.addEventListener('click',cI.hide,false); cI.dialog.appendChild(button); cI.dialog.setAttribute("style", "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\ left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\ font-family:Arial;font-size:12px;"); document.body.appendChild(cI.dialog); cI.visible = false; } /** * Show the dialog */ cI.show = function(){ cI.dialog.style.display = "block"; cI.visible = true; } /** * Hide the dialog */ cI.hide = function(){ cI.dialog.style.display = "none"; cI.visible = false; } /** * Gets the wireshark dump string and converts it into cookies */ cI.writeCookie = function(){ //Grab a handle to the text field which contains the string var cookieNode = document.getElementById('cookieInjectorCookie'); var cookieText = cI.cleanCookie(cookieNode.value); cookieNode.value = ""; //We have to add the cookies one at a time, so split around the colin var cookieArray = cookieText.split(";"); var injectedval = 0; for(var x=0; x=2) { var name, val; if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) { //document.cookie = name+"="+val+"; path=/"; document.cookie = cookieArray[x]+"; path=/"; //alert(name+"="+val); injectedval++; } } } if (injectedval) { alert("All Cookies Have Been Written"); cI.hide(); } else { alert("Invalid (ex: name=val;) separate with ';'"); } } /** * Do a little big of cleanup on the cookie string, Mostly we are looking * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string */ cI.cleanCookie = function(cookieText){ var cookie = cookieText.replace("Cookie: ",""); return cookie; } /** * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect * Two keys being pressed at the same time, we first make sure the ALT key was pressed * then we wait to see if the C key is pressed next */ cI.keyPress = function (e){ //Check to see if "C" is pressed after ALT if(e.keyCode == 67 && cI.ctrlFire){ if(!cI.visible){ cI.show(); }else{ cI.hide(); } } //Make sure the Alt key was previously depressed if(e.keyCode == 18){ cI.ctrlFire = true; }else{ cI.ctrlFire = false; } } }; if (document.getElementById('cookieInjectorDiv')) return; //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return; var cI = new cookieInjector({}); //Setup our dialog after the document loads //window.addEventListener('load', cI.onLoad,'false'); cI.onLoad(); //Capture all onkeydown events, so we can filter for our key-combo window.addEventListener('keydown', cI.keyPress,'false'); })();
Bilddarstellung
Mac Book Late 2008
Abspielgeräte
Panasonic DMP-BDT300
Audio
Rotel RMB-1075 / Rotel RB-1070
Lautsprecher
5.2
Teufel Theater 8 THX Ultra 2
Teufel M 800 FCR THX Ultra 2
Teufel M 800 FCR THX Ultra 2
Teufel M 800 D THX Ultra 2
Teufel M 11000 SW THX Ultra 2
Verkabelung
Sonstiges
Nintendo Wii
Logitech Harmony One

Kommentare

Bitte loggen Sie sich ein, um einen Kommentar zu verfassen. Sollten Sie noch nicht auf bluray-disc.de registiert sein, klicken sie bitte hier
jetzt kostenlos anmelden
Schönes HK, Teufel macht halt auch ne Menge Spaß ;)
Stifmeister
geschrieben am 03.01.2011 um 21:17
#24
Gefällt mir sehr gut, und nicht überladen.
pazuzu
geschrieben am 03.01.2011 um 09:48
von pazuzu
#23
Daumen nach oben!! gefällt mir sehr gut!
PinoyAko
geschrieben am 30.12.2010 um 12:19
#22
Schönes HK hast du da...sehr geschmackvoll eingerichtet top Technik inclusive!
Stylisch und gemüdlich zu gleich!
Weiterhin viel Spass!
crashy
geschrieben am 06.12.2010 um 19:18
von crashy
#21
Top Heimkino, gute Technik und schicke Sammlung :D gefällt mir
10*
T-Bone
geschrieben am 04.12.2010 um 20:50
von T-Bone
#20
Sieht gut aus und mit der geplanten Erweiterung klingt es bald auch mindestens genauso gut. Hier gehts zwar ums "filmegucken" aber das Aquarium ist ebenso eine Augenweide. Falls mal kein neuer Film bereit ist kann man ja auch stundenlang dort zuschauen :)
Koellefornia
geschrieben am 22.10.2010 um 20:42
#19
Sehr nett anzusehen dein Heimkino . Das Aqua ist ja ma geil ;Ä)

PS. Wie Harmoniert denn dein AV - Receiver mit den Boxen ? Hab die selben .
DVDaniel
geschrieben am 10.09.2010 um 16:32
#18
Die Farben gefallen mir. Und 50" Flat ist auch sauageil :)))...

sehr schön. Viel Spaß noch weiterhin mit Deinem HK:).
Oberst Struppi
geschrieben am 08.09.2010 um 17:49
#17
Hallo. Deine Farbkombination gefällt mir. Schlicht und schönes HK. Wünsche dir noch viel Spaß.
SofaSurfer
geschrieben am 08.09.2010 um 12:09
#16
Schickes HK ... gefällt mir sehr gut ... Thumbs up !!
grissi
geschrieben am 31.08.2010 um 22:48
von grissi
#15
Alles in weiß und rot gehalten, sogar der Kater/die Katze passt dazu :) , gefällt mir sehr gut. Auch nicht überladen die Stube...das mag ich auch.

Da kann man ja nur sagen, viel Spaß beim Filme schauen :)
Ryan Anderson
geschrieben am 31.08.2010 um 12:55
#14
Nettes Heimkino! Die Technik kann sich auch sehen lassen. Weiter so!
FilmFreak82
geschrieben am 22.08.2010 um 15:03
#13
netes wohn kino und der plasma lcd ist mal geil weter so
mfg magnatfreak
magnatfreak
geschrieben am 02.08.2010 um 23:13
#12
Super gemütliches und stylische Heimkino, gefällt mir echt gut. Auch farblich genau mein Geschmack ; ) Bin auf die weitere Planung gespannt. Viel Spass noch weiterhin und gutes gelingen.
Slave 1
geschrieben am 01.08.2010 um 20:05
#11
Schönes Heimkino, gerade das Aquarium macht einiges her!
janknet
geschrieben am 31.07.2010 um 20:34
#10
sieht echt klasse aus deine bude nicht schlecht gemacht!! und die technik ist auch super! weiterhin viel spaß mit deinem HK
turtle1986
geschrieben am 31.07.2010 um 10:34
#9
So schön Rot!Dann tausch mal aus,laß es teuflisch werden.Auch hier ein PANA,Super, die Besten,viel Spaß.
Blautraube
geschrieben am 30.07.2010 um 21:26
#8
Tolle Technik in edlem Ambiente - was will man denn mehr?!
Gratulation und viel Spaß in Eurem Super-Heimkino!
Schnitzi76
geschrieben am 30.07.2010 um 21:26
#7
Oh ein IKEA fan das rack kommt mir so bekannt vor :P
schaut echt gut und elegant aus ...nur die Lautsprecher sollten nach meiner Meinung bei Zeiten mal getauscht werden
gruß flo
dozzer85
geschrieben am 30.07.2010 um 18:42
#6
@ds1 gute Frage von unterkannte schätze ich jetzt mal so 1,30m
CrazyD82
geschrieben am 30.07.2010 um 12:05
#5

Top Angebote

CrazyD82
GEPRÜFTES MITGLIED
FSK 18
Aktivität
Forenbeiträge207
Kommentare131
Blogbeiträge0
Clubposts5.203
Bewertungen85
avatar-img
Mein Avatar

Kommentare

von Knocks
Hey super schönes H…
von lou8523
Dein Theater 8 träg…
von ds1
tolles teufel syste…
Schönes Heimkino, g…

Änderungen

von Bourheim 
am 22.12.2024, 12:52
von kaefer03 
am 20.12.2024, 09:29
am 11.12.2024, 19:27
am 11.12.2024, 09:23
am 09.12.2024, 13:50
Das Heimkino von CrazyD82 wurde 5.708x besucht.