Jump to content

cpugeek

Members
  • Posts

    229
  • Joined

  • Last visited

Everything posted by cpugeek

  1. I know I should know how to make an uploader by now, but I don't even though I know some server languages and css html xml and others I still dont know how to upload a picture to a server using a script since I am developing a website for pictures Here is the site any help is appreciated if possible... thanks
  2. cpugeek

    RSS Feed

    I need some help learning how to make an RSS feed for websites. Notes: Help is appreciated. *obvious*
  3. i was wondering if there is anyway possible to have 2 vertical frames and one horizontal frame at the top? I have tried every possible way I can think of and i cannot get it working. Is there anyway to make this possible? any help is appreciated. thx for any help you can give me!
  4. cpugeek

    email prob.

    no it was because my security was way to high and so it would block almost everything so i had to lower it a little bit. and for some reeson it was reset that is why it was not showing up.
  5. this should do the trick!all you have to do is add it in between the <head> tag and the </head> tag and it will work! <!-- Simply copy and paste it between <HEAD> and </HEAD> tags --> <script LANGUAGE="JavaScript" type="text/javascript"><!--var current = 0var x = 0var y = 0// The number 100 represents the wait in milliseconds // between the typing of each character in the message list.var speed = 100// The number 2000 represents the number of milliseconds // between the changing of each message (2 seconds, here). // Anywhere between 1500 and 5000 would be fine.var speed2 = 2000function initArray(n) { this.length = n; for (var i =1; i <= n; i++) { this[i] = ' ' }}// This is Message-Number Arraytyp = new initArray(4)typ[0]="This is Message 1"typ[1]="Now it is Message 2"typ[2]="Oh yes, this is Message 3"typ[3]="Yea, this message, 4, is the last message (and it's the longest)"typ[4]="and if you want to add more messages just type them here along with a new number"typ[5]="Created by Austin Biggs"function typewrite() {var m = typ[current]// The _ can be removed by removing + "_" belowwindow.status = m.substring(0, x++) + "_"if (x == m.length + 1) {x = 0current++if (current > typ.length - 1) {current = 0}setTimeout("typewrite()", speed2)}else {setTimeout("typewrite()", speed)}}typewrite()//--></SCRIPT> and the reason the html tutorials dont have any thing about them is because it is javascript. and active-x will only pop-up locally not on the webedit: i know it isnt active x i was talking abut when you open it sbecause when you open the document up locally the active x bar pops-up and asks to block the content.
  6. no offense moridin. though you are right to an extent if you have the certificate they know you know what your talking about. especially if you get 95% or higher then you also get the certificate of appreciation. which would really make them trust you. just my opinion
  7. what do u want to know vchris? explain
  8. favicons are neat little features dont you think? i user them in all of my websites i have even learned hoew to make a scrolling favicon in the address bar it is so neat!
  9. cpugeek

    title bar

    <title> your name </title>i forgot to say put that in the head of your html doc.doc stands for odcumentdocument^
  10. wow i didnt think about that, that wouldve sucked at leest it didnt happen
  11. cpugeek

    email prob.

    thanks, i have figured it out so forget about it for some reason my security was to high of a level and so it was blocking it so i just had to lower my settings from high to medium high and it showed up
  12. they should probably update the backup every week or every other week
  13. cpugeek

    email prob.

    i am using a email form but when i put it on my page there is nothing there even though it is in the code. some1 told me that i have to install somethiing so any help?does anyone know?
  14. thnks i didnt no! sorry if i ws rude(i was)
  15. when the forum went down a couple days ago i couldnt get on and now that i can get on it has me listed as a newbie (i was an advanced member) and it has erased all of my posts! what happened?
  16. i am building a webpage and a picture is required in the tooltips. but i wasnt thinking and was lkike ohhhh i know that and realized how i used to do it doesnt work in html 4.1 so can anyone give me so help?
×
×
  • Create New...