Accès réservé...
Log Pwd
Pour s'inscrire ?

« Février 2024 »

  • Lu | Ma | Me | Je | Ve | Sa | Di |


Webriche: les veilleurs ne dorment jamais...

Ci dessous, les actualités de quelques sites qui ont tout mon intérêt (à différents niveaux).

La veille     Haut de page     Lendemain


Jeudi 8 Février 2024 (126)

1: 7+ Best Multipurpose WordPress Themes

https://www.smashingapps.com/10-best-multipurpose-wordpress-themes/

Smashing apps (Design / Internet)

Have you ever found yourself caught in the intricate web of choosing the right WordPress […]


2: Pure functions and basic tests in Jasmine

https://how-to.dev/pure-functions-and-basic-tests-in-jasmine

Hashnode - javascript (Javascript)

Pure functions are the perfect case for unit testing. For a given input, we always expect the same output'there is no internal state involved. Let's take a look at a few examples and some simple tests that check if the methods work as expected. Jasmi...


3: Day 24 of LeetCode

https://evelynsjourney.hashnode.dev/day-24-of-leetcode

Hashnode - python (python)

Documenting LeetCode solving. Q74 1046. Last Stone Weight Easy. Max queue class Solution: def lastStoneWeight(self, stones: List[int]) -> int: stones = [-s for s in stones] heapq.heapify(stones) while len(stones) > 1: ...


4: From Greetings to Serenades: A Brief Introduction to Python Functions

https://aminaa.hashnode.dev/from-greetings-to-serenades-a-brief-introduction-to-python-functions

Hashnode - python (python)

Embarking on the path of Python may seem challenging, but fear not - it's a journey filled with excitement and learning. As you venture into the world of Python, one of the fundamental concepts you'll learn early on is printing simple strings and phr...


5: Pinterest revenue rises 12% as monthly active users reach all-time high

https://searchengineland.com/pinterest-revenue-q4-2023-437369

Search engine land (Référencement)

The platform's success is attributed to a record number of ad solutions, driving improved campaign performance for brands.


6: Marina Ferrari nommée secrétaire d'Etat en charge du Numérique

https://www.lemondeinformatique.fr/actualites/lire-marina-ferrari-nommee-secretaire-d-etat-en-charge-du-numerique-92920.html

Le monde informatique (Informatique / Internet)

Changement de tête pour les questions numériques au sein du gouvernement. Marina Ferrari a été nommée secrétaire (...)


7: Google Analytics 4 adds new dimensions for measuring paid and organic traffic

https://searchengineland.com/google-analytics-new-dimensions-paid-organic-traffic-437370

Search engine land (Référencement)

The platform now offers clearer insights into your traffic sources, both paid and organic, for enhanced optimization opportunities.


8: TikTok pushing users to add Search shortcut

https://searchengineland.com/tiktok-pushing-users-to-add-search-shortcut-437364

Search engine land (Référencement)

TikTok wants more people to search more often on the platform. The platform is encouraging users to add search to their device home screen.


9: YouTube expands Content Takeovers to offer exclusive advertising on more inventory

https://searchengineland.com/youtube-content-takeovers-expands-437346

Search engine land (Référencement)

Brands now have the option to pay for their ads to exclusively appear on creator channels, ensuring a 100% share of voice.


10 / 126

10: Exploring the Power of JavaScript Generators and Iterators

https://icodestartups.com/exploring-the-power-of-javascript-generators-and-iterators

Hashnode - javascript (Javascript)

JavaScript generators and iterators are powerful tools that can simplify your code and improve its efficiency. In this article, we will explore how generators and iterators work and how to use them to create custom iteration logic for your objects. W...


11: Next.js starter template

https://skolaczk.hashnode.dev/nextjs-starter-template-1

Hashnode - javascript (Javascript)

Hi, I created a starter template for next.js, it also contains typescript, tailwind, shadcn/ui. I have already written about it here, but I have added some new functionalities such as: Next-auth, Prisma, React-hook-form, T3-env. Therefore, I would li...


12: Apple en tête du marché de l'IA avec 32 acquisitions de startups en 2023

https://www.lebigdata.fr/apple-ia-acquisitions-2023

Le Big Data (dataviz)

Apple a établi un nouveau record dans le domaine de l’intelligence artificielle (IA). En 2023, la firme a acquis 32 … Cet article Apple en tête du marché de l’IA avec 32 acquisitions de startups en 2023 a été publié sur LEBIGDATA.FR.


13: ' Organizing Data

https://flowingdata.com/2024/02/08/process-275-organizing-data/

Flowing data (dataviz)

This week's topic comes through a FD reader who asks how I manage and organize data from analysis through visualization.Tags: organization


14: Building docs with Starlight and Astro

https://hashnode.codingcat.dev/podcast-cwcc-1-building-docs-with-starlight-and-astro

Hashnode - javascript (Javascript)

Original: https://codingcat.dev/podcast/cwcc-1-building-docs-with-starlight-and-astro https://youtube.com/live/sF6UcV3moZg'feature=share Starlight, a documentation theme from Astro, simplifies creating accessible, high-performance websites. Key featu...


15: A new way to build websites' Feedback is needed for my application Themex

https://karstenbiedermann.hashnode.dev/a-new-way-to-build-websites-feedback-is-needed-for-my-application-themex

Hashnode - javascript (Javascript)

Hello everyone! ' I'm excited to invite you all to explore my newest project: Themex. ' https://app.themexproject.com As a frontend developer, I have often worked with various CSS frameworks such as Bootstrap and Tailwind. However, I noticed a chal...


16: Datatypes in Javascript

https://alokblogs.com/datatypes-in-javascript

Hashnode - javascript (Javascript)

In this article we will discuss about the datatypes in javascript JavaScript has several built-in data types, which can be broadly categorized into two main categories: primitive data types and non-primitive (or reference) data types. Primitive Data ...


17: Revolutionize Your Web Design: 10 Cutting-Edge and Unconventional CSS Tips

https://atharvamulgund.hashnode.dev/revolutionize-your-web-design-10-cutting-edge-and-unconventional-css-tips

Hashnode - javascript (Javascript)

Introduction: In the ever-evolving landscape of web development, staying ahead of the curve is crucial. As the backbone of web styling, CSS constantly introduces new features and possibilities. In this blog post, we're not just scratching the surface...


18: Ce nouvel outil Mozilla très pratique efface vos data automatiquement

