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 6 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   camera   material   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   live   market   easy   google   resource   operation   startup   monitor   training  


Tag selected: properly.

Clear all

Showing 6 results.

Looking up properly tag. Showing 6 results. Clear

Dock Assembly Guides and Plans - Dock Edge+

https://dockedge.com/guides-plans/

Saved by uncleflo on January 16th, 2022.

The Dock Edge hardware system is designed for use with 1-1/2″ thick lumber (minimum width 6″). All hardware is mounted with carriage bolts. Always use backer plates or other piece of hardware when bolting through wood along with lock washers. This will eliminate the bolt pulling into or through the wood. This will allow the nuts to become loose and fall off. Proper chaining of a dock is critical. Use proper dock anchors (min 250lbs per anchor) and cross chains. If there is no water fluctuation chains may be pulled taut by having a few people stand on the corner while you tighten chain. Use a piano hinge or other arrangement for decking boards over anchor chain corners for easy access for adjustment.

dock stationary floating fax procure navigate swim analyze wood howto plans hardware mount lumber system advice guidance profile information store experience lookup learn outdoor lake sea water properly


Residential Grid-Tied Solar with Battery Backup | Schneider Electric Solar

https://solar.schneider-electric.com/solution/residential-grid-tie-with-backup-power/

Saved by uncleflo on October 11th, 2019.

During grid outages PV Inverter production cannot occur, so a home with a PV inverter system installed will not have power during an outage. However for homes that have a PV Inverter system installed and are already selling power to the grid, it is still possible to retrofit backup power using ConextTM XW Pro, XW+ or SW inverter chargers. In a FIT program either ConextTM XW Pro, XW+ or SW is added behind PV inverter to provide backup, no change to PV inverter FIT wiring is required. However backup power is limited to the capacity of the battery bank and the solar system cannot be used to charge the batteries while the grid is down. In a NET metered program the ConextTM XW Pro or XW+ inverter charger is added in front of PV inverter to provide backup power. The PV inverter is rewired from the grid connection to critical load subpanel and AC Couple is on AC Output port.

inverter outage charger backup grid meter solar residential properly solution load experience battery electric output power connection capacity bank system program generate production generation install home installation information company catalogue products reference list


ISO 12233 Test Chart

https://stephen-westin.com/misc/res-chart.html

Saved by uncleflo on January 6th, 2019.

In 2000, the International Standards Organization adopted ISO Standard 12233: Photography -- Electronic still-picture cameras - Resolution measurements for the measurement of camera resolution. This standard is protected by copyright, but the design of the associated test chart seems not to be protected; its description has been available on the Web in an Excel spreadsheet. I have semi-manually converted this to an Adobe Illustrator file which is displayed here. In 2014 and again in 2017, the ISO revised the standard and the chart below was replaced by several new ones. Those new charts are not available here. In principle, you should be able to print this chart and perform resolution tests on your camera. The reality isn't that simple; there are lots of subtleties having to do with focus distance, quality and contrast of your printer, evenness of illumination, surface reflections, etc.

print raster spreadsheet pixel reproduce resolution imaging squares illustrator computational outline optical cheap precision expect compliance chart measurement measuring properly file camera perform assessment standard resource howto test testing photographer performance analysis distortion revise focus


Review of Catamaran Designers

http://www.time-for-a-catamaran-adventure.com/review-of-catamaran-designers/

Saved by uncleflo on September 14th, 2018.

If you have carefully reviewed our “9 Essential Features for the Cruising Catamaran” you are now armed with the things to look for in a catamaran design. Our evaluation of the designers and their designs is from the point of view of the home builder. This means we are looking at the boats that can be readily built by an individual or husband/wife team. As Richard Woods says in his literature, “Boats of over 40 feet should not be built by the solo home builder because they just take too long. Life is too short,” and I would agree. The boatyards and backyards of the world are littered with uncompleted boats which have simply overwhelmed their builders. The comments that follow may be a little candid but they are based on our boat- building experience. All the boats described below, if built properly, are ocean-going boats. Our ratings of these designers are not an evaluation on whether their designs are good or bad, but more on their suitability for you building the design as a solo home builder. Some of their larger designs may also be good projects only if you are going to have the boat custom built for you or if you have hired help assisting you in your project.

catamaran experience design build boat assist overwhelm project howto evaluate properly description literature blog website designer reference list


UTF-8 all the way through

https://stackoverflow.com/questions/279170/utf-8-all-the-way-through?rq=1

Saved by uncleflo on May 9th, 2018.

I'm setting up a new server, and want to support UTF-8 fully in my web application. I have tried in the past on existing servers and always seem to end up having to fall back to ISO-8859-1. Where exactly do I need to set the encoding/charsets? I'm aware that I need to configure Apache, MySQL and PHP to do this - is there some standard checklist I can follow, or perhaps troubleshoot where the mismatches occur? This is for a new Linux server, running MySQL 5, PHP 5 and Apache 2.

server utf8 web application encoding charset lookup reference apache mysql php iso troubleshoot linux lamp new howto details list problem description question solution development properly support website text content answer


XSS (Cross Site Scripting) Prevention Cheat Sheet - OWASP

https://www.owasp.org/index.php/XSS_%28Cross_Site_Scripting%29_Prevention_Cheat_Sheet#Output_Encoding_Rules_Summary

Saved by uncleflo on January 20th, 2015.

This article provides a simple positive model for preventing XSS using output escaping/encoding properly. While there are a huge number of XSS attack vectors, following a few simple rules can completely defend against this serious attack. This article does not explore the technical or business impact of XSS. Suffice it to say that it can lead to an attacker gaining the ability to do anything a victim can do through their browser. Both reflected and stored XSS can be addressed by performing the appropriate validation and escaping on the server-side. DOM Based XSS can be addressed with a special subset of rules described in the DOM based XSS Prevention Cheat Sheet. For a cheatsheet on the attack vectors related to XSS, please refer to the XSS Filter Evasion Cheat Sheet. More background on browser security and the various browsers can be found in the Browser Security Handbook.

hacking scripting prevention cheat sheet owasp cross XSS rule guideline properly attack vector explore technical browser business output escape ecode serious security model filter evasion ability impact defend information administration development howto reference


No further bookmarks found.