Skip to content Skip to sidebar Skip to footer
Showing posts with the label Url

Regex To Extract Domain And Video Id From Youtube/vimeo Url

I am copying a function that will take a youtube/vimeo url and return what site the video came from… Read more Regex To Extract Domain And Video Id From Youtube/vimeo Url

Update Browser Address Bar Without Reload

I like the way facebook changes the URL of the browser address bar when you scroll between images, … Read more Update Browser Address Bar Without Reload

Javascript How To Check If A Url Is Same Origin As Current Page?

How can I check if a specific URL string is from the same origin/ host as the current page? For exa… Read more Javascript How To Check If A Url Is Same Origin As Current Page?

Url Being Encoded Wrong

I'm getting confused passing the http:// in a string to the url as it is being stripped to htt… Read more Url Being Encoded Wrong

How Do They Hide Url When Mouseover?

Everybody knows that the good old school windows.status is not working anymore when mouseover a lin… Read more How Do They Hide Url When Mouseover?

How To Check If A Url Is A File Or Folder In Javascript?

In javascript/jquery, given a string of a url, how can I check if it is a url to a file or a direct… Read more How To Check If A Url Is A File Or Folder In Javascript?