This is a discussion on "Javascript for Final Project" within the JavaScript Forum section. This forum, and the thread "Javascript for Final Project are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Javascript for Final Project
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Re: Javascript for Final Project
No actually I dont. I am still looking for something that would work on the site. Maybe some kind of internal search engine or something.
|
|
|||
|
Re: Javascript for Final Project
Search Engines don't work well when built with javascript. Do something else, like text animations...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
How can I incorporate a countdown timer? Just text only.
|
|
|||
|
Re: Javascript for Final Project
Where is it? Can you post the link? I need some code to work with...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
The countdown? Or the code for my site? In that case my site isn't published on the web yet.
|
|
|||
|
Re: Javascript for Final Project
If you found a code for the countdown, could you post the link to that code? Or are you askingme for one?
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
lol No I will post it:
http://www.dynamicdrive.com/dynamici...dhtmlcount.htm there is an event at the beginning of june of 2008, I think it would be appropraite. |
|
|||
|
Re: Javascript for Final Project
OK, good. So, what is your question? What are you having trouble with? It seems pretty straight forwardly explained...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
lol, I am not as smart and my brain isn't as fresh as a fourteen year old. I have trouble changing the color of the font. I want to change it to white.
|
|
|||
|
Re: Javascript for Final Project
Ah, ok. Now, look at Step 1. There, they give you a bit of css. Change "color:yellow;" to "color:white;" (without the quotes!).
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
Ok How to I modify how many days are left?
|
|
|||
|
Re: Javascript for Final Project
It's a bit of code actually in your HTML by the way. In the BODY section. |
|
|||
|
Re: Javascript for Final Project
Darn, Blake already got to it before me! Anyways, yes, that line is where you determine the date to which the script should count down to... Make sure to use that exact format, though. One mistake, such as a missing colon, could break the entire script!
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
Yeah I have learned that in the past. I will try it out.
|
|
|||
|
Re: Javascript for Final Project
I didnt get this part:
"Inside your <BODY>, define a DIV or SPAN tag with a unique ID that will contain the local time, then invoke "cdLocalTime()" to populate it:" I justcopied what they gave me and it didnt work too well. |
|
|||
|
Re: Javascript for Final Project
OK. I will put the script together for you since they give you a lot of unnecessary junk. What date do you want to countdown to?
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
June 14 2008 6:00pm, If you can explain how you did it that would be good too. Thanks
|
|
|||
|
Re: Javascript for Final Project
OK. Here is the entire html document:
When the countdown is finished and you want to count down to a new date, change this line above: "June 14, 2008 18:00:00" Again, be careful about using that exact format. Cheers and good luck!
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
|
|||
|
Re: Javascript for Final Project
Ok It worked Thanks. Your good for a fourteen year old. I wasn't blessed with the opportunity that you have.
|
|
|||
|
Re: Javascript for Final Project
Quote:
About opportunities, I missed many before, so when I had the opportunity to become a web designer, I took it. I designed my first site one and a half years ago, the summer after my thirteenth birthday. I had HTML and CSS down in a few weeks, then came JavaScript, which took me a few months since there's a bit more to learn. That was it for that year... The year after that (2007), I began PHP, which I am now quite good at. I recently started on MySQL, and have already mastered the basics... I learn new things all the time, mostly from experience. I still get stuck sometimes, and come here to look for advice. Every mistake I make, and every question or issue I have gains me more experience, and the more I use the skills I already have, the better I get, and the more fun it becomes. Web design is something I will never give up, since I love it! I can imagine myself fifty years from now, still designing web sites... So, my point is, is doesn't matter how old you are, web design is for anyone who is creative, artistic, and loves designing...
Last Blog Entry: Windows Vista vs. Mac Leopard (Nov 4th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Advice please about final project | lisafelst12 | Website Planning | 10 | Nov 11th, 2007 11:42 |
| Final Project | thewebkid | Website Planning | 19 | Oct 24th, 2007 20:39 |
| Graphic Designer Required on Project by Project Basis | crucialx | Job Opportunities | 0 | Dec 22nd, 2005 09:52 |
| Ideas for final year multimedia project | kooben | Classic ASP | 7 | Apr 30th, 2005 19:14 |