public marks

PUBLIC MARKS from decembre with tags convertir & convert

2018

BIB - ONLINE TOOL - ASIN to ISBN converter free | ASIN to UPC,EAN,ISBN,SKU,MPN converter | ASINLab.com

(via)
ASIN to ISBN converter free: Please enter a valid ASIN Number and we will convert it for you to its corresponding ISBN number. If you want to perform bulk ASIN conversion you may try our ASIN to ISBN bulk converter free tool.

2015

SVG - Using SVG (witth Online TOOLS) | CSS-Tricks

(via)
Why use SVG at all?: Small file sizes that compress well__ Scales to any size without losing clarity (except very tiny)__ Looks great on retina displays__ Design control like interactivity and filters__

2014

VIDEO - 10 Free HTML5 Video Conversion Tools

Gone are the days when having moving images on your website meant having to use GIFs or Adobe Flash. The emergence of HTML 5 and its multimedia features has allowed designers to do without Adobe Flash or heavy, slow-loading GIF animations and, instead, use the native HTML5 video player. However, HTML5 only supports a few video formats, namely OGG, WebM and MP4.

đź›  VIDEO PLAYER - 20 VLC Player Tips and Tricks

VLC is probably the most versatile video player you can download due to its amazing ability to play almost any codec you throw at it. This alone makes this app a worthy addition to your software suite. While most people use VLC as a simple video player, it is so much more than that. VLC is the Swiss Army Knife of video players with features that are hidden and unknown to the casual user.

2010

data: URI Generator - Convert Online Tool for Icon, image to import it in greasemonkey Script - dopiaza.org

data: URI Generator The data: URI scheme allows you to build URLs that embed small data objects. data: URIs are supported by most modern browsers except for Internet Explorer. The lack of IE support is holding back widespread adoption of data: URIs, but they are still very useful in a couple of specific areas such as embedding graphics and other data items in Greasemonkey scripts. You can read more about data: URIs and see some examples of their use, or use the generator below to create your own. data: URIs are defined in RFC 2397.

Use Greasemonkey Scripts In Google Chrome - But, there are some limitations as well (as with Opera — which also supports some greasemonkey scripts) - Chrome does not support @exclude, @require, @resource, unsafeWindow, or any of the special GM_* APIs.

Well, here is how to run userscripts in chrome : * Add this flag to Google Chrome launcher : --enable-user-scripts - Now, create a folder in your user data directory. Name it as User Scripts. - Save your all GM scripts in this folder. - If you want to import all userscripts from Firefox — you need to do it manually. We have shown you the way to backup your Greasemonkey scripts. Just navigate to your GM script folder in Firefox data directory as describe in this post. Now, you can copy and paste every script’s file manuallyAnd, you are done! Restart the chrome — and visit any related site. It is quite possible that your favorite GM Script will do the magic. - Important fact : Chrome supports “Early Injection” – the ability to run scripts very early in the page’s lifecycle. In Firefox, userscripts run after page load. But in chrome, you can set it to run before page load. For this, you need to add an extra line in scripts meta data section : // @run-at document-start

Greasemonkey comes to Chrome - get your userscripts ready!

Chrome has a secret weapon. His name is Aaron Boodman, and he created Greasemonkey. He now works on the Chrome Extensions team at Google. Even though Greasemonkey on Chrome isn't yet as mature as the Firefox version -- 15-25% of scripts might not work on Chrome yet -- it will definitely get there with Boodman's help. If you need some scripts to get you started, you can scope out Download Squad's 10 Greasemonkey Scripts You Shouldn't Browse Without, or peruse the large selection at userscripts.org.