uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 11 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   work   user   process   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   camera   access   material   customer   travel   test   standard   review   documentation   css   money   engineering   webdesign   engine   develop   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   yacht   app   content   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   easy   live   google   resource   operation   startup   monitor   training  


Tag selected: json.

Clear all

Showing 11 results.

Looking up json tag. Showing 11 results. Clear

Session History Scrounger for Firefox (with lz4 support) — Fx File Utilities

https://www.jeffersonscher.com/ffu/scrounger.html

Saved by uncleflo on April 10th, 2021.

Firefox creates various session history files as you browse, and then at shutdown creates sessionstore.jsonlz4. In Firefox 56+, the files are compressed using Mozilla's flavor of LZ4 compression (.jsonlz4 or .baklz4 file extension). The JSON data contains rich detail about your session, but this page is targeted toward extracting just the page URLs. Drag and drop one session history file onto the empty text box (HELP), or use the Browse... button on the right. This file is not sent to the network, it is only read within this page in Firefox. This tool can read URLs out of the following types of session history files:

scrounge extract document embed session content firefox recover store json data recovery tool history howto explanation details read online administration


JSON Web Token Introduction - jwt.io

https://jwt.io/introduction

Saved by uncleflo on April 10th, 2021.

JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA. Although JWTs can be encrypted to also provide secrecy between parties, we will focus on signed tokens. Signed tokens can verify the integrity of the claims contained within it, while encrypted tokens hide those claims from other parties. When tokens are signed using public/private key pairs, the signature also certifies that only the party holding the private key is the one that signed it.

token secure header verify authorization authentication credentials apis schema signature algorithm user browser resistant secret standard transmit information json object hmac key integrity web introduction development administration api check identity


geoPlugin - plugin to geo-targeting and unleash your site's potential

https://www.geoplugin.com/

Saved by uncleflo on October 28th, 2018.

IP Geolocation and reverse IP geocoding technology on the web are about detecting requests coming from your visitors and locating them in the world, down to the city they are in, based on their IP address. geoPlugin is the easiest way for you to geolocate your visitors, allowing you to provide geolocalised content more relevant to their geographical location. Simple examples are redirecting visitors to language-specific pages, providing your product prices in your visitor's local currency, knowing whether European GDPR privacy rules apply, and much more. We have been providing stable, reliable, fast and free IP geolocation coming from many millions of visitors for our many thousands of clients worldwide since 2006 (and our website hasn't changed in design since!).

geo target plugin html json service microservice request detect visitor location world ip address language europe us stable development information online design example technology


Foolproof HTML escaping in Javascript - #! (shebang)

http://shebang.brandonmintern.com/foolproof-html-escaping-in-javascript/

Saved by uncleflo on February 22nd, 2015.

As any good web developer knows, it's important to be constantly vigilant with the handling of user data. We avoid buffer overflows and format string exploits (remember those?) by using safer languages or being careful in our C. To avoid SQL injection, we never build database queries by concatenating user-supplied data. These measures protect the integrity of the data on our servers, but what about our (non-malicious) users?

javascript escape html json ajax hack foolproof approach development web integrity server user security safe malicious administration


current

http://openweathermap.org/current

Saved by uncleflo on February 22nd, 2015.

Access current weather data for any location on Earth including over 200,000 cities! Current weather is frequently updated based on global models and data from more than 40,000 weather stations. Data is available in JSON, XML, or HTML format.

current weather data map platform station city world global model location earth opensource share format development administration javascript json download


YQL Console: show tables

http://developer.yahoo.com/yql/console/

Saved by uncleflo on January 24th, 2014.

A complete Yahoo API query analyser that gets data from a large DB of tables on the Yahoo Developer Network. Queries are based on SQL syntax

network developer development html ajax json data xml editor solution query yql language yahoo online web


Using native JSON | MDN

https://developer.mozilla.org/en-US/docs/Using_native_JSON

Saved by uncleflo on January 24th, 2014.

This article covers the ECMAScript 5 compliant native JSON object added in Gecko 1.9.1. For basic information on using JSON in previous versions of Firefox, see JSON. The native JSON object includes two key methods. The JSON.parse() method parses a JSON string, reconstructing the original JavaScript object, while the JSON.stringify() method accepts a JavaScript object and returns its JSON equivalent.

javascript mozilla developer network development json string documentation


douglascrockford/JSON-js · GitHub

https://github.com/douglascrockford/JSON-js

Saved by uncleflo on February 24th, 2013.

json2.js: This file creates a JSON property in the global object, if there isn't already one, setting its value to an object containing a stringify method and a parse method. The parse method uses the eval method to do the parsing, guarding it with several regular expressions to defend against accidental code execution hazards. On current browsers, this file does nothing, prefering the built-in JSON object.

development website json string global library json2 download object script parse


JSON

http://www.json.org/

Saved by uncleflo on February 24th, 2013.

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.

javascript model structure development website data object script reference json implementation library notation


None

https://www.twilio.com/user/account/developer-tools/api-explorer

Saved by uncleflo on January 14th, 2013.

Twilio API Explorer makes it even easier to start building applications with Twilio. With the API Explorer, you can make requests to our APIs, copy code snippets for use in your own applications and see how Twilio responds. The API Explorer is great way to try buying phone numbers, sending text messages, making phone calls and more, all through a nifty web interface.

reference json development api twilio curl basic rest post get information call web explore


AJAX callbacks with jQuery

http://dreamdealer.nl/tutorials/ajax_callbacks_with_jquery.html

Saved by uncleflo on October 27th, 2010.

In line 2 we get the calue from the first field in our page. This variable is used in row 4 again in the AJAX callback. In line 3, we do the same for the second field. In line 4 to 7 is the actual AJAX callback. I put this function on multiple rows for readability, but you can put it on one line if you like. The first parameter is the file you want to do the call on. This can be PHP or whatever. I made a file in the same directory as the HTML file, called "giveMeSomething.php". In this file, all the actions are done (see step 4). The second parameter (between curly brackets) contains all the values you want to pass to the PHP file. The values are delimited bij comma's. Left of the : is the name of the variable in the PHP file, and right of the : is the value (in this case the vars you defined in line 2 and 3). At last we define a function that is executed after the callback finishes. The data you get (and display in an alert) is everything that was echo-ed in the PHP file.

jquery ajax html php json development solution easy example xml library javascript


No further bookmarks found.