Questions tagged [webaddress]

32 questions
0
votes
1 answer

Clickable web address on report from a substring in an Access table

I need to add a web address to the end of a record item in an Access table that also serves as an active link. e.g. Currently the item says... "Do this thing this way and get this result" And I want it to say... "Do this thing this way and get this…
MBB70
  • 375
  • 2
  • 16
0
votes
1 answer

web url validator to class level validation

I have a simple class and corresponding properties. I would like to add some validation rules (to a web property). I want to check that the web address is valid. What are the types of conditions I would need to check for? My thinking: I have to…
nojohnny101
  • 514
  • 7
  • 26
0
votes
0 answers

How to retrieve a list of address of youtube channel?

I am about to analyze youtube channel related to specific keyword like game, computer science and etc. I want to get their web address of youtube. I tried to get address one by one manually by clicking right button of my mouse. As it was too…
Sejin
  • 85
  • 9
0
votes
1 answer

Nice url structure

I have a website in different languages, where "James" is the hypothetical person that's logged in. It has this logic.…
user5095266
  • 119
  • 2
  • 7
0
votes
2 answers

terminal / shell script: adding variable to web address - OS X

I am trying to automate downloading our weather data for our school. I'm not a huge tech guy but I'm the best at the school I suppose. My problem is trying to insert the time variables into the web address. Here is what I have done so far. Currently…
iQuestion
  • 3
  • 4
0
votes
2 answers

How Can I Remove File Name Or Extension From Web Page Address?

I was up to remove the file name or extensions from my webpage address. There were some solutions for doing this (.htaccess) but my .htaccess file was empty. I wanna know that how can i do this? Turning this: http://www.example.com/page.php Into…
Hossein MK
  • 23
  • 5
0
votes
0 answers

Get a thumbnail from a Bitmap located at a web address

In Xamarin, is it possible to get a thumbnail of a Bitmap that is hosted at a web address? I have this code: public static int CalculateInSampleSize(BitmapFactory.Options options, int reqWidth, int reqHeight) { // Raw height and width of image …
Simon
  • 7,991
  • 21
  • 83
  • 163
0
votes
2 answers

The address of the Web Page is wrong after login

I am using asp.net and i am trying to login from the fancy box. I have code sample like this : function (LoginResponse) { $.each(LoginResponse, function () { if (this["IsLogin"] == "true") { …
Arunesh
  • 287
  • 6
  • 18
0
votes
0 answers

Where Eclipse deploys servlets on GlassFish?

I'm using Eclipse Juno with GlassFish 4 on Widows 7 box. GlassFish is installed as local host. If I keep all the defaults and deploy my Dynamic Web Project to the server via Eclipse, what will be the Web address for servlets? What should I put into…
PM 77-1
  • 12,933
  • 21
  • 68
  • 111
0
votes
0 answers

Pound(#) sign in web address

i recently saw the usage of the pound(#) sign in web addresses. An example: http://www.example.com/#/contact My question is what the # role? How is this built? Thank you in advance
Florin
  • 1
0
votes
1 answer

how can i use wildcards in a web address to download a file where the filename periodically changes

i am downloading files from a web server into my IOS iPad application. my problem is that now the hardcoded url addresses are subject to change. how can i use wildcards in my url address to compensate for the changed address e.g this is the current…
superllanboy
  • 607
  • 2
  • 6
  • 18
0
votes
1 answer

Load html in div and then remove it

I'm a beginner in Javascript and I struggle with a problem for a while. I want to open a new content in an existing div from another local html document. So in main content I have a simple list of projects and when I click on one project I want it…
0
votes
1 answer

Why do I have additional addresses in my address link?

I am working on a website and when I open the first page I receive additions to the address link. For example I should have : www.rpcmap.com/ but actually I am having this link: www.rpcmap.com/(S(japkjl0zot2rvmfc0v104b0j))/default.aspx Does anyone…
Hanady
  • 779
  • 2
  • 15
  • 38
0
votes
4 answers

how do people have websites without .html at the end?

My website http://www.dorsetdesigns.co.uk/ doesn't have .html after it but when i go to "about us page" it has .html on the end?
arranb22
  • 25
  • 1
  • 1
  • 7
-1
votes
1 answer

TextView with permenant http://

I'm setting up a TextView in my application that users type in a web address, and then a WebView loads it. All of this currently works, and I have it auto filling the TextView with the last used address. I would like it to prompt the user to put in…
Alex Collette
  • 1,664
  • 13
  • 26