background preloader

PowerShell Magazine

PowerShell Magazine

Canvas Pad Rectangles (simple shapes) HTML Canvas 2D Context specification: Section 8 Simple shapes (rectangles) context.clearRect(x, y, w, h) Clears all pixels on the canvas in the given rectangle to transparent black. context.fillRect(x, y, w, h) Paints the given rectangle onto the canvas, using the current fill style. context.strokeRect(x, y, w, h)) Paints the box that outlines the given rectangle onto the canvas, using the current stroke style. // Draw black rect ctx.fillRect(50, 20, 145, 145); // Draw blue rect ctx.fillStyle = "rgb(0, 162, 232)"; ctx.fillRect(135, 85, 125, 125); // Increase line width ctx.lineWidth = 5; // Draw black rect outline ctx.strokeStyle = "rgb(0, 0, 0)"; ctx.strokeRect(50, 335, 145, 145); // Draw blue rect outline ctx.strokeStyle = "rgb(0, 162, 232)"; ctx.strokeRect(135, 275, 125, 125); // Draw transparent yellow rect ctx.fillStyle = "rgba(255, 255, 0, 0.75)"; ctx.fillRect(210, 180, 125, 125); context.arc(x, y, radius, startAngle, endAngle, anticlockwise) context.clip()

Blogotec, VMWare, Hyper-v, NetApp Blog de Mathieu Chateau » Architecture / Microsoft / Réseau / Sécurité Comment “cuisiner” une application Windows 8 avec HTML 5, CSS3 et JavaScript en une semaine–Jour 5 - Eternal Coding La Release Preview (RP) de Windows 8 vient de sortir et vous pouvez la télécharger ici: Du coup, il fallait bien que je porte mon petit UrzaGatherer vers la Release Preview avec comme objectif de le mettre sur le store au plus vite (afin de satisfaire les milliards de passionnés de Magic qui attendent la bave aux lèvres pour gérer leur collection de cartes !). Je vais également en profiter pour parler de quelques améliorations que j’ai apporté comme le support du binding par exemple. La version complète est donc disponible ici: L’intégralité de la série est disponible ici: Il existe un document permettant de porter vers la RP que vous pourrez trouver ici: Pour ma part, je reviendrai sur les sujets marquants de ma migration. Le nouveau navigator.js Le premier point que j’ai eu à modifier est le navigateur dans lequel j'ai ajouté quelques fioritures.

Active Directory : guide de dépannage Sur cette page Active Directory : guide de dépannage Les outils utilisés Pour les tests hardware L'observateur d'événements (Event Viewer) Les outils inclus à l'OS Les "Supported tools" Network Connectivity tester : NetDiag Les Informations générales DCDIAG : Permet de tester les fonctions d'un DC Autres outils supportés Network Monitor Séquence de troubleshooting Tests généraux Test Hardware Vérification de la configuration IP Tests d'accessibilité Le réseau fonctionne-t-il ? Test des bindings Test de la couche NDIS Test de la couche NDIS Test de la configuration des modems pour les liaisons RAS Test de l'interface socket Affichage des informations de netstat Vérification de la configuration du redirecteur Tracer les échanges avec Network Monitor La résolution de nom fonctionne-t-elle ? Test des noms netbios Test des noms DNS Tests des noms DNS – Spécificités des DC Recherche du PDC Emulator : Tests des noms DNS – Vérification du serveur DNS LDAP fonctionne-t-il ? Test de LDAP avec LDP Test de binding Dans ce cas:

never stop exploring… » Blog Archive » The trust relationship between this workstation and the primary domain failed. Ever see that message before? How about on a machine that was previously working just perfectly? It’s anything but [OK]. So what is the fix when you encounter this problem? And most likely, you are probably right. To date, with over 12 years playing around with Active Directory and 16 years of playing with Windows Domains total I have yet to positively determine a case where AD broke and caused this issue. Certainly part of the issue is troubleshooting. Sidebar: So what is actually wrong? Then recently a friend of mine and former Microsoft Directory Services MVP (which is how I met him years and years ago) who will go nameless to protect the guilty was complaining about some issues he was seeing in an environment he works in around machines that were failing their trusts. So I dug into the my source code and saw where I got stuck and spent some nights walking through the Microsoft source code and completely failed to determine how to get nice clean clear text passwords out. joe

Reader (1000+)

Related: