Tag Archives: Script Language

Rollover Images Not Fully Downloading

Seems like a simple activity and Dreamweaver MX is supposed to do it immediately. Then again, the full rollover image is not really downloading on web site load when We have told it to complete so. After the page is completed, the first image can there be, but I still need to wait 4 to help 5 seconds with the over state to download should the cursor hovers about it. How must i make it to ensure the effect is instantaneous This is the code DWMX walk fit shoe inserts: < script language=" JavaScript" type=" text/JavaScript" > <! — operate MM_swapImgRestore() //v3. 0 var i, x, a=document. MM_sr; for(i=0; a& & i< some sort of. length& & (x=a)& & times. oSrc; i++) times. src=x. oSrc; operate MM_preloadImages() //v3. 0 var d=document; if(d. Images) if(! d. MM_p) d. MM_p=new Array(); var i, j=d. MM_p. span, a=MM_preloadImages. arguments; for(i=0; i< some sort of. length; i++) in case (a. indexOf(" #" )! =0) d. MM_pj=new Image; d. MM_pj++. src=a; operate MM_findObj(n, d) //v4. 01 var p, i, x; if(! d) d=document; if((p=n. indexOf(" " ))> 0& & dad or mum. frames. length) d=parent. framesn. substring(p+1). insurance plan; n=n. substring(0, p); if(! (x=dn)& & … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

How would I lay this design out onto html?

I’m having difficulties on the place to start cutting this format I designed with photoshop. I are interested to take 100% with the web browser look at, regardless if consumers are viewing in 800×600 or 1024×768. I designed it 750×600 now I can’t figure out how to cut it and also lay it out there, specially with that mascot(the shroom like character about the right side with the image). If anyone right here has time that will me out We would highly appreciate the idea. Thanks ahead of time! You incorporate the use of tables that span percentages with the page, and make the actual borders/gradients a bg image of your respective cells. On huge resolutions however, the page may look too spread out due to loss of content. Don’t have learned to that exactly, I’m a poor html writer. I’ll try to search for some tutorial during this, If anyone recognize any, please i want to know. Thank you for replying. I simply threw this together, theres still alot of work to perform and its nevertheless fairly complicated however it does what you deserve. put your info from the < div> tags as well as the < td> tags … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

audio player/tool

greetings all… i’m new these and i’ve done make certain they are, but to very little avail… i use a background audio instrument for my web site, but it just plays random mp3’s i have in my own server…. what i wish to accomplish is to possess a tool/player on my site which will play/fast forward/rewind mp3’s in the visitors wish… suggestions the code we’ve already for the refrain player… ___________________________________________________ < script language=" JavaScript" > <! — var soundFile = " http: //zaire. 8m. com/2%20back. music, http: //zaire. 8m. com/gemcity. music, http: //zaire. 8m. com/momz. music, http: //zaire. 8m. com/drinks on me (2). music, http: //zaire. 8m. com/minnie internet. mp3, http: //zaire. 8m. com/planet. music, http: //zaire. 8m. com/s two bottle. mp3, http: //zaire. 8m. com/1 mo music. mp3, http: //zaire. 8m. com/3mad. music, http: //zaire. 8m. com/80s. music, http: //zaire. 8m. com/bare. music, http: //zaire. 8m. com/loser. music, http: //zaire. 8m. com/quik. music, http: //zaire. 8m. com/slow cello. mp3, http: //zaire. 8m. com/waah. music, http: //zaire. 8m. com/yeah yall. mp3"; if (soundFile. indexOf(", " ) > 0) var sounds = soundFile. split(", " ); soundFile = soundsMath. floor(Math. random()*sounds. length); if(navigator. plugins. length> 0) if (navigator. mimeTypes" audio/mp3" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

help with photo display

taken off Make your table with in relation to 5 columns, and however many rows you desire, then add your cellspace of related to 5 or 10 to it which should work. This is one way you do this in dreamweaver at any rate! You’ll need to work with java script to see what images needs to be displayed in the large area. So, you’ll prolly would like to preload the large images in order to pull them in place quickly. The images to the side are not similar image files as being the image files displayed large to the left. Look at that guys source for inspiration. wow! shannon noll’s code is quite clean, however this doesn’t happen follow the 50 character width standard for many of us code. Nonetheless, he has most of his script stored inside a file script. js Code: < script language=" JavaScript" src=" script. js" type=" text/javascript" > < /script> He is known for a dummy image: Code: < img id=" pic" src=" images/pic_01. jpg" alt=" " name=" pic" width=" 208" height=" 310" /> He then is known for a link surrounding each one image which conveys to the script to create the swap: … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

-newbe-how to make resolution independent pages ?

a)I include these templates using the frames, PSD files and many of the little images… women and men problem is i always cant get this to display appropriately all Monitor file sizes.. it only works right for starterst resolution… b) The right way of manipulating a template to make your own site is to mess around considering the layers in this PSD file after which cut out pieces from the final product to suit in the frames of the template Here’s I right a) utilize tables and established their size to 100% from the page width, so that they will resize subject to the resolution. Or create two versions on the page, one optimised for 800×600 and something for 1024×768. Subsequently use: < script language=" javascript" > <! — whenever ((screen. width> =1024) & & (screen. height> =768)) windowpane. location=" highres. htm"; else windowpane. location=" lowres. htm"; //–> < /script> to load the right page. Or you possibly can make a site which is 780 pixels huge, so it can fit any screen resolution from 800×600 and up. There will be unused real residence on larger file sizes, but people with large resolutions arrived at expect this IMO.

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

