background preloader

VirtualBox

https://www.virtualbox.org/wiki/VirtualBox

Related:  Développement web

Share on LinkedIn When a user clicks the sign in button, a pop-up window containing the LinkedIn authentication dialog will be presented. Once the user has accepted the request and provided their LinkedIn account credentials, the window will be dismissed and the SDK will perform the back-end call to LinkedIn to silently complete the authentication process for you. Since this request happens asynchronously, you must define a function that will listen for an auth event to be thrown so that you know that the authentication process has completed and that it is safe for your application to make further API calls. Use the onLoad argument in the SDK's <script> block when you initialize the SDK to choose a function to execute once the SDK has finished loading. This function should then setup the auth event listener, as shown below.

Dia - Flowcharts Welcome to Dia's homepage. Dia is a GTK+ based diagram creation program for GNU/Linux, MacOS X, Unix, and Windows, and is released under the GPL license. Dia is roughly inspired by the commercial Windows program 'Visio,' though more geared towards informal diagrams for casual use. It can be used to draw many different kinds of diagrams. It currently has special objects to help draw entity relationship diagrams, UML diagrams, flowcharts, network diagrams, and many other diagrams. It is also possible to add support for new shapes by writing simple XML files, using a subset of SVG to draw the shape.

Downloads - VirtualBox Here you will find links to VirtualBox binaries and its source code. VirtualBox binaries ¶ By downloading, you agree to the terms and conditions of the respective license. If you're looking for the latest VirtualBox 6.0 packages, see VirtualBox 6.0 builds. EASEUS Partition Master Awards From CNET When you add a new hard disk or SSD to your system, you must format and partition it before you can use it. The best tool for the job is a full-featured disk partition manager, which can not only format and partition drives but repartition them, too, or change the partition type when your needs change; for instance, if you should move your C drive to an SSD, you can repartition the old drive for media storage.

Chapter 1. First steps Welcome to Oracle VM VirtualBox! VirtualBox is a cross-platform virtualization application. What does that mean? Getting Started - schema.org Most webmasters are familiar with HTML tags on their pages. Usually, HTML tags tell the browser how to display the information included in the tag. For example, <h1>Avatar</h1> tells the browser to display the text string "Avatar" in a heading 1 format. However, the HTML tag doesn't give any information about what that text string means—"Avatar" could refer to the hugely successful 3D movie, or it could refer to a type of profile picture—and this can make it more difficult for search engines to intelligently display relevant content to a user.

Data URIs explained - NCZOnline One of the most frequently requested browser features in recent memory is data URI support. There’s been a fair amount written about data URIs recently: my colleague Stoyan Stefanov has written a couple of posts about data URIs, and my former colleague Hedger Wang also penned a post about how to use data URIs in IE. Surprisingly, there’s still a lot of misunderstanding and confusion about data URIs, what they are, how they work, and why you’d ever want to use one. URI, not URL

Don't do this in responsive web development I've just read this article from @netmag on how to 'build a responsive site with CSS' and wanted to quickly share something. In the post (a republication of an article they printed in June/July of 2012) they quickly discuss the meta tag for viewport. In the example code they use the maximum-scale, like this – This stops the user from zooming into your site. Yes you've designed it and coded it for a narrow viewport from something like an iPhone. Responsive Meta Tag Learn Development at Frontend Masters I tend to use this: Although I see this is recommended a lot: Rem Line-height Doesn't Work In Pseudo Elements In IE I recently noticed a problem with working with REM CSS units in IE browsers. The REM CSS unit was introduced in CSS3 and stands for root EM which will use the root element for relationally units instead of it's direct parent. But with REM CSS units there are a few problems that you will face with IE, first of all browsers IE8 or lower do not support REM so you will need to product a fallback to any elements that use this, the fallback is the pixel value for the REM. Newer browsers that support REM will use this value while other browsers that do not support this will fallback to pixels. The newer browsers such as IE10/11 do support the REM unit and every unit will work fine on your website, but IE has another problem with the REM unit as it will not work inside pseudo elements on the line-height property.

Related: