Tag Archives: Script Type

Date + clock that changes

Hi How do you create a particular date and time within my page that keeps real time Many thanks I’m kinda in search of the same respond to. I found a free Java applet, Espresso Date, that achieves this, but you simply can’t change the font or even size. If anyone knows a good Java date applet, complete me in. http: //www. completeesolutions. com/Java/DateTime. htm it could help I utilize this little javascript to get time, does the trick for me: Code: var now=new Night out () var hour=now. getHours() var min=now. getMinutes() day=" AM" in the event (hour> 11) day=" PM" in the event (hour==0) hour=12 in the event (hour > 12) hour=hour-12 in the event (min< 10) min=" 0" +min insurance. write(" < cover class=time> " +hour+": " +min+day+" < /span> " ) EDIT: Only pulled this down www. w3schools. com, it is just a short date script. You can manipulate the words with an array if you want, this script may return the particular date in numberical vogue: 30. 1. 2007 is today’s result: Code: < script type=" text/javascript" > var n = new Date() insurance. write(d. getDate()) insurance. write(". " ) insurance. write(d. getMonth() + 1) … Continue reading

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

Should I "hide" my e-mail address on my page?

I need to build a contact web page on my web page and was wondering easily should post this e-mail address, result in a link for them, or use a kind of E-mail forms. I’ve heard that one could get spammed to death if you ever just post the address right on the page. Is that will true Bless you, Dyno Sure, that is true. Use a get in touch with page and/or work with javascript to cover your email. It can look normal to somewhat of a human, but garbage to somewhat of a bot. You can look at making it just as one image. That method the bot won’t see it. But then a user it is fair to manually type it into an electronic mail message. That’s annoying with a people. consequently, I would be safe easily made common links such as this on my call page: Call Doug Buy Dept. Call Fertile Ground Studios or may be the Java script type safer bless you, dyno I would say images are usually 100% safe, unless spammers utilize actual people to look around looking with regard to emails lol… however this adds in order to load times. Javascript … Continue reading

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

Link Direct to Table Cell

Hi I’m new to the particular forums so I hope this is posted while in the right place. I am designing a web site for the client and I’d like to change the content of any table cell 2 text link is clicked while in the same cell. Is that this possible Any help is very much appreciated!! Its very much possible. In order to clarify, there shall be a table personal (a td) which has a link. Whenever this link is definitely pressed, that whole cell’s text value results in being something else And also the link will become gone also In that case, Code: < html> < head> < title> < /title> < script type=" text/javascript" > purpose ChangeCell(cellId) document. getElementById(cellId). innerHTML = " new text"; < /script> < /head> < body> < table> < tr> < td id=" area1" > this can be a text before your change occurs. < a href=" #" onClick=" ChangeCell(‘area1′); " > change< /a> < /td> < /tr> < /table> < /body> < /html> Thanks a lot for replying so quickly bfsog!!! The code successful but I’d like it to modify the cell text to a genuine page that is already designed. … Continue reading

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

Fitting page to all screen resolutions

Hi there, I use FrontPage to design.. I am having trouble determining tips on how to size my tables so that they will fix from a 1280×1024 browser. Currently my settings are generally on 100% regarding window, and everything fits nice in an 800×600 or perhaps 1024×768, but naturally 100% regarding window doesn’t look delicious in the increased resolution. Very advanced websites have mastered having their table absolute and aligned on the left or centered, does anyone realize how to do this around FrontPage, or when there is some html We can insert somewhere to accomplish this Give thanks You– well personaly post wouldnt use front page in the first place but i may suggest asking pyrodragon regarding it because he includes a script that he could present you with to help with your little problem… thanks for your refrence morpheus remorseful it took me as long i am assumeing you mean this hold content in the centre of the page here it can be: HTML: < html> < HEAD> < script type=" text/javascript" > <! — purpose resize() var broad = window. monitor. availWidth var excessive = window. monitor. availHeight var maxh = ONE THOUSAND // your maximum height … Continue reading

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

My Site works in IE7 but not in Firefox or Netscape

It works fine with Internet Explorer 6, but when it reaches the others (Firefox and Netscape) this doesn’t happen seem to respond at the same time. It will are inclined to freeze in place in Firefox and some of the banners (which usually are Flash Banners) won’t show whatsoever. I used The front Page 2003 to design it. Another person please help. Try getting your sites coding valid. http: //validator. w3. org Just put your site in and function with the code. thanks for all you help! How does someone know what doctype to utilize You should choose depending on how i code… POST remember this post on http: //www. alistapart. com with regards to doctypes. http: //www. alistapart. com/articles/doctype/ some of the first problems you will have in this scenario: code is not valid. (firefox is a great example of your need for valid, or at the least well-formed code) try utilizing a js script to produce flash load very last: adobe flash last load script: HTML: < script type=" text/javascript" > perform loadflash() document. getElementById(‘SOME_DIV’). innerHTML = " THE_FLASH_OBJECT_CODE" < /script> in one’s body tag include: HTML: < body onload=" loadflash()" > < /body> .

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

