Archives
-
Browser Resizing
I just encountered a great tip on how to quickly adjust a browser window to a specific dimension.
-
RegEx Pattern - Determining the name of the page
[.+]?/(?<pagename>[^/]+).aspx
If the only thing necessary is to determine the name of the page (without path information) this regex pattern did the job for me.