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 18 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   user   process   work   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   access   customer   material   camera   travel   test   standard   review   documentation   css   money   engineering   develop   webdesign   engine   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   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: chrome.

Clear all

Showing 18 results.

Looking up chrome tag. Showing 18 results. Clear

Datanyze

https://www.datanyze.com/

Saved by uncleflo on September 23rd, 2022.

Our Google Chrome Extension keeps prospecting fresh and your sales pipeline hot. Get contact information, including email addresses, direct dial and mobile numbers directly from LinkedIn profiles and company websites, without leaving your browser. Export profiles directly from Google Chrome. Accurate B2B contact information, guaranteed! The Datanyze Difference: You spoke, we delivered. Read the user interviews that helped shape our product.

data analyse business commercial sales lead google chrome contact information email extension prospect marketing web accurate user interview product innovative


GitHub - mdn/webextensions-examples: Example Firefox add-ons created using the WebExtensions API

https://github.com/mdn/webextensions-examples

Saved by uncleflo on April 17th, 2021.

Example Firefox add-ons created using the WebExtensions API WebExtensions are a way to write browser extensions: that is, programs installed inside a web browser that modify the behavior of the browser or web pages loaded by the browser. WebExtensions are built on a set of cross-browser APIs, so WebExtensions written for Google Chrome, Opera, or Edge will, in most cases, run in Firefox too.

browser firefox web extension chrome api github example code development application program create write built behavior google crossbrowser build


SeleniumHQ Browser Automation

https://www.selenium.dev/

Saved by uncleflo on April 10th, 2021.

Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that. Boring web-based administration tasks can (and should) also be automated as well. If you want to create robust, browser-based regression automation suites and tests, scale and distribute scripts across many environments, then you want to use Selenium WebDriver, a collection of language specific bindings to drive a browser - the way it is meant to be driven. If you want to create quick bug reproduction scripts, create scripts to aid in automation-aided exploratory testing, then you want to use Selenium IDE; a Chrome and Firefox add-on that will do simple record-and-playback of interactions with the browser.

selenium browser automation chrome playback robust manage web create activity software test application administration script interaction tool python


Selenium Webdriver with Python: Tutorial with Example

https://www.guru99.com/selenium-python.html

Saved by uncleflo on April 10th, 2021.

Selenium supports Python and thus can be utilized as Selenium WebDriver with Python for testing. You can run Selenium with Python scripts for Firefox, Chrome, IE, etc. on different Operating Systems. Selenium is a tool to test your web application. You can do this in various ways, for instance

selenium python tutorial browse module automation template chrome package explanation encounter framework howto learn development hacker browser simulate test


Honey

https://www.joinhoney.com/page/DR-UK-Evergreen-Simplified-Yellow/

Saved by uncleflo on December 19th, 2019.

Never search for voucher codes again. With one click, Honey’s smart shopping assistant will automatically apply every discount to your cart – in seconds. It only takes two clicks to add Honey to 115,711 Chrome Store reviews. Add Honey for free.

voucher coupon chrome click safari add confident simplified apply easy favorite feel store free shop easily web search internet editor code assistant average commercial automatic cart second install detect scan


DIY Spray on Chrome Kit Instructables - By nicamarvin in Technology/Art

https://www.instructables.com/id/DIY-Spray-On-Chrome-kit/

Saved by uncleflo on February 23rd, 2019.

This is going to be a DIY for 99% of the Do It Yourselferss out there. , meaning anyone can build it, this Kit will be assembled with off the shelf products as to keep it as simple as possible , it can also be made with Raw materials which I have done also(will not go into details this time). I built a similar kit about three years ago(posted in a different forum), but recently but recently I found about this site after looking many good instructables for 3D Printers(I will be building a very very frugal basic/Simplistic kit to coat 3D Prints with Silver, Copper and Gold, I will publish it here when I am done)..

howto construction build instruction step by step 3d printer 3d printer coat silver gold metal cupper product materials show detail assemble shelf diy chrome kit technology art spray


GitHub - sevlyar/go-daemon: A library for writing system daemons in golang.

https://github.com/sevlyar/go-daemon

Saved by uncleflo on January 4th, 2019.

