Issues with your account? Bug us in the Discord!

forums.firstones.com

2

Comments

  • croxiscroxis I am the walrus
    yes, ikonboard can use mySQL for its database. I know, I just set one up!
  • JackNJackN <font color=#99FF99>Lightwave Alien</font>
    [quote]Originally posted by croxis:
    [b]yes, ikonboard can use mySQL for its database. I know, I just set one up![/b][/quote]

    Not to mention that I knew it could also, because Beyond Babylon forums has been using iKno Board with MySQL for a year now. Scott was just buitching to me about MySQL the other day! hahahahaha!

    [img]http://216.15.145.59/mainforums/biggrin.gif[/img]
  • Vertigo1Vertigo1 Official Fuzzy Dice of FirstOnes.com
    [quote]Originally posted by samuelk:
    [b] Why don't you just bookmark the main forum page?

    [/b][/quote]

    I do *at home*, but I visit the place sometimes when I'm on campus.

    ------------------
    [b][url="http://www.savefarscape.com/"]SAVE FARSCAPE![/url][/b]
    "Isn't the universe an amazing place? I wouldn't live anywhere else! Love to stay! Can't, have to go! Kiss! Kiss! Love! Love! Bye! *kiss*" - G'Kar
  • Vertigo1Vertigo1 Official Fuzzy Dice of FirstOnes.com
    [quote]Originally posted by Random Chaos:
    [b]
    Yeah...IKonboard is ugly. VBB is very nice and PHPBB isn't bad.[/b][/quote]

    nitpick: VBB = Volition Bulletin Board (now defunct)
    vB = VBulletin

    Say VBB around Kier (in reference to vB) and he'll tear you to shreds. [img]http://216.15.145.59/mainforums/tongue.gif[/img]

    ------------------
    [b][url="http://www.savefarscape.com/"]SAVE FARSCAPE![/url][/b]
    "Isn't the universe an amazing place? I wouldn't live anywhere else! Love to stay! Can't, have to go! Kiss! Kiss! Love! Love! Bye! *kiss*" - G'Kar
  • Random ChaosRandom Chaos Actually Carefully-selected Order in disguise
    [quote]Originally posted by Vertigo1:
    [b] nitpick: VBB = Volition Bulletin Board (now defunct)
    vB = VBulletin

    Say VBB around Kier (in reference to vB) and he'll tear you to shreds. [img]http://216.15.145.59/mainforums/tongue.gif[/img]

    [/b][/quote]


    nit picker [img]http://216.15.145.59/mainforums/tongue.gif[/img] [img]http://kier.3dfrontier.com/smilies/drevil.gif[/img] [img]http://216.15.145.59/mainforums/tongue.gif[/img]
  • JackNJackN <font color=#99FF99>Lightwave Alien</font>
    [quote]Originally posted by Random Chaos:
    [b]
    nit picker [img]http://kier.3dfrontier.com/smilies/drevil.gif[/img] [/b][/quote]

    Yeah, but you don't pick nits out of you nose dude, you pick them out of your children's hair after they've been exposed at school...

    [img]http://216.15.145.59/mainforums/wink.gif[/img]

    [img]http://216.15.145.59/mainforums/biggrin.gif[/img]
  • Vertigo1Vertigo1 Official Fuzzy Dice of FirstOnes.com
    [quote]Originally posted by JackN:
    [b] Yeah, but you don't pick nits out of you nose dude, you pick them out of your children's hair after they've been exposed at school...

    [img]http://216.15.145.59/mainforums/wink.gif[/img]

    [img]http://216.15.145.59/mainforums/biggrin.gif[/img][/b][/quote]

    Speaking from experience Jack? [img]http://216.15.145.59/mainforums/wink.gif[/img]

    ------------------
    [b][url="http://www.savefarscape.com/"]SAVE FARSCAPE![/url][/b]
    "Isn't the universe an amazing place? I wouldn't live anywhere else! Love to stay! Can't, have to go! Kiss! Kiss! Love! Love! Bye! *kiss*" - G'Kar
  • PJHPJH The Lovely Thing
    Just to clear up things a bit. SQL is not a database. It's a standard database query language (Structured Query Language, or SQL) and a language of its own, which is used to handle and access databases (Read, Write, Update etc.).

    SQL is then used in conjunction with other languages (Like for example PHP, C++, Visual Basic and many many others) to make use of the databases and is actually often implemented into those programming languages by default, so you can use SQL with them without installing a separate SQL support module (some languages don't have built-in SQL support and require this though). Programming languages itself can't communicate with any databases without a separate database query language which is the SQL.

    Note that there are also different versions of SQL one of them being MySQL. There are also different kind of databases existing most common being relational database.

    Just to avoid misunderstandings. [img]http://216.15.145.59/mainforums/smile.gif[/img]

    - PJH
  • ArgoneArgone Genuine Klingon
    Uhh....Thanks PJH. I was just a little on the lost side! [img]http://216.15.145.59/mainforums/eek.gif[/img]

    But what else is new!
    [img]http://www2.incredimail.com/contents/animations/characters/cave_man_d.gif[/img]

    ------------------
    [b]4 Thousand Throats can be cut in one night by a running Warrior[/b]
  • JackNJackN <font color=#99FF99>Lightwave Alien</font>
    [quote]Originally posted by Vertigo1:
    [b] Speaking from experience Jack? [img]http://216.15.145.59/mainforums/wink.gif[/img]

    [/b][/quote]


    Why yes... You see, I'm a Foster parent who lives in California. That should say just about everything it needs too! [img]http://216.15.145.59/mainforums/wink.gif[/img]

    Schools are the breeding grounds of all kinds of wonderful shit that you'd rather avoid in life.

    [img]http://216.15.145.59/mainforums/biggrin.gif[/img]
  • JackNJackN <font color=#99FF99>Lightwave Alien</font>
    [quote]Originally posted by PJH:
    [b]...Note that there are also different versions of SQL one of them being MySQL. There are also different kind of databases existing most common being relational database.

    Just to avoid misunderstandings. [img]http://216.15.145.59/mainforums/smile.gif[/img]

    - PJH[/b][/quote]

    I was having fun avoiding misunderstandings in your post until I reached that paragraph.

    MySQL [b][i]IS[/i][/b] a database program, not a version of the SQL language. It's primary form of use is through the SQL language. Be it PHP, COld Fusion or ASP, etc that uses SQL to access it.

    I recently ported a ODBC relational database from Access to MySQL that I have running on my test server. Next comes PHP for me, as I already have a Cold Fusion set of pages working with the original ODBC database.

    So far I like PHP, very clear and very similar to JavaScript...

    Anyway... [img]http://216.15.145.59/mainforums/biggrin.gif[/img]
  • PJHPJH The Lovely Thing
    Well, I was a bit hasty and tired when I wrote my earlier post. So hear goes....

    MySQL is a database type (among other things), but at the same time it also [b]IS[/b] a version of SQL language.

    MySQL actually is as a whole a [b]database management system[/b], which [b]includes[/b] a MySQL database and a MySQL language among other things.

    When MySQL DB was developed you couldn't have used it without having a new version of SQL language made, which supports those unique new features of it, now could you Jack? [img]http://216.15.145.59/mainforums/wink.gif[/img]

    Those new commands, which are executed in SQL language queries and which the MySQL DB supports, had to be implemented to the SQL language in order to make use of those new features the MySQL DB offers and that thus essentially made a new SQL language version called MySQL. Just like there is for example Oracle SQL, or Progress's own version of SQL (I also used to study Progress database programming many moons).

    The SQL language and databases actually goes hand in hand, because if you create a new DB type you have to develope a new version of SQL language to support it as well.

    There. [img]http://216.15.145.59/mainforums/wink.gif[/img]

    - PJH
  • PJHPJH The Lovely Thing
    [quote]Originally posted by Argone:
    [b]Uhh....Thanks PJH. I was just a little on the lost side! [img]http://216.15.145.59/mainforums/eek.gif[/img]

    But what else is new!
    [img]http://www2.incredimail.com/contents/animations/characters/cave_man_d.gif[/img]

    [/b][/quote]


    Hehheh... I don't think you're THAT ancient yet Argone. [img]http://216.15.145.59/mainforums/biggrin.gif[/img]

    - PJH
  • ArgoneArgone Genuine Klingon
    Thanks, You had me scared there! [img]http://216.15.145.59/mainforums/wink.gif[/img]

    ------------------
    [b]4 Thousand Throats can be cut in one night by a running Warrior[/b]
  • JackNJackN <font color=#99FF99>Lightwave Alien</font>
    [quote]Originally posted by PJH:
    [b]
    Hehheh... I don't think you're THAT ancient yet Argone. [img]http://216.15.145.59/mainforums/biggrin.gif[/img]

    - PJH[/b][/quote]


    That's funny! The more I move my mouse on the screen, the faster he runs... hah hah!
  • PJHPJH The Lovely Thing
    [img]http://216.15.145.59/mainforums/icons/icon11.gif[/img]

    You sure you haven't been drinking too much "Jack" Jack? [img]http://216.15.145.59/mainforums/biggrin.gif[/img] [img]http://216.15.145.59/mainforums/wink.gif[/img]

    - PJH
  • An ex-SquidAn ex-Squid Elite Ranger
    That's probably the case... especially since he's moving his [i]mouse[/i] across his screen... [img]http://216.15.145.59/mainforums/biggrin.gif[/img]

    ------------------
    "Lies, damn lies, and statistics..." (secret motto of the Internal Revenue Service)

    Just another stubborn Naval Reservist...
  • Vertigo1Vertigo1 Official Fuzzy Dice of FirstOnes.com
    Just be glad its a mouse and not a gerbil. [img]http://216.15.145.59/mainforums/biggrin.gif[/img]

    ------------------
    [b][url="http://www.savefarscape.com/"]SAVE FARSCAPE![/url][/b]
    "Isn't the universe an amazing place? I wouldn't live anywhere else! Love to stay! Can't, have to go! Kiss! Kiss! Love! Love! Bye! *kiss*" - G'Kar
  • ArgoneArgone Genuine Klingon
    I'am just glad he's not Centuri!

    God only knows what would have been drug across the screen! [img]http://216.15.145.59/mainforums/eek.gif[/img]

    ------------------
    [b]4 Thousand Throats can be cut in one night by a running Warrior[/b]
  • PJHPJH The Lovely Thing
    LMAO! [img]http://216.15.145.59/mainforums/biggrin.gif[/img]

    Well, I'm just glad he's not moving his screen across the mouse. [img]http://216.15.145.59/mainforums/biggrin.gif[/img]

    - PJH
  • SanfamSanfam I like clocks.
    Well, there goes my break. [img]http://216.15.145.59/mainforums/tongue.gif[/img]

    Sorry for the lack of any forum move.

    As it turns out, I contracted a bout of pneumonia (thought it was a cold, then the flu...) and have been in bed since last tuesday. *ick*

    But I'm getting better now, and am finally using the computer and getting on the internet again, so the forums will be moved when the time allows. Right now, I don't feel like doing much related to anything at all, so I'm just going to rest for a bit and see how I feel in a few days.
  • croxiscroxis I am the walrus
    Thats crappy! How are classes going then? My mom got pneumonia for a month. I was too young to understand how sick she was.
  • SanfamSanfam I like clocks.
    It hit me on my break. [img]http://216.15.145.59/mainforums/tongue.gif[/img]

    I didn't even notice the signs of it coming on until last tuesday, when it hit me. It was very strange, and I thought it was the flu, so didn't treat it as I should have.

    Once my mother had an idea of what it was, she started a really great treatment consisting of chicken soup, some ginger, and various other herbs (also some tylenol, but that's for the pain, not the healing).

    I'm supposed to recover just in time to go back to college, so *ick*. At least I came here early. Had I stayed at RIT like I originally planned, I'd be in terrible condition with no medicine, no money, and nothing to do, which would have been much worse.

    I'd also be surrounded by bricks, which would be terribly boring. [img]http://216.15.145.59/mainforums/wink.gif[/img]
  • ArgoneArgone Genuine Klingon
    Hope your feeling better soon.

    Thats nothing to mess around with many people die from pneumonia.

    Really glad you caught it early just take it easy and drink plenty of fluids!



    ------------------
    [b]4 Thousand Throats can be cut in one night by a running Warrior[/b]
  • MessiahMessiah Failed Experiment
    Hope you get better. [img]http://216.15.145.59/mainforums/smile.gif[/img]

    ------------------
    Talk is silver, but violence is gold.
  • BigglesBiggles <font color=#AAFFAA>The Man Without a Face</font>
    Erg, sounds nasty.

    ------------------
    [url="http://www.minbari.co.uk/log12.2263/"]Never eat anything bigger than your own head.[/url]
    "Nonono...Is not [i]Great[/i] Machine. Is...[i]Not[/i]-so-Great Machine. It make good snow cone though." - Zathras
  • SanfamSanfam I like clocks.
    It's not so bad.

    I'm much better now. We have a great family doctor who figured out what it was in a matter of minutes, so things are clearing up really quickly.

    I used yesterday to paint the new mailbox. Now, it's got a really nifty prismatic finish! It looks *really* nifty, and I'm very proud of how it came out. [img]http://216.15.145.59/mainforums/smile.gif[/img]
    I wanted a green/purple transition, but they only had blue/purple, so I got it instead.
    [url="http://www.krylon.com/product/mystique.asp"]I love this stuff. [img]http://216.15.145.59/mainforums/smile.gif[/img][/url]
  • Vertigo1Vertigo1 Official Fuzzy Dice of FirstOnes.com
    Dude, herbal teas would really help you as well. I drink green tea ALL the time and I hardly ever get sick.

    ------------------
    [b][url="http://www.savefarscape.com/"]SAVE FARSCAPE![/url][/b]
    "Isn't the universe an amazing place? I wouldn't live anywhere else! Love to stay! Can't, have to go! Kiss! Kiss! Love! Love! Bye! *kiss*" - G'Kar
  • SanfamSanfam I like clocks.
    I had ginger tea for a bit, although I can only stand so much ginger for so long...

    But herbal things do work wonders.
    And better, I'm off the Zithromax now, so...YAY. I'm feeling so much better. [img]http://216.15.145.59/mainforums/smile.gif[/img]
  • ArgoneArgone Genuine Klingon
    Remember the time I had it, Death would have felt better! [img]http://216.15.145.59/mainforums/wink.gif[/img]

    ------------------
    [b]4 Thousand Throats can be cut in one night by a running Warrior[/b]
Sign In or Register to comment.