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.
0
votes
0answers
12 views
R saveing and loading history automatically
I'm using the R software for statistical analysis and am sad that it doesn't preserve and restore my prompt command history. Indeed, pressing the up arrow on a newly started interactive R session will ...
2
votes
1answer
3k views
how to catch a state change event ONCE with history.js?
I have an example code below where if you click the links, then use back and forward, each state change will cause more and more hits on the 'statechange' event. Instead of the one that I expect.
...
0
votes
1answer
10 views
omit certain pages from history cookie
I am using this script to store the user's history to a cookie for the last 10 pages accessed. So far I've got the script displaying the cookie data using the document.title, and url in a list.
My ...
6
votes
2answers
1k views
How can I rewrite history so that all files are in a subdirectory?
I have a project under git. One day I moved all project files from current directory to foo/bar/ under the project. I did it using git mv. Then I added some more files and did some changes to already ...
1
vote
0answers
44 views
+50
Android History Content Observer
I implemented content observer of history but it is behaving weird.For every change in history its onChange() function runs 3-5 times.
static class BrowserOberser extends ContentObserver {
public ...
4
votes
9answers
798 views
Why did the designers of ColdFusion decide to index arrays from 1 rather than 0?
I'm just curious about this really, does anyone know why they broke convention on this one?
Thanks,
Ciaran
1
vote
0answers
20 views
Histori API html5, how to know when user clicked in next/back browser buttons?
I am getting familiar with the html5 History API, but I am using the history.js to extend the compatibility,
I have one question and it's that, how can I know in:
...
0
votes
0answers
10 views
Which fires first: onpopstate or onbeforeunload?
When a visitor tries to leave a page in my site, I would like to confirm navigation and run a function except when the user hits the back button. Some believe this functionality is impossible; ...
12
votes
1answer
4k views
How could I change window's location without reloading and # hack?
At first I thought that hash hack is a requirement, however judging from the recent updates from facebook, I am thinking otherwise.
The original hash hack (I am not sure if this is the correct term) ...
6
votes
3answers
2k views
How to see the Check-In History of a particular user in TFS?
How to see the Check-In History of a particular user in TFS (TFS-2008)?
0
votes
2answers
3k views
disable back button in browser
I have a website having frames. Clicking on button in one frame updates the pages to be loaded in other frames. Now when user press the back button few of the frames load previous pages. i want user ...
0
votes
0answers
16 views
JavaScript adding unexpected window.history entries
When I load a certain page on my site in a new tab, I noticed the back button was enabled. This shouldn't be the case considering it's the first page of a new tab. In fact when I click & hold on ...
12
votes
3answers
19k views
Android read browser history
I want to read browser history in Android phone.
I have done some document reading, then I come to know that we can read browser history by android.provider.Browser class. It has :
final static ...
0
votes
1answer
15 views
How do I cat revisions of a file, following it through renames?
I can do this just fine:
git log --format=%h -- filename | while read f; do git show $f:filename; done
However, if I try to add --follow to the git log call, the file moves through directories and ...
3
votes
2answers
36 views
What is the story of the Observer Design Pattern?
I have been investigating about the observer pattern for an assignment. So far, I have come to the conclusion that it first appeared in a book written by a group of people called "The Gang of Four".
...
3
votes
2answers
505 views
Why use quality values in the HTTP Accept-Language header?
In HTTP, the Accept-Language reponse header looks like this:
Accept-Language: da, en-gb;q=0.8, en;q=0.7
Why were the quality values (q=...) included in the HTTP specification? Couldn't one sort the ...
1
vote
1answer
57 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
21 views
Two clicks at back button are necessary to trigger popstate/statechange event
I have a page which contains an iframe. The iframe can take user's input (via button click or menu selection) and display content accordingly.
What I need is, when a user manipulates the iframe, the ...
0
votes
0answers
18 views
galleriffic : how to replace jQuery history plugin by jQuery hashchange or jquery BBQ
I use Galleriffic script for a photo gallery based on zenphoto.
the next release of zenphoto uses jquery 1.9.0 and I discovered that the Galleriffic script is not compatible with this release version.
...
0
votes
1answer
39 views
Repair broken git history
My git history is broken, in the sense that my current branch appears to be 501 commits before my master, which is clearly not the case.
In Intellij Idea I can see that at a certain point there is a ...
2
votes
1answer
36 views
HTML4 and HTML5 - How can I tell if there is a `Back` state available without navigating?
Is it possible to tell if there is a back state available (i.e. if the back button in the browser is clickable) without navigating?
Id like to be able to do this in HTML4 and HTML5 if possible.
I ...
16
votes
6answers
5k views
Where does 'Hello world' come from?
'Hello world' is the usually the first example for any programming language. I've always wondered where this sentence came from, where was it first used.
I've once been told that it was the first ...
0
votes
3answers
45 views
Android: Clear Activity History
I've faced with one problem - clearing activity history. I have the following consequence where my problem appears:
A(SplashScreen)->B(GuestScreen)->C(Screen for signed users)->Press Home ...
0
votes
0answers
39 views
Where does the phrase “run code” or “run software” come from? Why “run”? [closed]
As the title says.
Where does the phrase "run code" or "run software" come from? Why "run"?
Posted the same question on StackExchange.
0
votes
0answers
9 views
How to generate testcase report with histories in QA Complete?
I have around 100 testcases in QA Complete tool. I need to generate a report for all the testcases with its complete information like History tab, expected results, actual results etc.
Please help me ...
0
votes
2answers
27 views
Ejabberd disable logging
How disable message logging in ejabberd ?
To turn off logging using
{loglevel, 0}
or if this parameter is responsible for logging errors, etc.?
0
votes
1answer
30 views
Copying change list history in perforce
Just wondering if anyone knows how to copy a folder from on //depot/one/proj to //depot/two/proj with all the changelist history for files withing //depot/one/proj
Thanks,
sam
0
votes
0answers
5 views
Search options on the check-in history in Visual Studio
I'm trying to identify some milestones (which date we introduced important features on the website) by viewing the check-in history in Visual Studio. However it annoys me that I can't search the ...
0
votes
1answer
76 views
Android: Save History When Launch Second Activty
Created 2 activity with same layout, same button placement, same button id, everything is the same
Example:
Added 3 Buttons in first_activity and second_activity, everything placed on the same ...
22
votes
5answers
10k views
iPhone call log / history
I'm doing some research on the feasibility of an iPhone application, and can't find any indication in Apple's documentation that an iPhone app can read the call history of the phone, specifically the ...
71
votes
24answers
20k views
(For what) Are Fortran, Cobol and Co. used today? [closed]
I'm a relatively young programmer and so I don't really know much about languages like Fortran or Cobol that have their origins in the beginning of modern informatics.
I'm a bit confused because it ...
-1
votes
0answers
32 views
Find websites that is visited by a computer in local network [closed]
I own an office that has it's own local network. I want to get website addresses that my employees visited on their computers. Is there any program or way that help me getting these addresses using ...
0
votes
1answer
32 views
GitHub: how to remove a file from git history (especially that of the GitHub repository)?
I have a GitHub repository which contains some big files which I want to permanently remove from its history. I have cloned
GitHub has a nice page which can be used to remove such big files ...
4
votes
3answers
343 views
asp.net page navigation history
How can I implement page navigation history, like the functionality found in:
jggrid demo
When you click on a link which opens a new page, that page name is added as a tab to the top bar. Then, you ...
3
votes
1answer
873 views
Can I check if there is a next page in browser history w/Javascript?
Here is a quick description: I'm using iWebKit to display a webpage as a full screen iPhone app. When you do this, you gain real estate, but you lose the navigation buttons. I can put buttons that act ...
0
votes
1answer
136 views
Data from WebService is not retained in page history
Here is my scenario:
I am using a web service to pass back search results. To do this I am using ToolkitScriptManager with a ServiceReference to my web service and calling the web service up with ...
0
votes
0answers
488 views
How can I fix my ASP.NET AJAX issue when I navigate away from the page and back?
I'm developing an ASP.NET 3.5 application which uses AJAX via the UpdatePanel control. I'm also using History Points to manage the browser back-button functionality. This all works fine until I want ...
7
votes
2answers
8k views
asp button and history back onclientclick
hi I have an asp button which is created using the following code:
<asp:Button ID="btnBack" OnClientClick='javascript:history.back()' runat="server" Text="back">
</asp:Button>
However, ...
1
vote
1answer
314 views
IE backbutton works just once (as if browser history has just one entry)
I'm trying to fix a browser history issue. A customer of ours has a ASP.Net intranet page running for a while now. A colleague made it. Recently they asked to fix the "Back button" we made on their ...
1
vote
3answers
1k views
Stop page from appearing in browser history
I have a simple flow:
A.html -> B.html -> C.html
Now, page B either 302's (temporarily redirects giving 302 redirect code) to page C, or it shows a progress bar; then, after an ajax call is ...
10
votes
5answers
8k views
After travelling back in Firefox history, javascript won't run
When I use the back button on Firefox to reach a previously visited page, scripts on that page won't run again.
Is there any fix/workaround to have the scripts execute again when viewing the page the ...
1
vote
3answers
460 views
capturing user IP address information for audit
We have a requirement to log IP address information of all users who use a certain web application based on Java EE 5.
What would be an appropriate sql data type for storing IPv4 or IPv6 addresses ...
-1
votes
1answer
34 views
Before CLI, what interface was used to program computers? [closed]
NOTE: I looked through all of the other Stack Exchange Tech sites, and couldn't find a better place to post this question. If you believe that there is a preferable site, feel free to migrate the ...
0
votes
2answers
1k views
Jquery Asual Address - Back Button PopState
I am trying to use the Asual Address plug in so that my back button works on ajax calls. I am so confused on how this work and every tutorial i find says to impliment it different. I haven't been ...
30
votes
5answers
2k views
What is the point of DBNull?
In .NET there is the null reference, which is used everywhere to denote that an object reference is empty, and then there is the DBNull, which is used by database drivers (and few others) to denote... ...
1
vote
2answers
53 views
what does exclamation point stand for in html
I am curious about the syntax of the doctype and comment tags...
Why the exclamation point? What is it called, what does it mean/do?
I have read through the html syntax spec and found no real ...
1
vote
2answers
197 views
PayPal IPN History Page Bug (Resend Messages Not Working)
I use Zapier to send PayPal IPN messages to Freshbooks to create new clients from a sale.
A few seconds earlier Zapier sends a message from my Wufoo order forms to create a new invoice (I then link ...
0
votes
5answers
107 views
Original purpose of <input type=“hidden”>? [closed]
I am curios about the original purpose of the <input type="hidden"> tag.
Nowadays it is often used together with JavaScript to store variables in it which are sent to the server and things like ...
19
votes
6answers
2k views
-2
votes
2answers
3k views
Can we get browser history by using Javascript?
Can we get browser history for my site with Javascript ?
I can see some of old posts and threads talking about that... but those approaches didn't work for me.
Is it possible or not and how?


