Lorenzo Duran L’artista spagnolo Lorenzo Duran si avvale delle foglie come tela per le sue incisioni. Dopo il lavaggio e l’essiccazione, rimuove con precisione chirurgica ed estrema cura i segmenti in eccesso, usando una tecnica simile a quella del tradizionale paper cutting. Quest’ultimo passo è ovviamente il più difficile vista la fragilità del materiale scelto, il risultatò di questo processo è una serie di affascinanti disegni geometrici incredibilmente belli e dilicati. Grazie a Francesca per il suggerimento. via: illusion.scene360.com
Learn JavaScript | Mozilla Developer Network Our policy on modern JavaScript JavaScript is an actively evolving language and has changed greatly over the years. In particular, the 6th edition of the language (sometimes known as ECMAScript 2015 or ES6), introduced in 2015, added many new features. At the same time, to maintain backwards compatibility with older websites, old features of the language have been retained, even when they are no longer considered good practice. We think that the features added to JavaScript in ECMAScript 2015 and subsequent versions enable developers to write more readable, reliable, and expressive code, and that it's important to learn about them. The features we teach in this course are stable and have been supported by all major browsers for several years. This topic contains the following modules, in a suggested order for working through them. JavaScript first steps In our first JavaScript module, we first answer some fundamental questions such as "what is JavaScript?" JavaScript building blocks
30 Useful (and Unknown) Web Apps You Need to Bookmark - Page 2 FillAnyPDF FillAnyPDF is a fairly simple web app which allows you to upload a PDF file, then easily write on it wherever you want. This allows you to easily fill out any form, even if they’re not in an editable PDF form. Google Wave “What is Google Wave?” That was the question a lot of people asked when Google launched its email-replacement-slash-collaboration platform Wave, and to a large extent, the question remains unanswered. SpeedTest Everyone wonders sometimes why their ISP’s claim of Blazing Fast Internet doesn’t seem to translate to faster downloads or lower pings. Grooveshark What makes Grooveshark special enough that we recommend it over the dozens of other music streaming web apps? Vuvox Vuvox is a rich media creation app that allows you to quickly turn your photos and audio into a moving web collage. Keep reading for more great web apps!
When can I use... Support tables for HTML5, CSS3, etc .htaccess Tutorial Introduction In this tutorial you will find out about the .htaccess file and the power it has to improve your website. Although .htaccess is only a file, it can change settings on the servers and allow you to do many different things, the most popular being able to have your own custom 404 error pages. .htaccess isn't difficult to use and is really just made up of a few simple instructions in a text file. Will My Host Support It? This is probably the hardest question to give a simple answer to. A good sign of whether your host allows .htaccess files is if they support password protection of folders. What Can I Do? You may be wondering what .htaccess can do, or you may have read about some of its uses but don't realise how many things you can actually do with it. Creating A .htaccess File Creating a .htaccess file may cause you a few problems. Warning Before beginning using .htaccess, I should give you one warning. Custom Error Pages Part 2 © 1999 - 2001 David Gowans
Raphaël—JavaScript Library GlassFish GlassFish is an open-source application server project started by Sun Microsystems for the Java EE platform and now sponsored by Oracle Corporation. The supported version is called Oracle GlassFish Server. GlassFish is free software, dual-licensed under two free software licences: the Common Development and Distribution License (CDDL) and the GNU General Public License (GPL) with the classpath exception. Overview[edit] GlassFish is the reference implementation of Java EE and as such supports Enterprise JavaBeans, JPA, JavaServer Faces, JMS, RMI, JavaServer Pages, servlets, etc. Built on a modular kernel powered by OSGi, GlassFish runs straight on top of the Apache Felix implementation. Releases[edit] Sun Microsystems launched the GlassFish project on 6 June 2005. On 8 May 2007 Project SailFin was announced at JavaOne as a sub-project under Project GlassFish. On 10 December 2009 GlassFish v3 was released. On 28 February 2011, Oracle Corporation released GlassFish v3.1. See also[edit]
HTML5 Cross Browser Polyfills - GitHub The No-Nonsense Guide to HTML5 Fallbacks So here we're collecting all the shims, fallbacks, and polyfills in order to implant HTML5 functionality in browsers that don't natively support them. The general idea is that: We, as developers, should be able to develop with the HTML5 APIs, and scripts can create the methods and objects that should exist. Developing in this future-proof way means as users upgrade, your code doesn't have to change but users will move to the better, native experience cleanly. Looking to conditionally load these scripts (client-side), based on feature detects? svgweb by Brad Neuberg & others Fallback via FlashSnap.SVG from scratch by the author of Raphaël (Dmitry Baranovskiy) Abstracted API. FakeSmile by David Leunen Canvas Web Storage (LocalStorage and SessionStorage) Non HTML5 API Solutions ssw by Matthias Schäfer$.store by Rodney Rehmlawnchair by Brian Lerouxstore.js by Marcus WestinPersistJS by Paul DuncanSquirrel.js by Aaron GustafsonjStorage by Andris Reinman Video
The mind is not contained to the cranium. It’s province is of the infinite imaginative spirit External Stimuli : Jung-Yeo Min Related Stimuli : MARS 1 JavaScript Tutorial: Adding Rotating Images to Your Web Site Sometimes a single image just isn't enough to showcase all that you want to promote on your site. If you've ever wondered how some sites get several images to rotate and you'd like to do that yourself, well, wonder no more. I'm here to show you how it's done. Let's say you have a cooking site, and you want pictures of the five most recent meals that you've featured to rotate in the banner. First, you need to get organized. Second, collect all of the links that you want associated with the images and save them somewhere convenient so you can copy and paste them later. Third, you need to paste the following into the header for each page you want the image rotator to appear: At first glance, this code can appear intimidating. If you only want four images to rotate, then simply delete one of the item rows. You've now laid the ground work for adding this image rotator to your site. That's all there is to it. The same works for each of the links.
Java (programming language) Duke, the Java mascot Sun Microsystems released the first public implementation as Java 1.0 in 1995.[1] It promised "Write Once, Run Anywhere" (WORA), providing no-cost run-times on popular platforms. Fairly secure and featuring configurable security, it allowed network- and file-access restrictions. Major web browsers soon incorporated the ability to run Java applets within web pages, and Java quickly became popular. In 1997, Sun Microsystems approached the ISO/IEC JTC1 standards body and later the Ecma International to formalize Java, but it soon withdrew from the process.[16] Java remains a de facto standard, controlled through the Java Community Process.[17] At one time, Sun made most of its Java implementations available without charge, despite their proprietary software status. On November 13, 2006, Sun released much of Java as free and open source software, (FOSS), under the terms of the GNU General Public License (GPL). A major benefit of using bytecode is porting.
Initializr - Start your HTML5 project in 15 seconds!