Jump to content
xisto Community

SilverFox1405241541

Members
  • Content Count

    204
  • Joined

  • Last visited

Everything posted by SilverFox1405241541

  1. Perhaps the server is temporarily down? Lately lots have had thier sites down. If you have a asta sub domain then wouldn't asta page be like the parking page? If so then your server is just down or something and It'll pass.
  2. saint-michael, the reason I called it new age is you'd be surprised how many people are using non-XHTML compliant stuff. This is about XHTML so " is the valid quote...at least for my examples. And I don't know the uncommon things that often But I know that some people who come to asta surprisingly have almost no coding background, look at me. @Chesso: I see. I know I'll add that. I was speaking mainly of the actual code though
  3. I agree not to spam them.I once worked with a fellow who used for his keywords:fun party games, fun games, fun-fun, fun, happy fun, ballon fun, fun, fun.And had many links to his site.I agree with your post.
  4. In all your html there are things you want to follow. Always use lowercase for your HTML Tags Don't use upper case. Upper case is bad (this can be hard to do if your like me and tend to write <I> and then </i> for closing:P). <center><H3>Types of Staff</H3></center><H4>Administrators: <i>SilverFox, Danmidas</i></H4> Above: Bad CodeBelow: Good Code <center><h3>Types of Staff</h3></center><h4>Administrators: <i>SilverFox, Danmidas</i></h4> Use Self-Closing TagsIn html certain tags (ex. img, br, hr) didn't need closing tags. However its best to write them with something called self-closing tags. This is a more normal, bad HTML code.<br><br>I'm not using self closing tags. <BR> Now I just used a capital one. Big bad-bad :P <hr> Above: Bad CodeBelow: Good Code This piece of code is better. <br /> <br /> I just used self closing tags. <br /> and I didn't use a capital. <hr /> Make your Documents "well-formed" Form them right. <p>here is an emphasized <em>paragraph.</p></em> Above: Bad CodeBelow: Good Code <p>here is an emphasized <em>paragraph.</em></p>Might take you a while to pick up on thise one. In the first example the <p> was closed then the <em>. However that's over-lapping and it isn't good. Always Quote Some might have a problem with this thankfully I never have (writing the bad code in the example I found I had written it right without trying). <td rowspan=3><br /><a href=site goes here.net> Above: Bad CodeBelow: Good Code <td rowspan="3"><br /><a href="site goes here.net">Always quote attributes. DocType Most of us use <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">I recommend using: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://forums.xisto.com/no_longer_exists/;This is the way to the future. Thanks EDIT: Added <center> to examples that didn't have a start tag.
  5. Personally I find bright, flashing colors very attractive within moderation. However that site is over the end. And just...most people don't find flashing lights appealing so don't make your PUBLIC site something your AUDIENCE won't like.
  6. Thanks.That'll help and I'll ask Chesso...he might know.
  7. I'm a teenager and there are lots of teens who do sites who don't do them that *BLEEP*. I thin the guy actually knew a lot of html...I couldn't do a background like that. However he seemed to not know how to properly use his html knowledge. And its Greek not Russian
  8. Here are some questions: What is AJAX? What do you mean store a timestamp? How would I make the php script check the timestamp? I'm asking b/c my project is a online virtual hacking game and I"ll need to implement timers for downloads and such. I know its possible as another game, Slavehack* has such a system. *Slavehack, the slavehack name and game code is the property of its respective owner.
  9. Yeah if its a big site I think I'd also use the source code (after seeing this) or more likely the temp internet files. There is no equivalent to Page Info in Opera (just looked). http://forums.xisto.com/no_longer_exists/ is an Opera addon for Developers and it might have something like that. I'm pretty sure IE doesn't. The chances of finding a site with RightClick Disabled is not large.
  10. I got an easier way! It only works with FF that I know of. Tools>Page Info.Test it out. Its easier than any of the ideas I saw here (for me at least).I imagine Opera can do that somehow but IE can't.
  11. I'm not sure this is the right place to post this.But I'm working on a project and I need to know how to implement a timer.Like how would I make a delay between what the user says to do and the execution?Sorry if I'm not making sense.But what i was thinking is like.User Tells system to do something => System delays it using some formula for let's say like 512 Seconds => System Finishes what user said to do.Any tips on how to implement this?
  12. Lol I was making a joke. Don't take it so seriously.I wonder how sites like youtube stay online and how cracking sites do...but they do. Because this is how it is.
  13. Thanks all.I already had a good understanding of databases in general from working with MSAccess and I'm already making progress on my project.phpMyAdmin that comes with Xisto is simply great.As for looking at other php code...that just is too much #### for me to filter. But I am looking at existing mysql dbs.
  14. Thanks for all the pointers. I'll look at all of them.yordon's is esp. useful due to the fact that his method is one of the main ways I learn.Thanks. When I'm all done with my project I'll let you all see it
  15. I want to learn MYSQL but I don't know where to start.Any suggestions of where to start in learning MYSQL?
  16. Chesso what more could u expect more from danmidas?Why does it use unix commands (cd) if its a windows hack?
  17. Youtube has so many illegal **** I don't know how either.Gingica your a woman I assume? It seems like it, only women value copyrights.
  18. Well this is neat. I like the exploits in windows—they're fun to play with.
  19. I hope Dell doesn't start using Ubuntu. In my view Linux is inferior to Windows.Argue all you want using illogical creeds but there is NO proof that Linux beats windows. Just ideologues who hate Microsoft.The only reason to preinstall Linux would be that its cheaper than Windows.
  20. Just pop in the other disk.You might need to reactivate windows if its a new motherboard.But I've used the same HDD in several PCs. Your removing the other one right?
  21. Okay how do you define MMOG?In my mind its any online game. I don't play any true MMORPGs but I am addict to Slavehack.....again.Other games just don't get me...WoW takes too long and the others are too...weird.
  22. That site you linked to his terrible. The background is gay and the popup bar said I wasn't secure in my personal faith . Lol.
  23. Vista isn't good but I hope Vienna will be...however what a wired name.WinXP is good and all they are doing is making OSes worse than XP.
  24. IMO myspace is horrible. Many users can't even use <br> and Myspace doesn't allow php and its CSS methods suck.I don't think its a tool but a nuisance.Its just *BLEEP* to be blunt.
  25. My gmail and all other people's gmail that I know of are still okay.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.