Here's a timezone drop-down select for HTML ready to copy/paste into your code.
| Topic | Sandbox |
|---|---|
| Tags | Html, Snippits |
Learn how to redirect to another page using Javascript.
window.location.href = "http://xyz.com/page";
If you want to open the page in a new window use:
window.open("http://xyz.com/page");
Nice and simple.
posted on 2012-06-01 00:00:00 UTC
| Topic | Sandbox |
|---|---|
| Tags | Javascript |
If you read the terms on practically any website, product or service these days you're agreeing to a forfeit a ridiculous number or rights and freedoms, entering into binding contracts and possibly agreeing to defend and pay their own legals costs.
Have you read the terms on Pintrest, Facebook and other h...
posted on 2012-05-28 00:00:00 UTC
| Topic | Sandbox |
|---|---|
| Tags |
Recently a client asked for the ability to select a local folder located on an internal server so that they can link to it in via the custom intra-net project management application I developed and support for them.
This seemingly simple task isn't so easy. The browser's built in file select dialog only ...
posted on 2012-05-25 00:00:00 UTC
| Topic | Sandbox |
|---|---|
| Tags | Html, Html5 |
Example usage:
request.env["HTTP_USER_AGENT"]