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 8 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   access   camera   customer   travel   material   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   app   content   yacht   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   easy   live   google   resource   operation   startup   monitor   training  


Tag selected: proper.

Clear all

Showing 8 results.

Looking up proper tag. Showing 8 results. Clear

IYT Day Skipper / Crew Sail | IYT Worldwide

https://www.iytworld.com/courses/iyt-day-skipper-crew-sail/

Saved by uncleflo on December 22nd, 2019.

This is a 3 to 4 day course, depending on wind and conditions, aimed to deliver a safe, informed, confident and competent day sailor/skipper who can confidently command a sailboat up to 10 meters (32.8 feet) and crew during daylight hours in fair conditions in inland waters (bay or lake sailing) or coastal waters up to 5 miles offshore. As you advance and become more proficient as crew or skipper you take on bigger challenges that require proper training to ensure the safety of your family and friends. The bigger the boat or length of adventure the more training you require. Most of us prefer to spend our time on the water and not in a classroom. To facilitate this, IYT has a series of E-learning courses available for the theoretical part of sail and powerboat training.

sailboat skipper beginner yachting boat competent offshore confident daylight recreational sailor certificate sailing classroom sail provider inland safe deliver theoretical proper crew inform qualify adventure vessel learn prepare training coastal path marine course teach tutor ship weather water theory


Brian’s 10 Rules for how to write cross-platform code

https://www.backblaze.com/blog/10-rules-for-how-to-write-cross-platform-code/

Saved by uncleflo on July 19th, 2016.

I’ve had a lot of success in my 20 year software engineering career with developing cross platform ‘C’ and ‘C++’ code. At Backblaze, we just released the Mac beta version of our online backup service, so I thought it an apt time to discuss my 10 rules for writing cross-platform code. We develop an online backup product where a small desktop component (running on either Windows or Macintosh) encrypts and then transmits users’ files across the internet to our datacenters (running Linux.) We use the same ‘C’ and ‘C++’ libraries on Windows, Mac, and Linux interchangeably. I estimate it slows down software development by about 5 percent overall to support all three platforms. However, I run into other developers or software managers who mistakenly think cross platform code is difficult, or might double or triple the development schedules. This misconception is based on their bad experiences with badly run porting efforts. So this article is to quickly outline the 10 simple rules I live by to achieve efficient cross platform code development.

rules guide interesting blog compile c cpp c++ development develop proper good software engineering career cross platform platform cross windows mac linux libraries library write code desktop component backup discuss service release manage effort quickly outline simple efficient read article programmer framework utf8 compiler standard development rules administration agile project pplication howto


Accessibility and all these JavaScript frameworks - Stack Overflow

http://stackoverflow.com/questions/7370056/accessibility-and-all-these-javascript-frameworks/7371629

Saved by uncleflo on February 22nd, 2015.

I've been investigating a few of the JavaScript frameworks such as Backbone.js and Batman.js for a while and whilst I really like them, I have one niggling thing that I keep coming back to. That issue is accessibility. As a web developer I've always tried to make my websites and applications with accessibility in mind, especially using the idea of progressive enhancement. Clearly out of the box these new JS frameworks don't gracefully degrade, so I was wondering what are other developers thoughts on this issue and what are you doing about it. After all the accessibility of a website / app isn't really an optional thing as it's part of the law in many countries.

accessibility website javascript framework stackoverflow access clean design structure progressive enhance graceful degrade investigate wonder development tip reference howto proper useful good


html - How to properly use h1 in HTML5 - Stack Overflow

http://stackoverflow.com/questions/7405282/how-to-properly-use-h1-in-html5

Saved by uncleflo on August 30th, 2013.

Which of the following is the correct way to structure a page

html html5 seo semantic markup stack overflow proper best practice howto guide question solution community


PHP: Large Objects (LOBs) - Manual

http://php.net/manual/en/pdo.lobs.php

Saved by uncleflo on January 21st, 2013.

At some point in your application, you might find that you need to store "large" data in your database. Large typically means "around 4kb or more", although some databases can happily handle up to 32kb before data becomes "large". Large objects can be either textual or binary in nature. PDO allows you to work with this large data type by using the PDO::PARAM_LOB type code in your PDOStatement::bindParam() or PDOStatement::bindColumn() calls. PDO::PARAM_LOB tells PDO to map the data as a stream, so that you can manipulate it using the PHP Streams API.

large database data binary image example development php pdo information oracle mysql abstract proper


None

http://www.amazon.com/RESTful-Web-Services-Leonard-Richardson/dp/0596529260

Saved by uncleflo on January 14th, 2013.

"Every developer working with the Web needs to read this book." -- David Heinemeier Hansson, creator of the Rails framework. "RESTful Web Services finally provides a practical roadmap for constructing services that embrace the Web, instead of trying to route around it." -- Adam Trachtenberg, PHP author and EBay Web Services Evangelist. You've built web sites that can be used by humans. But can you also build web sites that are usable by machines? That's where the future lies, and that's what RESTful Web Services shows you how to do. The World Wide Web is the most popular distributed application in history, and Web services and mashups have turned it into a powerful distributed computing platform. But today's web service technologies have lost sight of the simplicity that made the Web successful. They don't work like the Web, and they're missing out on its advantages.

wishlist technology book reference information rest service web simple success proper advantage oreilly


Difference between event.target and event.currentTarget properties in an event object. « mystic nomad

http://mysticnomad.wordpress.com/2008/03/21/difference-between-eventtarget-and-eventcurrenttarget-properties-in-an-event-object/

Saved by uncleflo on September 17th, 2011.

In Flex, an event object is created whenever an event is dispatched. The event object has two important properties – event.target and event.currentTarget. The event.target property references the event dispatcher while event.currentTarget property refers to the node which is currently being checked for event listeners. While event.target property stays the same throughout the event flow (capturing, targeting and bubbling phases), the event.currentTarget property changes on each node.

target tutorial event currentTarget actionscript blog development addEventListener proper solution difference flex


Flex 3 - Adobe Flex 3 Help

http://livedocs.adobe.com/flex/3/html/help.html?content=ascomponents_advanced_2.html

Saved by uncleflo on September 7th, 2011.

Simple visual components are subclasses of existing Flex components that modify the appearance of the component by using skins or styles, or add new functionality to the component. For example, you add a new event type to a Button control, or modify the default styles or skins of a DataGrid control. For more information, see Simple Visual Components in ActionScript. In advanced components, you typically perform the following actions: Modify the visual appearance or visual characteristics of an existing component; Create a composite component that encapsulates two or more components within it; Create a component by creating a subclass of the UIComponent class.

custom advanced adobe reference actionscript component flex components ui lifecycle information guide tutorial creating proper


No further bookmarks found.