Questions tagged [permanent]
119 questions
0
votes
1 answer
IIS Permanent Redirects
I have seen a few things written about this and remember one where there was an XML file. So, there is an old URL and a new URL. If the user hits the old URL he is redirected to the new one.
The redirects can be from files that don't exist on the…
user141621
0
votes
1 answer
creating a permanent folder in /tmp/ of ubuntu 10.04
how to create a permanent folder in the temporary folder in ubuntu? without being deleted when the computer shuts down, and not have to repeat the process every time the computer restarts

Ricardo Rod
- 8,453
- 9
- 27
- 39
0
votes
0 answers
iOS how to data store permanently, even if the app is unstalled and if the phone is restored
I need to store (few bytes) data permanently to save an app state or rights. If the app is uninstalled and re-installed, I need to read back the data. Even if the phone is restored with iTunes.
Is it possible?

gbask
- 1
- 1
0
votes
2 answers
How to use NSDL PAN(Permanent Account Number) number verification API in php
NSDL APIS has Java sample code.
https://onlineservices.tin.egov-nsdl.com/TIN/JSP/security/DownloadCodesForOPV.jsp

Bhavesh dudhat
- 29
- 1
- 3
0
votes
1 answer
Windows UWP Toast Notification non-dismissable
I'm using toast-notifications in my UWP-app (MSDN Notifcations)
Is there a way to make those toast-notifications non-dismissable, so the user can not delete it?
The scenario is that the users location gets tracked even if the app is in background…

Jerome Dreyer
- 144
- 10
0
votes
1 answer
Permanent mouse hover effect on buttons
I made a site with lots of ghostbuttons that change color when the user hovers his or her mouse over them. The buttons are arranged by color like a rainbow and I want them to stay active/colored even when the mouse stops hovering over it so that…

Jesse
- 25
- 8
0
votes
1 answer
Centering Text Inside A Colored Inset Border Textbox
I'm new to html & css, and I'm trying to have non-editable (permanent) centered text inside a colored inset border textbox. I can't seem to get permanent text within the textbox. Any text I type seems to go outside of the textbox.The 9px inset part…

Rakuten
- 33
- 9
0
votes
1 answer
Android app writes to file and seems to be deleted when activity is finished
I have an android app that is writing a values to a file that the app also creates. I am able to write to the file and then again read from the file. However, as soon as that activity is finished, it seems that the file is now gone, or loses it's…

GIZNAJ
- 501
- 5
- 23
0
votes
0 answers
How to rewrite, redirect and change some parts of URL with Nginx and Perl Module
I'm trying to do a redirect in Nginx with Perl module configured.
I need to do some changes for one URL:
http://example-domain.org/es/Madrid/511/Delicias --> http://example-domain.org/es/restaurants-madrid/delicias
I need change an uppercase URL…

djacedj
- 11
- 1
0
votes
0 answers
mozilla Grayscale permanent filter does not work / Cross browser
I was wondering, why all the other browsers work with my TUMBLR customize theme, and the Mozilla seems to have its own ways:
#post img {
width:500px;
margin-left: -43px;
opacity:0.75;
filter: url("data:image/svg+xml;utf8,
0
votes
1 answer
Permanent (301) .htaccess redirect
I need a 301 redirect from these pages:
form/5/asd.html
form/5/12dasd.html
form/5/dasidjasd.html
form/5/pasd1.html
Always to this page: /form/12/name.html
Can you help me, because I never understand .htaccess redirects :(
user546774
0
votes
1 answer
How can I add data to a list box that is still there when I open my program again? (Visual Basic)
I am currently working on a LAN messaging application in visual basic .net that works through sending a shutdown notification then aborting the shutdown, and I am trying to implement in a contacts feature that displays the computer's name when the…

user3462183
- 3
- 1
0
votes
1 answer
Redirect permanent when URL source contains a "?"
I'm looking for some help about a Redirect permanent.
I would like to do a redirect like :
http://www.mydomain.com/site/index.php?code=_fr to http://www.mydomain.com/home
When I try something like that for any URL it's working :
RedirectPermanent…

Yoks
- 1
- 1
0
votes
0 answers
PHP - Permanently changing array values
The title may explain the gist of it, but I want to know something. I am new to coding in PHP, and am adding it alongside my HTML5 so I can create a website for a game I'm creating. But, I need to know if I can permanently and dynamically change the…

Kashiki
- 29
- 2
- 6
0
votes
0 answers
Redirect 301 HTACCESS one rule for many URLs
i've many urls (like 1000) and for the moment i'm unable to do a rewritemap, and of course i cannot put 1000 lines of 301 redirects in my .htaccess, so my situation is:
i've many urls like…

herewego
- 23
- 3