DO NOT USE for questions that happen to contain the word "history". Use this tag for questions about the history of a programming concept or feature.

learn more… | top users | synonyms (1)

-4
votes
1answer
43 views

When did IIS support PHP? [closed]

I am writing a dissertation for my degree and I am looking into the background of IIS and PHP. I did not know until recently that PHP is supported by IIS and was wondering when this came into place? I ...
0
votes
2answers
54 views

NSMutableArray UIButton Press History

I currently have an array of buttons being generated which works great. Outside of this on touch up inside each button calls on a -(void)onTouch function where some math is done to determine an ...
1
vote
1answer
80 views

How to reduce repository size without loosing history of source code files?

The git repository of my current project, containing source code and image files, measures around 1.2 gigabytes. But the the actual files of all branches are only around 205 megabytes in size. I am a ...
0
votes
0answers
114 views

HTML5 History popstate not working as expected

I am trying to achieve an effect whereby when a user presses a link in a webkit browser, instead of just loading the complete target page I want to select a specific div from the traget page and load ...
0
votes
0answers
48 views

How can i access users google search history?

using this link: https://history.google.com/history/lookup?q=&output=rss&num=1000 we can access our google search history in xml format. All want to do is access this xml file of different ...
1
vote
2answers
61 views

MVP: Presenter Singleton

I use history management in my ajax-web-application(GWT). When the user presses the backward or forward button, another view will be displayed. Every view will be only created once. My quesion is how ...
0
votes
0answers
30 views

Don't set a cookie or show in browser history

I am currently working on a website for a non-profit organization for abused women. The organization would like the website visitor to not have a cookie set, and do not want their website to be ...
0
votes
0answers
48 views

IOS Transfer webview history to a new web view

I have an IOS app with a web view that is navigated by a) clicking hyperlinks displayed in the webview, and b) using a separate function to redirect the web view to a new page. For b), the app removes ...
1
vote
2answers
117 views

How to remove launch configuration histories in eclipse?

Right click an arbitrary existing project in Package Explore, choose "export..." - "Java" - "Runnable JAR file", I find all the old projects in the "launch configuration" list. Those projects have ...
-2
votes
1answer
85 views

How was the first programming language written? [closed]

There is a need of a programming language to even accept a language. So where was it written at first ?
1
vote
1answer
54 views

save jquery isotope filtering history

I'm using Jquery isotope, to filter products on my homepage. on my page: http://osaiart.no/terrazzolys.php I have different categories for the products. The problem is, if you click on a different ...
0
votes
0answers
42 views

AJAX History - Plugin?

On github, when I click the back/forward buttons, Ajax is updating the page. I cant seem to find what js/plugin they are using.I have several jQuery plugins, but I am curious what they are using?
6
votes
4answers
170 views

Was gets ever useful? [closed]

It seems to me, people, especially when learning the C programming language, are still using the gets function to read in data from stdin. Despite that it has now been removed1 from the C11 standard, ...
0
votes
3answers
70 views

How can I see all of the bash history?

First let me show an example below. In shell(1) I did the following command. $ ping google.com PING google.com (74.125.235.164) 56(84) bytes of data. 64 bytes from nrt19s12-in-f4.1e100.net ...
0
votes
0answers
60 views

how to import windows skype history if mint linux skype?

I used skype in my pc have a windows 7. Now, i backup skype history and format pc then install Mint linux os. Now. i am install skype but how i can import old skype history in new skype mint linux ...
1
vote
1answer
579 views

Dynamic JQuery Mobile Navigation

I am having an issue with jQuery and how to dynamically process urls. What I would like to do is this if I have a page with links and each one has an id to call a function and an id. How can I change ...
0
votes
0answers
78 views

How to program a bounded activity history stack

How can I keep only last X number of activities when starting new activity instances: For example, keeping last 3 activities: Given: Activity1 -> Activity2 (first instance) -> Activity2 ...
2
votes
1answer
125 views

