Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Vincent

Pages: 1 ... 4 5 6 7 [8] 9 10 11 12 ... 62
106
Chit Chat / Suchmaschinen Problem
« on: January 25, 2006, 11:38:54 AM »
Guten Tag
als ich mal nach meinem Namen gegooglt habe ist mir aufgefallen das im Suchergebniss mein name vorkommt aber schlussendlich auf der angegebenen Seite nicht mehr vorhanden ist!
Wie kann ich soetwas vermeiden - gibt es eine möglichkeit nur von bestimmten Suchmaschienen gescannt zu werden?

mit freundlichen grüssen
Vincent
---------------------------------------------------------
and now in english.....
Hello
when I googelt for my name i found out that they are some links showing my Name but when Clicking on this Link this page has nothing to do with me!
how could i stop this?

thanks for a feedback or pointin me to a allready existing MOD

Sincerly
Vincent

107
nun zuerst einmal wü¨rde es helfen die URL deine Homepage zu kennen - kannst diese info in dein Profil eintragen!

zum fehler - er kann eine datei nicht öffnen - schau mal im pfad ob du eine solche Datei hast!
oder hast du diese Datei mit einem MOD modifizeirt?

gruss
vincent

108
Chit Chat / Re: [Greetings-again] - TheOracle is back.
« on: January 24, 2006, 02:05:03 PM »
maybe coding-people don't have a real life only virtuely!  :wink:

109
yepp interessiert mich auch!
gruss
vincent

110
Discussion & Troubleshooting / Re: Fehler in der Suche
« on: January 24, 2006, 12:30:04 PM »
32.000 Datensätzen
scheint mir eine schöne grosse Datenbank zu sein - der URL würde mich auch interessieren!

gruss
Vincent

111
@Mawenzi
ich stelle mir vor yabi meint die grösse die es ausgedruckt werden kan anhand der Pixel grösse!

gruss
vincent

112
Beim Googeln findet man alles!
------------------------------------------

Umrechnung von Formaten Bezogen auf die Bildschirmauflösung.
Umrechnung cm bezogen auf die Bildschirmauflösung 

Ausgehend von DPI (Dots Per Inch) könnt Ihr die Anzahl der Pixel pro cm nach folgender Formel ermitteln:

Bildschirmauflösung in Pixel / Inch = Pixel pro cm

72 dpi / 2,54 cm = 28,35 Pixel pro cm

Mit diesem Wert ist es nun möglich jedes beliebige cm Format in einem Layoutprogramm bezogen auf eine gewünschte Bildschirmauflösung umzurechnen.

Horizontale Auflösung in Pixel / 28,35 Pixel pro cm = cm

1024 pixel / 28,35 Pixel pro cm = 36,12 cm
  768 pixel / 28,35 Pixel pro cm = 27,09 cm
 
Größe eines Pixels am Bildschirm 

Ihr könnt so natürlich auch die Größe eines einzelnen Pixels bezogen auf cm errechnen um so eine Vorstellung der Größe eines Pixels zu bekommen.


1cm / 28,35 Pixel pro cm = 0,035 cm

113
this part need to be modifieyed because this part was all written and modified with a normal editer - so this code must get all image in the categorie!

-------------------------------------------
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="budah.htm" TARGET="pict"><img src="k_budah.jpg" border=1></a>'
leftrightslide[1]='<a href="temp2.htm" TARGET="pict"><img src="k_temp2.jpg" border=1></a>'
leftrightslide[2]='<a href="tempdrach.htm" TARGET="pict"><img src="k_tempdrach.jpg" border=1></a>'
leftrightslide[3]='<a href="tuk.htm" TARGET="pict"><img src="k_tuk.jpg" border=1></a>'
leftrightslide[4]='<a href="temp1.htm" TARGET="pict"><img src="k_temp1.jpg" border=1></a>'
leftrightslide[5]='<a href="landschaft.htm" TARGET="pict"><img src="k_landschaft.jpg" border=1></a>'

114
Code: [Select]
<HTML>
<HEAD>
    <TITLE>dia show</TITLE>
</HEAD>
<BODY BGCOLOR="#000000">

<P><CENTER><script language="JavaScript1.2"><!--

/*
Conveyor belt slideshow script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
*/


