Jump to content

L8V2L

Members
  • Posts

    788
  • Joined

  • Last visited

Everything posted by L8V2L

  1. L8V2L

    Database

    Ingolme!ConclusionNoSQL databases are becoming an increasingly important part of the database landscape, and when used appropriately, can offer real benefits, but NoSQL database is not a solution to each and every application. Tradition RDBMs will always be around and in use for a very long time, you just have to choose the one that best fit your needs.Bottom line is that I wish to work with XML and JSON database cause I just want to learn them, and become an expert of them.... But if... If SQL style database better suit my needs... Let's go over what type of data I be storing... Web page information, while using xslt to create the layout of each page--I desire to store this in a native XML database, basex preferability--. User information store in JSON native database, I'll have a market too for selling items since it's a game application--this either in XML or JSON.. Since this information will be displayed in the site... There are means to transforming JSON to XML and bed verse so... Need to think on it for a while. But I'm feeling JSON for that too--.
  2. L8V2L

    Database

    This is so ironical. Okay so I was trying to get some resource to gather on JSON database, counchdb let me query using JavaScript. So on this particular page on there site: http://docs.couchdb.org/en/latest/intro/api.htmlIt link me to w3c http protocols page, and that restful web service book.JSG, there are database design to store data in JSON format.Would it still be dangerous for me to use them?
  3. L8V2L

    Database

    Thanks for the link. I have no aversion of learning from books. I have a collection of them now. Oreilly site don't give much information on the book they showcase. Amazon do give such information and plus reviews are more likely to be there. I found this book: RESTful Web APIsI'm currently reading a couple of books right now. I wanted to get this in passing. Waiting eureka to hit me with clarity.... I'll study more on using the client side xhr. If you could give me example and use that to explain to me the protocols. I'll be grateful. If not, I'm grateful for all you done so far. Thank you.
  4. You might have to put a slash infront of the period; as so: ./ Thank you for the like. :-)
  5. L8V2L

    Database

    So.... Give me another view point, I feel like I'm getting close to clarity.On another note:When programing on the server side, you think of all you are setting up toward/for the client to interact with. For example:GET - say there's a get function that correspond with the http's GET. When setting the get function, are you setting it up for you or the client--this is where mostly I'm getting confuse, the context-- or are you setting it up for you? --I'm guessing the client, but I need clarity--The same goes for POST, DELETE, PUT.
  6. L8V2L

    Database

    Anyone else?!?!?Thank you Ingolme. I read that page from option down--kinda skip option partial--.It doesn't matter if it worded differently but mean the same as Ingolme post. I'm trying to get the underlining concept. Yes you may see it as a simple understanding. But my mind is parietal blind to it. For I need sight... I need to be giving sight.
  7. L8V2L

    Database

    Thanks for there link ... But I was hoping of more a genarl view from you guys. An over view of each one.
  8. L8V2L

    Database

    Help me understand the concept of:GET ,POST ,HEAD,PUT,DELETE, andOPTIONSOn the server and in the browser, please.
  9. Use that path method that let you put in path expression as string.
  10. L8V2L

    Flash Tutorial

    There's no Unicode jar Ingolme... Yet!I don't really.... I rather go back to database and talk on process, operating system, and server side. What server side language do you know Ingolme?
  11. L8V2L

    Flash Tutorial

    Yet they still want make it open soruce. Those baster!
  12. L8V2L

    Flash Tutorial

    He lie! Flash is making a comeback!!!
  13. L8V2L

    Database

    I google my question and got this for the first link: http://forums.techguy.org/software-development/756850-difference-between-32-bit-64-a.htmlThe rest seem unrelated.I have search online for a laptop.
  14. L8V2L

    Database

    .... Do anyone have a recommendation of a laptop?
  15. L8V2L

    Database

    I did chrome next, and it open up multiple process, than close 75 precent of them after a few second of starting chrome. It too, have --on all process-- chrome*32What's does *32 to mean?Okay than you, so a 32 bit application.What's the different between a 32 and 64 bit application?
  16. L8V2L

    Database

    Oh.... I been using that as a maen of ending--terminate-- a browser --e.g. Firefox, ie, chrome-- when it start to get slow--I told you I need a new laptop, and ask for your recommendation-- I Internet explore use a lot of processs. And closing one don't close the other. So I'm guessing there is a process that affects all the other process but not vice verse. I'm guessing that process is the ie browser it self. So it is still a single processs with know awareness --unless program to-- of knowing about the other process, it's just a component, a peace of code of a large program which contain snippet of code, threads tuning in it--<= I did not word that last part right-- and all it is a ware of is probable the intensity of... work being done, but not the actually work to some degree. So when I wish to terminate all process and the browser as a hold I must go to that process by clicking left clock on the icon in the window that shows what's currently running --but not the OS or other components that is not an application on my screen to which I'm GUI interfacing with-- and click on the... Okay I women my laptop up from sleep mode, and as said I always have that window open. The screen that shows the GUI application which I or the os--due to setting-- have started is call ironically apllication. I just smile causing going through the steps that I go through to close the application via this means, and when left clicking on the icon that I wish to terminate, in this case Firefox. I go all the way down in the pop up window to... processs. To be more exact **Go To Provess*** --this remind me of your signature-- I click on it --as I did so many times in the pass-- and it bring me to the process Firefox.exe *32, I guess the *32 mean that's the main process to the browser it self . I open up ie, cause I remember when closing that it'll show multiple process, and not al of them had that *32 or none of them --refer to picture-- ... I don't know, all of them seem to have the *32... Like you said, you only had one for Firefox, so maybe Firefox only do one process for the internal browser... Anyway at the top on the label Tao I see; image name, user name, CPU, memory(private working set)--I'm guessing that's the threads--, and description. And at the top above that screen there are other tab to other... information giving screen --to which I have visited all in the past, but I did not understand them-- ...but as my eyes are a little more open to this. I can see familiarities in all of this. Those other tabs are... I'm just going to say all of them from left to right; apllications, processes, services, performance, networking, and users.I'm on performance and it showing me the system and the number of threads, and processes that is currently working and others things. I even see the Kendal in another area in performance.--again, still waiting on that recommendation on laptop--
  17. Yeah... But all of us have played a flash game at some point.
  18. L8V2L

    Database

    In computing, a process is an instance of a computer program that is being executed. It contains the program code and its current activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently.In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler (typically as part of an operating system). The implementation of threads and processes differs from one operating system to another, but in most cases, a thread is a component of a process. Multiple threads can exist within the same process and share resources such as memory, while different processes do not share these resources. In particular, the threads of a process share the latter's instructions (its code) and its context (the values that its variables reference at any given moment).OHHHHHHHHHHHHH!So a process is an indivual environment--like a script... But different-- that contain threads--like code sinppit or call ack tuning at different times.. But different-- that runs at different times. Another process can be created to handle some of this processing of information --work--But what do they mean by:In particular, the threads of a process share the latter's instructions (its code) and its context (the values that its variables reference at any given moment).The word latter is hindering me from comprehending this part. I know the general mean/definition of the word --latter, speaking of the after in context; e.g. Would you like strawberry or blueberry? I'll like the latter --blueberry-- choose please-- <-- this is in my own words.
  19. L8V2L

    Database

    Okay.... There is xqueryiq for nevagating through JSON. And I believe exist-bd either have away to do such the same thing or to only concert the data to and from XML and JSON. I'm referring to process, sorry. I'm quoting this, so I can't see what I exactly type....Okay, so bassically what I'm asking here is --as it said in that article-- I can... Trigger a process with it's environment that of a copy of it's parent, and that'll be.... I'll just do more search for this one. I'mma about to see about getting a new laptop... What would you prefer I get? Sadly it most be the cheapest... Or in the middle of price range. What would you consider? I can't wait to start learning C, C++, and objective-C!!! Thanks for the link, I read the article, but not the other ones that this one link to.LOOK AT THIS: Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 3806 bytes) in /home/w3school/public_html/admin/sources/classes/text/parser.php on line 1808I have to cut it in half it seem.Nevermind, it was a syntax error.
  20. L8V2L

    Database

    I got to find that [em]jar![/em]So they are file, but I can't touch them... Right?On another note: processor lunching other processor is lunching the thread of that processor too.. Right?ECMAScript language is base on a one thread processor... Right?Having a call back function is not like having multilateral thread in that one processor... Right????So let say if one thread in a processor lunch another processor. Would that mean they'll be two processor, with two thread running asynchrony --not truly at the same time, but running at the same time-- ...right?Just think in your own server side programming language.
  21. L8V2L

    Database

    What do a database look like?!?!?Is it just a mvc which give me acess to an internal filesystem through a language or set of function?But it restrict me from touching the file in a GUI manner. I.G. drag to drop.I choose a XML database to program in xQuery, but also would like support for JSON. I wish to store my user information in JSON and website data in XML.I would like to understand the mechanism of a database.From what I have learn here, and of my own research, is that; It's as a terminal in a shell. I can manipulate the file through the input and see the result through the output. But with one big different. I can't touch the files with a mouse. I do not like that. I wish to be able to manipulate the file directly and indirectly.
  22. It'll be something like: <xsl:if test="WeightPounds"> <nc:PersonWeightMeasure> <nc:MeasureText> <xsl:choose> <xsl:when test="WeightPounds"> <xsl:value-of select="WeightPounds[. gt 50 or . lt 499]"/> </xsl:when> </xsl:choose> </nc:MeasureText> <nc:MeasureUnitText> <xsl:text>pounds</xsl:text> </nc:MeasureUnitText> <nc:WeightUnitCode> <xsl:text>LBR</xsl:text> </nc:WeightUnitCode> </nc:PersonWeightMeasure></xsl:if><!--...--><xsl:if test="HeightFeet"> <nc:PersonHeightMeasure> <nc:MeasureText> <xsl:choose> <xsl:when test="HeightFeet"> <xsl:value-of select="(HeightFeet[. gt 48 or . lt 95])+HeightInches"/> </xsl:when> </xsl:choose></nc:MeasureText>
  23. Your welcome. And thank you for the like!Programming is an art, so there's many ways this could have been done. It pay to span time with the language, via either reading on it, or playing with it.Happy programming! ;-)
  24. L8V2L

    Database

    Okay, thank you.
  25. L8V2L

    Database

    ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? ???? Attack!!!!!!!!
×
×
  • Create New...