working with layers

Hi, just a rapid one, and probably a fairly easy one… In dreamweaver i have a page where the main table is usually centrally aligned (so always moves for the centre of the browser page) but I can’t acquire my layer with text to advance to the centre by it. It seems being locked in that position I catch the attention of it. The layer stays where it is and the stand just moves all around underneith it while you scale the browser page. How should i get the layer to keep/lock it’s co-ordinates with the table: nervous: Are there the text aligned therefore it is in the center for it that had been quick… thanks! The text is usually justified left for the layer. I just tried using to centre the text nevertheless it just centres along with doesn’t help the actual layer move when using the centred table. Hence therefore I didnt clear up your problem: ermm: Im rather than sure, maybe if you could take the screenshot and post it as a possible attachment, it would seriously help me determine what the problem is: classic: Thanks for your help, I might explain it much more simply. if … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , | Leave a comment

Interactive Contact form

I’d prefer to add the interactive contact variety where people might insert their artists, emails, comments etc after which it submit. Unforuntately I have got (pretty much) zero clue how to start this. Is it complex stuff You would like a server edge scripting language (PHP, ASP(VB, C), JSP, Coldfusion, etc) to do that. (the inputs can be stored somewhere WE presume). When you’ve got knowledge of a script language, it’s fairly easy. If not, you’ll have to learn one. That will take a little bit of time, but is very rewarding once you start to master the idea. Any kind of interactivity through a web site page (except switching objects around within the page/changing background color as well as the sorts), is exclusively achievable through machine scripts.

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

Where do I look to learn?

Howdy to everyone, This can be my first morning here, I found you by searching on google for help, so I’m expecting somebody can direct me towards info I get. To begin with, I am your self taught webmaster who’s in the center of changing over our site to W3C compliant XHTML. The thing which is reared up it truly is ugly little head will be error message I get because of the ‘language=javascript’ portion in the code in RSS feeds (as seen about this page; http: //www. kygallery. com/list/commerce/index. htm) What I want is to discover a source of data, that I can make reference to when I run into such problems, so I can figure out how to fix them. Any suggestions Good, I have learnt a great deal on web forums this way one. So you’re in the correct place! In reference for a question you could try in search of valid xhtml javascript statements etc. However I believe I know the reason the validator moaned from you. That < script language=" " > tag is not supprted any far more. Instead do Code: < script type=" text/javascript" > < /script> Hope this specific helps Thank you … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

coded e-mail addresses for safety reasons?

On some internet pages e-mail addresses are generally coded for health and safety reasons. In spot of appears (a) as well as (at)… does one think this is important Does anyone possess experience with maltreatment of mail adresses as a consequence of showing them properly from a website jz It is absolutely necessary. Personally I’d personally even avoid that joe(at)bloggs(dot)com method as well. I have a few accounts that were rendered useless as a result of spam because of them appearing on pages in basic text. i recently looked at your internet site to see how i handle it… so i guess the safest way is to have a form to add for contacting like one does. that’s a feel bad for, i think it can be nicer to allow people write a message began seeing they are employed to in everyday mails. although if it’s inevitable… Alas that’s the way of online it seems. Maybe a compromise is usually to have a type for initial contact for being made, whereupon you reply into the sender thus delivering an address for further communication. does one mind showing me personally how your phone. php in your internet site works That’s probably … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Re-doing site

I want to to re-do my site without resorting to a template yet I’m having difficulties controling the format. I wanted to make my webpage properlu, employing proper css characteristics and tags. I realize you will discover slight differences throughout layout compatability involving Mozilla and IE but I really believe I’m doing something wrong because the differences are too extreme correctly to be your browsers. I’m utilizing < p class tags to be able to arranged things yet am I missing something else Your layouts are far too off in each browser and also the top menu is actually missing in IE explorer. I read up on css but I’m uncertain what to employ to straighten released my layout. I’ve only simply started and it is just a simple layout. Can someone good at controlling layouts within proper css take a peek and see whenever they can spot the situation Thank you. Here’s test site: http: //free. hostdepartment. com/m/marazetti/innnn. html btw – the temp host site might possibly be slow to place this can be your source coding according to the test web page. HTML: <! DOCTYPE HTML PAGE PUBLIC " -//W3C//DTD HTML PAGE 4. 01 Transitional//EN" " http: //www. … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment
Page 1 of 212