How do you get the link posted and not the updated page?

1 Answer

Answer :

You don’t have control over it. The URL that you referred to today is pointing to a page that is housed at a server somewhere else. It isn’t under your control or Fluther’s – it is under the control of the site that hosted the page in the first place. If they change the page (and almost all do, particularly news sites), then you get the page view of whatever they have there today – not what was there a week or a month or a year ago. Summary: it isn’t under your control. You get the page they send you.

Related questions

Description : Is it on all smartphones you can't post a link?

Last Answer : I can’t cut and paste easily with a smart phone. I could type the link by hand. I would have to write it to a pen and paper first and it would work. If I really need too I could boot up my new chrome book and make a link.

Description : Does using meaningful words as part of the Http link helps to get more Google search results of that link? Why is that?

Last Answer : answer:It goes according to key words, yes. The search engine crawls the web, looking for the key words you input. The stronger the search engine, the deeper the search. Some serch engines use other search ... are the most specific way to get dead-on hits? Do you know how to do a Boolean search?

Description : What is the easiest way to get link failover in XHTML?

Last Answer : I don’t understand how it wouldn’t be available in the first place. Unless your storing the css on a different server?

Description : External Link to PHP module execute twice?

Last Answer : answer:I'm not sure I understand the question correctly, but if I do: it sounds like whatever program you're embedding your link in ( email or word document ) is loading the URL more than once. It' ... has been moved, and only raises an error if the appropriate row can't be found in either table.

Description : How to design webkiz download site with java phone ? If you have a good tutorial, give the link. ?

Last Answer : I can make it. I can make it if I want. Demo 1 Demo 2 Demo 3. If you want to download the code, you will find this link http://abde17.wapkiz.com .

Description : What are the requirements for creating a link ?

Last Answer : Two things are required to create a link: First , the name of the file or the URL of the file with which we want to create a link . Second , the specific part of the text that we will ... , and the viewers will browse the part or page linked to that part by clicking on this highlighted part .

Description : Web site link that can copy all the code to design Wapkiz site ?

Last Answer : I am giving you the names of some sites from where you can copy the code. Site- 1 Site- 2 From these two sites you will get all the code for creating Wapkiz site . If you need more sites, please let us know in the comments.

Description : How is Facebook updating my page if I didn't refresh the page at all?

Last Answer : answer:They’ve probably put something like this in there somewhere. Which would make the page refresh every 5 seconds.

Description : What does the term "internet 2" refer to when designing a web page...precisely, how is that different than internet 1 sites?

Last Answer : Um… Do you mean Web 2.0?

Description : Any way to practice web page creation offline?

Last Answer : answer:You can do HTML, CSS, and Javascript with just notepad and a web browser. Just save the file with an .html extension and it should interpret correctly. W3Schools is a great place to start, they ... guides and you can figure out what you want to explore further from there. Good luck with it.

Description : How to implement a JavaScript code that doing "Set as my Home Page" in Google Chrome?

Last Answer : So, you’re saying the JavaScript code for doing this works in IE and Firefox, but not Chrome? That’s weird. Let me see if I can find a script for you.

Description : How can I specify the page name for Twitter and Facebook sharing buttons on front page of website?

Last Answer : answer:I know what you're talking about and have had a bit of experience designing a system like the Facebook and Twitter ones for a site I co-developed. Here's an example of how you do it on our ... because that seems to be related to the Like button in some way. Sorry I can't be more helpful

Description : How can I implement in my small web site company how many members are observing each page right now?

Last Answer : I've seem people use the window.onbeforeunload event to do this. A common problem with this method is a script not finishing in time. You can use the event to open a new web page that runs a ... , but never sends display information. That way you don't have to worry about your function being killed.

Description : Make an archive-like page in PHP?

Last Answer : Hi Davey, Here is some quick and dirty code for your showarticlesfor($year)' function which should get the job done (NOTE: I am assuming you are using MySQL as your DBMS): function ... few breaks, and finally by the records (the while loop). References: MySQL DATE_FORMAT PHP mysql_fetch_assoc()

Description : Is there a program I can get for Firefox to highlight multiple items on a web page, and have them saty highlighted as I browse?

Last Answer : I have most of the add-ons and I haven’t seen it.

Description : Executing JavaScript in a page retrieved using AJAX?

Last Answer : Would assigning the scripts in page B to an “onload” event handler not work? (I’m new to this, but that seems possible. Forgive my kneejerk response.)

Description : What is a data page ?

Last Answer : A database is made up of one or more interrelated files , called a database.

Description : What is a page with multiple slides called ?

Last Answer : A page with multiple slides is called Hand outs .

Description : Is there any way to replace one page of a scanned and saved file with an updated or corrected page?

Last Answer : Can you recreate the form yourself in .xls and do your updates in that? I believe excel has an expense report in their template package.

Description : How do you check the link you posted in your email before you click Send?

Last Answer : Copy and paste it into your browser. If it goes through, the link the recipient gets will work.

Description : Salesforce SDK uninstallation from XCode?

Last Answer : Too many variables – only you know your code, how it was written, and how extensible (or not) it was in the first place. I assume you have been to the Saleforce API and SDK pages.

Description : Is there a program where you can identify music in a specific website?

Last Answer : Need Answer

Description : What is a good programming language to make a multiple choice quiz?

Last Answer : Google classroom should work.

Description : Is there a website that shows all the English words, idioms, etc ever invented, including archaic, unofficial, and newest words that have just been invented?

Last Answer : The problem with such a lexicon would be that there have been a lot of slang, dialect, idioms, and unofficial words that 99% of people have never heard of. Besides that, the English language is ... pretty good vocabulary. Hopefully, someone will recommend some. I am unable to do this at the moment.

