Jump to content

Synook

Members
  • Posts

    7,416
  • Joined

  • Last visited

Posts posted by Synook

  1. why would site use pytthon over say c++ or php etc..?
    a) The developer/s have better knowledge of Python than other languages:) The developer/s like itc) It has features that make it useful to the site (could also be a particular library / framework)d) Its suited to their architecture / hardware / softwaree) Its faster than PHPEtc.
  2. I don't know... its too ordinary in my opinion. Like any other of those other hundreds of web development forums out there just like it (including this one :) )And I can't say the record of replies in other forums is that good.http://forums.xaos-ia.com/index.php?topic=632&page=1http://www.davidcastle.org/BB/review-http-...rum-vt4753.htmlYou have got some replies like the ones abovehttp://www.helpingwebmasters.com/website-r...12395;topicseenhttp://www.htmlforums.com/website-review/t...com-102225.html(I couldn't resist checking after your post :) )Concentrate - even though you have not received feedback as you may have on other forums there is always something to learn from posts. Imagine if Skemkin was a potential new member of your forums? What does he think visiting the site for the first time? Will he like it, or will he be detracted by the conventional appearance and lack of specifics?Also, remember on this site we are more into critiquing unique designs and custom web applications.

  3. Did I mention that my only gripe with Notepad is that it doesn't have auto-indentation? I hate it how you have to tab in multiple times every time you create a new line. GNOME's default text editor is much better (it even has syntax highlighting) :)

  4. I don't use Perl personally, but I think there would be no problem with a CGI category with a Perl forum. then the people who do use it can come to this board, contribute and also post in the other forums, and the rest of us could also learn something about technologies we wouldn't normally use. And there is always the minimize button for those who find it gets in their way...

  5. you have to click on each thing to see one of them x_x it gets enoying
    What "thing" did you have to click on?
    when i first signed up i couldent post or vote..
    Due to anti-spam restrictions, users have to have their first 5(?) posts approved by a moderator.
  6. Yes, add a space between them

    $both.="<OPTION VALUE=\"Surname,Name\">".$Surname." ".$Name;

    By the way, you should close your option tags and have all tags in lowercase.

    $both.="<option value=\"Surname,Name\">$Surname $Name";</option>

    And don't be afraid to make your own threads.

  7. Heh - our teacher told us about W3Schools too - it is like the only resource we use when learning web design... :)In our classes they don't really care how we make our layouts, because for most people it takes the entire course (4 weeks) to get their's to even work properly :)

×
×
  • Create New...