go-daemon Build Status GoDoc. Library for writing system daemons in Go. Now supported only UNIX-based OS (Windows is not supported). But the library was tested only on Linux and OSX, so that if you have an ability to test the library on other platforms, give me feedback, please (#26). Features: Goroutine-safe daemonization; Out of box work with pid-files; Easy handling of system signals; The control of a daemon.

daemon desktop chrome compatibility unix recommend backward jump commit os execution manage parent perform windows administrator development developer go golang support system writing status library feature signal control


GitHub - Vine.js

https://github.com/arextar/Vine

Saved by uncleflo on May 9th, 2018.

A small JavaScript library for events. 1.6KB (about .9k gzipped), Can be used with or without the DOM, Goal: <2KB, Cross-browser, Easily embedded and used in libraries, usable stand-alone. Tested in: Chrome 11, IE 8, FF 4, Opera 11.

js utility library browser dom chrome embed howto small event administration snippet tool application github download install development


Stackoverflow - offsetTop vs. jQuery.offset().top

https://stackoverflow.com/questions/6777506/offsettop-vs-jquery-offset-top

Saved by uncleflo on May 9th, 2018.

I have read that offsetLeft and offsetTop do not work properly in all browsers. jQuery.offset() is supposed to provide an abstraction for this to provide the correct value xbrowser. What I am trying to do is get the coordinates of where an element was clicked relative to the top-left of the element. Problem is that jQuery.offset().top is actually giving me a decimal value in FFX 3.6 (in IE and Chrome, the two values match). http://jsfiddle.net/htCPp/ exhibits the issue. If you click the bottom image, jQuery.offset().top returns 327.5, but offsetTop returns 328. I would like to think that offset() is returning the correct value and I should use it because it will work across browsers. However, people obviously cannot click decimals of pixels. Is the proper way to determine the true offset to Math.Round() the offset that jQuery is returning? Should I use offsetTop instead, or some other method entirely?

offset top left position development code abstract browser coordinate element jquery js javascript pixel chrome ie firefox crossbrowser stackoverflow problem solution


How to Install Node.js® and NPM on Windows

http://blog.teamtreehouse.com/install-node-js-npm-windows

Saved by uncleflo on December 27th, 2017.

JavaScript is quickly becoming the go-to language for web developers. Front-end web developers use JavaScript to add user interface enhancements, add interactivity, and talk to back-end web services using AJAX. Web developers who work on the server-side are also flocking to JavaScript because of the efficiencies and speed offered by JavaScript’s event-driven, non-blocking nature. In fact, concentrating on JavaScript as your language of choice offers the opportunity to master a single language while still being able to develop “full-stack” web applications. The key to this server-side JavaScript revolution is Node.js® — a version of Chrome’s V8 JavaScript runtime engine — which makes it possible to run JavaScript on the server-side. Node.js is also used for developing desktop applications and for deploying tools that make developing web sites simpler. For example, by installing Node.js® on your desktop machine, you can quickly convert CoffeeScript to JavaScript, SASS to CSS, and shrink the size of your HTML, JavaScript and graphic files. Using NPM — a tool that makes installing and managing Node modules — it’s quite easy to add many useful tools to your web development toolkit. In a previous article, I wrote about how to install Node.js® and, it’s companion, NPM on a Mac. Fortunately, for Windows users, the Node.js® installation process is a lot easier than how I recommend installing Node.js® on a Mac.

javascript npm node windows language frontend web development developer administration installation software chrome engine server program package howto steps download free website prompt restart computer test


Build responsive email templates confidently

http://emailframe.work/

Saved by uncleflo on December 27th, 2017.

The HTML email framework developed to help you build responsive HTML email templates using the pre-built grid options and basic components you need to build responsive HTML email templates. This HTML email framework support's over 60+ email clients and has been thoroughly tested using Litmus.com.

framework email development responsive template grid component marketing explanation code howto reference mail client explorer firefox chrome phone error validation


Pepper Flash installer : Daniel Richard G.

https://launchpad.net/~skunk/+archive/pepper-flash

Saved by uncleflo on April 7th, 2014.

This repository provides the pepflashplugin-installer package, which will download and install the newer "Pepper" (PPAPI) version of the Adobe Flash Player plugin for use with the Chromium Web browser on Ubuntu GNU/Linux. The package is similar to Ubuntu's official flashplugin-installer in that it does not include the plugin itself, but instead downloads the plugin and installs it automatically. (Specifically, it downloads the latest Google Chrome package, extracts the Pepper Flash files, and installs only those. Google Chrome itself is not installed nor otherwise used in any way.)

chromium pepper flash alternative linux ubuntu chrome release software package free installer guide howto


HTTPS Everywhere | Electronic Frontier Foundation

https://www.eff.org/https-everywhere

Saved by uncleflo on September 5th, 2013.

HTTPS Everywhere is a Firefox and Chrome extension that encrypts your communications with many major websites, making your browsing more secure. Encrypt the web: Install HTTPS Everywhere today. HTTPS Everywhere is produced as a collaboration between The Tor Project and the Electronic Frontier Foundation. Many sites on the web offer some limited support for encryption over HTTPS, but make it difficult to use. For instance, they may default to unencrypted HTTP, or fill encrypted pages with links that go back to the unencrypted site. The HTTPS Everywhere extension fixes these problems by using a clever technology to rewrite requests to these sites to HTTPS.

https encryption security user frontier foundation everywhere electronic firefox chrome extension major website secure encrypt project software tool


Install Chromium (with Pepper Flash) on CentOS/Red Hat (RHEL) 6.4

http://www.if-not-true-then-false.com/2013/install-chromium-on-centos-red-hat-rhel/#install-chromium

Saved by uncleflo on July 30th, 2013.

This is huide howto install Chromium Browser (with Pepper Flash plugin and Chrome PDF viewer plugin) on CentOS 6 / Red Hat (RHEL) 6. Move directly to Chromium install guide. It’s true Google Says Red Hat Enterprise Linux 6 Is Obsolete and after latest update, Google Chrome won’t work anymore on CentOS 6/Red Hat (RHEL) 6. Someone might think that it’s time to change Firefox or Opera, but if you have get used to Google Chrome, then it might be hard. Currently it might be possible to compile newer GCC and get Google Chrome working on Enterprise Linux 6, but more important news is that, the Google says Red Hat Enterprise Linux 6 Is Obsolete and later Google Chrome updates might need something new dependencies what Enterprise Linux 6 doesn’t have.

install guide flash google pdf chrome linux plugin hat dependency gcc red repo centos chromium fedora


Browser Information

http://www.w3schools.com/browsers/default.asp

Saved by uncleflo on May 16th, 2013.

Statistics are important for web developers. W3Schools' famous month-by-month statistics and trends. What are the most popular browsers? What are the most common operating systems? What are the most common screen resolutions and color depths?

statistics browser os screen color web development analyse information numbers year explorer chrome safari apple opera firefox internet


node.js

http://nodejs.org/

Saved by uncleflo on February 24th, 2013.

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

javascript model application node development event scalable chrome runtime server lightweight network


Battlestar Galactica: Blood and Chrome - YouTube

http://www.youtube.com/playlist?list=PLrFaRFw9s4G4OYkHPs0afqM_nT0jLvvPy

Saved by uncleflo on January 4th, 2013.

Machinima Prime is the home of the very best in episodic series, from the most amazing creators in the Machinima network as well as major production companies and Hollywood studios. We've got sci fi, drama, comedy, and much more!

machinima prime battlestar galactica blood chrome youtube series creator network production company hollywood web episode webisode science fiction


Creating a transparent window application | Adobe Developer Connection

http://www.adobe.com/devnet/air/flex/quickstart/articles/creating_transparent_window.html

Saved by uncleflo on May 5th, 2011.

This article documents the sample application WeatherStation, shown in Figure 1. The WeatherStation application window is partially transparent and it does not use system chrome, so it displays rounded and irregular borders instead of the usual rectangular frame. It also displays images that extend beyond the visual border of the application. The application queries weather forecast data from the Yahoo! Weather service based on a U.S. ZIP code. Data is returned from the service as XML and the application then parses, formats, and displays the data.

air flex design example tutorial system chrome transparent application window


No further bookmarks found.