Bonnes Pratiques Web & Cloud
58.8K views | +4 today
Follow
Bonnes Pratiques Web & Cloud
Administration cloud et développement web
Curated by Mickael Ruau
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'bookmarklets'. Clear
Scooped by Mickael Ruau
Scoop.it!

Make Your Own Bookmarklets With jQuery —

Make Your Own Bookmarklets With jQuery — | Bonnes Pratiques Web & Cloud | Scoop.it
Bookmarklets are small JavaScript-powered applications in link form. Often “one-click” tools and functions, they’re typically used to extend the functionality of the browser and to interact with Web services. They can do things like post to your WordPress or Tumblr blog, submit any selected text to Google Search, or modify a current page’s CSS… and many other things!
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

How To Make a Bookmarklet For Your Web Application – BetterExplained

How To Make a Bookmarklet For Your Web Application – BetterExplained | Bonnes Pratiques Web & Cloud | Scoop.it
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

Create Bookmarklets - The Right Way

Create Bookmarklets - The Right Way | Bonnes Pratiques Web & Cloud | Scoop.it
Bookmarkets can be defined as mini applications masquerading as tiny snippets of JavaScript awesomeness that reside in your browser and provide additional functionalities to a web page
No comment yet.
Scooped by Mickael Ruau
Scoop.it!

How to create a bookmarklet –

How to create a bookmarklet – | Bonnes Pratiques Web & Cloud | Scoop.it
A bookmarklet is a small Javascript program stored into a url. A user can bookmark the specific url, and execute the Javascript code on any page. The good news is that it’s not so hard to create on…
Mickael Ruau's insight:

Unfortunately, we have some browser limitations on url size (usually 2000 characters), that makes it impossible to write serious js code straight into a url. To tackle this limitation we can use our bookmarklet as a loader to an external js file

No comment yet.
Scooped by Mickael Ruau
Scoop.it!

How to Create a JavaScript Bookmarklet?

How to Create a JavaScript Bookmarklet? | Bonnes Pratiques Web & Cloud | Scoop.it
A JavaScript bookmarklet is a small JavaScript code which is saved on a browser's bookmark while bookmarking JavaScript: URL
No comment yet.