Unwrongest11 hours ago This Jquery plugin is an on-demand plugin loader, also known as a lazy loader. Instead of downloading all Jquery-plugins, you might or might not need, when the page loads. Lazy downloads the plugins when you actually use them.
http://www.euroia.org/Register.aspx16 hours ago IT professionals who design web and software solutions and select the technologies and staff to support them.
Librarians, webmasters, and content owners responsible for creating taxonomies and information architectures.
Project and business managers needing to understand the benefits and challenges of information architectures in electronic information spaces.
Anyone concerned with the design of navigation, organization, labeling, and search systems that help people find and manage information more successfully.
Pretty much everyone who’s involved with web development.
OOP in JS, Part 1 : Public/Private Variables and Methods2010/09/07 This page shows how to create private variables and methods in classes in Javascript through the rather simple example of a person. Part 2 covers inheritance.
Book: Secrets of the JavaScript Ninja by John Resig2010/09/07 The untold secrets of the elite JavaScript programmers distilled for intermediate JavaScript programmers, bringing them completely up to speed with the challenges of modern JavaScript development. Explores specific techniques, strategies, and solutions to developing robust, cross-browser, JavaScript code.
There are a number of other new features and APIs that need attention, as well. The largest of which are Strict Mode and native JSON support.
» Providing script configuration in-line and programatically - Christian Heilmann's blog – Wait till I come!2010/09/07 var module = function(){ // configuration, change things here var config = { CSS:{ classes:{ hover:'hover', active:'current', jsEnabled:'js' }, ids:{ container:'maincontainer' } }, timeout:2000, userID:'chrisheilmann' }; // start of main code function init(){ }; // ... more methods and other code ... // make init a public method return { init:init }; }(); module.init();
and this way make sure that they don’t get overwritten or overwrite other methods or variables. You can access them as myScript.init(), myScript.doStuff() and myScript.myMessage. I liked this idea so much I argued for a length of time with my technical editor at that time that I want my book to be based on this kind of scripting or not at all.
Javascript Best Practices2010/09/07 This document is a list of best practices and preferred ways of developing javascript code, based on opinions and experience from many developers in the javascript community. Since this is a list of recommendations rather than a list of absolute rules, experienced developers may have slightly differing opinions from those expressed below.
* Marketers
* Advertising
* SEM - Search Engine
* SMM - Social Media
* Sales & Lead Gen
* Telemarketing
* Email
* Research & Surveys
* Other
* Admins
* Customer Service
* Virtual Assistance
* Data Entry
* Web Research
* Email Handling
* Transcription
* Word Processing
* Other
* Consultants
* Accounting
* Finance
* Engineering
* Legal
* Product Design
* Human Resources
* Management
ginger's thoughts2010/09/07 On 23rd July, Ian Hickson, the HTML5 editor, posted an update to the WHATWG mailing list introducing the first draft of a platform for accessibility for the HTML5 <video> element. The platform provides for captions, subtitles, audio descriptions, chapter markers and similar time-synchronized text both in-band (inside the video resource) and out-of-band (as external text files). Right now, the proposal only regards <video>, but I personally believe the same can be applied to the <audio> element, except we have to be a bit more flexible with the rendering approach. Anyway…
Google Policy Fellowship2010/09/07 Fellows will have the opportunity to work at public interest organizations at the forefront of debates on broadband and access policy, content regulation, copyright and trademark reform, consumer privacy, open government, and more. Participating organizations are based in either Washington, DC, San Francisco, CA , Ottawa or Toronto, Canada and include: American Library Association, Canadian Internet Policy and Public Interest Clinic, Cato Institute, Center for Democracy and Technology, Citizen Lab, Competitive Enterprise Institute, Creative Commons, Electronic Frontier Foundation, Future of Music Coalition, Internet Education Foundation, Joint Center for Political and Economic Studies, Media Access Project, National Hispanic Media Coalition, New America Foundation, Progress and Freedom Foundation, Public Knowledge, and Technology Policy Institute. More information about the host organizations and the areas of focus for the fellows are outlined here.
Nos boutiques2010/09/07 Rue Saint-Honoré, un lieu d'exception dans la tradition du grand chocolat.
'Boutique Michel Cluizel' 201 rue Saint Honoré à 75001 Paris.
Design pattern (computer science) - Wikipedia, the free encyclopedia2010/09/07 In software engineering, a design pattern is a general reusable solution to a commonly occurring problem in software design. A design pattern is not a finished design that can be transformed directly into code. It is a description or template for how to solve a problem that can be used in many different situations. Object-oriented design patterns typically show relationships and interactions between classes or objects, without specifying the final application classes or objects that are involved.
Design patterns reside in the domain of modules and interconnections. At a higher level there are architectural patterns that are larger in scope, usually describing an overall pattern followed by an entire system.[1]
Not all software patterns are design patterns. For instance, algorithms solve computational problems rather than software design problems.
Multitudes Web2010/09/07 Multitudes est une revue qui fait sienne une formule de Michel Foucault qui caractérisait ainsi son projet : "J’essaie [...] en dehors de toute totalisation, à la fois abstraite et limitative, d’ouvrir des problèmes aussi concrets et généraux que possible, des problèmes qui prennent la politique de revers, traversent les sociétés en diagonale et sont tout à la fois constituants de notre histoire et constitués par elle...". "Prendre la politique de revers", c’est là précisément la charge subversive des mouvements de la société. Ce que Multitudes entend explorer comme pratique théorique, comme ontologie, comme matérialisme dans la pensée. La fuite, la défection, l’exil, la résistance ne sont pas le fait abstrait d’une raison critique qui dit toujours non. Ils construisent un espace d’affirmation positive. L’alternative est le pouvoir constituant de la transformation en acte :dans la culture, dans la théorie, dans la politique.
Fondements des mathématiques - Wikipédia2010/09/07 Le problème de la fondation ou des fondements, des mathématiques est celui des principes sur lequel est établie cette science, de sa vérité et de son contenu. Il s'agit en particulier de répondre à la question : « À partir de quels principes les connaissances mathématiques se développent-elles ? »