SWF object and .asp

We’ve embedded a couple of swfobjects into asp files to the host, my trouble is they arent using. In fact, your whole site is messed way up. Everything looked great after i tested it as a result of dreamweaver, and next time i sectioned it off of into. asp them got all messed way up. The following is some sample code i have on this host: Code: <! DOCTYPE code PUBLIC " -//W3C//DTD XHTML 1. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < code xmlns=" http: //www. w3. org/1999/xhtml" lang=" en" xml: lang=" en" > < head> < title> Tailwaters Travel FIshing Co. < /title> < website link href=" layout. css" rel=" stylesheet" type=" text/css" /> < meta http-equiv=" Content-Type" content=" text/html; charset=iso-8859-1" /> < script type=" text/javascript" src=" swfobject. js" > < /script> < script type=" text/javascript" > var flashvars =; var params =; params. trap = " true"; params. level of quality = " best"; var attributes =; attributes. line up = " middle"; swfobject. embedSWF(" black_header. swf", " flashhead", " 997", " 259", " 8. 0. 0", " expressInstall. swf", flashvars, params, attributes); < /script> < script type=" text/javascript" src=" swfobject. js" > < /script> … Continue reading

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

Why are my slice marks showing in Dreamweaver?

MY SPOUSE AND I used slices in Fireworks to add rollovers to this page. It looked great while i previewed from Fireworks, yet after I imported to Dreamweaver and also previewed – your slice lines are showing. How will i make them not really show Thanks in advance! This is you where we should see the webpage (online someplace). We need to visit how the style (CSS) could have affected it, or just what you’re doing. You can find too many possible things which could cause problems. Suggestions my code, thanks to your help! <! DOCTYPE html code PUBLIC " -//W3C//DTD XHTML ONE. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < html code xmlns=" http: //www. w3. org/1999/xhtml" > < head> < meta http-equiv=" Content-Type" content=" text/html; charset=utf-8" /> < title> Untitled Document< /title> < script type=" text/javascript" > <! — function MM_swapImgRestore() //v3. 0 var my spouse and i, x, a=document. MM_sr; for(i=0; a& & i< the. length& & (x=a)& & back button. oSrc; i++) back button. src=x. oSrc; function MM_preloadImages() //v3. 0 var d=document; if(d. images) if(! n. MM_p) d. MM_p=new Array(); var my spouse and i, j=d. MM_p. size, a=MM_preloadImages. arguments; for(i=0; i< the. length; … Continue reading

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

problem with editable region in dreamweaver cs4

when i added an editable location to my body but when i look at them in internet explorer this leaves a difference above and beneath it. what can it be Got a chek out the page that your I just had the exact same problem yesterday! Within your css, set the margins for any p tag, in addition to h tags, and various common tags. This will likely get them consistent for those browsers. This may also solve other array problems and disparities between browsers. I automatically do it early on of a webpage. here is my code to the template and exactly what the page seems like Code: <! DOCTYPE html page PUBLIC " -//W3C//DTD XHTML ONE PARTICULAR. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < html page xmlns=" http: //www. w3. org/1999/xhtml" > < head> < meta http-equiv=" Content-Type" content=" text/html; charset=utf-8" /> <! — TemplateBeginEditable name=" doctitle" –> < title> TND Profits – Banana Packing containers – Pallets : Truckloads< /title> <! — TemplateEndEditable –> < website href=".. /tndsales. css" rel=" stylesheet" type=" text/css" /> < script type=" text/javascript" > <! — perform MM_swapImgRestore() //v3. 0 var post, x, a=document. MM_sr; for(i=0; a& & i< … Continue reading

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

Help me with Navigation effects

Hi guys. I built this navigation panel. What I need is a script or something to produce the little white boxes types of GLOW when you hover covering the link. What would I need for that The following is the pic: http: //i39. tinypic. com/2z82sg8. jpg I need detailed instructions ideas. I know it’s got something related to sprites but I don’t discover how to start… Thanks for your time and effort Reaper Search jquery. Once you choose to do that that you can do something like this < script type=" text/javascript" > <! — $(‘. navLink’). hover(function() $(this). next(‘img’). addClass(‘hoverEffect’); , function() $(this). next(‘img’). removeClass(‘hoverEffect’); ); –> < /script> This questions method to open ended without seeing any markup. post your navigation markup and the related css you could always create any transparent bg with gimp or adobe that is certainly say, 10px larger subsequently the pic next paste your pic within the center then make a second with any glow effect gas the transparent isn’t stable then //CSS// background-image: url(http: //whatever); : float background-image: url(http: //hoverwhatever); //but IE7 includes poor support to get transparent images// //but IE7 can be on its means out//.

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