//Specify the slider's width (in pixels)
var sliderwidth=600
//Specify the slider's height (in pixels, pertains only to NS)
var sliderheight=105
//Specify the slider's scroll speed (larger is faster)
var slidespeed=4

//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<a href="budah.htm" TARGET="pict"><img src="k_budah.jpg" border=1></a>'
leftrightslide[1]='<a href="temp2.htm" TARGET="pict"><img src="k_temp2.jpg" border=1></a>'
leftrightslide[2]='<a href="tempdrach.htm" TARGET="pict"><img src="k_tempdrach.jpg" border=1></a>'
leftrightslide[3]='<a href="tuk.htm" TARGET="pict"><img src="k_tuk.jpg" border=1></a>'
leftrightslide[4]='<a href="temp1.htm" TARGET="pict"><img src="k_temp1.jpg" border=1></a>'
leftrightslide[5]='<a href="landschaft.htm" TARGET="pict"><img src="k_landschaft.jpg" border=1></a>'

///////do NOT edit pass this line////////////////////////////////////

var copyspeed=slidespeed
//copy contents of leftrightslide into one variable
for (i=0;i<leftrightslide.length;i++)
finalslide=finalslide+leftrightslide[i]+"&nbsp;&nbsp;"


if (document.all){
//dynamically write out the marquee tag
document.write('<marquee id="ieslider" scrollAmount=0 style="width:'+sliderwidth+'">'+finalslide+'</marquee>')
//stop marquee when mouse is over it
ieslider.onmouseover=new Function("ieslider.scrollAmount=0")
//re-enable marquee when mouse is out
ieslider.onmouseout=new Function("if (document.readyState=='complete') ieslider.scrollAmount=slidespeed")
}

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
document.ns_slider01.visibility="show"
setTimeout("window.onresize=regenerate",450)
intializeleftrightslide()
}
if (document.all)
ieslider.scrollAmount=slidespeed
}

//NS specific function for initializing slider upon page load
function intializeleftrightslide(){
document.ns_slider01.document.ns_slider02.document.write('<nobr>'+finalslide+'</nobr>')
document. ns_slider01.document.ns_slider02.document.close()
thelength=document.ns_slider01.document.ns_slider02.document.width
scrollslide()
}

//NS specific function for sliding slideshow
function scrollslide(){
if (document.ns_slider01.document.ns_slider02.left>=thelength*(-1)){
document.ns_slider01.document.ns_slider02.left-=slidespeed
setTimeout("scrollslide()",100)
}
else{
document.ns_slider01.document.ns_slider02.left=sliderwidth
scrollslide()
}
}
window.onload=regenerate2

//--></script><ilayer width=&{sliderwidth}; height=&{sliderheight}; name="ns_slider01" visibility=hide>
<layer name="ns_slider02" onMouseover="slidespeed=0;" onMouseout="slidespeed=copyspeed"></layer>
</ilayer></CENTER>

</BODY>
</HTML>

115
@the Oracle
the titel say it
.... Images from the Same subcat scrolling on Image details page ...
scolling means moving from the the one side to the other! i have done this on my old homepage about 6 years a go!

so instead of having to picture on the left and right side - you would have all the picture srolling by! like the example i have on my links!
if you need the cood of this scrolling i could give it to you

sincerly
vincent

116
@v@no
@theoracle

http://www.wombat.ch/travel/europa/schweiz/JAN2000/
http://www.wombat.ch/travel/world/as/thai90/

i think this is a well and nice example - or i am wrong?

sincerly
vincent

117
@hobit
hast du eine homepage?

118
@theOracle

have a look at this 2 links - i belive he would like something like that

http://www.wombat.ch/travel/europa/schweiz/JAN2000/
http://www.wombat.ch/travel/world/as/thai90/


sincerly
vincent

119
Installation, Update & Configuration / Re: "Lightbox" problem
« on: January 18, 2006, 03:55:44 PM »

120
Installation, Update & Configuration / Re: "Lightbox" problem
« on: January 18, 2006, 11:27:29 AM »
Merhaba
the lightbox button is a gif file - so you will have to to a small gif file writen in Türkish!
much fun
vincent

Pages: 1 ... 4 5 6 7 [8] 9 10 11 12 ... 62