/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.raymondcamden.com
| | blog.stevenlevithan.com
2.8 parsecs away

Travel
| | Update: I've added a JavaScript implementation of the following UDF. See parseUri: Split URLs in JavaScript. Here's a UDF I wrote recently which allows me to show off my regex skillz. parseUri() splits any well-formed URI into its components (all are optional). The core code is already very brief, but I could replace everything within...
| | www.phponwebsites.com
3.5 parsecs away

Travel
| | Create contact form and send mail using PHP at phponwebsites
| | vannevel.net
3.1 parsecs away

Travel
| | What you'll read here is just a quick overview of setting up gulp and Visual Studio Code to get your first AngularJS app working.
| | siderite.dev
8.7 parsecs away

Travel
| You want to open the server for an application you are working on in Visual Studio Code and not have a browser open automatically. Or perhaps your default is Internet Explorer and you want to open Chrome instead. Use the environment variable BROWSER and set it to "none" or "chrome".