python webkit webview: Why does the history have dates that equal 0.0, and what needs to be fixed?

I'm using GTK3 with python. While accessing the backforward list the get_last_visited_time returns 0.0 The get_last_visited_time is being called in the notify status signal callback on load_status = ...
1
vote
2answers
103 views

What is the history of using i in for loops? [duplicate]

In all the programming languages I have come across there seems to be the best practice to use variable i in for loop iterations. Usually i is followed by l in the nested loop. This seem to apply both ...
0
votes
0answers
146 views

Window.history back button

Estoy ejecutando mi aplicación Intraweb en el puerto 8888. Cada click se vuelve a mostrar la misma URL con distintos datos. ¿Cómo puedo hacer para que no se guarde cada paso que doy en mi aplicación ...
7
votes
6answers
314 views

Why is “||” the symbol for or? [closed]

I know that || represents the logical operation "or", but I'm curious if anyone knows the history of choosing that symbol. Was it just because it happened to be an unused symbol on the keyboard?
1
vote
0answers
67 views

How to bookmark pushState

Please, can anyone guide me with this pushState code. Is there a better way to do this? Also, it cannot be bookmarkable. Why? Thank you! $(function(){ if (Modernizr.history) { wrap = ...
3
votes
1answer
199 views

How to find out what version of Delphi a component was introduced?

I'm just now getting around to working with ActionMainMenuBar and ActionManager and I'd like to find out what version of Delphi this component was introduced? Where can I find out this type of ...
1
vote
0answers
93 views

History API with Ajax (Single Page Application) and virtual urls

at the moment i do not have any script only a idea, but unsure, whether it is possible or not. What i want to do: I want to create a single page application with the ability, that the user can click ...
0
votes
2answers
56 views

How old is interrupt request (IRQ) technology?

Doing a report on it, and I can't find date data anywhere! How old is IRQ technolgy (rough dates)? What did computer do before interrupt requests existed? Just generate errors?
0
votes
1answer
97 views

Jquery mobile navigation functionality?

I would like to implement a jquery mobile navigation. But build my own from the jquery load() function. I have looked at history.js but its so hard to understand. It would be great to see the correct ...
0
votes
0answers
128 views

EditText with history

I want to show the history of text introduced in a TextView. It should be something similar to the search bar on google play: By the moment I'm using an AutoCompleteTextView with ...
0
votes
1answer
536 views

window.history.back() shows “Document Expired” page, any way around that?

Client is asking for the ability for users to go back to a page full of search results after clicking on a result. Right now it's a simple jQuery call: $('a.detail-back-button').on('click', ...
0
votes
0answers
23 views

History of reengineering [closed]

I'm studying software reengineering. And I think it is very interesting and important to know about different projects in reengineering (why they fail or success, were they cheap or not, etc.) Where ...
1
vote
0answers
70 views

Browser History handling different between browsers / JavaScript browser feature detection

I see there is a different handling of history browsing in Chrome and Safari compared to Firefox and IE. When I try to go to a page that protected by an Access Manager, it gets redirected to the ...
0
votes
1answer
75 views

Retrieving bash's output history [closed]

I am using Mac OSX and I am looking for a command that retrieves the history of the outputs (when they exist) of the commands that I ran. Is it possible ?
0
votes
1answer
57 views

Basic DB Design: Keeping a “History” Table

A previous developer before I arrived created a database table that keeps a history list of search queries from a certain web app, subsequently loading the last saved search for that user back in upon ...
0
votes
2answers
174 views

C# copy & paste history application [closed]

well I'm kinda beginner so I don't know how to make my application detect the copied values and add it to the listbox screen from my design How can I make this app detect the values and add it ...
1
vote
2answers
151 views

Command history and use of multiple terminals [closed]

In Ubuntu, whenever I have a few terminals open, I close my current session and open a new one, the history of the commands typed in those terminals won't show up with history. The history of only one ...
1
vote
1answer
257 views

history.pushState - not working?

I want to change html without reload. I do it like: $('#left_menu_item').click(function(e) { if (!!(window.history && history.pushState)) { e.preventDefault(); ...
0
votes
0answers
43 views

Ext.util.History & address line

I have an issue with Ext.util.History and browser's address line. In my application I use links with anchors (#main, or #users for e.g.) for navigation. User clicks by link and I change page. It ...
0
votes
1answer
235 views

Modify iframe.src without entry to history object

I have an iframe in my web page. I modify the src property via javascript like so: document.getElementById('myiframe').src = 'http://vimeo.com/videoid1'; document.getElementById('myiframe').src = ...
1
vote
2answers
435 views

History object back button with iframes

I'm having problems with history object and iframes in javascript/html5. I wrote a simple project to describe my problem: http://dktest.evermight.com/ It's a page with an iframe and a next button. ...
1
vote
0answers
116 views

Who fist coined the term Higher Order Function and/or First Class Citizen? [closed]

Please refer to the same question at Programmers Exchange, as it is off-topic at this forum. I've come to understand that long before Haskell, O'Caml or LISP, higher order functions were an academic ...
0
votes
1answer
54 views

do something if window.history location is from www.example.com

how can we determine if window.history is from a certain URL like www.example.com , and then do something for example : if ( //window.history includes example.com string ) { $('.myclassname').hide() ...
0
votes
3answers
162 views

Javascript “Go Back” link which shows the url if there is any

I want to put a "Go Back" link in my website inner pages. the code which I can simply use is : <script>document.write('<a href="#" onClick="history.go(-1); ...
0
votes
1answer
40 views

Other user overwrote my latest commit somehow I cant find it in history?

I updated a file with several new lines of code 2 days ago, but after my latest pull those changes are completely gone and a git log -p has no history of such changes / reverts... Is there a way to ...
0
votes
2answers
59 views

Stop content from refreshing during navigation?

I've seen several sites do this i.e. Facebook's chat window, or Reverbnations music player, I was wondering if anybody can point me to any tutorials on how it can be achieved? Cheers.
0
votes
0answers
49 views

Why less-than sign is not XML uses "&'<> for markup instead of control characters? [closed]

I don't understand why the markup in XML does not use specific "control" characters. XML is supposed to separate structure from presentation. Yet the markup characters ("&'<>) normally have a ...
1
vote
1answer
63 views

How to see when “svn up” was issued to update to a given revision

Is it possible to check when in time a file/working copy was updated locally to a specific revision (i.e. even if local files got overwritten by say further revision updates)?
3
votes
3answers
110 views

Common pre-C89 compiler/stdlib idioms (1985-1988)

I'm writing a C compiler for the fictional DCPU-16 CPU (which will be used in the 0x10C game). In this game world any original software written for the system has been developed before (or during) ...
0
votes
0answers
73 views

In TFS 2010 how can I search for a value entered into the note during check-in?

We have a Team Project Collection Source Control Setting for Check-in Notes that requires each check-in to capture a "Tracking Number". This number is external to TFS. I need to search for all the ...
0
votes
0answers
36 views

git-svn new branch refetches the whole history

I wanted to create a git clone of a big svn repo with git-svn. My primary problem however is that whenever a new branch is created, the whole history is re-downloaded: "Found possible branch point" ...
0
votes
0answers
59 views

Is there a way that I can control the Android 'back to previous page' functionality in HTML, using Javascript?

Is there a way that I can control the Android 'back to previous page' functionality in HTML, using Javascript? Or is there any way to simulate the javascript function history.go(-1) in android, for ...
1
vote
1answer
173 views

history.back() clears form values

I have a form where the user entered some information. After clicking on the submit button, a script check the entries. If there's something wrong, the user has to go back and fix it. But when I use ...

1 2 3 4 5 22