https://www.lebigdata.fr/mozilla-monitor

Le Big Data (dataviz)

Vos données peuvent se retrouver partout sur Internet, avec le risque qu'elles soient exposées et exploitées à des fins malveillantes. … Cet article Ce nouvel outil Mozilla très pratique efface vos data automatiquement a été publié sur LEBIGDATA.FR.


19: How to make an Average Age calculator

https://alteca.hashnode.dev/how-to-make-an-average-age-calculator

Hashnode - javascript (Javascript)

Intro In this blog post I will show you how to make an average age calculator as it already says in the title. I hope you have fun doing this, so let's get right in. Code First we need to get the basic layout of the site done by importing the standar...


20 / 126

20: Linux Commands Unleashed! '

https://rahuldevops99.hashnode.dev/linux-commands-unleashed

Hashnode - javascript (Javascript)

Hello Explorers! Today, you've stepped into the realm of Linux commands, unlocking the potential to navigate and command your way through the powerful open-source landscape. 'Key Linux Commands Explored: date:- The date command displays the current...


21: The Embodied Ecologies Project

https://www.visionscarto.net/embodied-ecologies-project

Visions Carto (dataviz)

The Embodied Ecologies project is a collaborative inquiry into how people sense, know, and act to reduce chemical exposures, how human bodies interact with a multiplicity of chemicals in everyday urban life, beginning from the understanding that we live in an unevenly polluted world. To introduce you to the project, let us first lay out the pressing social, ecological, and health issue of cumulat [...]


22: How to draw HEARTZEN

https://feeds.feedblitz.com/~/869350334/0/tanglepatterns~How-to-draw-HEARTZEN.html

TanglePatterns (Zentangle)

Online instructions for drawing Cyndi Knapp's Zentangle® pattern: Heartzen. Continue reading this article.TanglePatterns.com - An index and graphic guide to the best Zentangle® patterns on the web and how to draw them  


23: Le vrai créateur du Bitcoin enfin retrouvé'' Suivez son procès en direct

https://www.lebigdata.fr/craig-wright-bitcoin

Le Big Data (dataviz)

Craig Wright est l'inventeur du Bitcoin. Du moins, c'est ce qu'il affirme depuis plus de 8 ans. Pourtant, cette déclaration … Cet article Le vrai créateur du Bitcoin enfin retrouvé'' Suivez son procès en direct a été publié sur LEBIGDATA.FR.


24: L'IA imagine les Pokémon en version Marvel : le crossover de l'année '

https://www.lebigdata.fr/ia-imagine-les-pokemon-version-marvel

Le Big Data (dataviz)

Grâce à une intelligence artificielle performante et à un générateur de qualité, il est possible de concevoir une grande variété … Cet article L’IA imagine les Pokémon en version Marvel : le crossover de l’année ' a été publié sur LEBIGDATA.FR.


26: Apply regex to reactJs Forms.

https://lingarajtechhub.com/apply-regex-to-reactjs-forms

Hashnode - javascript (Javascript)