Description : How can I add HTML markup to this ajax result?

Last Answer : Need Answer

Description : Function or application allowing me to connect or disconnect wifi?

Last Answer : Some routers - Belkins and older Ciscos, had an app that would allow you to remotely-control your router from your phone. You didn't say what kind of router you have, so it's hard to guess. You can ... . Bottom line - you can do this easily if you have a wifi-based power switch and an app. example

Description : How can I become advanced in javascript in 2 months?

Last Answer : Study hard…work hard!!!

Description : Can you help fix this programming problem in Python?

Last Answer : You can’t treat arrays of digits as a single number. The easiest way to read a numeric string is to use the sys library to read a line from the keyboard. import sys print(“Enter value for mass”) mass = sys.stdin.readline() mass = float(mass)

Description : What's the best book for understanding Unity 2D?

Last Answer : Are you a beginner programmer in general, or just new to Unity? That would make a big difference in how I would respond.

Description : Programmers: Is this puzzle a "named problem?" and can you help me with it?

Last Answer : I'd call it enumerating a list of all combinations . There's a field of math called combinatorics which I did not study but I assume probably has a word for this. It doesn't seem like a puzzle ... each iteration, and tweak it to get the output format you want, but that's essentially it, I think.

Description : I'm looking for a IT Project Idea for my Final Year. Can anyone suggest something?

Last Answer : How to maintain a question and answer site with trolls, spammers, and questions that violate the guidelines?

Description : How can i improve my skill sets?

Last Answer : You didn't say what you already know, but my main recommendation for something to learn is Python. It's a great learning language, it's free and easy to install, there are great ... and relatively easily. https://www.python.org/about/gettingstarted/ https://www.programiz.com/python-programming

Description : What should I study in order to write/program a career search software?

Last Answer : More programming. And logic. You need to understand how to develop a search for terms, and then also determine where to search, and then how to optimize search results in a relational database.

Description : How much work does it take to change on a program, from "Monday to Sunday" to whichever 7 days in a row?

Last Answer : It would depend on the individual program.

Description : What coding languages or other courses should I take on CodeCademy?

Last Answer : The courses that I’ve taken I feel are really only useful for Web design.

Description : How do I simply repeat a line of code 4x in Javascript?

Last Answer : something like a for loop is pretty simple, and gives you a handy counter if needed. for(var i = 0; i < 4; i++) { forward(); }

Description : Programming a NEMA 17 stepper motor to microstep with an Arduino?

Last Answer : There are literally thousands of arduino code examples out there. This is something you should figure out on your own because the act of doing so will make you a better tinkerer. A typical stepper will have like ... digital I/o pins to output the step sequence. Even an uno or mini pro will do that.

Description : Programming a stepper to have a "home" position?

Last Answer : Obviously it would need some way to sense or establish its location, or possibly to move or grope about to establish its location. And it could be good to have some logic for noticing when its assumptions about its environment are wrong.

Description : How to become a Game Developer?

Last Answer : There are really two separate questions (or skills) needed here. 1) programming technique. Have you been a programmer; have you developed software before? That's a skill unto itself Programming for a small ... . I can't give you a better answer, because there are so many options to choose from.

Description : Are hand made WP themes safer than downloaded themes?

Last Answer : You might find this articel about Common WordPress Malware Infections interesting It is old, 2012, but still gives you an idea of the kind of things lurking out there. .

Description : Is freelance programming the only way to travel the world while earning decent money on the go?

Last Answer : How about tour guide and air hostess?

Description : What can a 25 year old unemployed Indian Engineer do to start earning at least 50k INR per month in 1 year?

Last Answer : answer:There's a lot of jargon in this post. I fear anyone not already in the industry will have a hard time figuring out what you're saying. I know I'm lost. If you're looking to ... of our regulars are Indian, and thus as a whole we're not terribly familiar with employment culture in India.

Description : Kindles and E-book library loans?

Last Answer : I doubt that you could download the notes from a library lent E-book. What might work better for you is to get an iPad, use the Kindle app for borrowing e-books and then take your notes in the ... worth stopping by your local library to ask them though; maybe there is a better way you can do it.

Description : Is there a drag and drop software to create apps for cell phones and computers?

Last Answer : No there is not but for android the tools are free and there is a good development environment. You can get it from google code. It's java based which is nice since you don't have to mess with pointers and ... of hacks. I'm a below average hack so be prepared to pay someone well to do it for you.

Description : Do you watch your local PBS channel?

Last Answer : answer:I watch it pretty frequently. It always has been and (if it manages to continue far into the future), always will be a favorite. I grew up watching it with my grandma and it's a nice ... full of much nicer people and it's not at all gimmicky like our competitive cooking shows tend to be.

Description : What does Java run, operate, or do?

Last Answer : answer:This is a bit complicated, but I'll do my best to explain. At a fundamental level a computer program is simply a series of instructions the CPU in your computer executes in sequence. Programming languages ... wait. It's an inherently slower process to do on the fly. Hope that helps a bit.

Description : Programmers: Thoughts on this AI game where you fight via code?

Last Answer : answer:Hmm. Cool, but so far I’m stuck on the tutorial with some sort of error: > Game.mothership.moveTo(1,0) undefined

Description : Geometry Gurus. Can you help me solve for an angle?

Last Answer : answer:The simplest solution would indeed be to have an IF ELSE statement there and have two separate cases depending on whether (RadialPointY - CenterPointY) is positive (@Angle < 180) or ... values it actually is cannot be determined without some sort of test of (RadialPointY - CenterPointY).

Description : Any programmers willing to help me solve a triangle?

Last Answer : Are you sure whether your language is using degrees vs. radians for the angle?