Jump to content

Jonas

Members
  • Posts

    2,402
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Jonas

  1. To the people who were arguing: PM-ing is meant for that. So are AIM, YAHOO, and MSN along with Gtalk. this person came here looking for help, not a debate.
    I'd prefer it if it was done in the open so it can be put an end to. Discussing is one thing, but arguing is just unnecessary and unhealthy for the community, so it's better to resolve issues in the open than to create hostility and enmity "behind the scenes" (over PM) which no one else knows the cause of. PM I think is more a function for off-topic chatting and, well, private matters. Of course arguing can be a private matter, but if it's over topics such as code solving and procedures, like I said, it's preferrable to do it in the topic that spurred the disagreement..
  2. Hmmmm...I had an idea --- If yu are also incudeing JS then there should be somethine like when I write "document." then a list of possible classes should come
    I think that goes under "Popup lists of tags & attributes", and "Built In Javascript Snippets". But of course, if it's going to be an html editor, it should also have support for javascript and partial code-completion or help.
  3. Ok, now I understand...And about that proverb, what should i learn first to have a base and learn phpBB too...until now I know html and now i am learning flash...
    If you want to learn how to use the software phpBB in itself as it is made, you'd be best to check out their support site:http://www.phpbb.com/support/and the forum for additional help:http://www.phpbb.com/phpBB/If you want to understand how such software is made, you'll need to learn the technologies behind. In the case of phpBB I believe that is html, css, javascript, php and probably mySQL for a database (SQL being the necessary language to learn for php-to-database interaction).
  4. div {margin-left: auto;margin-right:auto;}

    Or some Browsers need this:

    div {margin-left: auto;margin-right:auto;text-align:center;}

    That first block of code you posted will in fact just center the div, and in so doing you'll probably and most likely center the text as a result. The other block on the other hand will both center-align the div and the text within. What you should do is use text-align: center; on the parent element, and margin: auto; on the child elementbody {text-align: center;}div {margin-left: auto;margin-right: auto;text-align: left;}That should do the following
    1. center all text AND elements in older versions of IE
    2. center the div element for newer browsers
    3. re-align the text in the centered element to the left (granted the element only was what you wanted aligned)

    Simply for centering text you'd use the container element and give it the text-align: center; css info. I believe it needs to have a default or set value of display: block; for it to work though, which would explain why <span style="text-align: center;">Text</span> doesn't work, because the span element is by default displayed inline.

  5. Agreed! So why dont you write a tutorial for phpBB and we continue with our normal life.BTW: Here is a tutorial - http://www.phpbb.com/support/guide/
    Chill out, don't be so dismissive and impolite.You see Xtazy, the w3schools site is about w3 (www) tutorials, meaning tutorials regarding the web and sharing info on the web. There are many ways to share info on the web, phpBB being one of them, and w3schools can't well have a tutorial for every forum software there is out there. Therefore the concentration is on the actual languages used to write applications such as html, css, javascript, php and a lot more. It's like the Chinese proverb: "Give a man a fish and you feed him for a day. Teach a man to fish and you feed him for a lifetime." If you can learn the technology behind a software, you can write your own.That being said, the phpBB does indeed have a community and tutorials where you can get excellent help installing and tweaking it...
  6. I don't see the admins online very much, do they check on and update the forum or have they left it entirely in the mod's hands?
    Mostly we handle the day-to-day running of the forum, while keeping kaijim (the admin) updated. He's busy writing tutorials you see.
  7. This is really a transition period of sorts, it's recommended using both when dealing with forms, because form elements still use the name attribute. The thing is, forms like they are today are, I think, supposed to be replaced by XForms, but that still has some time to go before becoming a standard and supported by all browsers. After html forms are outdated, so will the name attribute.

  8. I can. Unless you have a few languages or a few formats to choose from, there really is no need for a starting page. You might as well use this as your top logo, but alone on a starting page? Cute, but useless.As for the image itself... I can't really give any suggestions to that either. It is like taken from the stars :) .
    Seeing as he's from or located in Quebec, he might want to have a french and and english version..? But yeah, if not as a splash page, then it definetely works as a logo/header image... :)
  9. Ok I know i might seem selfish requesting this all but think we could be famous microsoft might use our software in the future who knows so lets team up freinds!
    1. Microsoft using our software in the future is hardly a compliment.2. I don't believe anyone has become famous ever for making an application with a (web) language someone else created.3. Microsoft using software written in PHP is unlikely at best.I meant to write this as well in the PM I sent you, but I clicked send before I was happy with the reply, so sorry about that. But please consider the rest I wrote, there's really no point in reacting like you did.
  10. This kind looks like spam, should we close this topic before it gets out of hand?I know I was the first to reply but still..... :blink:BTW: Nice picture smiles.Maybe we should turn this into Christmas Layouts(CSS/HTML) thread, where we make Christmas layouts and let others preview them here.
    Nah, I see no need to close it. If we can't even wish each other happy holidays and a merry christmas, then there's really no room for community and further no point in the forum. If it's the bandwidth you're thinking about, we can just delete this when the joyous season is over... :)
    Merry Christmas! I'm asking Santa for expert knowledge of php and coldfusion this year :)
    Santa doesn't have the power to give abstract things, Santa can only give physical things, material things. If you want expert php and coldfusion knowledge you have to ask another deity, or just plain work on it yourself... :)
  11. www.iistehleet.net?iis standing both for the server IIS, and for the grammatically incorrect "I is" (am). tehleet speaks for itself, no double entendres there...Of course, that domain name would work best if you're actually a .net leet and so code for iis... :)Wow, what started as a very unserious post suddenly became serious... :)

×
×
  • Create New...