From be8c8cd8ec0016ce0df4bf66e47b95bc9c17acca Mon Sep 17 00:00:00 2001 From: Chris van Marle Date: Thu, 25 Apr 2013 22:56:14 +0200 Subject: [PATCH] Add _blank target to external links --- index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 9d9f2aa..aa04fb5 100755 --- a/index.html +++ b/index.html @@ -158,6 +158,7 @@ a:hover { text-decoration: underline; + background: #eeeeff; } tr:last-child td { @@ -277,7 +278,7 @@

WiFi QR-code - Javascript

- With current (Android) mobiles it is possible to add a WiFi network by scanning a QR-code. Barcode Scanner by ZXing Team is one of the apps recognizing the WiFi QR-codes. Other QR-code generators online (that support WiFi-QR) generate the QR-code server side, which means the data, including the password, is sent over the internet. Since I wasn't comfortable with this, I have created an open source Javascript alternative. + With current (Android) mobiles it is possible to add a WiFi network by scanning a QR-code. Barcode Scanner by ZXing Team is one of the apps recognizing the WiFi QR-codes. Other QR-code generators online (that support WiFi-QR) generate the QR-code server side, which means the data, including the password, is sent over the internet. Since I wasn't comfortable with this, I have created an open source Javascript alternative.

Usage

Select the encryption used in your network (WEP, WPA or none).
@@ -289,22 +290,23 @@

Usage

References

Libraries and information used:

- The source is available on GitHub + The source is available on GitHub

License

MIT license

+ - Fork me on GitHub + Fork me on GitHub