Here is a new version of the complex form example that includes regex patterns to check different form fields: import React, { useState } from 'react'; const ComplexForm = () => { const [formData, setFormData] = useState({ firstName: '', l...


27: Image description made easy with AI

https://blog.logrocket.com/ux-design/image-description-made-easy-ai/

Log Rocket blog (Web 2)

Here are some real-life examples of AI-generated image descriptions and some tips and tricks for generating effective descriptions with AI. The post Image description made easy with AI appeared first on LogRocket Blog.


28: Que sait-on sur la violation de données sensibles touchant 33 millions de Français '

https://www.usine-digitale.fr/article/que-sait-on-sur-la-violation-de-donnees-sensibles-touchant-33-millions-de-francais.N2207964

L'usine-digitale (Informatique)

Viamedis et Almerys, deux entreprises gestionnaires du tiers payant pour des complémentaires santé et mutuelles, ont été victimes d'une cyberattaque fin janvier. 33 millions de victimes, soit près d'un Français sur deux, sont à déplorer. Etant donné la gravité des faits et les potentielles conséquences sur les données personnelles, la Cnil s'en est saisie et a ouvert une enquête. L'Us [...]


29: The Embodied Ecologies Project

https://visionscarto.net/embodied-ecologies-project

Visions Carto (dataviz)

The Embodied Ecologies project is a collaborative inquiry into how people sense, know, and act to reduce chemical exposures, how human bodies interact with a multiplicity of chemicals in everyday urban life, beginning from the understanding that we live in an unevenly polluted world. To introduce you to the project, let us first lay out the pressing social, ecological, and health issue of cumulat [...]


30 / 126

30: Highest Education Level by Age

https://flowingdata.com/2024/02/08/highest-education-level-by-age/

Flowing data (dataviz)

Education paths start to diverge towards the end of high school and after.Tags: age, education


31: Leader Spotlight: Building a winning product factory, with Steve McIrvin

https://blog.logrocket.com/product-management/leader-spotlight-steve-mcirvin/

Log Rocket blog (Web 2)

Steve McIrvin shares the importance of creating a 'product factory' ' a suite of products that all work together and sustain over time. The post Leader Spotlight: Building a winning product factory, with Steve McIrvin appeared first on LogRocket Blog.


32: Voici les 3 technologies du futur selon les PDG : À maîtriser d'urgence !

https://www.lebigdata.fr/technologies-futur-pdg

Le Big Data (dataviz)

Ces trois technologies représentent le futur pour les PDG. Une nouvelle enquête révèle la confiance des chefs d'entreprise envers celles-ci. … Cet article Voici les 3 technologies du futur selon les PDG : À maîtriser d’urgence ! a été publié sur LEBIGDATA.FR.


33: Building an AirBnB Clone: The Console 1

https://angelotheman.hashnode.dev/building-an-airbnb-clone-the-console-1

Hashnode - python (python)

Introduction The AirBnB project is a cornerstone of the ALX Software Engineering School curriculum, challenging students to construct a simplified version of the renowned AirBnB website and deploy it on their servers. Through this article, I aim to s...


34: Build a HTML5 game like 'Watermelon Game' using Phaser and Box2D powered by Planck.js ' step 3: particle effects and more customization

https://www.emanueleferonato.com/2024/02/08/build-a-html5-game-like-watermelon-game-using-phaser-and-box2d-powered-by-planck-js-step-3-particle-effects-and-more-customization/

Emanuele Feronato (.GAME / Javascript)

In the 3rd step of "Watermelon" HTML5 prototype I added more room for customization and particle explosions. Full source code powered by Phaser and written in TypeScript available to download. Physics powered by Box2D through Planck.js


35: Skiif, une application de navigation GPS pour guider les skieurs sur les pistes

https://www.usine-digitale.fr/article/skiif-une-application-de-navigation-gps-pour-guider-les-skieurs-sur-les-pistes.N2208034

L'usine-digitale (Informatique)

Testée avec succès sur le domaine des Trois Vallées (Savoie), l'application de navigation Skiif se lance dans la plupart des grands domaines français le 10 février.


36: Survey on API/Backend Development, for Product Research

https://sebastienconejo.hashnode.dev/survey-on-apibackend-development-for-product-research

Hashnode - javascript (Javascript)

Hi all, We are currently carrying out a study on the uses of API/backends and their challenges. As part of this, we have created a questionnaire. Would you be willing to spend 3 minutes answering it' ' https://forms.gle/DtnhdZjpgfz6vhwA6 Your answer...


37: Vous ne confondrez plus jamais les images DALL-E avec de vraies photos

https://www.lebigdata.fr/filigrane-dall-e-3

Le Big Data (dataviz)

Après Meta, c'est au tour d'OpenAI de lutter contre les contenus Deepfake. Le géant de l'IA vient d'annoncer son filigrane … Cet article Vous ne confondrez plus jamais les images DALL-E avec de vraies photos a été publié sur LEBIGDATA.FR.


38: LeBigData lance sa chaîne YouTube : abonnez-vous pour tous savoir sur l'IA !

https://www.lebigdata.fr/lebigdatafr-chaine-youtube

Le Big Data (dataviz)

LeBigData lance sa chaîne YouTube officielle ! Une plateforme sur laquelle vous pourrez découvrir des vidéos dédiées à l'IA, aux … Cet article LeBigData lance sa chaîne YouTube : abonnez-vous pour tous savoir sur l’IA ! a été publié sur LEBIGDATA.FR.


39: How to ask open-ended questions for better insights

https://blog.logrocket.com/product-management/open-ended-questions/

Log Rocket blog (Web 2)

Open-ended questions are queries that go beyond receiving a simple "yes" or "no" answer by requiring respondents to expand on their answers. The post How to ask open-ended questions for better insights appeared first on LogRocket Blog.


40 / 126

40: Here's why PPC now looks more like paid social and what it means

https://searchengineland.com/socialized-paid-media-437308

Search engine land (Référencement)

The lines between PPC and paid social advertising are blurring. Learn how to adapt your approach to an integrated paid media landscape.


41: How to Load SQL Tables into Pandas DataFrames

https://mathdatasimplified.com/read-data-from-a-sql-table/

Math Data Simplified (data)

Loading SQL tables into DataFrames allows you to analyze and preprocess the data using the rich functionality of pandas. To read a SQL table into a pandas DataFrame, pass the database connection obtained from the SQLAlchemy Engine to the pandas.read_sql…


42: Google updates Gmail ads with new layout and 'Sponsored' label

https://searchengineland.com/google-gmail-ads-layout-sponsored-437335

Search engine land (Référencement)

The changes were introduced to make it easier for consumers to distinguish between ads and organic promotional messages.


43: Cohesity absorbe le vétéran Veritas 

https://www.lemondeinformatique.fr/actualites/lire-cohesity-absorbe-le-veteran-veritas%A0-92918.html

Le monde informatique (Informatique / Internet)

Le communiqué officiel vient de tomber : le spécialiste de la sauvegarde nouvelle vague Cohesity annonce l'acquisition de son concurrent (...)


44: Adieu Bard, bonjour Gemini : Google lance des fonctionnalités inédites !

https://www.abondance.com/20240208-376099-bard-gemini.html

Abondance (Référencement)

C'est acté : tout comme Microsoft qui a renommé Bing Chat en Copilot, c'est au tour de Google de renommer Bard en Gemini. Il en profite également pour lancer Gemini Advanced, une version payante enrichie de fonctionnalités plus poussées. Ce qu'il faut retenir : Un nouveau nom pour une nouvelle ère Google vient d'annoncer le […] L'article "Adieu Bard, bonjour Gemini : Google lance des f [...]


45: Create a Dropdown Menu Using HTML, CSS and JavaScript

https://mattadil.com/create-a-dropdown-menu-using-html-css-and-javascript

Hashnode - javascript (Javascript)

Hey there, fellow coders! Today, we're embarking on a journey to create a fully responsive dropdown menu using HTML, CSS, and JavaScript. Our goal' To showcase a sleek and versatile dropdown menu that adapts seamlessly to different screen sizes, enha...


46: Building a serverless GraphQL API with NeonDB and Prisma

https://blog.logrocket.com/building-serverless-graphql-api-neondb-prisma/

Log Rocket blog (Web 2)

Combine NeonDB, Prisma ORM, and Apollo Server within a serverless architecture to achieve a fully functional and scalable GraphQL API. The post Building a serverless GraphQL API with NeonDB and Prisma appeared first on LogRocket Blog.


47: How SEO grows brands: The science behind the service

https://searchengineland.com/seo-grow-brands-science-behind-service-437295

Search engine land (Référencement)

SEO is an investment in brand growth, not a short-term ROI play. Learn how SEO boosts brand availability and acquisition of new buyers.


48: Les 10 secrets du référencement WordPress révélés par Daniel Roch !

https://www.abondance.com/20240208-376041-10-secrets-referencement-wordpress.html

Abondance (Référencement)

Optimiser le référencement naturel de WordPress n'est pas toujours une simple affaire. Parfois la concurrence est intense, d'autres fois notre site et notre secteur d'activité sont complexes. Mais même si chaque site WordPress est différent, les bonnes pratiques sont systématiquement les mêmes. Que l'on soit en B2B ou B2C, sur un petit site ou un […] L'article "Les 10 secrets du réfà [...]


49: Google Bard devient Gemini : ce qui change pour le rival de ChatGPT

https://www.blogdumoderateur.com/google-bard-gemini-rival-chatgpt/

Blog du Moderateur ()

Gemini, la nouvelle version de Google Bard, se dote d'une application et d'une version payante.


50 / 126

50: Cyberguerres : Comment les attaques étatiques ont profondément changé le paysage numérique

https://www.usine-digitale.fr/article/cyberguerres-les-menaces-et-attaques-etatiques-ont-profondement-change-le-paysage-numerique.N2208025

L'usine-digitale (Informatique)

Les cyberattaques augmentent non seulement en nombre, mais aussi en complexité. Pis, elles deviennent le reflet d'enjeux géopolitiques qui placent les entreprises du secteur privé dans une position plus périlleuse que jamais. Harman Bhogal, qui dirige la Threat Management Practice au sein d'Eviden, expose dans cette tribune les bonnes pratiques à adopter pour limiter les risques.


51: AWS Lambda: Unleashing Serverless Magic for Muggles and Wizards Alike (Part I of series: Lambda lessons: Unlocking Serverless Computing)

https://blog.hardeepjethwani.com/aws-lambda-unleashing-serverless-magic-for-muggles-and-wizards-alike-part-i-of-series-lambda-lessons-unlocking-serverless-computing

Hashnode - python (python)

Hey everyone, I'm super excited to start our "Lambda Lessons: Unlocking Serverless Computing" blog series. It's time to roll up our sleeves and dive deep into AWS Lambda, and I promise, it's going to be a fun ride, minus the actual cloud diving, of c...


52: Understanding the difference between output and outcome

https://blog.logrocket.com/product-management/output-vs-outcome/

Log Rocket blog (Web 2)

Outcomes are end goals you try to achieve (often referred to as 'product impact'), whereas outputs are the means to achieve these outcomes. The post Understanding the difference between output and outcome appeared first on LogRocket Blog.


53: UI Interactions & Animations Roundup 40

https://tympanus.net/codrops/2024/02/08/ui-interactions-animations-roundup-40/

Codrops (Internet / Design)

Discover new user interface animations and interactive designs in our latest collection.


54: Un campus en sécurité IT et data science bientôt installé à Vannes

https://www.lemondeinformatique.fr/actualites/lire-un-campus-en-securite-it-et-data-science-bientot-installe-a-vannes-92917.html

Le monde informatique (Informatique / Internet)

Un projet de campus numérique a été initié par la ville de Vannes (Morbihan). Implanté au sein du Parc d'innovation (...)


55: Copilot Chat s'invite dans Visual Studio Code

https://www.lemondeinformatique.fr/actualites/lire-copilot-chat-s-invite-dans-visual-studio-code-92887.html

Le monde informatique (Informatique / Internet)

Visual Studio Code 1.86, dernière version (janvier 2024) de l'éditeur de code de Microsoft, introduit la commande vocale « Hey Code (...)


56: Dignif AI : après l'IA qui déshabilles les femmes, voici celle qui les rhabille !

https://www.lebigdata.fr/dignif-ai

Le Big Data (dataviz)

Dignif AI est un mouvement qui vise à exploiter l'intelligence artificielle pour rhabiller les femmes dénudées sur les photos, afin … Cet article Dignif AI : après l'IA qui déshabilles les femmes, voici celle qui les rhabille ! a été publié sur LEBIGDATA.FR.


57: Galaxy AI : voici les nouveautés IA qui arrivent sur votre vieux Samsung

https://www.lebigdata.fr/galaxy-ai-arrivent-sur-votre-vieux-samsung

Le Big Data (dataviz)

L’innovation ne s’arrête jamais chez Samsung, et la nouvelle vague d’intelligence artificielle Galaxy AI en est la preuve vivante. Préparez-vous … Cet article Galaxy AI : voici les nouveautés IA qui arrivent sur votre vieux Samsung a été publié sur LEBIGDATA.FR.


58: Google renames Bard to Gemini, unveils paid version of Gemini

https://searchengineland.com/google-renames-bard-gemini-unveils-paid-version-advanced-437321

Search engine land (Référencement)

Gemini is the same Bard product with a new name. Gemini Advanced will be bundled as part of Google One for $19.99 a month.


59: Frequently Heard In My Beginning Front-End Web Development Class

https://smashingmagazine.com/2024/02/frequently-heard-beginning-front-end-web-development-class/

Smashing magazine (CSS / Web 2)

What could we learn from entry-level students in front-end web development' As seasoned professionals, you might think you've seen it all, but the truth is that the newcomers are asking the most intriguing questions and making connections that those of us who have spent years on the front end may have never considered.


60 / 126

60: Immobilier : Properstar mise sur l'IA pour mieux identifier les attentes des acheteurs et locataires

https://www.usine-digitale.fr/article/immobilier-properstar-mise-sur-l-ia-pour-mieux-identifier-les-attentes-des-acheteurs-et-locataires.N2208024

L'usine-digitale (Informatique)

Pour trouver un appartement à Paris ou en province mais aussi à New York ou Dubai, Properstar se positionne comme un portail immobilier mondial. En s'appuyant sur l'intelligence artificielle, l'entreprise souhaite apporter une réponse pertinente aux recherches des locataires et acheteurs potentiels.


61: Un c'ur robotique proche du c'ur biologique...

https://www.rtflash.fr/coeur-robotique-proche-coeur-biologique/article

Tregouet.org ()

Des scientifiques américains du MIT, Clara Park et Manisha Sing, de l'hôpital pour enfants de Boston, Moosab Y Saeeb et de la Clinique Cleveland, Cristopher T Nguyen, ont créé un c'ur biorobotique qui bat comme un vrai et pourrait ainsi révolutionner la recherche dans ce domaine. Avant qu'une intervention médicale puisse être utilisée sur un vrai patient, elle doit d'abord être testée de [...]


62: Un nouvel antibiotique issu des bactéries nasales

https://www.rtflash.fr/nouvel-antibiotique-issu-bacteries-nasales/article

Tregouet.org ()

Des chercheurs allemands de l'Université de Tübingen ont découvert dans les fosses nasales une nouvelle molécule, baptisée Épifadine, qui possède d'intéressantes propriétés antibiotiques, notamment contre le la redoutable bactérie Staphylococcus epidermidis. Durant leurs expériences, les scientifiques ont donc voulu vérifier si cette molécule pouvait être efficace contre d'autres ba [...]


63: La NASA confirme une activité chimique surprenante sur Encelade

https://www.rtflash.fr/nasa-confirme-activite-chimique-surprenante-sur-encelade/article

Tregouet.org ()

Les scientifiques savent que le panache géant de grains de glace et de vapeur d'eau craché par Encelade, la lune de Saturne, est riche en composés organiques, dont certains sont importants pour la vie telle que nous la connaissons. Aujourd'hui, les scientifiques analysant les données de la mission Cassini de la NASA vont encore plus loin dans les preuves de l'habitabilité : ils ont trouvé un [...]


64: Un premier traitement contre le vitiligo disponible en France

https://www.rtflash.fr/premier-traitement-contre-vitiligo-disponible-en-france/article

Tregouet.org ()

Ce premier traitement contre le vilitigo, dont le CHU de Bordeaux a participé à l'essai clinique, remboursé par la CPAM, répond enfin au besoin des patients qui souffrent de cette maladie très visible et stigmatisante. Les patients atteints de vitiligo, une maladie auto-immune qui provoque une dépigmentation progressive de la peau, vont bénéficier d'un premier traitement autorisé rembours [...]


65: The shapes of a working day

https://blog.datawrapper.de/small-multiples-workday/

Data Wrapper (dataviz)

Not everyone works nine to five. Here's a data vis revealing what kinds of jobs work when.


66: Day 13 Basics of Python

https://vikasprins.hashnode.dev/day-13-basics-of-python

Hashnode - python (python)

What is Python' Python is a high-level, general-purpose, and interpreted programming language used in various sectors including machine learning, artificial intelligence, data analysis, web development, and many more. Python is known for its ease of ...


67: Mastering Dart: A Comprehensive Guide to Classes

https://nibu.hashnode.dev/mastering-dart-a-comprehensive-guide-to-classes

Hashnode - Flutter (Flutter)

What are Classes' In the real world, you often have many objects of the same kind. For example, your bicycle is just one of many bicycles in the world. Using object-oriented terminology, we say that your bicycle object is an instance of the class of ...


68: Key Metrics to Consider For Office Add-in Development Company Success

https://www.noupe.com/development/key-metrics-to-consider-for-office-add-in-development-company-success.html

Noupe (conception)

Optimizing efficiency is what every business looks for in this current era. Therefore, making proper strategies and acquiring the best ways to achieve this is quite essential. One such practice that helps you accomplish these goals is Office Add-ins Development, an essential methodology that expands the usefulness of Microsoft Office apps.  It is a popular... The post Key Metrics [...]


69: Flutter : Container Widget and Attributes

https://vinitmepani.hashnode.dev/flutter-container-widget-and-attributes

Hashnode - Flutter (Flutter)

The Container widget in Flutter provides a variety of attributes for customizing the appearance and layout of the contained widgets. Here are some key attributes of the Container widget: child (Widget): The widget to be contained within the Contain...


70 / 126

70: Flutter : TextSpan Widget , RichText Widget ,Text.rich Widget

https://vinitmepani.hashnode.dev/flutter-textspan-widget-richtext-widget-textrich-widget

Hashnode - Flutter (Flutter)

In Flutter, TextSpan, RichText, and Text.rich are components that allow you to create rich and stylized text with different styles, spans, and formatting within a single text widget. Let's explore each of them: 1. TextSpan: TextSpan is a part of the ...


71: The Crucial Stage in M&A: Due Diligence

https://www.noupe.com/business-online/the-crucial-stage-in-ma-due-diligence.html

Noupe (conception)

Every merger and acquisition is different, with complicated transactions needing a sound structure to sail through successfully. Various factors play a part in this: deal size, international participants, headcount at the target business, competition, legal implications, vendor-buyer relationship, and financial considerations.  As such, almost all M&A transactions, including share or comp [...]


72: Default TextStyle Widget

https://vinitmepani.hashnode.dev/default-textstyle-widget

Hashnode - Flutter (Flutter)

In Flutter, the DefaultTextStyle widget allows you to set default text styling for a subtree of the widget tree. This means that all descendant Text widgets within that subtree will inherit the specified text style unless they explicitly override it....


73: Ces créatures oubliées révèlent un lourd secret : le réchauffement accélère !

https://www.lebigdata.fr/creatures-revelent-rechauffement-accelere

Le Big Data (dataviz)

Les données provenant de créatures marines anciennes suggèrent que le réchauffement s’accélère. Les scientifiques ont analysé des échantillons d’éponges marines … Cet article Ces créatures oubliées révèlent un lourd secret : le réchauffement accélère ! a été publié sur LEBIGDATA.FR.


74: Scandale dans le métro : l'homme en Vision Pro provoque des remous

https://www.realite-virtuelle.com/vision-pro-metro/

realite-virtuelle.com (Réalité Virtuelle)

Un mordu de la technologie a décidé d’illuminer le métro avec son Apple Vision Pro. […] Cet article Scandale dans le métro : l’homme en Vision Pro provoque des remous a été publié sur REALITE-VIRTUELLE.COM.


75: Attributes of Style Property

https://vinitmepani.hashnode.dev/attributes-of-style-property

Hashnode - Flutter (Flutter)

The TextStyle class in Flutter is used to define the style properties for text within the Text widget. Here is a list of some key attributes of the TextStyle class along with a sample example showcasing each attribute: fontSize (double): Specifies ...


76: React Hooks: UseState

https://obeymatuso.hashnode.dev/react-hooks-usestate

Hashnode - javascript (Javascript)

What is a React Hook' A React hook is a function that allows us to use React features in our functional components. They are especially useful because they enable functional components to have stateful logic, side effects and access to react features...


77: Attributes of Text Widget

https://vinitmepani.hashnode.dev/attributes-of-text-widget

Hashnode - Flutter (Flutter)

Flutter's Text widget is a fundamental component for displaying text in your app. It allows you to customize the appearance of the text, such as the font, size, color, and more. Here are some key attributes of the Text widget in Flutter: data (Strin...


78: Deezer en quête d'amélioration de l'expérience utilisateur

https://www.lemondeinformatique.fr/actualites/lire-deezer-en-quete-d-amelioration-de-l-experience-utilisateur-92910.html

Le monde informatique (Informatique / Internet)

Améliorer l'expérience utilisateur grâce à l'exploitation des données d'usage ' Évidemment, mais pas seulement, (...)


79: Bechtle boucle 2023 sur de bons résultats

https://www.lemondeinformatique.fr/actualites/lire-bechtle-boucle-2023-sur-de-bons-resultats-92913.html

Le monde informatique (Informatique / Internet)

L'Allemand Bechtle a clos 2023 sur un chiffre d'affaires de 6,4 Md', affichant ainsi 6,8 % de croissance d'une année sur l'autre. La profitabilité (...)


80 / 126

80: Meta identifie les images générées par une IA

https://www.lemondeinformatique.fr/actualites/lire-meta-identifie-les-images-generees-par-une-ia-92909.html

Le monde informatique (Informatique / Internet)

Meta travaille au développement d'outils pour identifier des images produites synthétiquement par des systèmes d'IA générative (...)


81: Extreme Networks lance son 1e point d'accès WiFi 7

https://www.lemondeinformatique.fr/actualites/lire-extreme-networks-lance-son-1e-point-d-acces-wifi-7-92916.html

Le monde informatique (Informatique / Internet)

Afin d'offrir plus d'options d'installation aux clients, Extreme Networks a enrichi sa gamme de commutateurs Universal Switch pour les campus, (...)


82: Sogelink enchaîne les rachats et se rêve en leader européen du logiciel pour la construction

https://www.usine-digitale.fr/article/le-lyonnais-sogelink-enchaine-les-rachats-et-se-reve-en-leader-europeen-du-logiciel-pour-la-construction.N2208015

L'usine-digitale (Informatique)

L'éditeur lyonnais Sogelink, spécialiste des logiciels pour la construction, enchaîne les acquisitions avec comme objectif de se développer à l'international. Il vient de reprendre le varois Geopixel et sa solution de topographie.


83: 6 Most Reliable Marketing Analytics Tools That Businesses Need in 2024

https://www.noupe.com/business-online/most-reliable-marketing-analytics-tools-that-businesses-need.html

Noupe (conception)

As we embrace 2024, businesses are increasingly relying on cutting-edge solutions to decode the digital landscape, much like unraveling the plot twists of a blockbuster movie. This quest for marketing excellence mirrors the anticipation of fans waiting for the next big pop culture phenomenon. The storyline of the digital marketing saga now revolves around the... The post 6 Most Reliabl [...]


84: Unlocking Nested Classes in Java: A Certification Course for Professionals

https://careerusa.hashnode.dev/unlocking-nested-classes-in-java-a-certification-course-for-professionals

Hashnode - javascript (Javascript)

Nested class in Java are a powerful feature that allows developers to organize code more effectively and enhance encapsulation. However, understanding and mastering nested classes can be challenging for many Java developers. In this comprehensive cer...


85: Hands-On Guide: Building Efficient APIs with Node.js - Part 3

https://sanjayynithin.hashnode.dev/restapi-part-3

Hashnode - javascript (Javascript)

In our previous article, we delved into database integration, testing with Postman and the essential considerations when building a robust API. For comprehensive understanding, I recommend Hands-On Guide: Building Efficient APIs with Node.js - Part 1...


86: Fuite de données de santé : 33 millions de Français touchés, comment réagir '

https://www.blogdumoderateur.com/fuite-donnees-sante-33-millions-francais-touches/

Blog du Moderateur ()

Deux sociétés en charge de la gestion du tiers payant pour de nombreuses complémentaires santé ont été victimes de cyberattaques et d'une fuite massive de données.


87: Hands-On Guide: Building Efficient APIs with Node.js - Part 2

https://sanjayynithin.hashnode.dev/restapi-part-2

Hashnode - javascript (Javascript)

In our previous article, we delved into API endpoints, project structure, package usage, and fundamental code structure. I would recommend you read Hands-On Guide: Building Efficient APIs with Node.js - Part 2 first and proceed with this article. Set...


88: Waresito s'appuie sur les données pour optimiser la supply chain et réduire son empreinte carbone

https://www.usine-digitale.fr/article/waresito-s-appuie-sur-les-donnees-pour-optimiser-la-supply-chain-et-reduire-son-empreinte-carbone.N2208005

L'usine-digitale (Informatique)

Depuis 2021, la plateforme Waresito aide les entreprises à gérer leur stockage et leur logistique tout en contribuant à réduire l'emprise foncière du secteur et son empreinte carbone en limitant les kilomètres.


89: Hands-On Guide: Building Efficient APIs with Node.js - Part 1

https://sanjayynithin.hashnode.dev/restapi-part-1

Hashnode - javascript (Javascript)

If you are a backend engineer, REST API is one of the most important topics you'll have to master. Before we start building our project, let us understand a few things about REST API. REST API REST APIs have certain endpoints to which front-end app...


90 / 126

90: WebDesign Tutorial - Plan the process

https://keepcodingblog.hashnode.dev/webdesign-tutorial-plan-the-process

Hashnode - javascript (Javascript)

This is part 19. You can find the part 18, Design System, here Plan the process In the world of design, a certain discussion has been going on for years, which will probably never end with a clear conclusion. This discussion concerns what the proces...


91: Angular 14: Exciting Features to Look Out for as an AngularJS Developer

https://allenchristan.hashnode.dev/angular-14-exciting-features-to-look-out-for-as-an-angularjs-developer

Hashnode - javascript (Javascript)

Introduction As an AngularJS developer, you're no stranger to the constant updates and improvements that come with each new version of the framework. It's this commitment to evolution that makes AngularJS such an exciting platform to work with. Wit...


92: Le nombre de pixels pour une expérience immersive en réalité virtuelle

https://www.realite-virtuelle.com/le-nombre-de-pixels-pour-une-experience-immersive-en-realite-virtuelle/

realite-virtuelle.com (Réalité Virtuelle)

La réalité virtuelle a pris d’assaut le monde du divertissement et des jeux vidéo. Le […] Cet article Le nombre de pixels pour une expérience immersive en réalité virtuelle a été publié sur REALITE-VIRTUELLE.COM.


93: La CNIL alerte sur des fuites massives chez les prestataires santé Almerys et Viamedis

https://www.lemondeinformatique.fr/actualites/lire-la-cnil-alerte-sur-des-fuites-massives-chez-les-prestataires-sante-almerys-et-viamedis-92915.html

Le monde informatique (Informatique / Internet)

Les données de plus 33 millions de personnes ont été compromises suite à des cybertattaques qui ont touché fin (...)


94: Voici la killer app qui propulserait le Vision Pro devant ses concurrents !

https://www.realite-virtuelle.com/pokemon-killer-app-vision-pro/

realite-virtuelle.com (Réalité Virtuelle)

Vous rappelez-vous de l’année 2016, l'année de lancement de Pokémon Go ' En un temps […] Cet article Voici la killer app qui propulserait le Vision Pro devant ses concurrents ! a été publié sur REALITE-VIRTUELLE.COM.


95: LinkedIn : 7 conseils pour augmenter la visibilité de vos posts

https://www.blogdumoderateur.com/linkedin-conseils-augmenter-visibilite-posts/

Blog du Moderateur ()

Certaines bonnes pratiques peuvent vous permettre d'augmenter votre visibilité sur LinkedIn. Nous vous proposons 7 conseils à appliquer !


96: 7 formations pour développer vos compétences sur Excel

https://www.blogdumoderateur.com/selection-formation-excel-189/

Blog du Moderateur ()

Découvrez notre sélection de formations pour apprendre à maîtriser le tableur de Microsoft. 


97: Easily set up multi-theming in Sitecore JSS using Next.js and Tailwind CSS (Part 2)

https://saadpatel.hashnode.dev/easily-set-up-multi-theming-in-sitecore-jss-using-nextjs-and-tailwind-css-part-2

Hashnode - javascript (Javascript)

In this article, we will explore the implementation of multiple themes within a single source code. Our approach to achieving multi-theming relies on React's context feature. To accomplish this, we encapsulate the entire application within the theme ...


98: What's New in TypeScript 5.4 Beta

https://blog.emmanuelisenah.com/whats-new-in-typescript-54-beta

Hashnode - javascript (Javascript)

Greetings! TypeScript 5.4 Beta just dropped and it presents new exciting features with some bug fixes and QoL changes. Without further delay, let's quickly explore some of these game-changing improvements. Object.groupBy and Map.groupBy One of the ne...


99: Copilot : une nouvelle ère de création IA

https://www.abondance.com/20240208-375747-copilot-creation-ia.html

Abondance (Référencement)

Microsoft dévoile des mises à jour majeures pour Copilot, incluant un nouveau design, des outils d'édition d'images IA et des résumés vidéo. Une avancée significative dans l'interaction utilisateur et intelligence artificielle !  Ce qu'il faut retenir : Design & expérience utilisateur Microsoft annonce une série de mises à jour pour Copilot (anciennement Bing Chat), incluant [… [...]


100 / 126

100: Easily set up multi-theming in Sitecore JSS using Next.js and Tailwind CSS (Part 1)

https://saadpatel.hashnode.dev/easily-set-up-multi-theming-in-sitecore-jss-using-nextjs-and-tailwind-css-part-1

Hashnode - javascript (Javascript)

Multi-theming refers to the ability to switch between different visual themes within an application. Themes can include changes to colors, typography, spacing, and other styling elements. This article will provide step-by-step guidance on configuring...


101: Intelligence artificielle : Ekitia veut se constituer en GIP pour "bâtir la gouvernance de la confiance"

https://www.usine-digitale.fr/article/intelligence-artificielle-ekitia-veut-se-constituer-en-gip-pour-batir-la-gouvernance-de-la-confiance.N2207965

L'usine-digitale (Informatique)

Ex-Occitanie Data, l'association Ekitia qui compte désormais 70 membres issus du privé, du public et du monde académique, veut devenir un GIP et être reconnue comme tiers de confiance sur les questions d'utilisation de données et d'intelligence artificielle.


102: Building a Suspicious Activity Detection Model

https://surveillancecamera.hashnode.dev/building-a-suspicious-activity-detection-model

Hashnode - python (python)

Model Architecture For our Suspicious Activity Detection Model, we leverage state-of-the-art machine learning libraries, including TensorFlow and Keras, to design a robust deep learning model for video classification. DenseNet121 with TensorFlow an...


103: Azure réussit à prendre des parts de marché à AWS

https://www.lemondeinformatique.fr/actualites/lire-azure-reussit-a-prendre-des-parts-de-marche-a-aws-92912.html

Le monde informatique (Informatique / Internet)

A 20% au quatrième trimestre 2024, la croissance des dépenses dans les infrastructures cloud (IaaS, PaaS et cloud privé hébergé) (...)


104: Azure réussit à reprendre des parts de marché à AWS

https://www.lemondeinformatique.fr/actualites/lire-azure-reussit-a-reprendre-des-parts-de-marche-a-aws-92912.html

Le monde informatique (Informatique / Internet)

A 20% au quatrième trimestre 2024, la croissance des dépenses dans les infrastructures cloud (IaaS, PaaS et cloud privé hébergé) (...)


105: WP Rocket : on a passé ce plugin de cache au peigne fin [Avis 2024]

https://wpmarmite.com/wprocket/

WP Marmite (wordpress)

Il m'a fallu un peu de temps. Mais j'ai finalement trouvé. Oui, j'ai trouvé quelqu'un qui a osé vertement critiquer l'extension WP Rocket. Quel culot ! En résumé, ce lecteur d'un site américain spécialisé sur WordPress, raconte que cette extension... WP Rocket : on a passé ce plugin de cache au peigne fin [Avis 2024] est un article de WPMarmite, le blog qui vous aide à tirer le meilleur [...]


106: IA et jumeau numérique au coeur de la transformation digitale de Munters

https://www.lemondeinformatique.fr/actualites/lire-ia-et-jumeau-numerique-au-coeur-de-la-transformation-digitale-de-munters-92897.html

Le monde informatique (Informatique / Internet)

La société Munters, basée à Stockholm et fondée en 1955, travaille pour un large éventail de secteurs afin de (...)


107: Un guide pratique pour décrypter l'IA en entreprise

https://www.lemondeinformatique.fr/actualites/lire-un-guide-pratique-pour-decrypter-l-ia-en-entreprise-92865.html

Le monde informatique (Informatique / Internet)

Tout ce que vous avez toujours voulu savoir sur l'IA, sans jamais oser le demander. Stéphane Roder, fondateur du cabinet de conseil AI Builders, (...)


108: Les responsables IT devraient s'intéresser à GraphQL

https://www.lemondeinformatique.fr/actualites/lire-les-responsables-it-devraient-s-interesser-a-graphql-92876.html

Le monde informatique (Informatique / Internet)

Cela fait longtemps que l'IT d'entreprise est confrontée à des choix d'infrastructures souvent contradictoires, et les progrès (...)


109: Écrans éteints, conversations allumées : cette commune dit non aux smartphones dans les rues

https://www.lebigdata.fr/cette-commune-dit-non-aux-smartphones-dans-les-rues

Le Big Data (dataviz)

L’usage des smartphones dans l’espace public est devenu un véritable fléau pour certains. À Seine-Port, une commune située en Seine-et-Marne, … Cet article Écrans éteints, conversations allumées : cette commune dit non aux smartphones dans les rues a été publié sur LEBIGDATA.FR.


110 / 126

110: Deploy your first Firebase function

https://rajanlal.hashnode.dev/deploy-your-first-firebase-function

Hashnode - javascript (Javascript)

Introduction Firebase functions are the serverless framework which runs in a backend server without you to maintain the server. This is secured infrastructure managed by Google. The function can be written in JavaScript, TypeScript or Python code. Ma...


111: Decision Control Structures

https://techprabhaspml.hashnode.dev/decision-control-structures

Hashnode - python (python)

Decision control structures in Python help you control the flow of your program based on certain conditions. Let's look at a simple and logical example for a data analyst: In this example: We have a variable average_score representing the average s...


112: Navigating the Path to Python Proficiency: A Beginner's Guide

https://shalu222.hashnode.dev/navigating-the-path-to-python-proficiency-a-beginners-guide

Hashnode - python (python)

Embarking on the journey of learning Python as a newcomer presents both excitement and challenges. As someone who has navigated this path, I understand the importance of employing effective strategies to grasp the fundamentals of Python programming. ...


113: Day 13 - Basics of Python

https://codewordsky.hashnode.dev/day-13-basics-of-python

Hashnode - python (python)

Introduction Hey there, fellow DevOps enthusiasts! So, you're intimidated on hearing about coding, huh' Maybe you've been wondering if it's crucial for becoming a kick-ass DevOps engineer. Well, I got you covered. In this blog we're about to embark o...


114: Strasbourg : L'IA va remplacer tout un Call Center, le 1er d'une longue série '

https://www.lebigdata.fr/ia-call-center

Le Big Data (dataviz)

Bientôt vous appellerez un service d'assistance, et c'est une IA call center qui vous répondra. C'est l'ambitieux projet de cette … Cet article Strasbourg : L'IA va remplacer tout un Call Center, le 1er d'une longue série ' a été publié sur LEBIGDATA.FR.


115: Nord : les gendarmes choqués par cette arnaque de vishing, l'alerte est lancée

https://www.lebigdata.fr/arnaque-vishing

Le Big Data (dataviz)

Dans le Nord de la France, les gendarmes alertent sur l'explosion de l'arnaque de vishing. Cette escroquerie n'est pas nouvelle … Cet article Nord : les gendarmes choqués par cette arnaque de vishing, l’alerte est lancée a été publié sur LEBIGDATA.FR.


116: Operators and Expressions

https://techprabhaspml.hashnode.dev/operators-and-expressions

Hashnode - python (python)

There are following operators: Arithmetic Operators: Perform mathematical operations. Comparison Operators: Compare values and return True or False. Logical Operators: Combine conditional statements. Assignment Operators: Assign values to variable...


117: Python

https://techprabhaspml.hashnode.dev/python-1

Hashnode - python (python)

What is Python' Python is a versatile and easy-to-learn programming language. It's like a set of instructions that allows you to tell your computer what to do. Think of it as a language that helps you communicate with your computer to perform various...


118: AI Act de l'UE : pourquoi Amnesty International est très inquiète '

https://www.lebigdata.fr/amnesty-international-ai-act

Le Big Data (dataviz)

Alors que les pays les plus récalcitrants ont fini par approuver l'AI Act le 2 février dernier, les défenseurs des … Cet article AI Act de l’UE : pourquoi Amnesty International est très inquiète ' a été publié sur LEBIGDATA.FR.


119: Day 36: Crafting Jenkins CI/CD Project! '

https://davender.hashnode.dev/day-36-crafting-jenkins-cicd-project

Hashnode - python (python)

Hey there, DevOps enthusiasts! Today's mission is to create a seamless CI/CD pipeline for your Node.js application using Jenkins. It's time to blend your Docker and Docker Compose expertise into a live project. Excited' Let's dive in and make it happ...


120 / 126

120: Docker Cheat Sheet ': A Guide for DevOps Engineers

https://blog.prasadsuman.me/docker-cheat-sheet-a-guide-for-devops-engineers

Hashnode - python (python)

Introduction Docker commands are the building blocks for managing containers efficiently. This cheat sheet progresses from basic to advanced commands, providing real-time examples for a comprehensive understanding. ' Download the Docker Cheat Sheet...


121: Unleashing the Power of Async/Await in JavaScript: A Comprehensive Guide to Mastery

https://backstagewithnishant.com/unleashing-the-power-of-asyncawait-in-javascript-a-comprehensive-guide-to-mastery

Hashnode - javascript (Javascript)

Introduction: In the ever-evolving landscape of JavaScript, the introduction of async/await has revolutionized asynchronous programming. For developers seeking a deeper understanding and mastery of this powerful duo, this comprehensive guide explores...


122: Gorillas

https://javascriptweekly.com/issues/674

javascriptweekly (Javascript)

#'674 ' February 8, 2024 Read on the Web JavaScript Weekly jQuery 4.0.0 Beta ' I recently looked at issue #1 of JavaScript Weekly and the top two items were jQuery, so it's nice to feature it :-) You might not be using jQuery, but it's still everywhere, including WordPress. v4 says goodbye to IE 10 support, removes lots of deprecated APIs, and steps into the modern world ju [...]


123: Starting a Subreddit for Teen Programmers(r/GenzCodes)

https://nermalcat69.hashnode.dev/starting-a-subreddit-for-teen-programmers

Hashnode - javascript (Javascript)

Hey there, fellow Gen Zs! Ever feel like you're just itching to dive into the wild world of coding and feeling fomo and wanna be a part of a community where you can interact with fellow genz coders' Well, guess what' You're not alone! That's why i'm ...




La veille     Haut de page     Lendemain



Note : Webriche.fr est un agrégateur de flux RSS. C'est à dire un outil automatique qui regroupe l'accès à des informations, dont il n'est ni le rédacteur, ni l'éditeur.
Pour toutes questions, merci de contacter Richard Carlier.

Présentation

Ceci est un site qui explore certains mécanismes du Web 2.0, histoire de jouer avec tout ça...
Oui, une sorte de mashup 2.0 appliqué à la veille informationnelle... Hum, rien de neuf ?

Expérimental, c'est un site collaboratif à usage d'une seule personne. Ou presque.

Richard Carlier

Des mots,
toujours des mots...

Collaboration Partage Pagerank Donnees Echange RSS Standards Web Design CSS Participation Accessibilite Mashup Convergence Standardisation Utilisateurs Web 2.0