tagged [url]

How can I URL encode a string in Excel VBA?

How can I URL encode a string in Excel VBA? Is there a built-in way to URL encode a string in Excel VBA or do I need to hand roll this functionality?

6 May at 14:53

Change the URL in the browser without loading the new page using JavaScript

Change the URL in the browser without loading the new page using JavaScript How would I have a [JavaScript](http://en.wikipedia.org/wiki/JavaScript) action that may have some effects on the current pa...

How to add url parameter to the current url?

How to add url parameter to the current url? Currently I'm at and I want to make a link to by not defining the current url. Like `Like`. However this last one shows me `http://example.com/&like=like`

16 Mar at 14:41

Get only filename from url in php without any variable values which exist in the url

Get only filename from url in php without any variable values which exist in the url I want to get filename without any `$_GET` variable values from a URL in php? My URL is `http://learner.com/learnin...

27 Feb at 07:30

How do I open a URL from C++?

How do I open a URL from C++? how can I open a URL from my C++ program? In ruby you can do What's the equivalent in C++? I wonder if there's a platform-independent solution. But if there isn't, I'd li...

18 Jan at 09:54

How to lazy load images in ListView in Android

How to lazy load images in ListView in Android I am using a `ListView` to display some images and captions associated with those images. I am getting the images from the Internet. Is there a way to la...

What is the difference between URL parameters and query strings?

What is the difference between URL parameters and query strings? I don't see much of a difference between the parameters and the query strings, in the URL. So what is the difference and when should on...

22 Nov at 22:3

How to launch Safari and open URL from iOS app

How to launch Safari and open URL from iOS app On the settings page, I want to include three links to - - - I've searched this site and the web and my documentation and I've found nothing that is obvi...

4 Nov at 00:31

Encoding parameters for a URL

Encoding parameters for a URL I have a Silverlight application that is building a URL. This URL is a call to a REST-based service. This service expects a single parameter that represents a location. T...

10 Sep at 13:23

Get query string parameters url values with jQuery / Javascript (querystring)

Get query string parameters url values with jQuery / Javascript (querystring) Anyone know of a good way to write a jQuery extension to handle query string parameters? I basically want to extend the jQ...

What is the meaning of # in URL and how can I use that?

What is the meaning of # in URL and how can I use that? I often found some URL which looks like the following: After writing this page some_page will be open and then scroll will be set so that I can ...

5 Jun at 00:18

How to write URLs in Latex?

How to write URLs in Latex? How do you write a URL in Latex? The subscripts and everything else make the font look very strange when it compiles.

3 May at 18:31

Change URL and redirect using jQuery

Change URL and redirect using jQuery I have some code like this, and now I want to redirect like this, Is there anyway in jQuery to solve this? It still lets me have `url = http://example.com`.

14 Apr at 13:26

How to pass extra variables in URL with WordPress

How to pass extra variables in URL with WordPress I am having trouble trying to pass an extra variable in the url to my WordPress installation. For example `/news?c=123` For some reason, it works only...

13 Apr at 18:4

ServiceStack: Explaination of the "Matching = ..." rules

ServiceStack: Explaination of the "Matching = ..." rules I need an explanation of who the string inside the Matching = "..." rule is supposed to look. I see only a few examples on docs.servicestack.co...

1 Apr at 23:41

Should URL be case sensitive?

Should URL be case sensitive? I noticed that and both works fine - actually the previous one is converted to lowercase. I think that this makes sense for the user. If I look at Google then this URL wo...

7 Mar at 17:34

Call Javascript function from URL/address bar

Call Javascript function from URL/address bar Is it possible to call a javascript function from the URL? I am basically trying to leverage JS methods in a page I don't have access to the source. Somet...

20 Feb at 08:37

Semicolon as URL query separator

Semicolon as URL query separator Although it is strongly recommended ([W3C source](http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.2.2), via [Wikipedia](http://en.wikipedia.org/...

Getting parts of a URL (Regex)

Getting parts of a URL (Regex) Given the URL (single line): [http://test.example.com/dir/subdir/file.html](http://test.example.com/dir/subdir/file.html) How can I extract the following parts using reg...

13 Jan at 11:34

Get URL query string parameters

Get URL query string parameters What is the "less code needed" way to get parameters from a URL query string which is formatted like the following? > www.mysite.com/category/subcategory?myqueryhash Ou...

21 Oct at 06:9

How to add method description in Swagger UI in WebAPI Application

How to add method description in Swagger UI in WebAPI Application I am using Swagger as my API tooling framework and it is working out great so far. I just came across this page [https://petstore.swag...

How to create query parameters in Javascript?

How to create query parameters in Javascript? Is there any way to create the for doing a in JavaScript? Just like in Python you have [urllib.urlencode()](http://web.archive.org/web/20080926234926/http...

13 Oct at 20:45

Percentage Encoding of special characters before sending it in the URL

Percentage Encoding of special characters before sending it in the URL I need to pass special characters like #,! etc in URL to Facebook,Twitter and such social sites. For that I am replacing such cha...

8 Oct at 21:29

Getting URL hash location, and using it in jQuery

Getting URL hash location, and using it in jQuery I'd like to get the value after a hash in the URL of the current page and then be able to apply this in a new function... eg. The URL could be And I w...

3 Oct at 17:37

C# How can I check if a URL exists/is valid?

C# How can I check if a URL exists/is valid? I am making a simple program in visual c# 2005 that looks up a stock symbol on Yahoo! Finance, downloads the historical data, and then plots the price hist...

1 Oct at 13:53