Jump to content

Synook

Members
  • Posts

    7,416
  • Joined

  • Last visited

Everything posted by Synook

  1. IF ERRORLEVEL == 4 GOTO QUIT_MENUIF ERRORLEVEL == 3 GOTO VERIF ERRORLEVEL == 2 GOTO RUN_INTIF ERRORLEVEL == 1 GOTO LEARN Isn't the equality tester in DOS just "=", not "=="? I'm not sure.
  2. I me ser ev c wo o wha y a sa wit wri f wo... :)But yes, I would say if it is an internet application, go for the download, but if it is for an intranet where all computers have the PDF plugin, then embedding is neat.
  3. For the popular editors, have a look at this thread: http://w3schools.invisionzone.com/index.php?showtopic=760
  4. Well, make the parent of the table have text-align:center; ... <div style="text-align:center; "><table><!-- Table cells here --></table></div>
  5. You have to put the style in the <td> tags <td style="text-align: center;">
  6. I would suggest XHTML -> CSS -> JavaScript -> PHP -> SQL -> AJAX.You can also do the XML tutorials (just learn them in the order they are on the menu in).
  7. Synook

    Domain Name

    I like the slide-panel. Though the red looks a bit strange in my opinion, I would have stuck to blue.
  8. Synook

    Flash Tutorial

    Umm... an animation library is a collection of animated media that can be referenced when creating a presentation. There is no one animation library, there are thousands all over the place, for many different platforms. Though I'm sure if you ask nicely Prateek may give you his, or some of his.
  9. Synook

    XML PArser

    Well, if you really wanted to, then you could write your own parser using the file functions in conjunction with regular expressions, but I would say that is a waste of time. Just add a root node such as <tags> and you will be fine!
  10. Synook

    Domain Name

    Are you sure you don't mean @import url('css/print.css'); ? Otherwise it will be looking in the path "//css/print.css" for the stylesheet.
  11. Site Name: RoundedDesignSite Description: Random web projects that may be useful...Site Owner/Developer: SynookSite Address: http://www.roundeddesign.com/Extra Comments: Who does think any of the applications displayed will actually be useful?
  12. lol probably a permissions problem.
  13. Synook

    PHP Tutorial

    I don't think that post even exists any more and yes I think meaning is as important as punctuation...
  14. Welcome everyone hope you have a constructive time on these forums, and don't hesitate to ask any questions you might have What? Your not using mine!
  15. Ah yes, but then you can't get a domain like .co.uk for free, can you? Is .co.uk technically a subdomain?
  16. .co.nr ( http://www.freedomain.co.nr ) are also free, but this is because, if you look carefully, they are just subdomains of .co.nr, as the domain is .nr .
  17. Synook

    Gobby

    Err... the link is broken :)Edit: Oh wait - I found a new link - http://gobby.0x539.de/trac/
  18. Like me! :)Yes, but hi everyone, I am Synook, and, umm... I would like to try and improve my skills in XML and other languages in my time here I mostly program in PHP and HTML, CSS, and would like to be better in JavaScript though I can use it atm.
  19. I like DreamWeaver for its code completion features - while I know it is bad programming practice to use it, I find my efficiency is greatly increased
×
×
  • Create New...