Jump to content

MadPotato

Members
  • Posts

    72
  • Joined

  • Last visited

About MadPotato

  • Birthday 02/11/1986

Contact Methods

  • Website URL
    http://
  • ICQ
    83209887

Profile Information

  • Location
    São Paulo - Brazil

MadPotato's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. you're using absolute positoin in each 'layer'...thats why you cant center itprobably it's a temporary solution, i guess...try to use relative values, and put all in a 'root' div, then center only this mother divhope i helped ^^by the way, nice design, congratulations
  2. welcome dude...i started to learn HTML in 13 too, and now i'm 19, working as a professional web developer, so i wish you the best luck, and offer any help you could useplus, you remembered my first page ever! last updates in 2001! haha, heres the link: www.geocities.com/batatabonzao/spell.html lol...a long long long time ago ^^ps.: it's all in portuguese ^^
  3. 1) to handle databases, you'll need some server-side code, like ASP or PHP2) with the server-side, you can handle the login too, try something like save each login/password (if found in your database) in a 'SESSION' of 'COOKIE' variable, and verify in each page if it has any content, if not, use something like PHP's 'exit()' functionps.: if you didn't understood anything of what i said in item 2, try learning some server-side scripting at www.w3schools.com ^^ good luck
  4. dont your forgot the <input type="submit"> ?
  5. well...i was about to post a design of mine, but i just realized my host deleted it cuz i didn't paid my bills! asHUhuashuASHUhuaswell, first, i could not see your page, just a lot of red 'X's.beware, geocities use somekind of unix system, wich is case-sensitive (that means that if your code is trying to show image.GIF, and the file in the folder is image.gif, it will not work)plus, try to learn some HTML at www.w3schools.com, dont be a WYSIWYG slave! lolbelive-me, when you first meet HTML, it'll like addict you
  6. sorry Rev...but i dont think that there's a program like that...it's somekind too 'complex' and 'specific' to call the atention of the developers, and a good online game, with good dinamic, like what you should be thinking of, would require flash...what is a...Blergh!
  7. MadPotato

    E4X

    when i try the script in w3schools.com example, in Mozilla Firefox the browser load the data, but keeps showing the 'loading' icon, and the cursor with that sand clock...does the browser dont have good support for E4X ???thx 4 the atention
  8. try a function like this: function makeItGlow(obj) { obj.src="glow.gif"} and in the mouseover, call the function in this way: makeItGlow(this)you'll pass as an attribute the object itself, so the function can handle it directly
  9. ...or you can learn some Ajax, aka XMLHttpRequest...you can find how to do it right here in www.w3schools.com, in the XML section
  10. MadPotato

    Formato de data

    ola manzolibom, quanto à sua duvida, eu não estou apto a responder...eu mesmo sempre uso campos string pra armazenar datas por diversos motivos, então não posso te ajudarmas posso te dar uma dica...tente fazer sua pergunta em inglês, os membros desse fórum são de todas as partes do mundo mas quase nenhum fala pt, entao suas chances de conseguir uma resposta são muito menores assim...desculpe por nao poder te ajudar, e boa sorte!
  11. MadPotato

    Send Message by Ip

    search google for "PHP Sockets"javascript/vbscript can't do it, cuz it could be a security problemPS.: plz, try to post your msgs in the correct section of the forum...this is the SQL forum!
  12. MadPotato

    html games

    or use Blender3d (click), that have a native game engine, which is integrated with Python to make advanced scripts (but it's not needed, just a 'bonus')
  13. none of the proggies up there aew WYSIWYG, they're only text editors with syntax highlight
  14. MadPotato

    html games

    lol...thats WAY far from "simple"
×
×
  • Create New...