Jump to content

L8V2L

Members
  • Posts

    788
  • Joined

  • Last visited

Posts posted by L8V2L

  1. This is much better, if you don't like reading there are other tutorial site with video options. But keep in mind that you are moving to the pace of another person, and rewinding and fast forward can get trier some.

  2. .... Beside the title of this thread, let talk about threads... Or more so server side scripting. Reading on server side scripting, I read that apache only handle http functions. And host language for server side scripting, i.e. Php, c++, java. But that mean that... Like the browser, apache is just a host for the language. I wonder why Apache don't implement JavaScript as an optional language?Any thoughts on this?

  3. if you don't have anything constructive to add, please don't post it. There's no harm in showing off work, but maybe it should have been in the critiques sub forum, whatever. Either way, you're not one to judge.

    I don't mean any harm toward it.... Wait! Maybe if we just start posting about node they'll put up a node tutorial!!!!Um yeah let talk more on this. So MrFish, what dependency does this have?I more aim toward using the core modules.
  4. to be absolutely clear to everyone, user L8V2L is _not_ an appointed forum moderator. It is fine to say you are active in particular sub forum, but it is not okay to mis represent your account status.

    I didn't say that, I said I moderate the XML area section.Don't take my word out of context.
  5. I never thought I'd see crazy conspiracy theories on a web development forum.

    WHAT ARE YOU TALKING ABOUT FOX! THEY! ARE! EVERYWHERE!!!! .... You're... You're working with them are you? ... My god... They have gotten in the forum. They are in the forum! The forum have been contaminated! I repeat the FORUM HAVE BEEN CONTAMINATED! AWWWWW!!!
  6. I haven't had a need for a client-side database in my projects. All my data is stored on the server.

    Say, if I didn't want to put up with host provider, would it cost a lot to do it myself?
  7. How are you having opinions on things you know nothing about?Java has no relationship with Javascript.What do you mean when you say C and C++ are "clean"?Can you list the actual features BaseX has that makes it better than Exist?

    I'm speaking on the whole ordeal with java and JavaScript.C/C++ give off a blue clean color. Java give off an red orangey color.My favorite color are blue and purple. Language featuresName License Native Language XQuery 3.0 XQuery Update XQuery Full Text EXPath Extensions EXQuery Extensions XSLT 2.0BaseX BSD License Java Yes Yes Yes Yes Yes YeseXist LGPL License Java Partial Proprietary[11] Proprietary Yes Yes YesMarkLogic Server Commercial C++ Partial Proprietary Proprietary No No YesSedna Apache License C++ No Yes Yes No No NoSupported APIsName XQJ XML:DB RESTful RESTXQ WebDAVBaseX Yes Yes Yes Yes YeseXist Yes Yes Yes Yes YesMarkLogic Server Yes No Yes Yes YesSedna Yes Yes No No No
  8. I've never thought that. I've always considered w3schools one of the greatest assets in the world. What you can't get here is just an opportunity for you to perform.

    Don't be foul! They're like President Obama, putting on a great smile while they are bull****ing you.
  9. var hello = "";var pump;pump = function(str,hold,erase){if(!(typeof hold === "string")){hold = "";}else if((!Boolean(hold) === false)&&erase){hold = "";}hold += str;return (hold);}var test = "abc";test = pump("hello", hello);hello;//hold to alter variable hello? test;
  10. jQuery is also a framework. You can call it "next level" in that it has one more level of abstraction. Given that W3Schools has taken the time to write a jQuery tutorial, I don't see why not do one for all the other frameworks out there.

    Are you being sarcastic?
  11. I'm so bias against java... I think it cause of the relationship with JavaScript that i don't like the language.... It seem dirty. But C and C++ seem very clean--even know I haven't study either one of them to be saying that. Basex is built with java... Which I hate... Exist is built with c/c++ which I love but compare the features and abilities with basex and you'll see basex win.

  12. Why is wordpress and issue?

    If you look on there host provider suggestion page. You'll see why.when it comes down to it, it's all about the money. The reason why w3s may never have a node tutorial is cause of there secret deal with ie. They become greedy and tainted.
  13. Never mind:

    //true/(a+)-(a+)-1-2/.test('a-a-a-a');//add on/^(a+)-(a+)-1-2$/.test('a-a-a-a');//add on/^(a+)-(a+)-(b+)-(b+)-1-3-4-2/.test('a-a-b-b-a-b-b-a');//add on /^b(a+)-(a+)-(b+)-(b+)-1-3-4-2b$/.test('a-a-b-b-a-b-b-a');
×
×
  • Create New...