background preloader

Language Reference (API) \ Processing 2+

Language Reference (API) \ Processing 2+

10 moduli gratis per PrestaShop - AscoliTech Oggi vi consiglio 10 moduli gratis – e utilissimi – per PrestaShop. Costruendo e-commerce su questa piattaforma ho avuto necessità di trovare moduli che mi permettessero di fare determinate cose, e in giro per la rete ci sono diversi siti che raccolgono moduli a pagamento e non, davvero molto utili; vi propongo questa piccola carrellata di quelli che, a mio parere, sono tra i migliori moduli free che potete trovare per questa piattaforma. I moduli sono stati testati sulle versioni 1.3 e 1.4, ma per avere informazioni precise sulla compatibilità attenetevi alla documentazione di ciascun modulo 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. Bene, questo è tutto Spero che questi moduli siano di vostro gradimento! A presto!

FubuMVC | The MVC framework that doesn't get in your way. Processing.js BouncyBubbles Based on code from Keith Peters (www.bit-101.com). Multiple-object collision. Original Processing.org Example: BouncyBubbles Why use NancyFX? | Jonathan Channon's Blog When a new project comes along why should you automatically choose ASP.NET MVC? Yes, its Microsoft based so you may have more of your peers fluent already in that architecture but is there an alternative, a better alternative? I believe so and its called NancyFX. Your first reaction, what is so special about Nancy? I also believe you’ll ask what is wrong with ASP.NET MVC but maybe you should look at it differently and ask what is right with Nancy? What is Nancy? Nancy is a lightweight framework for building websites / services without getting in your way. Does it implement MVC? Nancy does not force you to adhere to the model-view-controller pattern, or any other pattern. That doesn’t mean you can’t apply the MVC pattern to Nancy. Key Considerations I am unaware of how you would be able to test this in MVC without it being a full integration test whereas Nancy has no dependencies on System.Web or MVC so it can provide us with a Response without hitting a server. Conclusion

Websites - Sviluppatori di Facebook As mentioned, the code above uses the common defaults for the options available when initializing the SDK. You can customize some of these options, if useful. Changing SDK Language In the basic setup snippet, the en_US version of the SDK is initialized, which means that all the dialogs and UI will be in US English. <script> (function(d){ var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/es_LA/all.js"; d.getElementsByTagName('head')[0].appendChild(js); }(document)); </script> Disabling Login Status Check By setting status to true in the FB.init() call, the SDK will attempt to get info about the current user. Setting status to false can improve page load times, but you'll need to manually check for login status using FB.getLoginStatus. Disabling XFBML Parsing Triggering Code when the SDK loads Debugging To improve performance, the JavaScript SDK is loaded minified.

qooxdoo js Framework 85+ Cool jQuery Effects Roundup jQuery effects are used more or less all over the Internet today. Just a few years ago Flash was dominating the scene for interactive and dynamic websites. The arrival of JavaScript libraries like jQuery have made it a lot easier to do advanced stuff with JavaScript, but of course the fact that Apple didn’t let Flash into their iPhones and iPads may also have pushed the development in this direction. Further the mobile movement have also helped speed up the adoption of HTML5 and as an example Canvas Animation is opening up for a lot of possibilities when it comes to developing dynamic effects in a standard way. There are even countless examples of HTML5 games available online showing us the capabilities of these rather new technologies. Enough about HTML5 here. Advertisement jQuery Effects Index Animation Effects An amazing animated parallax effect using CSS and jQuery jQuery.Smart3D This is an effect which can be used on site-header. 3D Sphere 3D Tag Cloud Easy Scroll Image Cube Spritely Flip

Echo3 (RC) | Echo Web Framework Echo is a platform for building web-based applications that approach the capabilities of rich clients. The applications are developed using a component-oriented and event-driven API, eliminating the need to deal with the "page-based" nature of browsers. To the developer, Echo works just like a user interface toolkit. The latest iteration, Echo3, features the ability to write applications in either server-side Java or client-side JavaScript. Server-side applications run in any Java Servlet Container and do not require developer knowledge of HTML, HTTP, or JavaScript. Echo is open-source software, licensed under the Mozilla Public License. What's new in Echo3? Echo3 nearly retains the API of Echo2 for end developers, but provides a new web container layer that offers superior performance and extensibility.

JQUERY Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Phasellus mattis tincidunt nibh. Cras orci urna, blandit id, pretium vel, aliquet ornare, felis. Maecenas scelerisque sem non nisl. Fusce sed lorem in enim dictum bibendum. Nam dui erat, auctor a, dignissim quis, sollicitudin eu, felis. Lorem ipsum dolor sit amet, Nulla nec tortor. Nam congue semper tellus. Nulla purus lacus, pulvinar vel, malesuada ac, mattis nec, quam. Nam congue semper tellus. Nullam feugiat cursus lacus.orem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse scelerisque dui nec velit.

Thorax: Backbone + Handlebars Registry Thorax creates a special hash for each type of class to store all subclasses in your application. The use of Thorax.Views and Handlebars.templates (usually defined by Handlebars) is required to allow the view, template and other helper methods to operate, but the use of Thorax.Models and Thorax.Collections are optional and provided for consistency. name klass.prototype.name If a name property is passed to any Thorax classes' extend method the resulting class will be automatically set in the corresponding registry. templates Handlebars.templates A hash of templates, used by various Thorax helpers. Handlebars.templates['my-template-name'] = Handlebars.compile('template string'); If a View has the same name as a template in the templates hash, its `template' property will be automatically assigned. Thorax.View Thorax.View provides additive functionality over Backbone.View but breaks compatibility in one imporant way in that it does not use an options object. template view.template

Related: