active questions tagged history - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T01:27:41Zhttp://stackoverflow.com/feeds/tag/historyhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1828671/origin-of-map-in-computer-science1Origin of Map in Computer ScienceJames Thompson2009-12-01T20:26:42Z2009-12-01T20:32:51Z
<p>In computer science, there are two definitions of the word map. The first is as an associative array, a type of container that maps values of one type to values of another type. An example of this is the <a href="http://www.cplusplus.com/reference/stl/map/" rel="nofollow">STL map</a>. The second definition is from functional programming, in which map applies is a function that takes a list and a function, applies the function to all elements of the list in order, and returns a list of results. </p>
<p>What are the origins of the different definitions of map? I'm guessing that the second definition might have come from the <a href="http://en.wikipedia.org/wiki/Lisp%5F%28programming%5Flanguage%29#Control%5Fstructures" rel="nofollow">mapcar function from McCarthy LISP</a>, but I'm not sure if that was derived from another useful. The first definition makes intuitive sense to me, but I'm not sure where it came from. </p>
http://stackoverflow.com/questions/1827402/when-was-ms-message-queue-first-released0When was MS Message Queue first released?Jonathan Allen2009-12-01T16:40:55Z2009-12-01T16:58:19Z
<p>When was MS Message Queue first released?</p>
http://stackoverflow.com/questions/1827201/programming-languages-who-inspired-whom1Programming Languages - Who Inspired Whom? [closed]fenderplayer2009-12-01T16:12:54Z2009-12-01T16:28:58Z
<p>Working on PHP frameworks lately, i notice that many of them are inspired by java or ruby frameworks. For instance, the Doctrine ORM is based on RoR's Activerecord (with maybe some elements of Java's Hibernate). The language Groovy is inspired from Java, Ruby and Python. This made me wonder about the history of the many programming languages that exist today (particularly OOP lang) - which came first and who inspired who? </p>
<p>For example, Java is seen as the flag-bearer of OOP but python was there well before java came out in the mid-90's. So was java inspired from python, or rather what did java do to make OOP popular that python couldn't? What was the inspiration for Ruby in OOP? What is Propel's (another PHP ORM) inspiration? Any derivatives of Perl that are popular today? BASIC and COBOL died a natural death; which languages do you see diminishing in the future?</p>
<p>I am not sure what is the question i should ask here. But feel free to share briefly some knowledge about the history of the programming languages you work on (if you feel this warrants a discussion).</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1822982/jquery-ajax-hash-history-and-more0jQuery + Ajax Hash / History and moreabysslogic2009-11-30T22:51:01Z2009-11-30T23:27:52Z
<p>Hi there,</p>
<p>I am trying to get a handle on using URL hashes in jQuery to control history in Ajax and make links / pages book-markable. I have tried almost every plug-in out there, and I cant seem to get any to work properly, so I dont have any code examples really. But I am open to any suggestions, information, tutorials, etc.</p>
<p>The difference on one of the pages I am trying to incorporate this into is that I have a jQuery animation driven splash/loading page, which is also the same page that all of the content will be loaded into.</p>
<p><a href="http://www.voidsync.com/2010" rel="nofollow" title="http://www.voidsync.com/2010">www.voidsync.com/2010</a>
(splash) this is the initial page, which I want to appear by default when no hash value is set.</p>
<p>www.voidsync.com/2010/#home
..and on this link, I want to by-pass all of the splash / loading animation and directly load the content based on the hash values / string (in this case, #home).</p>
<p>I've been trying to figure this one out for a while, any help is greatly appreciated, thanks!</p>
http://stackoverflow.com/questions/357233/what-dead-programming-languages-do-you-know27What dead programming languages do you know?Nick2008-12-10T19:17:37Z2009-11-28T13:36:31Z
<p>For the purpose of this question, let's define a <em>dead programming language</em> as one for which you cannot buy a newly manufactured piece of hardware and install an operating system which will let you run a compiler or interpreter for your language, <em>without</em> requiring an emulator. Thus, assembly language for any architecture which isn't currently being manufactured is dead.</p>
<p>This is a fairly strict definition of dead, since many dead languages under this definition are still easily runnable through emulators or hardware bought from eBay. Bonus votes if hardware or emulators are completely unobtainable.</p>
http://stackoverflow.com/questions/602237/where-does-hello-world-come-from5Where does 'Hello world' come from?Jacco2009-03-02T12:55:27Z2009-11-28T13:07:53Z
<p>'<code>Hello world</code>' is the usually the first example for any programming language. I've always wondered where this sentence came from, where was it first used.</p>
<p>I've once been told that it was the first sentence ever to be displayed on a computer screen. but I've not been able to find any reference to this.</p>
<p>So my question is:<br />
Where does the practice to use '<code>hello world</code>' as the first example for computer languages originate from?<br />
Where was it first used?</p>
<p><strong>Update</strong><br />
Although the answers are quite interesting, I should have noted that I had read the wikipedia article. It does answer the question about the first use in literature, but does not answer when '<code>hello world</code>' was first <em>used</em>.<br />
So I think that it is save to conclude that it was not the first ever sentence to be displayed on a computer screen and that there is no record about when it was first used?</p>
http://stackoverflow.com/questions/796931/why-wasnt-code-managed-from-the-start6Why wasn't code "managed" from the start?R.A2009-04-28T09:08:09Z2009-11-25T19:42:00Z
<p>Note that this is not about the .NET CLR that Microsoft is thrusting into the atmosphere to evangelize the concept of managed code. Most of you know that managed code has been around for quite some time and isn't very related to rocket science.</p>
<p>What I would like to know is <strong>why the concept of runtime security in the evolution of computers came so late</strong>. </p>
<p>I know this is like asking "why didn't the first Model T Ford come with airbags and seat belts?". The relevance of the question still stands despite this though, because it's well within human nature to protect againts known dangers. E.g. the first T-Ford didn't go fast enough to motivate airbag research. It didn't go fast enough for people to make fatal judgemental errors so often that it would motivate seat belt as law and standard in many countries.</p>
<p>In computer evolution it's almost the other way around. We started out with assembler, the equivalent of driving a T-Ford at 200mph with an eye-patch. I've had the pleasure of conversating with a few old truckers from this era, hearing these stories about hand-assembling assembly code, human debuggers, grillion lines of code etc. If we make a really nasty error in C, we might end up with a bluescreen. Decades ago, you could end up with damaged hardware and god knows what. But it's a mystery to me - so many decades, and all we did to make crashing less painful was the bluescreen (sorry for using MS as archetype for anything).</p>
<p>It's not only within human nature to protect against known dangers, <strong>it's also within any programmer's nature to automate and systemize common facilities</strong>, like error checking, memory diagnostics, logging frameworks, backup maintenance etc etc. </p>
<p>Why didn't programmers/humans start to automate the task of ensuring that code they feed to the system won't harm the system?. Yes, ofcourse, <em>performance</em>. But hey, this was well before any seriously penetrating hardware standard. Why didn't motherboards get designed with bus architectures and extra processors to facilitate "managed code"? </p>
<p><strong>Is there any metaphor to Model T Fords not being fast enough that I'm missing?</strong></p>
http://stackoverflow.com/questions/42805/hello-world-what-did-your-first-ever-computer-program-do18Hello world: what did your first ever computer program do ?David2008-09-03T23:18:04Z2009-11-25T08:22:00Z
<p>If you can remember that far back, what did the first computer program you ever wrote do (once you had finished debugging it)?</p>
http://stackoverflow.com/questions/178141/unknown-significant-moments-of-computing-history8Unknown significant moments of computing historyUnsliced2008-10-07T12:04:57Z2009-11-22T08:19:24Z
<p>Computing as a discipline in its own right (rather than as a discussion of whether it is Mathematics or Physics) is a reasonably young science. Wherever you trace its roots (e.g. Turing's paper in 1936, Babbage's engines, ATLAS, ENIAC or LEO) it's much younger than most modern nation states. </p>
<p>I've been programming (using the loosest definition) for close to 30 years but it still seems to me that I come across parts of its history that are new to me. While it shouldn't surprise me that while I studied computing at school, at University, post-grad and now as a day-job, that there is stuff I don't know, it still causes a small pause when I read an article about something which seems pivotal but about which I know absolutely nothing. </p>
<p>For instance, <a href="http://www.theregister.co.uk/2008/10/07/software_engineering_birthday/" rel="nofollow">this news item</a> describes a conference which looks to have sown the seeds for many things that have come since. It was 1968, the world was young, IBM was old, Microsoft and Sun barely in glint in their creators' eyes; the notion of separating hardware and software was new, the largest institutions had networks that numbered in the dozens of machines. Yet some of their conclusions are fresh and remain unresolved, in particular managing large projects. (The <a href="http://www.europrog.ru/book/nato1968e.pdf" rel="nofollow">proceedings</a> are fascinating and full of lessons for the future software engineer.) </p>
<p>The question is YASOP (*) - what piece of computing history do you think still has significance to our current industry but you feel people don't know enough about? </p>
<p>(*) Yet Another Stack Overflow Poll </p>
http://stackoverflow.com/questions/646744/recently-viewed-div-without-page-reload0Recently viewed DIV without page reloadAdrian332009-03-14T21:12:46Z2009-11-20T20:31:40Z
<p>Hi there, I have no idea how to solve this problem without hiring a coder, but figured it may be small enough problem to post here, and relevant enough to others for broader interest.</p>
<p>I'd like to have a "recently viewed pages" div filled by a javascript script which adds the titles and urls of new pages as they are requested by a user throughout their session on a site, by which the div's content is also maintained by a cookie to persist between sessions.</p>
<p>Note: a new page added to the div's 'history list' includes the clicking on href links that only contain a static variable that will thus only move the window down and not GET a completely new page. EG these links:</p>
<pre><code><a class="link" href="#john"> <a class="link" href="#mary">
</code></pre>
<ul>
<li>which are two new items to be shown.</li>
</ul>
<p>Here, are some code samples that don't really solve the problem for me, because they do not include static variable GETs whilst on the same page:</p>
<p><a href="http://community.actinic.com/showthread.php?t=33229" rel="nofollow">http://community.actinic.com/showthread.php?t=33229</a><br />
<a href="http://wordpress.org/extend/plugins/last-viewed-posts/installation/" rel="nofollow">http://wordpress.org/extend/plugins/last-viewed-posts/installation/</a></p>
http://stackoverflow.com/questions/1772374/compiling-historical-information-esp-slocs-about-a-project0Compiling historical information (esp. SLOCs) about a projectJohannes Rudolph2009-11-20T18:24:32Z2009-11-20T18:54:14Z
<p>I am looking for a tool that will help me to compile a history of certain code metrics for a given project.</p>
<p>The project is stored inside a mercurial repository and has about a hundred revisions. I am looking for something that:</p>
<ul>
<li>checks out each revision</li>
<li>computes the metrics and stores them somewhere with an identifier of the revision</li>
<li>does the same with the next revisions</li>
</ul>
<p>For a start, counting SLOCs would be sufficient, but it would also be nice to analyze # of Tests,TestCoverage etc.</p>
<p>I know such things are usually handled by a CI Server, however I am solo on this project and thus haven't bothered to set up a CI Server (I'd like to use TeamCity but I really didn't see the benefit of doing so in the beginnig). If I'd set up my CI Server now, could it handle that?</p>
http://stackoverflow.com/questions/1761022/jquery-history-ajax-navigation-how-to-make-url-request-and-search-request0Jquery history - Ajax navigation - How to make url request and search request?Gino2009-11-19T05:11:50Z2009-11-19T05:11:50Z
<p>I'm using the Jquery history
exemple: mikage.to/jquery/jquery_history.html</p>
<p>I don't really know how to make a search query using a search box form and how to create a search link like: </p>
<p>mysearch.php?search=search+term&submit=1</p>
<p>Normal link are usually as follow:
load 3</p>
<p>It's probably adding code to the function in the main page but i'm not to familliar with javascript</p>
<p>Thank you for your help</p>
http://stackoverflow.com/questions/1750959/android-clear-history-when-navigating-between-activities2Android - clear history when navigating between Activities DroidIn.net2009-11-17T18:50:06Z2009-11-18T20:58:33Z
<p>I have 3 Activities that my user continuously is looping through. When user is back to the main screen I need to terminate previous history so user cannot hit back button and end up on screen #2, what would be a good way to do something like that?
BTW - I'm using 1.6 (API level 4)</p>
<p>To reiterate - say I don't know or predict the path which leads me to the original view. But once I load it I want to clear history that led user to that view. In 2.0 it's possible with overwriting Activity#onBackPressed but I need something like that in 1.6</p>
http://stackoverflow.com/questions/1675461/why-does-cobol-have-both-section-and-paragraph5Why does COBOL have both `SECTION` and `PARAGRAPH`?NealB2009-11-04T17:39:48Z2009-11-18T20:16:58Z
<p>Why does COBOL have both <code>SECTION</code> and <code>PARAGRAPH</code>?</p>
<p>Can anybody explain why the designers of COBOL created both <code>SECTION</code>s and <code>PARAGRAPH</code>s? These have been around since the initial release of COBOL so I suspect the real reason for their existence has long since gone away (similar to things like <code>NEXT SENTENCE</code> which are still in the language specification for backward compatibility but no longer required since the introduction of explicit scope terminators).</p>
<p>My guess is that <code>SECTION</code> may have been introduced to support program overlays. <code>SECTION</code> has an optional PRIORITY number associated with it to identify the program overlay it is part of. However, most modern implementations of COBOL ignore or have dropped PRIORITY numbers (and overlays).</p>
<p>Currently, I see that <code>SECTION</code>s are still required in the <code>DECLARATIVE</code> part of the <code>PROCEDURE DIVISION</code>, but can find no justification for this. I see no semantic difference between <code>SECTION</code> and <code>PARAGRAPH</code> other than <code>PARAGRAPH</code> is subordinate to <code>SECTION</code>.</p>
<p>Some COBOL shops ban the use of <code>SECTION</code> in favour of <code>PARAGRAPH</code> (seems common in North America). Others ban <code>PARAGRAPH</code> in favour of <code>SECTION</code> (seems common in Europe). Still others have guidelines as to when each is appropriate. All of this seems highly arbitrary to me - which begs the question: Why were they put into the language specification in the first place? And, do they have any relevance today?</p>
<p>If you answer this question, it would be great if you could also point to a reference to support your answer.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1743901/other-forms-of-kluge0Other forms of "kluge"? [closed]lance2009-11-16T18:14:12Z2009-11-16T18:20:20Z
<p><a href="http://dictionary.reference.com/browse/kluge" rel="nofollow">http://dictionary.reference.com/browse/kluge</a></p>
<p>Who knew that the word "kluge" had its roots in computer software/hardware? Ok, so... what are the other forms of this word, and how do you spell them?</p>
<p>Specifically, how do I spell this usage:</p>
<p>"My solution is <strong>klugier</strong> than yours."</p>
<p>Or is that, simply, poor form? Is it better to say "more klugy"?</p>
http://stackoverflow.com/questions/1711887/history-of-xml-parsing-and-ws-apis-in-java1History of XML parsing and WS APIs in Java?Tuure Laurinolli2009-11-10T23:05:42Z2009-11-13T15:54:21Z
<p>Someone recently asked on IRC about the history of XML parsing and WS APIs in Java, and I started wondering. Is there any written history? What are the latest and coolest toys? Why are there so many?</p>
<p>Usually knowing the history of why things were developed and how they are supposed to improve over their predecessors helps learning the new and good stuff, so a good, thorough answer to the questions posed above might even be useful!</p>
http://stackoverflow.com/questions/1727934/anyone-got-a-wpf-features-history1Anyone got a WPF features historyPeterI2009-11-13T08:38:54Z2009-11-13T11:26:34Z
<p>We're in the process of moving into WPF (going very nicely thankyou) and the last work I did with it was a couple of years ago so most of the books I've got from that time frame are little dated.</p>
<p>Has anyone got a list of "new" features for WPF that have been added since the v1 release? In many ways its the little stuff like stringformat in a binding which got introduced in WPF 3.5 SP1 that are easy to miss and since I've been "away" I've no idea what got added while I wasn't looking.</p>
http://stackoverflow.com/questions/1697733/add-every-update-delete-insert-query-to-a-new-record-in-mysql0add every update, delete, insert query to a new record in mysqlnetrox2009-11-08T20:02:36Z2009-11-08T20:08:26Z
<p>Is there a way that if there's a change in records, that a query that changed the data (update, delete, insert) can be added to a "history" table transparently?</p>
<p>For example, if mySQL detects a change in a record or set of records, is there a way for mySQL to add that query statement into a separate table so that way, we can track the changes? That would make "rollback" possible since every query (other than SELECT) would be able to reconstruct database from its first row. Right? </p>
<p>I use PHP to interact with mySQL. </p>
http://stackoverflow.com/questions/1691144/what-role-e-g-work-did-the-programmer-personality-type-have-throughout-histo7What role (e.g. work) did the "programmer personality type" have throughout historyPablo2009-11-06T23:08:27Z2009-11-08T07:46:44Z
<p>This has always concerned me to an unnatural degree. I have no idea what sort of "role" I would have had in society if there were no computers or advanced technology to play with (for work and/or pleasure). One typical "programmer personality type" is an overly analytical problem solving mind with minimal regard for social interactions or conventions. What role would this personality type have fulfilled in the following periods (for euro-centric example): ancient tribal, roman times, middle ages, pre-industrial revolution, etc. E.g. I've always thought it would be technically interesting to have been a <a href="http://en.wikipedia.org/wiki/Charcoal%5Fburner#History" rel="nofollow">charcoal burner</a> in ancient times. </p>
http://stackoverflow.com/questions/1671444/copy-on-delete-of-browser-history0Copy on delete of browser historylmingle2009-11-04T02:49:25Z2009-11-05T00:04:02Z
<p>I'd like to know if there is a programming hook or some other feature in windows vista and IE 7 or 8 that would let a computer administrator let the user think they were deleting their web browser history but actually just copy it off to another folder. The new folder would use the date and time deletion was attempted as its naming convention. This would be used in place of a parental control program and as far as the user knows they have deleted the browser history.</p>
http://stackoverflow.com/questions/1675643/where-did-string-escape-codes-n-t-originate2Where did string escape codes (\n, \t...) originate?routeNpingme2009-11-04T18:10:35Z2009-11-04T18:27:17Z
<p>Purely wondering... since they're still around and in use in C# today...</p>
<p>Where did the pattern of using string escape codes come from? What language did it first appear in? What languages, if any, have solved the problem in a different way?</p>
http://stackoverflow.com/questions/1195339/is-there-a-way-to-change-a-svn-users-username-through-the-entire-repository-histo4Is there a way to change a SVN users username through the entire repository history?Wally Lawless2009-07-28T16:49:55Z2009-11-04T17:44:18Z
<p>When my team first started out with SVN we all just used our first names when committing to the repository, however, now that our team has grown, we are running into issues because we just hired a second 'Mike'.</p>
<p>What we would like to do is change everybody's usernames to be the same as the username on their computer (first name initial + last name). The issue that I'm seeing is that the SVN history will still show the old usernames on commits.</p>
<p>Is there a tool out there for changing usernames throughout the entire history of a repository?</p>
<p>For example, I would like every commit that is currently attributed to Mike to change to msmith, all the way back to revision 1.</p>
<p>My first thought is that I'll have to do some parsing and processing on a dump file, but a tool would be nice.</p>
http://stackoverflow.com/questions/1672446/gwt-history-and-ie6-70GWT History and IE6 / 7Fafnr2009-11-04T08:47:58Z2009-11-04T10:09:28Z
<p>I've asked this question on the GWT group with no luck, so now I'm trying Stack Overflow :)</p>
<p>There seems to be some problem with GWT's history and IE6 / 7, and I'm trying to confirm this is an actual problem with GWT and not just something stupid I've done.</p>
<p>The problem I run into is the following:</p>
<p>Imagine you have some GWT app that plugs in to your existing website. It has internal history and works fine. Let's just say it's a tree. What it is isn't important, just that it has state that you can go back and forwards in. Part of this app is links to other parts of your website. Click one of those and you exit the GWT application.</p>
<p>Now, use the "back" button after you've clicked one of these links. You return to the GWT application which loads fine and the state is recreated using whatever is in the URL.</p>
<p>If you the click back <em>again</em>, here's where I get differing results in IE6 / 7 and FF / Chrome / IE8. In IE6 / 7 this second "back" sends me to the page <em>before</em> the GWT app. In FF / Chrome / IE8 this second back sends me back in the <em>state</em> of the GWT app, which is what I want, naturally.</p>
<p>I've checked my code, and as far as I can see, this second "back" just goes directly to the page before. My history handler is never called, at any rate.</p>
<p>Has anyone else run into this? Or know of anywhere this problem is discussed? I've googled extensively with no results.</p>
http://stackoverflow.com/questions/432922/significant-new-inventions-in-computing-since-1980225Significant new inventions in computing since 1980Alan Kay2009-01-11T13:27:42Z2009-11-03T22:18:00Z
<p>This question arose from <a href="http://stackoverflow.com/questions/357813/help-me-remember-a-quote-from-alan-kay#389642">comments</a> about different kinds of progress in computing over the last 50 years or so.</p>
<p>I was asked by some of the other participants to raise it as a question to the whole forum.</p>
<p>Basic idea here is not to bash the current state of things but to try to understand something about the progress of coming up with fundamental new ideas and principles.</p>
<p>I claim that we need really new ideas in most areas of computing, and I would like to know of any important and powerful ones that have been done recently. If we can't really find them, then we should ask "Why?" and "What should we be doing?"</p>
http://stackoverflow.com/questions/1662753/export-subtree-in-git-with-history1Export subtree in Git with historysirlancelot2009-11-02T18:03:31Z2009-11-02T18:10:46Z
<p>I have a folder in my Git repository that I'd like to move out in to its own repository. Is it possible to move the history of that folder along with the folder?</p>
<p>I've previously been doing just a <code>git rm -r --cached subfolder/</code> and then <code>git init</code> on the subfolder. However, the history is not imported in to the new repository.</p>
http://stackoverflow.com/questions/1655116/search-git-history-for-a-change-in-a-merge-commit3Search git history for a change in a merge commitopsb2009-10-31T18:08:50Z2009-10-31T19:32:40Z
<p>To search for a string that has been added/removed in git history I can do</p>
<pre><code>git log -S'some text'
</code></pre>
<p>This works great except that it doesn't search through merge commits. How do I get the command to include merge commits in the search?</p>
http://stackoverflow.com/questions/1641611/how-do-you-do-inheritance-in-a-non-oo-language2How do you do inheritance in a non-OO language?Mason Wheeler2009-10-29T04:26:26Z2009-10-29T08:44:25Z
<p>I read that early C++ "compilers" actually translated the C++ code to C and used a C compiler on the backend, and that made me wonder. I've got enough technical knowledge to wrap my head around most of how that would work, but I can't figure out how to do class inheritance without having language support for it.</p>
<p>Specifically, how do you define a class with a few fields, then a bunch of subclasses that inherit from it and each add their own new fields, and be able to pass them around interchangeably as function arguments? And especially how can you do it when C++ allows you to allocate objects on the stack, so you might not even have pointers to hide behind?</p>
<p>NOTE: The first couple answers I got were about polymorphism. I know all about polymorphism and virtual methods. I've even given a conference presentation once about the low-level details of how the virtual method table in Delphi works. What I'm wondering about is class inheritance and fields, not polymorphism.</p>
http://stackoverflow.com/questions/296/should-i-learn-c76Should I learn C?Justin Standard2008-08-02T01:07:02Z2009-10-28T09:54:20Z
<h2>Original Question: Should I Learn C?</h2>
<p>In the theme of the stackoverflow podcast, here's a fun question: should I learn C? I expect <a href="http://beta.stackoverflow.com/users/1/jeff-atwood" rel="nofollow">Jeff</a> & <a href="http://beta.stackoverflow.com/users/4/joel-spolsky" rel="nofollow">Joel</a> will have something to say on this.</p>
<p>Some info on my background:</p>
<ul>
<li>Primarily a Java programmer on "enterprisy" systems.</li>
<li>Favorite languages: python, scheme</li>
<li>7 years programming experience</li>
<li>A very small amount of C++ experience, practically no C experience</li>
<li>No immediate "need" to learn C</li>
</ul>
<p>So <em>should</em> I learn C? If so, why? If not, why?</p>
<p><hr /></p>
<h2>C or Assembly?</h2>
<p><em>Lots of folks recomending Assembler, so add on question: <strong>Is it better to learn C or Assembler? If Assembler, which one?</em></strong></p>
<p>Recommended assemblers so far:</p>
<ul>
<li>Motorolla 68000</li>
<li>Intel Assembler <em>(does he mean x86?)</em></li>
<li>MASM32</li>
</ul>
<p><hr /></p>
http://stackoverflow.com/questions/1081929/handling-history-change-tracking-in-the-db-and-consequences-on-the-bl0handling history/change tracking in the DB and consequences on the BLtamir d2009-07-04T10:13:25Z2009-10-26T12:00:01Z
<p>hi
in the current application im working on the client requested that we will save history of every action that happended in the system and provide the ability to backtrack to the previous state of the information.</p>
<p>for example: lets say that my app need to handle a storage-room and each user can add/update/delete/read (all CRUD) the inventory</p>
<p>if the user added product P1 with action A1 and updated its info so it becomes P2 with action A2 and later on P3, P4 and so on. in the application the user will have a screen that will show all the evolution of the product and ascreen that shows all the actions that were made by users.
the user could select a certain action and "undo" it.</p>
<p>at first glance i thought that i will store some kind of a Actions table with all the info i need about the action and when i need to undo and action i just revert the changes in code.</p>
<p>my problem is: if the product is not stored in one table but divided to few tables (because of optimization/understandability etc.) i need to figure out where exactly were the changes.</p>
<p>should i keep an indication in the Actions table of what tables were influenced and reflect it to the BL????</p>
<p>seems to me that there must be a better solution</p>
http://stackoverflow.com/questions/1622779/what-is-a-non-intrusive-history-back-button-or-alternative-if-javascript-is-disab0What is a non intrusive history back button or alternative if Javascript is disabled?Peter2009-10-26T02:00:48Z2009-10-26T05:30:35Z
<p>If JavaScript is disabled what's a way of linking to the previous document in the session history?</p>
<p>Can PHP be used to simply link to the REFERRER or is there a better alternative?</p>
<p>Edit: Further to this, can previous post variables be retained?</p>