Shaarli export of all bookmarks on Mon, 09 Nov 20 13:46:23 -0500
- - ACPFNL
- "L’association pour la commercialisation des produits forestiers non-ligneux (PFNL) regroupe des entreprises, des organisations et des individus qui s’intéressent à la récolte, à la transformation et à la commercialisation de ces produits de notre terroir. "
- Télétravail et déductions d’impôts | Le Journal de Montréal
- Webmentions on a static site with GitHub Actions
- CSS Gap creates a bright future for margins in Flex as well as Grid - bryanlrobinson.com
- Comparaison entre un merge et un rebase
- Designing For Print With CSS — Smashing Magazine
- Running your own secure communication service with Matrix and Jitsi | Matrix.org
- Identicon generator: generate your identicon avatar
- HTML DOM - Common tasks of managing HTML DOM with vanilla JavaScript
- Webmentions on a static site with GitHub Actions
- "how to manage HTML DOM with vanilla JavaScript only? for modern browsers and IE 11+"
- Zoom iOS App Sends Data to Facebook Even if You Don’t Have a Facebook Account - VICE
- Snikket Chat
- postmarketOS on Mozilla Flame - sizeof(cat)
- Do this with your vegetable scraps and peels
- Snikket Chat
- "Here's an easy way to reduce food waste and never buy commercial soup stock again."
- Why the World Needs CSS Developers
- "In the last ten years, give or take a few, CSS has grown extensively with the addition of more and more features, thus gradually becoming quite elaborate and complicated. The CSS of our days is very different from the CSS of the 2001–2010 decade."
- A Vim user's introduction to Emacs
- Sitewriter [ALPHA]
- "SiteWriter.net makes it easy to use IndieWeb services with your static site. It currently supports writing Micropub posts to GitHub repositories."
- Asynchronous Communication: What It Is & Why You Should Care About It
- "Study after study after study into remote work has made one thing clear: Remote workers are more productive than their office-bound counterparts. What’s not entirely clear is why. Yes, people gain back time (and sanity) by avoiding rush hour commutes. They avoid the distractions of the office. They regain a sense of control over their workdays. They have more time to dedicate to family, friends, and hobbies. But apart from the commute, all of those benefits aren’t necessarily the result of location independence, but rather the byproduct of asynchronous communication — giving employees control over when they communicate with their teammates."
- Network Management with the OpenBSD Packet Filter Toolset
- GitLab's Guide to All-Remote | GitLab
- APOP - Apprendre. Agir en numérique
- GitLab's Guide to All-Remote | GitLab
- "L’APOP est une entreprise d’économie sociale (OBNL) fondée en 1982. Elle œuvre dans le domaine de l’intégration pédagogique des technologies de l’information et des communications en enseignement et en apprentissage et dans la vie citoyenne."
- Tous et toutes les mêmes mondialisés
- Dans une économie globalisée, nous avons plus ou moins tous les mêmes produits et services... Même la culture se globalise. Et ce, peu importe le climat, la géographie. Les savoir faires et les savoir êtres traditionnels disparaissent au profit de la mondialisation de tout.
- HTML: The Inaccessible Parts - daverupert.com
- "I’ve always abided in the idea that “HTML is accessible by default and then we come along and mess it up.” In a lot places this is very true and by just using a suitable HTML element instead of a generic div or span we can have a big Accessibility impact. But that’s not always the case. There are some cases where even using plain ol’ HTML causes accessibility problems. I get frustrated and want to quit web development whenever I read about these types of issues. Because if browsers can’t get this right, what hope is there for the rest of us. I’m trying to do the best I can, use the platform, but seems like there’s a dozen “gotchas” lurking in the shadows. I’m going to start rounding up those HTML shortfalls in this here post as a little living document that I can personally reference every time I write some HTML."
- StaticDeploy
- "An Open-Source Platform for Deploying Static Apps"
- Rust By Example
- "Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection. Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries. To get even more out of these examples, don't forget to install Rust locally and check out the official docs. Additionally for the curious, you can also check out the source code for this site."
- A half-hour to learn Rust
- "In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means? In this article, instead of focusing on one or two concepts, I'll try to go through as many Rust snippets as I can, and explain what the keywords and symbols they contain mean."
- Headless e-commerce with GraphQL, TypeScript and Node.js | Vendure E-commerce
- "A modern, headless GraphQL-based e-commerce framework built with TypeScript & Nodejs"
- Marcus Aurelius helped me survive grief and rebuild my life | Aeon Ideas
- Go go-to guide · YourBasic
- Hypertext Style: Cool URIs don't change.
- CSS Stats
- Go go-to guide · YourBasic
- "Writing CSS is hard, especially at scale. CSS Stats provides analytics and visualizations for your stylesheets. This information can be used to improve consistency in your design, track performance of your app, and diagnose complex areas before it snowballs out of control."
- FOSDEM 2020 - Emacs Should Be Emacs Lisp - Thoughts on the Future of Emacs
- " Emacs Lisp is good, actually, and Emacs should primarily be written in Emacs Lisp. This talk will describe a way forward. The future of the Emacs core is a frequent topic in the Emacs community. Should the core be in C? Or Rust? Should Elisp continue to be the scripting language? Or Guile? Or Python, Perl (the "Perfect Emacs Rewriting Language") or JS? This talk advocates the rarely discussed view that Emacs Lisp is good, actually, and that Emacs should be written in Emacs Lisp. Threading, compilation, and addressing Emacs' other low-level deficiencies will be covered, with an eye toward a practical way to roll out the changes."
- Overview of Text-Processing in Emacs Lisp
- "In emacs, a user can program it using the embedded language (called Emacs Lisp, or elisp) so that he can have custom functions to insert texts, templates, process files, and many other features of emacs. Emacs provides functions for text manipulation. For example, there is a lisp function that returns the cursor position in a buffer. A function that returns the beginning/ending position of the text selection. Functions that move the cursor to a given position, or delete a region of text of given positions. Functions that insert a string at a given position. Functions that open or save files. Functions that list opened files. Functions that list buffer names. Functions that colors text , … and much more."
- Facebook’s new tool will tell you how it knows so much about you - Vox
- ?tJrD5g
- Entre la constance et se réécrire constamment. Sa singularité dans sa nature profonde.
- How to Fix "SSH Too Many Authentication Failures" Error
- NO TECH MAGAZINE – We believe in progress and technology
- Bonnes pratiques pour développer un site Web écologique
- Minimizing browser reflow | PageSpeed Insights | Google Developers
- Style hover, focus, and active states differently | Zell Liew
- Awk in 20 Minutes
- NO TECH MAGAZINE – We believe in progress and technology
- "Awk is a tiny programming language and a command line tool. It's particularly appropriate for log parsing on servers, mostly because Awk will operate on files, usually structured in lines of human-readable text."
- CSS { In Real Life } | Optimising SVGs for the Web
- "Optimising SVGs (scalable vector graphics) for web projects has the dual benefits of reducing the file size and making them easier to work with. But plenty of times I’ve opened up a web project and found that SVG assets could be made significantly smaller with some straightforward optimisations. In this article I’ll share my process for optimising SVG assets, which may help you if you’re a designer or developer unfamiliar with working with SVG on the web."
- You Might Not Need JavaScript
- "JavaScript is great, and by all means use it, while also being aware that you can build so many functional UI components without the additional dependancy. Maybe you can include a few lines of utility code, or a mixin, and forgo the requirement. If you're only targeting more modern browsers, you might not need anything more than what the browser ships with. This site is fully copied from youmightnotneedjquery.com, an excellent resource for vanilla JavaScript created by @adamfschwartz and @zackbloom. But this time, we take a look at the power of modern native HTML and CSS as well as some of the syntactic sugar of Sass. Because, you might not need scripts for that task at all! "
- Uncivilisation: the Dark Mountain Manifesto
- Orion Magazine | Dark Ecology
- ?91ldRg
- Orion Magazine | Dark Ecology
- Est-ce que l'Histoire va nous jugée tout aussi sévèrement que nous jugeons aujourd'hui les acteurs de l'esclavagisme d'antan? Nous, les occidentaux qui vivons au dépend du sud global. Nous, dont le train de vie dépend du travail à bas prix de millions de personnes sous payés. Nous qui consommons tant de ressources que nous pigeons dans l'héritage de nos enfants.
- DécroissanceS – Le blog de Michel Lepesant
- la Maison commune de la décroissance – La croissance, c'est le non-sens ; le bon sens, c'est la décroissance !
- Effacé de la surface de la Terre
- la Maison commune de la décroissance – La croissance, c'est le non-sens ; le bon sens, c'est la décroissance !
- Nous allons être effacé de la surface de la Terre parce que nous n'en faisons plus partie... Nous n'avons plus de liens émotifs avec elle plus de lien filiale.
- What is lost is our experience of connection to the earth.
- "The language of climate activists today is of parts-per-million of carbon, peer-reviewed scientific papers, and technological fixes. But something is lost in all this abstraction. What is lost is our experience of connection to the earth. And I suspect that this is intentional. It’s easier to turn a forest or a mountain into a commodity when we don’t really feel anything for it. This is how we get sacrilegious environmental policies like carbon offsetting."
- Why I Stopped Protesting and Started a Garden — GODS & RADICALS PRESS
- Mobile Breathing Washer - Delicious Emergency & Outdoor Food from Briden Solutions in Canada
- I can now use Micropub to publish to my blog - jlelse's Blog
- Le droit de ne pas voter - La Presse+
- Les Chemins de la philosophie - Page 3: podcast et réécoute sur France Culture
- Cooking, Magic and Resistance — GODS & RADICALS PRESS
- CSS Layout ∙ Explore
- Contrepoints
- Open Food Facts - Canada
- Mobile Breathing Washer - Delicious Emergency & Outdoor Food from Briden Solutions in Canada
- "Open Food Facts gathers information and data on food products from around the world."
- Baladodiffusion | Agence Science-Presse
- Made in Canada
- Naked & Famous Denim
- Guerrilla Geography | National Geographic Society
- Made in Canada
- "Emerging Explorer and guerrilla geographer Daniel Raven-Ellison packs a spirit of adventure into education."
- https://www.vegetalcity.net/
- A Solarpunk Manifesto – ReDes – Regenerative Design
- On The Ledge podcast — Jane Perrone
- Multiple Navigation Landmarks - examples and best practices | Aditus
- How to Make Sure the Tech You Use and Build Reflects Your Values - Internet Citizen
- Relearn CSS layout: Every Layout
- A11Y Style Guide
- Practical ARIA Examples
- Not just the lotus blossom - Buddhism and ecology partner up | Aeon Essays
- Nautilus | Science Connected
- ShopTalk: A Web Design and Development Podcast with Chris Coyier and Dave Rupert
- CSS Grid Starter Layouts | CSS-Tricks
- Using JavaScript to trap focus in an element
- Eleventy
- Make your website printable with CSS | Creative Bloq
- A Responsive Accessible Table | Adrian Roselli
- The Changelog Podcast
- Caching SVG Sprite in localStorage — Osvaldas Valutis
- Configuring Babel 6 for Node.js - JS Rocks
- Making Tables Responsive With Minimal CSS
- The IndieWeb Movement: Owning Your Data and Being the Change You Want to See in the Web · Jamie Tanna | Software (Quality) Engineer
- Own Your Content on Social Media Using the IndieWeb—zachleat.com
- Auto-Contrasting Text
- Tmux Cheat Sheet & Quick Reference
- The Simplest Way to Load CSS Asynchronously
- Reduced JavaScript — Roman Zolotarev
- A Solarpunk Manifesto – ReDes – Regenerative Design
- "No magic: explicit, composable, idiomatic. Works everywhere: modern web browsers and Node. Reduce the language to its minimalist subset ✂️ Focus on readability and correctness first (pure functions, immutability, etc), on runtime performance second 🐢 Make tests simple and super fast ⚡ Avoid experimental features and third-party dependencies 🙅"
- Lorem Picsum
- lua-gumbo
- "lua-gumbo is a HTML5 parser and DOM library for Lua. It originally started out as a set of Lua bindings for the Gumbo C library, but has now absorbed an improved fork of it."
- Manage terminals with tmux(1)
- nbedos/termtosvg: Record terminal sessions as SVG animations
- How to Remove Unused CSS - NotOnlyCSS - Medium
- Rosetta Code
- nbedos/termtosvg: Record terminal sessions as SVG animations
- "Rosetta Code is a programming chrestomathy site. The idea is to present solutions to the same task in as many different languages as possible, to demonstrate how languages are similar and different, and to aid a person with a grounding in one approach to a problem in learning another. Rosetta Code currently has 972 tasks, 227 draft tasks, and is aware of 754 languages, though we do not (and cannot) have solutions to every task in every language."
- Richard Stallman Has Been Vilified by Those Who Don’t Know Him
- Geoff Greer's site: In Defense of Richard Stallman
- Miller (mlr) is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
- Geoff Greer's site: In Defense of Richard Stallman
- "Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON. You get to work with your data using named fields, without needing to count positional column indices. This is something the Unix toolkit always could have done, and arguably always should have done. It operates on key-value-pair data while the familiar Unix tools operate on integer-indexed fields: if the natural data structure for the latter is the array, then Miller’s natural data structure is the insertion-ordered hash map. This encompasses a variety of data formats, including but not limited to the familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as a special case.) "
- Running a bakery on Emacs and PostgreSQL -- Just a Summary
- Lei Mao's Log Book – Tmux Tutorial
- Top 10 Coding Fonts for Developers
- Workflow for creating SVG sprites with NPM scripts - Oleg Varaksin - Medium
- Why npm Scripts? | CSS-Tricks
- Rollup v. Webpack v. Parcel
- git-flow cheatsheet
- Can I email… Support tables for HTML and CSS in emails
- Making a toy programming language in Lua, part 1 at Play With Lua!
- Privacy matters because it empowers us all | Aeon Essays
- PHP: The Right Way
- The Animated Guide to Paredit
- Lei Mao's Log Book – Tmux Tutorial
- "Paredit is great, it brings structural editing to lisps, maintaining the syntactical correctness of your code. I’ve been a fan for a long time, but still was only using a small subset of the functionality available, even afer spending time reading the manual and paper printing out cheat sheets."
- Inclusive Components
- a11y with Lindsey
- Des techniques infaillibles pour la mise en conserve
- What Tumblr Taught Me About Accessibility
- Port de Québec: canicule, particules fines et faux-fuyant
- Embourgeoisement : les vrais responsables ne sont pas les arbres
- Countries with higher levels of unionization have lower per-capita carbon footprints
- Why plants don't die from cancer
- Paper straws won’t save the planet – we need a four-day week
- How Inuit Parents Raise Kids Without Yelling — And Teach Them To Control Anger
- Music consumption has unintended economic and environmental costs
- In the Age of Despair, Find Comfort on the ‘Slow Web’
- Web Neutral Project | Carbon Neutral Websites
- remy sharp's b:log
- Automate your outgoing webmentions
- Patagonia Manteau Torrentshell - Homme | La Dernière Chasse
- Lifehacker's Complete Guide to Data Privacy
- Facebook écoutait bien certaines conversations d'usagers | LesAffaires.com
- Semences du patrimoine | Seeds of Diversity
- Jitsi.org - develop and deploy full-featured video conferencing
- Le peuplier - Communauté autosuffisante et écoresponsable au Québec
- Sunbeam City's wiki
- Why did we wait so long for the bicycle?
- Easy steps to improve your Internet privacy
- La meilleure sauce à spaghetti - Mlle Betterave, Foodie Végane Gourmande!
- Low-Tech Lab
- Unpointcinq | Le média de l'action climatique au Québec
- Australia’s vague anti-encryption law sets a dangerous new precedent - ProtonMail Blog
- The NSA and Weak-DH - Lawfare
- How to write idempotent Bash scripts · Fatih Arslan
- Minnesota Will Pay Residents to Grow Bee-Friendly Lawns | Smart News | Smithsonian
- Home - Extinction Rebellion
- Mettre fin au trafic des données personnelles
- a11y with Lindsey
- * "Maîtres de l’ombre, les courtiers [en données] vident de sa substance le concept de confidentialité." * "Le débat public, comme la capacité des citoyens à prendre des décisions en connaissance de cause, réclame mieux qu’une compréhension de l’appareil d’État. Il nécessite de mettre en lumière les méthodes des entreprises qui influencent notre gouvernement, notre organisation sociale et notre culture. À l’ère de l’information, les nouveaux seigneurs promettent liberté et autodétermination alors que leurs « boîtes noires » conduisent à l’établissement d’une oligarchie numérique."
- URL-encoder for SVG
- "Url-encoder, useful for SVG"
- Look Ma, No Media Queries! Responsive Layouts Using CSS Grid | CSS-Tricks
- "Not only has CSS Grid reshaped the way we think and build layouts for the web, but it has also contributed to writing more resilient code, replacing "hacky" techniques we've used before, and in some cases, killing the need to rely on code for specific resolutions and viewports. What's so cool about this era in web development is that we're capable of doing more and more with fewer lines of code. In this article, we'll start dipping our toes into the power of CSS Grid by building a couple of common responsive navigation layouts. It's easier than what you may think, and since CSS Grid was built with responsiveness in mind, it'll take less code than writing media queries all over the place. Let’s do this!"
- Best markdown text editors for Mac OS - Simple apps to download
- Projet de loi 21: les gens qui doutent | Le Devoir
- The New Utopians - How to Build a Better Future Through Sci-Fi
- Projet de loi 21: les gens qui doutent | Le Devoir
- “It is easier to imagine the end of the world than to imagine the end of capitalism”
- Ethical Alternatives & Resources - ethical.net
- "Ethical.net is a collaborative platform for discovering and sharing ethical product alternatives — whether that means purchasing from a social enterprise, thrift shopping, or learning how to fix your old phone instead of buying a new one."
- SOLARPUNKS
- Lua for Programmers Part 1: Language Essentials • ebens.me
- Le projet Microsoft Alternatives (MAlt) | CERN
- Lua for Programmers Part 1: Language Essentials • ebens.me
- "Le CERN passe à l’open source face à la montée des prix de Microsoft"
- The State of CSS 2019
- "And make no mistake, CSS is definitely evolving. Most of the features covered in the survey are far from mainstream yet, and upcoming features such as subgrids and aspect ratios are also sure to keep us busy. All this to say that we can't wait for the State of CSS 2020!"
- All React Conditional Rendering Techniques - RWieruch
- Macros in JavaScript please
- pup, Command Line HTML Processor – Joseph Scott
- Emacs Everywhere
- Macros in JavaScript please
- " For many years I refrained from using Emacs everywhere because I clung to the following Unix philosophical principle: “Make each program do one thing well.” It did not make sense to me then to use a text editor as an e-mail client or a music library manager. I used to favour well-established ncurses programs like Mutt and cmus respectively. When I started using Eshell as my main shell, the benefits of the Emacs interface became increasingly obvious. Maybe my initial reasoning was not well founded after all. Since then I successfully moved on to using this user-interface-on-steroids everywhere. Looking back, it feels like I had been missing out and wasted my time for that many years."
- 2011 2015 Suzuki Toyota Camry Matrix Prius Rav4 Vitara | Achetez et vendez des voitures et des camions neufs, usagés et remis presque à neufs dans Lévis | Petites annonces de Kijiji
- 2011 2015 Suzuki Toyota Camry Matrix Prius Rav4 Vitara | Achetez et vendez des voitures et des camions neufs, usagés et remis presque à neufs dans Ville de Québec | Petites annonces de Kijiji
- mu4e for Dummies : emacs
- Kia Soul Ev sur Kijiji
- Manteau Torrentshell Patagonia | Latulippe
- Bridging the Indieweb and the Fediverse with Bridgy Fed, part 1 – doubleloop
- The Emacs Guru Guide to Key Bindings
- 2011 2015 Suzuki Toyota Camry Matrix Prius Rav4 Vitara | Achetez et vendez des voitures et des camions neufs, usagés et remis presque à neufs dans Ville de Québec | Petites annonces de Kijiji
- "Emacs shortcuts (known as ‘key bindings’) can seem ridiculous to beginners. Some Emacs users even argue you should change them as soon as you start using Emacs. They are wrong. In this post, I’ll describe the logic behind the Emacs key bindings. Not only will you be closer to passing the guru test, but you might even find you like some of the defaults!"
- Polr
- "Polr is a quick, modern, and open-source link shortener. It allows you to host your own URL shortener, to brand your URLs, and to gain control over your data. It's also GPLv2+ licensed."
- OpenBSD performance tuning for desktop
- `kern.maxvnodes=768000 kern.maxfiles=32768 kern.maxclusters=256000 kern.seminfo.semmni=1024 kern.seminfo.semmns=4096 kern.shminfo.shmmax=805306368 kern.bufcachepercent=90`
- Annuaire - Écohabitation
- Patagonia founder Yvon Chouinard: ‘Denying climate change is evil’
- DustyCloud Brainstorms
- NPM is Not Particularly Magnanimous? Staff fired after trying to unionize
- awesome-cl | A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
- Remove the X from Internet Explorer and Chrome input type search | Maxime Rouiller
- Checking if an input is empty with CSS | Zell Liew
- 58 bytes of css to look great nearly everywhere
- An Agenda for Life With Org Mode
- Design Systems, and How Your Company Benefits From Them
- USWDS: The United States Web Design System
- An Introduction to CSS Shapes
- Patagonia founder Yvon Chouinard: ‘Denying climate change is evil’
- "CSS Shapes allow us to make interesting and unique layouts by defining geometric shapes, images, and gradients that text content can flow around. Learn how to use them in this tutorial."
- Small Tweaks That Can Make a Huge Impact on Your Website's Accessibility | CSS-Tricks
- Dynamic DNS Daemon for OpenBSD
- "dyndnsd is a dynamic DNS daemon for OpenBSD. It is minimal, lightweight, intuitive, and generic/extensible enough to support any dynamic-dns provider."
- Codemadness
- NextCloud on OpenBSD — h3artbl33d
- RSS Is Better Than Twitter
- Simple Lua OOP (without metatables)
- Which Programming Languages Use the Least Electricity? - The New Stack
- Mon dossier Service Canada - Canada.ca
- Table en bois d'acacia 180cm Gris HAMBURG | Structube
- ServiceWorker Cookbook
- NextCloud on OpenBSD — h3artbl33d
- "The Service Worker Cookbook is a collection of working, practical examples of using service workers in modern web sites."
- Easy Veggie Burger Recipe
- Trajet de la gare fluviale de Québec jusqu'à Kronos
- * Distance: 2.6km. Temps: 0:11. * Croissant: 29m. Décroissant: 27m.
- There's No Good Reason to Trust Blockchain Technology | WIRED
- The Secret History of Women in Coding - The New York Times
- How Dat Works
- websocketd
- Using Wi-Fi to “see” behind closed doors is easier than anyone thought - MIT Technology Review
- Anxiety and burnout: I work with kids. Here’s why they’re consumed with worry. - Vox
- Comment Google va-t-il se connecter au système chinois de censure généralisée de l’internet ? · Global Voices en Français
- Atreus Keyboard Kit
- Kickstarter’s staff is unionizing - The Verge
- Learn Racket by Example: GUI Programming
- Generative.fm
- Andrey's Opinionated Emacs Guide
- Why OpenBSD rocks 🐡
- Sondage - Déménagement famille Soucy / Perreault-Allen - Framadate
- 30 Raccourcis Indispensables pour les utilisateurs d'un Mac
- React Resources
- What Is Redux: A Designer’s Guide
- The Racket Graphical Interface Toolkit
- Lua interface to QT library
- Disorientation: A Science Poem by Katie Mack
- The Secret History of Women in Coding - The New York Times
- "That you are born from stardust and to stardust you will return."
- Jessie Frazelle's Blog: For the Love of Pipes
- Libre Lounge
- Bye, Bye, Google
- Les plus grands utilisateurs des banques alimentaires sont les enfants et les célibataires
- Welcome to Host Defense® Mushrooms – Host Defense Mushrooms
- MycoBoutique
- PC Engines - Computing on a Human Scale
- Libre Lounge
- "PC Engines offers small, low power servers for your network security, wireless networking, or embedded applications."
- Alex's Homepage
- Google is losing users’ trust.
- "A couple of weeks ago, I noticed something strange was happening to my Google Chrome web browser. Where Chrome had always allowed me to browse the internet as an anonymous user, suddenly my browser had signed itself into my Google account. A bit of investigation (and a visit to a nerd forum) pointed me to the cause: Chrome had logged itself in after I visited my Gmail account."
- Understand the Basics of HTTP
- Use :root for Flexible Type
- "Now that you've set the :root pseudo-class to calculate font-size based on viewport height and width, the body will utilize the root em that's based on the value calculated by :root. Notice when you resize the window that the root font size for all elements stays relative no matter viewport size?"
- Pain maison à la poêle — La Récolte
- Maxime Lafrenière — Multidisciplinary designer and developper based in the cold city of Quebec, Canada.
- Running ownCloud with httpd on OpenBSD
- Maxime Lafrenière — Multidisciplinary designer and developper based in the cold city of Quebec, Canada.
- "Installing ownCloud (or Nextcloud) on OpenBSD"
- Unix (ou bash) pour journalistes
- Get Together
- Alternative to Meetup.com.
- Trajet de la maison jusqu'à Kronos
- Distance: 6.4km. Temps: 0:51. Croissant: 53m. Décroissant: 132m.
- Trajet de la maison jusqu'à la gare fluviale de Lévis
- * Distance: 2.6km. Temps: 0:09. * Croissant: 10m. Décroissant: 102m.
- Pelle Wessman
- Un capitalisme de surveillance, par Shoshana Zuboff
- "Votre brosse à dents vous espionne Un capitalisme de surveillance L’industrie numérique prospère grâce à un principe presque enfantin : extraire les données personnelles et vendre aux annonceurs des prédictions sur le comportement des utilisateurs. Mais, pour que les profits croissent, le pronostic doit se changer en certitude. Pour cela, il ne suffit plus de prévoir : il s’agit désormais de modifier à grande échelle les conduites humaines."
- Le Bistro Évolution et Traiteur | Votre Restaurant
- Au Grain de Folie | Lévis | Bistro de quartier
- L’Express du Sud, le Restaurant de Lévis que l’on fait découvrir – L'Express du Sud
- PINE64 – 64-bit Single Board Computer
- Service régional d'admission au collégial de Québec
- media.ccc.de - How Facebook tracks you on Android
- lua-template/README.md at master · dannote/lua-template · GitHub
- jamie: the website
- Au secours, je dois apprendre React.js
- Practical rc.d scripting in BSD
- Uses This / Chris Wade
- Vélo, boulot, marmots
- Au Grain de Folie | Lévis | Bistro de quartier
- "Ils ont des enfants et pas de temps à perdre dans les transports. Leur solution ? Le vélo en famille, été comme hiver. Rencontre avec des parents qui n’ont pas froid aux yeux."
- Comcast rejected by small town—residents vote for municipal fiber instead
- Collectif des Hébergeurs Alternatifs, Transparents, Ouverts, Neutres et Solidaires
- Blushy-Crushy Fediverse Idol: A Chat with Lain about Pleroma
- Collectif des Hébergeurs Alternatifs, Transparents, Ouverts, Neutres et Solidaires
- "Lain is one of the more interesting figures developing software in the fediverse right now. As one of the lead developers of Pleroma, they focus on the development of a lightweight social server that works with Mastodon apps, and even supports its web interface."
- Installing Pleroma on OpenBSD
- Why You Should Buy Into the Emacs Platform
- Eyes Above The Waves: Choose Firefox Now, Or Later You Won't Get A Choice
- Why You Should Buy Into the Emacs Platform
- "So if you want an Internet --- which means, in many ways, a world --- that isn't controlled by Google, you must stop using Chrome now and encourage others to do the same. If you don't, and Google wins, then in years to come you'll wish you had a choice and have only yourself to blame for spurning it now."
- DEC Techniques de l'informatique - Développement d'applications (RAC) | Cégep Limoilou
- BBC Ideas: Short films and videos for curious minds
- "Tired of clickbait? Satisfy your curious mind with this selection of thought-provoking short films and videos from the BBC."
- JavaScript Promises in Depth
- Ragoût de boulettes et de pattes de cochon | Metro
- Sites vs. Apps defined: the Documents‐to‐Applications Continuum
- Goodbye, EdgeHTML - The Mozilla Blog
- How to Quit Google Completely
- Pluto TV
- Ragoût de boulettes et de pattes de cochon | Metro
- "It’s Free TV"
- Bye bye Twitter, hello Masto!
- Setting up your own Mastodon, with Digital Ocean and Docker
- Accessible SVG: Methods for Adding Alternative Content
- Setting up your own Mastodon, with Digital Ocean and Docker
- "Scalable Vector Graphics (SVG) are XML-based vector images. They’ve been around for a long time now but have seen a real resurgence in use over the past couple of years. There are plenty of reasons to use SVGs today including: Increased native browser support of SVGs means better consistency and higher fidelity of images. Advancement of CSS and JavaScript techniques available to style and animate images. The relative “lightness” of SVG code in a world where bandwidth and performance matter more than ever. Another big advantage of using SVGs over standard images is that they can easily be made accessible. Since markup can be added to the SVGs directly, they give individuals who use assistive technologies (ATs), such as screen readers, more information about the images within the image itself."
- Social media detox: Christina Farr quits Instagram, Facebook
- Beautiful Racket by Matthew Butterick
- "Beautiful Racket an introduction to language-oriented programming using Racket"
- How to implement a basic ActivityPub server
- Canadian Government Commits $50 Million to Creative Commons Licensed Open News Content - Michael Geist
- "Budget 2018 announced $50 million over five years to support local journalism in under-served communities, helping to ensure that Canadians continue to have access to informed and reliable civic journalism. Starting in 2019-20, independent, not-for-profit organizations will have additional government support to create open source news content under a creative commons licence. This will allow local news organizations to access the content produced for free, helping to bolster local news coverage as organizations struggle with reduced capacity. "
- Les jeunes du Québec poursuivent le gouvernement du Canada pour son inaction dans la lutte contre les changements climatiques
- Yvonne Bambrick
- "I’m now working as the Executive Director of the Forest Hill Village BIA (Business Improvement Area), as an events & portrait photographer, and an urban cycling consultant."
- Berkeley Software Distribution (BSD) - RUN BSD
- "This line of operating systems started out life as a series of patches to AT&T UNIX which was introduced to the University of Berkeley by Ken Thompson whilst on sabbatical in 1977. The development of BSD is closely tied with that of the internet. BSD's modern variants are some of the oldest communities who have collaborated over the internet to develop a software project which continues to today. The workflow of the projects has transpired to become the standard way of developing open source software on the internet, whether it's adhering to a style guide, developing with a publicly accessible source repository, or holding a hackathon. For a newcomer interested in an operating system to run on your hardware, it is a great opportunity to be a part of a tech savvy community working to evolve an idea started almost 40 years ago. As a business, each project produces a mature and robust operating system that has seen many applications from running on devices such as game consoles, mobile phones, cars, satellites and the international space station. Nearly all projects are backed by a non-profit foundation which can act as a liaison for businesses and assist with enquiries regarding development. You'll find the various BSD's listed on the side menu in chronological order, starting from the oldest to the newest. All but the original BSD project are actively developed."
- Briar: Secure messaging, anywhere
- * Peer-to-peer encrypted messaging and forums * Messages are stored securely on your device, not in the cloud * Connect directly with nearby contacts - no Internet access required * Free and open source software
- L'Américain tué par une tribu voulait «apporter Jésus à ces gens» | Asie & Océanie
- Synopsis * Un jesus freak américain va sur l'île interdite pour apporter Jésus à la tribu, mais découvre que cette île et cette tribu ne sont qu'une couverture et que cela cache une ambassade galactique. * Le jeune homme est déclaré mort. Mais sa famille (tous jésus freaks) est convaincue qu'il est encore vivant sur l'île. Pour le retrouver il engage un jésuite missionnaire élevé par des moines shaolin et qui est un ancien membre du Mossad israélien... Ce jésuite est en fait le descendant du fils de Alexandra David Neil et d'un Lama tibétain déchu. * Le jésuite va donc entreprendre une enquête, en infiltrant l'île interdite...
- Materia Bikes – wooden bicycle manufacturer
- Git - Pushing code to multiple remotes
- "In recent versions of Git you can add multiple pushurls for a given remote. Use the following to add two pushurls to your origin: * git remote set-url --add --push origin git://original/repo.git * git remote set-url --add --push origin git://another/repo.git"
- BED-LIT.COM : Page d’accueil : Lit superposé en pin massif : format simple, double et mezzanine : avec escalier ou échelle
- CSS ICON -- project by Wenting Zhang
- json feed of furbo.org
- CSS ICON -- project by Wenting Zhang
- Exemple de JSON Feed
- Why does typography matter? | Butterick’s Practical Typography
- Beautiful Racket: Why Racket? Why Lisp?
- Beluga whales adopt lost narwhal in St. Lawrence River | CBC News
- Start Performance Budgeting
- Greg Hendershott
- OpenBSD on a Laptop
- OpenBSD and you
- Newsboat, an RSS reader
- MammaCangura | SIÈGES VÉLO
- Pantalon Drencher de MEC - Hommes
- Équipement | Vêtements | Pantalon | S'équiper pour le vélo d'hiver | Espaces
- Kirby’s API | Kirby
- Beautiful Racket: Why Racket? Why Lisp?
- "Kirby has a mighty API, which you can use in your snippets, templates and plugins to access each and every bit and piece of data and aspect of your site and system. This section is about to give you a good overview of the most basic things you can do with the API. If you want to dive deeper you can find a full overview of all available API methods on the cheat sheet. All parts of the API are inspired by the simplicity of jQuery. If you've played with jQuery before you will probably feel at home at once — even if it is PHP."
- About static site generators
- "I’ve been looking for a decent static site generator to build a simple, 10-page-or-so documentation site, and I’m failing. Here are some notes on my journey, to serve as a warning sign to future travellers, and thoughts on what static site generators could do better."
- OpenBSD 6.3 install php7 on httpd
- 2018 Hot 50 Products
- Energy saving LED bulbs | Philips Lighting
- Choisir ses revêtements de sol
- Le chauffe-eau classique, à reservoir de stockage - Écohabitation
- ThermoDrain | Ecoinnovation
- 2018 Hot 50 Products
- Appareil qui permet de réchauffe l'eau froide qui rentre dans le chauffe-eau avec l'eau grise (usée) de la douche du chauffage, etc.
- Chauffe-eau ECOPEAK Super Cascade 60 gallons - Chauffe-eau - Canac
- You SHOULD Learn Vanilla JavaScript Before JS Frameworks - Snipcart
- What Is Pleroma?
- You SHOULD Learn Vanilla JavaScript Before JS Frameworks - Snipcart
- "Pleroma is built on a lot less technology than Mastodon. To run a Mastodon instance, you need Rails, PostgreSQL, Redis, Sidekiq, NodeJS and - if you want search - ElasticSearch. For Pleroma, you only need Elixir and PostgreSQL, while still getting all the features. This simplifies installation and makes maintenance somewhat easier."
- Learn React in 5 days
- Go In 5 Minutes - Short, helpful screencasts for professional Go developers
- "Go In 5 Minutes is a screencast series with the most concise, practical Go screencasts on the web."
- Haskell Programming - Home
- HexRGB.el with some extras - Emacs Fodder
- "If you use a lot of css, you probably know there a few useful preprocessor, like SASS and LESS both of which give us a collection of color manipulation functions. Building on the work done by the most excellent Drew Adams in his hexrgb.el (the original is at http://www.emacswiki.org/cgi-bin/wiki/hexrgb.el) I've added a few extensions, and tweaks to make it even more useful."
- The 'real you' is a myth – we constantly create false memories to achieve the identity we want
- "We all want other people to “get us” and appreciate us for who we really are. In striving to achieve such relationships, we typically assume that there is a “real me”. But how do we actually know who we are? It may seem simple – we are a product of our life experiences, which we can be easily accessed through our memories of the past. Indeed, substantial research has shown that memories shape a person’s identity. People with profound forms of amnesia typically also lose their identity – as beautifully described by the late writer and neurologist Oliver Sacks in his case study of 49-year-old Jimmy G, the “lost mariner”, who struggles to find meaning as he cannot remember anything that’s happened after his late adolescence."
- Le désenchantement du logiciel
- "Ceci n’est pas de l’ingénierie. C’est de la programmation de paresseux. L’ingénierie est synonyme de performance, de structure et implique de comprendre les limites profondes de ce qu’on construit. Combiner des programmes mal écrits, avec des programmes encore plus mal rédigés va directement à l’encontre de ça. Pour progresser, nous devons comprendre ce que nous faisons et pourquoi."
- bsdua.org - projects/hotplug-diskmount
- "Hotplug-diskmount is a plug-in to OpenBSD's hotplugd that automatically mounts removable disks to the filesystem. It works with any disk types (SD cards, USB mass storage devices, card readers and CD/DVD drives). This program is indended to be used in single user environment on desktop or laptop."
- JavaScript for impatient programmers
- "Goal of this book: make JavaScript less challenging to learn for newcomers, by offering a modern view that is as consistent as possible. Highlights: Get started quickly, by initially focusing on modern features. Test-driven exercises and quizzes for most chapters. Covers all essential features of JavaScript, up to and including ES2018. Advanced sections occasionally let you dig deeper (if you want to). No prior knowledge of JavaScript is required, but you should know how to program."
- Lua cheatsheet
- 15 Ways to Write Self-documenting JavaScript — SitePoint
- "Isn’t it fun to find a comment in code that’s completely out of place and useless? It’s an easy mistake to make: you change some code, and forget to remove or update the comment. A bad comment won’t break your code, but imagine what would happen when debugging. You read the comment. It says one thing, while the code does another. You’ll probably end up wasting time figuring it out, and in the worst case, it might even mislead you! But writing code with zero comments isn’t an option. In my more than 15 years of programming experience, I’ve never seen a codebase where comments were completely unnecessary. However, there are ways to reduce the need for comments. We can make use of certain coding techniques to clarify our code, simply by using the programming language’s features to our advantage. Not only does this help make our code easier to understand, it can also help improve the design of the program overall! This type of code is often called self documenting. Let me show you how you can take this approach to coding right now. While the examples I’ll present here are in JavaScript, you can apply most of the techniques in other languages as well."
- Backups
- SDF Public Access UNIX System - Free Shell Account and Shell Access
- Httpd and Relayd Mastery
- OpenBSD relayd | httpd - web engine
- SDF Public Access UNIX System - Free Shell Account and Shell Access
- "The secure and open source web engine."
- Figma: the collaborative interface design tool.
- "Design, prototype, and gather feedback all in one place with Figma. Available online; on Windows, Mac or Linux"
- How to... - Roman Zolotarev
- CrimethInc. : Books
- Docker on OpenBSD 6.1 (-current) – Dave Voutila – Medium
- dwm presentation et configuration
- dwmstat: Simple status bar for dwm
- CrimethInc. : Books
- "dwmstat is the successor of setdwmstatus in order to provide a really simple and more efficient way of having a status bar for dwm."
- Tu ne commettras pas de sophismes
- "Un sophisme, ou argument fallacieux, est une faute dans un raisonnement d’apparence logique. Souvent, les politiciens et les médias utilisent ces tactiques pernicieuses comme le ferait un magicien afin de tromper leur auditoire. Ne vous faites pas avoir ! Ce site a été conçu afin de vous aider à repérer ces fautes logiques, où qu’elles puissent se présenter."
- Radio en mp3 | Où nous écouter | ICI Radio-Canada Première
- "La radio en direct de ICI Radio-Canada est compatible avec tous les systèmes d’exploitation (Mac, Windows ou Linux)."
- #youbroketheinternet So We Got Tracked Anyway
- "Did you install EFF's brilliant Privacy Badger or any other smart HTTP Cookie management tool? Guess what, it's all been useless! Expect to be tracked anyway, in ways you never conceived of. Don't let this carry on. Speak up. Do something."
- Building Components
- "Components are the building blocks of modern web applications. What best practices should you follow when building your own components so they can stand the test of time?"
- Crier au fond d’un puits | Le Devoir
- "Oubliez la précaution, la vigilance et la prévention, ça vient trente ans trop tard. Seul le vocabulaire de la transition, de la résilience, de la décroissance est désormais pertinent. La question environnementale doit être la trame qui sous-tend l’ensemble des délibérations publiques, dans toutes les sphères d’intervention de l’État. Nous n’avons pas tellement le choix." "La désinvolture dont fait preuve François Legault — mais il n’est pas seul — sur l’ensemble de ces questions ne relève pas seulement de l’aveuglement. C’est de l’amateurisme politique : on admet, en somme, qu’on improvisera, le temps venu." "La question environnementale ne peut plus être traitée comme une variable parmi d’autres dans l’élaboration d’un projet social et politique, car il s’agit désormais de la variable dont toutes les autres sont fonction. Et cela a peu à voir avec des tiraillements idéologiques ou partisans. Il s’agit plutôt d’un clivage, nécessairement pragmatique car existentiel, entre la vie et la mort. Mais on a beau le répéter, on a l’impression de crier au fond d’un puits."
- More than half your body is not human
- How to Make Everything Ourselves: Open Modular Hardware - LOW-TECH MAGAZINE
- An intensive introduction to Cryptography
- How to Make Everything Ourselves: Open Modular Hardware - LOW-TECH MAGAZINE
- "These are lecture notes for lecture notes for an introductory but fast-paced undergraduate/beginning graduate course on cryptography. I am using these notes for Harvard CS 127."
- Easy encrypted backups on OpenBSD with base tools
- "“Encrypted backups” using only OpenBSD base tools. I am planning to write a bigger article later about backups but it’s a wide topic with a lot of software to cover and a lot of explanations about the differents uses cases, needs, issues an solutions. Here I will stick on explaining how to make reliable backups for an OpenBSD system (my laptop)."
- Préparez-vous pour le vélo d’hiver | Info-conseils MEC
- Rocky Mountain Vélo Fatbike Blizzard 20 2018 - Demers bicyclettes et skis de fond inc.
- Playing with the Indieweb
- Adele – Design Systems and Pattern Libraries Repository
- Getting productive with selection and navigation in Emacs – Icicles of thought
- entr(1)
- Rocky Mountain Vélo Fatbike Blizzard 20 2018 - Demers bicyclettes et skis de fond inc.
- "Run arbitrary commands when files change"
- Make a static site with lowdown(1) and rsync(1) - Roman Zolotarev
- Tank And The Bangas: Tiny Desk Concert : NPR
- Rare Essence: Tiny Desk Concert : NPR
- How itch.io uses Coroutines for non-blocking IO
- Devhints — TL;DR for developer documentation
- The Bullshit Web — Pixel Envy
- Tank And The Bangas: Tiny Desk Concert : NPR
- "when I use the word “bullshit” in this article, it isn’t in a profane sense. It is much closer to Harry Frankfurt’s definition in “On Bullshit”: It is just this lack of connection to a concern with truth — this indifference to how things really are — that I regard as of the essence of bullshit."
- switching.social – Ethical alternatives to popular sites and apps
- "ethical, easy-to-use and privacy-conscious alternatives"
- Bye, bye, CloudFlare
- Haunt
- "Haunt is a simple, functional, hackable static site generator that gives authors the ability to treat websites as Scheme programs."
- Archlinux empoisonné avec un logiciel malveillant
- Working With Emacs: First Week
- "Emacs is a powerhouse which I can use for many things, so the interface is the same. This helps with focus and flow in a way I didn’t think of before. It’s starting to be comforting to be in an environment I’m spending more and more time in."
- I Used The Web For A Day With Just A Keyboard
- Yellow Lab Tools
- "Online test to help speeding up heavy web pages"
- The complete guide to using LocalStorage in JavaScript apps
- Les flux RSS, maintenant ! – Framablog
- Things You Should Never Do, Part I – Joel on Software
- Les flux RSS, maintenant ! – Framablog
- "It’s important to remember that when you start from scratch there is absolutely no reason to believe that you are going to do a better job than you did the first time. First of all, you probably don’t even have the same programming team that worked on version one, so you don’t actually have “more experience”. You’re just going to make most of the old mistakes again, and introduce some new problems that weren’t in the original version. The old mantra build one to throw away is dangerous when applied to large scale commercial applications. If you are writing code experimentally, you may want to rip up the function you wrote last week when you think of a better algorithm. That’s fine. You may want to refactor a class to make it easier to use. That’s fine, too. But throwing away the whole program is a dangerous folly, and if Netscape actually had some adult supervision with software industry experience, they might not have shot themselves in the foot so badly."
- Why I switched to OpenBSD
- Bullshidex
- "Déconstruire la novlangue managériale appliquée aux champs de l’enseignement et de la recherche."
- La Renaissance Des RSS
- "Ça y est \o/ En ce moment on assiste à la renaissance des RSS et c’est pas moi qui le dit ! On le lit un peu partout en ce moment. On vit une époque formidable ! Mais attends une seconde : pour que ça renaisse, il faut que ça meurt !"
- Nuclear bomb explosion videos have been declassified, put on YouTube - Business Insider
- Contents • Build Your Own Lisp
- Emacs from scratch
- Contents • Build Your Own Lisp
- " Spacemacs is the first Emacs version I used, so I'm kind of attached to the evil-mode and SPC mnemonic key binding. But I always have a feeling that something is not right, Spacemacs hides a lot of things under the hood, and it loads a lot of stuff that I do not need during the startup. This would be a huge waste, and I need to have a fresh setup that I can control every single thing in my editor. So I created my own Emacs configuration, it's surprisingly easier than as I thought."
- L'ami Linux
- That One Privacy Site | Welcome
- Les cafés-vélos: un concept qui roule | Le Devoir
- A Complete Guide to Flexbox | CSS-Tricks
- A Comprehensive Guide to Flexbox Alignment
- La Reine bicyclette - une histoire des Français à vélo - Talweg Production
- Select and Convert Your Bus into a Motorhome on a Shoestring: Ben Rosander
- That One Privacy Site | Welcome
- «Select and Convert Your Bus Into a Motorhome on a Shoestring by Ben Rosander is an easy to read primer for anyone contemplating this rewarding project. Select and Convert... includes over 175 photos, drawings and basic plans and will help the reader see what has been and can be done in a bus conversion. While the primarily focus is on economical school bus conversions, this book also includes information applicable to larger highway coaches. The book includes photos and conversion stories of 14 individual conversions. It is loaded with practical tips and both the positive and negative aspects on conversions, and is a must read for both the novice and experienced converter.»
- Un moine japonais marche plus de 400 kilomètres pour se rendre au G7 | Sommet du G7 | ICI.Radio-Canada.ca
- Ça fait évidemment penser à Satish Kumar; voir https://fr.wikipedia.org/wiki/Satish_Kumar#Marche_pour_la_paix
- 3 choses à savoir sur l'eau embouteillée | Scientifique en chef
- «L’eau embouteillée : un problème écologique, mais aussi un problème pour notre portefeuille ? À l’heure où on prend conscience des quantités astronomiques de plastique que produisent nos sociétés, et où même la ville de Montréal discute de l’élimination de ces bouteilles, le Détecteur de rumeurs s’est dit que le moment était venu d’une explication en images.»
- Exploring Haxe Tutorials, Technology, and Timelines | Toptal
- «The modern programming language Haxe is well-known in some circles, yet many reading this will never have heard of it. Don’t let its niche status fool you, though. Since it first appeared in 2005, it’s been battle-tested by its loyal—if rather quiet—following. It boasts a pragmatic and mature combination of features for development in business, gaming, and even academic contexts.»
- vyve.ch – Randonnées à vélo, rétro et gastro
- Sketch2React
- « Design with code inside of Sketch Sketch2React is a .sketchplugin, a framework and a React web app that converts Sketch design files into prototype React code. That spits out real HTML. Very super!»
- Choose an open source license | Choose a License
- Mes applications indispensables sur F-droid
- cryptoanarchy.wiki
- Mes applications indispensables sur F-droid
- «Encryption, digital money, anonymous networks, digital pseudonyms, zero knowledge, reputations, information markets, black markets, collapse of governments.»
- Teach Yourself Scheme in Fixnum Days
- Text editing techniques every Front-End developer should know
- Weehoo Kid Bike Trailers
- Siège de vélo pour bébé : sécurité assurée | Thule | Canada
- Fatbike : 14 vélos pour rouler cet hiver | Espaces
- Destination plein air - Québec | Vallée Bras-du-Nord
- Radio Bidon
- Procycle
- Anyway, this is why I prefer Vue over React – ITNEXT
- Atlassian Design
- Wiseflat
- Text editing techniques every Front-End developer should know
- «Wiseflat is a combination of software programs to help you host your home automated systems and to protect you and your family from the internet».
- How a “location API” allows cops to figure out where we all are in real time | Ars Technica
- Une grande partie de vous a plus de 650 millions d’années | Agence Science-Presse
- We are Nature by Satish Kumar
- Responsive tables, revisited | Lea Verou
- La gratuité pour tout ce qui relève de l’indispensable | Blog de Paul Jorion
- Horizons de politiques Canada
- Une grande partie de vous a plus de 650 millions d’années | Agence Science-Presse
- «Nous sommes une organisation de connaissance et de prospective au sein de la fonction publique fédérale. En utilisant la veille et la prospective nous prévoyons faire face à de nouveaux défis et à de nouvelles occasions en matière de politiques dans un monde complexe qui change rapidement. Notre travail appuie l’élaboration de politiques à moyen terme du gouvernement du Canada.»
- Blogging with public drafts
- The abolitionist Benjamin Lay was a hero ahead of his time | Aeon Essays
- Personnage qui ressemble drôlement à Gandhi: Engagement, intensité, etc.
- Clinique de kinésiologie de l'Université Laval - Nous joindre
- * cliniquedekinesiologie@ulaval.ca * 418 656-2473
- Quebec Back Road Atlas
- My struggle to learn React | Brad Frost
- 10 guidelines to improve your web accessibility | Aerolab
- CSS Grid Layout Interface Builder
- These Are The Shower Habits That You Need To Ditch – HealthyWay
- What lies behind the simplistic image of the happy Buddhist? | Aeon Essays
- Quit Social Media. Your Career May Depend on It
- A Content-First Alternative to Wireframes · An A List Apart Article
- Design Q & A text | Eames Office
- My struggle to learn React | Brad Frost
- Q: “What are the boundaries of Design?” A: “What are the boundaries of problems?”
- Design tokens for dummies – UX Collective
- HTML Color codes names to RGB, Hex, Pantone, RAL, HSL, HSV, HSB, JSON.
- Taxonomy-Driven UX
- PicoLisp
- fixing indentation of lua (busted) in emacs. A nasty hack
- Now Is The Perfect Time For An RSS Renaissance
- Messagerie sécurisée: ProtonMail est une messagerie chiffrée gratuite.
- La discothèque idéale : 101 disques qui ont changé le monde
- HTML Color codes names to RGB, Hex, Pantone, RAL, HSL, HSV, HSB, JSON.
- The Sun Sessions, Elvis Presley Having a rave up, Yardbirds Pet Sounds, Beach Boys Blonde on Blonde, Bob Dylan The Doors, The Doors The Velvet Underground & Nico, The Velvet Underground Sgt Pepper's Lonely Hearts Club Band, The Beatles The Piper at the Gates of Dawn, Pink Floyd Forever Changes, Love After Bathing at Baxter's, Jefferson Airplane Music from Big Pink, The Band Cheap Thrills, Big Brother and the Holding Company Electric Ladyland, The Jimi Hendrix Experience The Beatles (Album), The Beatles Beck-Ola, Jeff Beck At San Quentin, Johnny Cash Blind Faith, Blind Faith In the Court of the Crimson King, King Crimson Led Zeppelin II, Led Zeppelin Hot Rats, Frank Zappa Trout Mask Replica, Captain Beefheart & His Magic Band Back in the USA, MC5 In Rock, Deep Purple Parachute, Pretty Things Yeti, Amon Düül II Déjà vu, Crosby, Stills, Nash and Young Fun House, The Stooges Sex Machine, James Brown All Things Must Pass, George Harrison Layla And Other Assorted Love Songs, Derek and the Dominos Histoire de Melody Nelson, Serge Gainsbourg Tago Mago, Can L.A. Woman, The Doors Sticky Fingers, The Rolling Stones Teenage Head, The Flamin' Groovies What's Going On, Marvin Gaye At Fillmore East, The Allman Brothers Band Who's next, The Who Imagine, John Lennon Led Zeppelin IV, Led Zeppelin Killer, Alice Cooper There's a Riot Goin' On, Sly and The Family Stone Exile on main street, Rolling Stones Roxy Music, Roxy Music Doremi Fasol Latido, Hawkwind Caravanserai, Santana The Dark Side of the Moon, Pink Floyd A Wizard, a True Star, Todd Rundgren Raw Power, Iggy & The Stooges Berlin, Lou Reed New York Dolls, New York Dolls Pin Ups, David Bowie Sabbath Bloody Sabbath, Black Sabbath Copperhead, CopperHead Rock 'n' Roll Animal, Lou Reed Rock Bottom, Robert Wyatt Radio City, Big Star (pronounced 'lĕh-'nérd 'skin-'nérd), Lynyrd Skynyrd Born to Run, Bruce Springsteen Tonight's the night, Neil Young Horses, Patti Smith Rocks, Aerosmith Marquee Moon, Television The Clash, The Clash Exodus, Bob Marley In the City, The Jam Aja, Steely Dan L.A.M.F., The Heartbreakers Never Mind The Bollocks, Sex Pistols Pink Flag, Wire Suicide, Suicide This Year's Model, Elvis Costello The Man-Machine, Kraftwerk One nation under a groove, Funkadelic Public Image, Public Image Overkill, Motörhead Off the Wall, Michael Jackson Entertainment!, Gang of Four End of the Century, Ramones Songs the Lord Taught Us, The Cramps Diana, Diana Ross Closer, Joy Division Back in Black, AC/DC More Specials, The Specials Pornography, The Cure Sign “☮” the Times, Prince Appetite for Destruction, Guns N' Roses Doolittle, Pixies Goo, Sonic Youth Nevermind, Nirvana Rage Against the Machine, Rage Against the Machine The Southern Harmony and Musical Companion, The Black Crowes Grace, Jeff Buckley One Hot Minute, Red Hot Chili Peppers (What's the Story) Morning Glory?, Oasis Alice in Chains, Alice in Chains OK Computer, Radiohead Moon Safari, Air Is This It, The Strokes Songs for the Deaf, Queens of the Stone Age Elephant, The White Stripes Up the Bracket, The Libertines The Freewheelin' Bob Dylan, Bob Dylan A Christmas Gift for You, Phil Spector presents Live at the Star-Club, Jerry Lee Lewis Here are The Sonics !!!, The Sonics Greatest Hits, The Shangri-Las Blues Breakers with Eric Clapton, John Mayall with Eric Clapton The Psychedelic Sounds of the 13th Floor Elevators, The 13th Floor Elevators Golden Hits, Chuck Berry Are You Experienced, The Jimi Hendrix Experience Disraeli Gears, Cream Mr Fantasy, Traffic Vincebus Eruptum, Blue Cheer Lady Soul, Aretha Franklin Gris-Gris, Dr. John Steppenwolf, Steppenwolf Boogie with Canned Heat, Canned Heat Odessey and Oracle, The Zombies Super Session, Mike Bloomfield, Al Kooper, Steve Stills The Kinks Are the Village Green Preservation Society, The Kinks Led Zeppelin, Led Zeppelin Kick Out the Jams, MC5 Dr. Byrds and Mr. Hyde, The Byrds Happy Trails, Quicksilver Messenger Service Volume Two, The Soft Machine The Marble Index, Nico Tommy, The Who From Elvis in Memphis, Elvis Presley Five Leaves Left, Nick Drake Abbey Road, The Beatles Then Play On, Fleetwood Mac Outrageous, Kim Fowley Live/Dead, Grateful Dead Let It Bleed, The Rolling Stones The Madcap Laughs, Syd Barrett Come Together, Ike & Tina Turner Woodstock, Divers artistes Bitches Brew, Miles Davis Humble Pie, Humble Pie Cosmo's Factory, Creedence Clearwater Revival Pearl, Janis Joplin Aqualung, Jethro Tull Never Never Land, Pink Fairies Every Picture Tells a Story, Rod Stewart Electric Warrior, T. Rex Blue Öyster Cult, Blue Öyster Cult Naturally, JJ Cale Ziggy Stardust, David Bowie All the Young Dudes, Mott the Hoople Transformer, Lou Reed Tattoo, Rory Gallagher Grievous Angel, Gram Parsons No Other, Gene Clark Country Life, Roxy Music The Lamb Lies Down on Broadway, Genesis Down by the Jetty, Dr. Feelgood Alive!, Kiss Wish You Were Here, Pink Floyd A Night at the Opera, Queen Songs in the Key of Life, Stevie Wonder Hotel California, Eagles Hard Again, Muddy Waters Damned Damned Damned, The Damned (I'm) Stranded, The Saints Rattus Norvegicus, The Stranglers Pacific Ocean Blue, Dennis Wilson New Boots and Panties!!, Ian Dury Lust for Life, Iggy Pop Blank Generation, Richard Hell & The Voidoids Live and Dangerous, Thin Lizzy Q: Are We Not Men? A: We Are Devo!, Devo Parallel Lines, Blondie The Scream, Siouxsie & The Banshees Highway to Hell, AC/DC Fear of Music, Talking Heads Degüello, ZZ Top Cut, The Slits Broken English, Marianne Faithfull London Calling, The Clash Off the Coast of Me, Kid Creole and the Coconuts 1965-1980, Basement 5 Fresh Fruit for Rotting Vegetables, The Dead Kennedys Stray Cats, Stray Cats Fire of Love, The Gun Club Live! Beg, Borrow & Steal, The Plimsouls Junk Yard, The Birthday Party Thriller, Michael Jackson Rum, Sodomy and the Lash, The Pogues Live After Death, Iron Maiden Licensed to Ill, Beastie Boys The Joshua Tree, U2 Electric, The Cult The $5.98 E.P.: Garage Days Re-Revisited, Metallica The Stones Roses, The Stone Roses Dr. Feelgood, Mötley Crüe Out of Time, R.E.M. Ten, Pearl Jam Screamadelica, Primal Scream The Full Custom Gospel Sounds Of..., The Reverend Horton Heat Siamese Dream, Smashing Pumpkins Live Through This, Hole Odelay, Beck Tepid Peppermint Wonderland, Vol 1 & 2, The Brian Jonestown Massacre Chaos and Creation in the Backyard, Paul McCartney Whatever People Say I Am, That's What I'm Not, Arctic Monkeys Back to Black, Amy Winehouse In Rainbows, Radiohead
- Many Bitcoin Miners Are at Risk of Turning Unprofitable
- A shell command to create JSON: jo
- Turn On, Tune In, Drop Out Of Social Media
- A shell command to create JSON: jo
- «It’s not just the GOP. Political influence operations are a bipartisan affair. According to a number cruncher who worked for the Democrats, the 2012 Obama campaign aggregated almost five times as much Facebook data as Cambridge Analytica. It’s just that in Obama’s case Facebook execs decided to turn a blind eye. As the source explained, “they allowed us to do things they wouldn’t have allowed someone else to do because they were on our side.»
- Lua Unofficial FAQ
- A Gentle Introduction to Rust
- Les aliens sont-ils de petites IAs vivant dans le noir?
- Traversing the DOM with JavaScript | Zell Liew
- A Gentle Introduction to Rust
- «A good JavaScript developer needs to know how to traverse the DOM—it’s the act of selecting an element from another element.»
- busted : Elegant Lua unit testing
- Lua-l - How to detect symlinks?
- Hugo ou Jekyll ? Six critères de comparaison · Jamstatic
- 10 balados en français à découvrir | Techno | L’actualité
- RSS is undead | TechCrunch
- Installer une instance de Mastodon sous Debian 8 | Angristan
- Pleroma
- Lua-l - How to detect symlinks?
- «Pleroma is a federated social networking platform, compatible with GNU social and other OStatus implementations. It is free software licensed under the AGPLv3. It actually consists of two components: a backend, named simply Pleroma, and a user-facing frontend, named Pleroma-FE.»
- Personnaliser l'écran de connexion d'OpenBSD : xenodm - De l’épice pour la pensée
- WebFinger
- brndnmtthws/conky Wiki · GitHub
- Creating URL slugs properly in Javascript (including transliteration for UTF-8) | Our Code World
- WebFinger
- Convertir ces snippets en Lua.
- Building Our New Website: POSSE and Sharing on Facebook, Twitter, LinkedIn, Google+ and More | Internet Society
- «As we built our new website, one of my own guiding principles was “POSSE“, a content publishing model from the “IndieWeb” movement. The idea is: Publish on your Own Site, Syndicate Elsewhere Essentially, make sure you own your own content – and then share it out onto other sites and services. (See the IndieWeb page about POSSE for more discussion.) Make your own website the “hub” for all your content, and then have spokes going out to all the other places where people might discover and learn about your content. To me, this model is the best way to support the principles of the open Internet, while engaging people in the places where they already are.»
- rsync as a backup utility
- «The rsync protocol can easily be used for backups, only transferring files that have changed since the last backup. This section describes a very simple scheduled backup script using rsync, typically used for copying to removable media.»
- doas mastery
- Extending pandoc with Lua
- goo.gl - IndieWeb
- Mastodon instances
- Extending pandoc with Lua
- Permet d'inscrire une instance Mastodon pour qu'elle soit publicisée sur le site officiel; et que pour les futurs utilisateurs l'instance.
- Masto.Host - Hosting for Mastodon Instances
- Hébergement Mastodon
- Lapis - A web framework for Lua or MoonScript powered by OpenResty
- «Lapis is a framework for building web applications using MoonScript or Lua that runs inside of a customized version of Nginx called OpenResty.»
- Les nouveaux outils de Slack : un espion au service des patrons ? - Tech - Numerama
- «Slack vient de changer ses règles de fonctionnement, et offre désormais la possibilité aux administrateurs de télécharger des données de l'espace de travail. Sont inclus les chaînes publiques, privées et les messages directs.»
- La société des webmestres disparus
- Version local du Homebrew website club.
- Diffing and merging in Emacs | skybert.net
- Using LuaRocks to install packages in the current directory
- React Tutorial: A Comprehensive Guide to learning React.js in 2018
- OpenBSD Jumpstart
- Slack's bait and switch
- Using LuaRocks to install packages in the current directory
- «Slack has finally decided to close down their IRC and XMPP gateways. True to form, you can only read their announcement if you already have a Slack account and are logged in to a workspace.»
- Understanding the pure function | Assortment - For the practical developer
- «What defines a pure function? More importantly, when should you use them in a project?»
- Command-line solutions to laptop functions · Tech: Notes and Ponderings on the Open Source Life
- «Trying to make the jump to exwm, which is a similar experience (though considerably less documented) than switching to i3wm, there are a number of core laptop functionalities that the heavier-weight window managers take care of for you. I’m using this on a laptop that is often used that way – travelling, connecting to multiple different wifi networks daily, connecting to docking stations and extra monitors and devices, toggling touchpad, etc. In my quest to get this figured out, here are some of the major things I’ve dealt with.»
- Emacs Config – Jamie Collinson
- Very nice Emacs configuration!
- Linked Open Vocabularies
- Lister les sous-domaines existants d'un site Web - Informatique générale - ShevArezo`Blog
- /chapter: Introduction / COMMAND LINE
- Hiding Content for Accessibility - Snook.ca
- Lister les sous-domaines existants d'un site Web - Informatique générale - ShevArezo`Blog
- Il est bon de garder une trace de ces techniques qui sont toujours pertinentes.
- My Workflow with Org-Agenda
- Reasons to Switch to Emacs | Irreal
- «The other day I came across this video by Luke Smith challenging the rest of the world to convince him to switch from Vim to Emacs. He was very specific: he wanted videos showing Emacs in action that offer cogent arguments for abandoning Vim and moving to Emacs. He’s not interested in written arguments; he wants a video to convince him.»
- Using Emacs Series | C'est la Z
- Chimère HTTPS - Carnets Web de La Grange
- Dépenser son temps - Carnets Web de La Grange
- TrườngTX Blog
- A Guide to the Legendary Reggae Catalog of Studio One | Bandcamp Daily
- DOM Enlightenment - Exploring the relationship between JavaScript and the modern HTML DOM
- Why Emacs is better editor - a case study for javascript developer | Chen's blog
- Why I still use Emacs
- Why OpenStreetMap is in Serious Trouble — Emacsen's Blog
- Your ISP is Probably Spying On You
- Learning Lua - Pseudo-OOP Syntax and Scope
- Sheepolution
- Emacs - ArchWiki
- Pourquoi les réseaux sociaux décentralisés ne marchent-ils pas ? | InternetActu.net
- Simple sharing on the web with navigator.share - Tales of a Developer Advocate by Paul Kinlan
- Everything Easy is Hard Again – Frank Chimero
- Chimère HTTPS - Carnets Web de La Grange
- "If you can write markup, you don’t need Medium or Twitter or Instagram (though they’re nice to have). And the best way to help someone write markup is to make sure they can read markup."
- How did Google Talk change from a dream to a nightmare? – The Pensieve
- Fears of the IndieWeb
- Breaking down silos by sharing more on the web - Tales of a Developer Advocate by Paul Kinlan
- The IndieWeb outside of Facebook is full of opportunities - The Garage
- Return of the Decentralized Web | Lifestream Blog
- Fears of the IndieWeb
- «Recently I’ve seen signs that are promising in the pursuit of returning focus to a decentralized web / internet. There are still many hurdles to get us there, but we have a good foundation to overcome the technical obstacles. There has been a surge of many prominent people working towards this goal. However I feel that making a compelling argument for the average person to care and adopt the concept is lacking. The prospect of moving their online activity and personal data investment will be the greater challenge. So with that preamble I’ll list a few of the reasons why I have a positive outlook and feel progress is on the right track.»
- mod rewrite - Apache RewriteRule with RewriteMap - Stack Overflow
- mod_lua - Apache HTTP Server Version 2.4
- «This module allows the server to be extended with scripts written in the Lua programming language. The extension points (hooks) available with mod_lua include many of the hooks available to natively compiled Apache HTTP Server modules, such as mapping requests to files, generating dynamic responses, access control, authentication, and authorization.»
- On the Phenomenon of Bullshit Jobs - STRIKE! Magazine
- «In the year 1930, John Maynard Keynes predicted that, by century's end, technology would have advanced sufficiently that countries like Great Britain or the United States would have achieved a 15-hour work week. There's every reason to believe he was right. In technological terms, we are quite capable of this. And yet it didn't happen. Instead, technology has been marshaled, if anything, to figure out ways to make us all work more. In order to achieve this, jobs have had to be created that are, effectively, pointless. Huge swathes of people, in Europe and North America in particular, spend their entire working lives performing tasks they secretly believe do not really need to be performed. The moral and spiritual damage that comes from this situation is profound. It is a scar across our collective soul. Yet virtually no one talks about it.»
- Post-work: the radical idea of a world without jobs | News | The Guardian
- «Work has ruled our lives for centuries, and it does so today more than ever. But a new generation of thinkers insists there is an alternative»
- LuaInspect
- «LuaInspect - LuaInspect is a tool that does Lua code analysis. It includes an extensive plugin for the SciTE [1] text editor, there is also a plugin for the VIM editor [2], and it includes an export to DHTML as well.»
- Tutoriel Lua
- Get C.H.I.P. and C.H.I.P. Pro - The Smarter Way to Build Smart Things
- Textadept
- pegasus.lua
- Get C.H.I.P. and C.H.I.P. Pro - The Smarter Way to Build Smart Things
- «A HTTP Server to work with web applications written in Lua»
- Why Always Electron? - Archive - Pointless Ramblings
- Free Online Introduction to LaTeX - Part 1: The Basics - Overleaf
- svgshare.com - share SVG vector files
- Free Online Introduction to LaTeX - Part 1: The Basics - Overleaf
- «Upload, embed and share SVG vector files»
- Picons Frequently Asked Questions
- «picons" is short for "personal icons". They're small, constrained images used to represent users and domains on the net, organized into databases so that the appropriate image for a given e-mail address can be found. Besides users and domains, there are picons databases for Usenet newsgroups and weather forecasts. The picons are in either or both monochrome XBM and color XPM formats, plus a GIF format.»
- How I write Lua modules
- Minimal Blockchain Learning CLI
- «A command line utility for learning Blockchain technical concepts likechaining, mining, proof of work etc.»
- Activity Streams/Examples - W3C Wiki
- Inside Cuba's DIY Internet Revolution | WIRED
- «You’ll be sitting in the magnificently beautiful ruin of Havana, surrounded by decaying stonework and pastel-colored Detroit rolling iron, and you’ll be ignoring it all to swipe down on your Facebook feed like a cocaine addict licking his snort mirror—which you are, of course: a depraved cokehead trying to get a hit. And you’ll scroll over the same content you swiped over 15 minutes ago, pretending that it might have refreshed and that it might provide the dopamine rush your brain is demanding. Yet it does not refresh. It will not refresh.»
- Solid
- «Solid is an exciting new project led by Prof. Tim Berners-Lee, inventor of the World Wide Web, taking place at MIT. The project aims to radically change the way Web applications work today, resulting in true data ownership as well as improved privacy. »
- #24351 (Block Global Active Adversary Cloudflare) – Tor Bug Tracker & Wiki
- Bash String Manipulation Examples – Length, Substring, Find and Replace
- Reasons for Kids to Hack Their PSPs
- The web's greatest minds explain how we can fix the internet | WIRED UK
- Bash String Manipulation Examples – Length, Substring, Find and Replace
- «When Sir Tim Berners-Lee invented the world wide web in 1989, he designed it to be open. Anyone could use it to make a website, link to others and connect with people around the world. It promised a decentralised utopia of information sharing. But the web today is a very different place than it was 28 years ago. Internet giants such as Facebook and Google now dominate the landscape, bolstered by the huge amounts of data they collect in return for providing free services. (As the saying goes: if the service is free, you are the product.) These platforms control much of what we see and do on the web, having transformed the way online industries from journalism and advertising to political campaigning works. And they contribute to the worrying trend of "fake news", helping to spread misinformation with algorithms that prioritise showing users information which is likely to foster an emotional response over any concern for accuracy.»
- Video Tutorials on Web Development Negotiation Bargaining
- Static Site URL Shortener | Joey Hoer's Blog
- Implementing a simple URL shortener with Apache’s mod_rewrite
- Static Site URL Shortener | Joey Hoer's Blog
- «While there are lots of problems with URL shorteners, they do appear to be here to stay. The popularity of long meaningful URLs (which are thought to prompt search engines to rank the pages higher) combined with the popularity of messaging services like Twitter (which restrict the number of characters) means there’s a need for these short URLs.»
- Syntax Podcast
- Start Your Own ISP
- Home | Laws of UX
- Searx: self-hosted web metasearch engine – Tuxdiary
- Start Your Own ISP
- «Google search doesn’t respect your privacy. Many people prefer DuckDuckGo or Startpage as alternatives. But the source code of these engines are not open. How about a web search engine that you can audit and host yourself? We are talking of Searx, a open source, hackable metasearch engine.»
- Yet another Lua indenter · GitHub
- 📦 Parcel
- «Blazing fast, zero configuration web application bundler»
- Gitea
- «A painless self-hosted Git service. Gitea is a community managed fork of Gogs, lightweight code hosting solution written in Go and published under the MIT license.»
- ActivityPub Rocks!
- «Enter ActivityPub! ActivityPub is a decentralized social networking protocol based on the ActivityStreams 2.0 data format and is being developed as part of the W3C Social Web Working Group. It provides a client to server API for creating, updating and deleting content, as well as a federated server to server API for delivering notifications and subscribing to content.»
- A node.js tool to automate end-to-end web testing | TestCafe
- « A node.js tool to automate end-to-end web testing Write tests in JS or TypeScript, run them and view results»
- Bridgy Fed
- «Got an IndieWeb site? Want to interact with Mastodon, Hubzilla, and the rest of the fediverse? Bridgy Fed is for you.»
- Future of CSS layout: CSS Grid
- Grid by Example
- «This site is a collection of examples, video and other information to help you learn CSS Grid Layout. Developed and maintained by Rachel Andrew.»
- What Is Service Mesh? How and Why We Adopted Service Mesh at Mailgun
- Comment investir avec un très petit budget
- Investir en mode automatique | Wealthsimple
- Learn CSS Grid | Jen Simmons
- From Bootstrap to CSS Grid – Times Open
- Raspberry Pi Home Server v2: Introduction | MelGrubb.ToBlog()
- Raspberry Pi Case - White/Red
- Raspberry Pi in Canada – Raspberry Pi and accessories in Canada
- Custom Email on your own domain | One.com
- Dat Project
- Comment investir avec un très petit budget
- «Dat is a nonprofit-backed data sharing protocol for applications of the future.»
- C language completes comeback in programming popularity | InfoWorld
- 30 nouveaux films de l'ONF à voir gratuitement! - ONF/blogue
- Toutes les émissions – La vie des idées
- How to Contribute to Open Source | Open Source Guides
- Paul Provencher : ingénieur forestier, explorateur, auteur et photographe | Instantanés | BAnQ
- Commentary: The North Korean nuclear ‘crisis’ is an illusion
- Go or Not to Go (from a JavaScript Perspective)? – codeburst
- Tear down the new institutions – Ethical Tech
- Deftly.net - Why I Run OpenBSD
- Deftly.net - Using cabal on OpenBSD
- Trois trucs pour naviguer de manière critique | Prise de tête | Voir.ca
- The Markdown Resume
- Beaker | Peer-to-peer Web browser. No blockchain required.
- 30 nouveaux films de l'ONF à voir gratuitement! - ONF/blogue
- «Beaker is a peer-to-peer browser with tools to create and host websites. Don't just browse the Web, build it.»
- The Cost Of JavaScript – Dev Channel – Medium
- HEMNES Commode à 3 tiroirs - jaune - IKEA
- Formation Comprendre Webpack | Grafikart.fr
- HEMNES Commode à 3 tiroirs - jaune - IKEA
- «Webpack est un outil qui est aujourd'hui incontournable dès lors que l'on travaille sur des projets JavaScript complexes. Il va nous permettre de morceler notre code sous forme de module qui seront ensuite fusionnés en un seul fichier par Webpack. Il dispose, en plus, d'un système de "loaders" qui vont permettre d'inclure de nouveaux types de fichiers ou d'appliquer des transformations spécifique (comme une transformation ES2015->ES5). Webpack est aussi complexe que complet et il n'est pas rare d'utiliser un template pour démarrer un nouveau projet. Cependant, il est important de comprendre son fonctionnement afin de pouvoir adapter la configuration à ses besoins. Aussi, je vous propose dans cette formation de découvrir ensemble comment installer et configurer Webpack»
- A Complete Guide to Email in Emacs using Mu and Mu4e
- luapower - The LuaJIT distribution for Windows, Linux and OS X
- Webmention-developer - IndieWeb
- Fuck le monde: Fuck le troisième lien
- The best front-end hacking cheatsheets — all in one place.
- luapower - The LuaJIT distribution for Windows, Linux and OS X
- «It’s rather impossible to remember all the APIs by heart. This is when cheatsheets jump in! Here are the best front-end cheatsheets I’ve gathered.»
- Learn Lua in Y Minutes
- Bringing a bit of functional programming to your codebase
- ES2015+ cheatsheet
- OpenBSD As A Linux Desktop Replacement « IgnorantGuru's Blog
- lua-users wiki: Ordered Associative Table
- Modern JavaScript Explained For Dinosaurs – Peter Jang – Medium
- The Web Fundamentals Gap
- Alphanum sorting for humans in Lua - ZeroBrane
- Lua Metatables Tutorial
- Home - Minetest
- awesome-lua/readme.md at master · LewisJEllis/awesome-lua · GitHub
- Bringing a bit of functional programming to your codebase
- "A curated list of quality Lua packages and resources."
- Lumail - Console Mail Client with Lua scripting
- go microformats parser
- RDFa 1.1 Validator
- RDFa 1.1 Distiller and Parser
- Home | Gregg Kellogg
- Going Indie. Step 2: Reclaiming Content · Matthias Ott – User Experience Designer
- go microformats parser
- «We have lost control over our content. To change this, we need to reconsider the way we create and consume content online. We need to create a new set of tools that enable an independent, open web for everyone.»
- Trigger Happy - The steamer bridge between your internet services
- Structured Data Testing Tool
- The Meaning of Decentralization – Vitalik Buterin – Medium
- Sarven Capadisli
- CSS Grid PlayGround | Named Lines | Mozilla
- start [ PIRATEBOX ]
- Intriguing CSS Level 4 Selectors
- Pain de base à la mijoteuse - Recettes - Cuisine et nutrition - Pratico Pratique
- Canada's top general condemns actions of servicemen who disrupted Indigenous ceremony in Halifax - The Globe and Mail
- Psychedelics work by violating our models of self and the world | Aeon Essays
- communecoop - anarcat
- Structured Data Testing Tool
- «Nous cherchons à créer une société sans classes. Une société non-hiérarchique et sans oppression où le pouvoir est partagé également par tous et toutes. Une société où tous et toutes sont libres de s'exprimer librement et ont un véritable accès à la nourriture et l'abri qu'ils ont besoin. Inspiré (potentiellement) du , le projet viserait initialement à acquérir collectivement un bâtiment et l'habiter. Cette page se veut un endroit pour coordonner cet effort et documenter les principes de base.»
- Éditions Le Pas de côté » John Ruskin
- Le Devoir | Nouvelles, actualités, politique, culture et chroniques
- How do I find a remote job? Part 1 — Deekit
- Drop Bar Road Bike – Pure Cycles
- Understand Closures in JavaScript – codeburst
- Conduite d’autobus (AEP) - Centre de formation en transport de Charlesbourg
- The Plastic-Free Chef | Reducing Kitchen Waste
- Sourdough Bread – The Zero-Waste Chef
- La transformation technologique du secteur manufacturier | LesAffaires.com
- Emacs.el
- Tim Berners-Lee: We need to re-decentralize the Web | Ars Technica
- WebAIM: To ARIA! The Cause of, and Solution to, All Our Accessibility Problems
- L'épopée de Firefox OS - Communauté Mozilla francophone
- Religion has no monopoly on transcendent experience | Aeon Essays
- Using CSS variables correctly - Mike Riethmuller
- Extenso
- Contact: Fred P.
- My Zero Waste Travel Essentials | Baking and Making
- Le chanvre est une mereveille environnementale
- Emacs Tutorial Series - episode 0
- Making eshell your own | Modern Emacs
- mndrix: Switching to OpenBSD
- How I fell in love with the OpenBSD operating system
- Emma's Website
- Kit's Buttons
- Macaron - a high productive and modular web framework in Go
- Le Devoir | Nouvelles, actualités, politique, culture et chroniques
- «A high productive and modular web framework in Go.»
- XYZ CARGO
- Manifeste contre le travail
- Après la fin du travail | InternetActu.net
- GitLab Pages documentation
- Manifeste contre le travail
- «With GitLab Pages you can create static websites for your GitLab projects, groups, or user accounts. You can use any static website generator: Jekyll, Middleman, Hexo, Hugo, Pelican, you name it! Connect as many customs domains as you like and bring your own TLS certificate to secure them.»
- Tristan, Ministre de l'économie numérique - Carnets Web de La Grange
- «[...] je me suis demandé ce que j'aimerais d'une politique numérique dans un pays (quelqu'il soit). J'ai envoyé un mail à Tristan qui m'a demandé d'en faire un billet. Donc voici la prose remaniée de ce mail. Je crois beaucoup en l'autonomie et en la possibilité des infrastructures permettant aux gens de se prendre en main.»
- Choisir le transport actif, au prix de son intégrité physique et mentale | Ricochet
- Visionnez En Quête de Sens gratuitement en ligne !
- Handling Email with Emacs – malb::blog
- More Robots, Fewer Jobs
- The Untold Story of How John Podesta Answered My Question About UFOs – Mother Jones
- Bash : ajouter une confirmation dans votre script - Informatique générale - ShevArezo`Blog
- Le problème de Québec avec le transport en commun - VICE Québec
- Race Isn’t a Thing
- NightChamber | Feed
- How Donald Trump Shifted Kids-Cancer Charity Money Into His Business
- FreeDNS - Free DNS - Dynamic DNS - Static DNS subdomain and domain hosting
- Donald Trump Is a Menace to the World: Opinion - SPIEGEL ONLINE
- Apache FreeMarker Manual
- Universal Basic Income Could Work in Italy - Bloomberg
- Nylas Mail - The best free email app | Nylas - The best free email app
- OpenStreetMap | Exporter
- Les fluctuations de l'étoile mystérieuse | Agence Science-Presse
- Tests Unitaires en JavaScript : Tests end-to-end : Nightwatch.js
- HTTPS : de SSL à TLS 1.3 | Openweb.eu.org
- Frequently Asked Questions (FAQ) - The Go Programming Language
- Jumping from PHP to Go: Blasphemy, Bravado or Common Sense? — SitePoint
- Trilby Media | Grav Professional Services & Custom Grav Development
- Emacs café
- This Is the Best Dinosaur Fossil of Its Kind Ever Found
- Commons Transition and P2P | Transnational Institute
- Build failure for pandoc 1.15.0.4 on OpenBSD · Issue #2271 · jgm/pandoc · GitHub
- Installing OpenBSD 6.1 on your laptop is really hard (not)
- https://sivers.org/openbsd
- An OpenBSD Workstation
- Micro.blog
- Configuration de dwm sous OpenBSD - De l’épice pour la pensée
- Change Mod1 key to the Windows key in config.h | suckless.org dwm - dynamic window manager
- Using dwm
- What I Wish I Knew When Learning Haskell 2.3 ( Stephen Diehl )
- Vélo Cargo - Vélo YA
- JavaScript Patterns for 2017 - Scott Allen - YouTube
- dwm tutorial | suckless.org dwm - dynamic window manager
- http://a11y-style-guide.com/
- Visionnez En Quête de Sens gratuitement en ligne !
- «This application is a living style guide, generated from KSS documented styles...with an accessibility twist. No matter your level of development or accessibility expertise, there are ways to help contribute to the a11y style guide. See a live demo of the style guide.»
- FIGlet - hosted by PLiG
- Getting to know CSS Grid Layout
- 13 Places To Buy A Laptop With Linux Preloaded
- The Boy Scout Rule - Programmer 97-things
- Build Complex Layouts with CSS Grid Layout - Course by @alan0buchanan @eggheadio
- CSS Variables: Why Should You Care? | Web | Google Developers
- Why I'm Excited About Native CSS Variables — Philip Walton
- Animista
- Getting to know CSS Grid Layout
- «Animista is a place where you can play with a collection of ready to use CSS animations, tweak them and download only those you will actually use.»
- Bash: Convert non-ASCII characters to ASCII - Stack Overflow
- W3C Annotation Architecture proposal
- «This interactive infographic explains a proposed architecture of W3C Web Annotations, as part of an ongoing conversation with the annotation community.»
- Mastering the :nth-child | CSS3 pseudo classes and :nth-child ranges
- Markup-Masterclass - Amber Wilson
- «Here's a summary of what I learned today: Focus on the structure and meaning of elements, not the presentation. Think of the 'h' element as structural, not presentational. Search up-to-date information when researching correct HTML markup. Check elements have not become obsolete. Place elements in order of their importance. Pay attention to meta tags and microformats. Always validate your markup. & a lot more.»
- Etcher by resin.io
- «Burn. Better. Burn images to SD cards & USB drives, safe & easy.»
- Emacs org-mode examples and cookbook
- quark | suckless.org tools
- «quark is an extremly small and simple http get-only web server. It only serves static pages on a single host.» À tester sur un futur auto-hébergement !
- SVG-encoder
- Shell programming with bash: by example, by counter-example
- stapibas - IndieWeb
- Sustainable Authorship in Plain Text using Pandoc and Markdown | Programming Historian
- silo.pub
- Shell programming with bash: by example, by counter-example
- «Use Micropub clients like Quill to post to hosted blogs on Wordpress.com, Tumblr, or Blogger. Under the covers, Micropub clients post to silo.pub, and silo.pub proxies that request to your hosted blog's API. To get started, you'll need to give silo.pub post permission on your blog (Don't worry we won't post anything without your permission). Then we'll help you configure your blog for micropub.»
- text processing - How to remove YAML frontmatter from markdown files? - Stack Overflow
- Rainbow Stream — RainbowStream 1.3.7 documentation
- mydevice.io : web devices capabilities
- [Bash] lazy dwmstart - Pastebin.com
- Flexbugs
- Rainbow Stream — RainbowStream 1.3.7 documentation
- «This repository is a community-curated list of flexbox issues and cross-browser workarounds for them. The goal is that if you're building a website using flexbox and something isn't working as you'd expect, you can find the solution here. As the spec continues to evolve and vendors nail down their implementations, this repo will be updated with newly discovered issues and remove old issues as they're fixed or become obsolete. If you discover a bug that's not listed here, please report it so everyone else can benefit.»
- How calc() Works
- Vanilla List: The Vanilla Javascript Repository
- Front-end Developer Handbook 2017
- Flexible type with :root · Matt Smith
- Learn C Programming With 9 Excellent Open Source Books - OSS Blog
- RawGit
- Vanilla List: The Vanilla Javascript Repository
- «RawGit serves raw files directly from GitHub with proper Content-Type headers.»
- Les Canadiens refusent de troquer leurs données privées | LesAffaires.com
- «Échanger ses données contre des rabais ou des avantages ne pose aucun problème à un internaute sur quatre. Sauf au Canada.»
- Des labos fabuleux au coeur de l’innovation citoyenne
- Revanche des librairies indépendantes | Valérie Gaudreau | Livres
- Les projets politiques de Donald Trump | Ricochet
- Que se passerait-il si les États-Unis envahissaient le Canada? - VICE
- Doutez, doutez! Doutons, doutons! - L'actualité
- Sassy Z-Index Management For Complex Layouts – Smashing Magazine
- Ire Aderinokun — Progressive Enhancement and CSS on Vimeo
- Vers un statut légal pour les robots en Europe | Le 15-18 | ICI Radio-Canada Première
- Revanche des librairies indépendantes | Valérie Gaudreau | Livres
- «Qui est responsable des actions des robots? C'est la question sur laquelle se penchent sérieusement des juristes. Aujourd'hui, le premier cadre juridique était débattu par le parlement européen afin de définir un code de conduite. Suzanne Coupal, juge à la retraite, nous éclaire sur la nécessité d'un statut légal pour les robots. Ce débat se rapproche de la science-fiction, explique Suzanne Coupal. « On parle de retenir les trois lois de la robotique inventées par le célèbre auteur de science-fiction Isaac Asimov, en 1942. » Lois de la robotique d'Isaac Asimov -Un robot ne peut attenter à la sécurité d'un être humain ni, par inaction, permettre qu'un être humain soit mis en danger. -Un robot doit obéir aux ordres d'un être humain, sauf si ces ordres entrent en conflit avec la première loi. -Un robot doit protéger sa propre existence tant que cela n'entre pas en conflit avec la première ou la deuxième loi. « On pense que ce serait le robot lui-même qui pourrait être responsable de ses actes, avec les robots intelligents qui ont la compétence d'analyser ce qui se passe et de prendre les bonnes décisions. En tout cas, on s'y approche de plus en plus », ajoute la juge à la retraite.»
- Les vacances controversées de Justin Trudeau avec l’Aga Khan, expliquées - VICE
- WhatsApp backdoor allows snooping on encrypted messages | Technology | The Guardian
- Brexit Confusion A Riddle Wrapped in a Mystery Inside an Enigma - SPIEGEL ONLINE
- WhatsApp backdoor allows snooping on encrypted messages | Technology | The Guardian
- «Six months after the EU referendum, the government in Britain still has no plan for leaving the bloc. What does Brexit really mean?»
- Donald Trump ou le triomphe du style paranoïaque, par Ibrahim Warde (Le Monde diplomatique, décembre 2016)
- Fin de la récré pour les multinationales - L'actualité
- Donald Trump's Debts to Wall Street - The Atlantic
- Sciences. La ville, facteur majeur d’évolution des espèces | Courrier international
- Fin de la récré pour les multinationales - L'actualité
- «nous vivons déjà sur une planète urbanisée. Nous sommes en train de changer l’évolution de la Terre et l’urbanisation joue un grand rôle dans ce phénomène.»
- Justin Trudeau a passé les Fêtes sur l'île privée d'un leader spirituel | Politique canadienne
- The human cost of palm oil production in Myanmar | Myanmar | Al Jazeera
- Trump et Poutine de connivence? | Le Devoir
- Economists have completely failed us. They’re no better than Mystic Meg | Simon Jenkins | Opinion | The Guardian
- Org Mode - Organize Your Life In Plain Text!
- Universal basic income is not a magic solution, but it could help millions | Anthony Painter | Opinion | The Guardian
- Japanese company replaces office workers with artificial intelligence | Technology | The Guardian
- Nostradamus des temps modernes - L'actualité
- How ant societies point to radical possibilities for humans | Aeon Essays
- Goldman Sachs Confronts Protesters Inside New York Headquarters - Bloomberg
- The Original Sharing Economy
- Making stuff from scratch in the wild
- http://www.demersbicycle.qc.ca/demers/recherche.php?strSearch=Mots+cl%E9s&dblCategory=&intBrand=237&id=4597
- Pas de capitalisme sans racisme | Le Devoir
- Bon et moins bon, ce qui change en Russie au 1er janvier 2017 · Global Voices en Français
- The human cost of palm oil production in Myanmar | Myanmar | Al Jazeera
- «Chaque année, la Douma D'Etat russe adopte des lois programmées pour entrer en vigueur au 1er janvier. En 2017, comme à chaque fois, certains de ces textes semblent pouvoir apporter des améliorations à la société russe et d'autres… nettement moins. Pour le cru 2017, RuNet Echo a trié le positif du négatif, de la mise en ligne des décisions de justice à l'instauration du travail forcé dans certains établissements pénitentiaires.»
- Retina & Responsive Images | Grav
- CivicTech : la démocratie a-t-elle un modèle économique ? | InternetActu.net
- COLLECTIF POUVOIR D'AGIR
- Resilient Web Design
- What is CSS Grid Layout?
- An Advanced Intro to GnuPG
- How to Embed Twitter Feed Into a Facebook Group Page | Techwalla.com
- Golang News
- Web Development with Go: Learn to Create Real World Web Applications using Go - by Jonathan Calhoun
- View Source Berlin 2016 - YouTube
- Life on the Command Line
- Use JSDoc: Index
- JavaScript Event KeyCodes
- Mastering the Module Pattern
- Emacs Gifs ·
- Webmention Rocks!
- Learn You a Haskell for Great Good!
- giphy.gif (GIF Image, 320 × 240 pixels)
- NodeSchool - Building a Workshop
- Pizza 3 minutes : saucisses italiennes, épinards, tomates cerises, cœurs d’artichauts et mozzarellaPizza 3 minutes : saucisses italiennes, épinards, tomates cerise, cœurs d’artichauts et mozzarella | Christelle is Flabbergasting
- La meilleure recette de pain — Je suis une maman
- GDS design principles
- CivicTech : la démocratie a-t-elle un modèle économique ? | InternetActu.net
- «1 Start with needs* 2 Do less 3 Design with data 4 Do the hard work to make it simple 5 Iterate. Then iterate again. 6 This is for everyone 7 Understand context 8 Build digital services, not websites 9 Be consistent, not uniform 10 Make things open: it makes things better»
- Empanadas de pino (Chili) | Recettes du Québec
- Estuaire
- Constellation Records
- Illegal Art
- 100+ self-hosted alternatives to popular services | RoseHosting.com Linux VPS Hosting Blog
- Estuaire
- «Most of us use online services like Gmail, Dropbox, Skype, Evernote etc. on a daily basis without having control over the service. However, now it’s easier than ever to find a self-hosted alternative to your favorite online service and have complete control over it. In this article, we will share a huge list of self-hosted alternatives to popular online services.»
- Top Open-Source Static Site Generators - StaticGen
- «Top Open-Source Static Site Generators»
- Quelques articles sur OpenBSD, une aventure à suivre : - Pourquoi O…
- OpenBSD4* | OpenBSD pour tous
- «Le site (Open)?BSD4* est ouvert à tou(te)s : des débutant(e)s qui n'oseraient pas discuter sur la liste de diffusion aux plus expérimenté(e)s qui voudraient échanger des astuces à propos d'OpenBSD.»
- asciinema - Record and share your terminal sessions, the right way
- «asciinema [as-kee-nuh-muh] is a free and open source solution for recording terminal sessions and sharing them on the web.»
- Duck DNS
- Elmastudio - WordPress Themes und Blog von Ellen & Manuel
- BashGuide - Greg's Wiki
- Pourquoi j'adore OpenBSD
- Viral JS
- Elmastudio - WordPress Themes und Blog von Ellen & Manuel
- «Turn your user`s browsers into servers by enabling them to seed application further.»
- Unix Power Tools, Third Edition
- txti - Fast web pages for everybody
- «Fast web pages for everybody.»
- HTTP/2 Ça ne change pas grand chose... sauf que...
- Web Accessibility Perspectives Videos: Explore the Impact and Benefits for Everyone
- Use the Unix: m4 as a CSS pre-processor
- Web Accessibility Perspectives Videos: Explore the Impact and Benefits for Everyone
- «So, I thought, could skip LESS/SASS and just use the simple (and ancient) macro processor known as GNU m4?»
- L'auto-hébergement facile et sécurisé avec OpenBSD (livre), de Xavier Cartron - Atramenta
- Home - Peers
- "We are a highly motivated community of people with a strong interest in free culture and free society. We all help each other toward the common goal of supporting and growing free projects. The Peers Community provides a list of independent projects that all strive for free (as in freedom!) software and culture. If you would like to learn more about a particular project, feel free to reach out to them directly."
- deaddrops-manifesto.txt
- Make Datalove Not Cyberwar
- Setting up Ediff · (or emacs
- Programming Languages - Hyperpolyglot
- Make Datalove Not Cyberwar
- «commonly used features in a side-by-side format»
- Creating the perfect GPG keypair - Alex Cabal
- Emacs, naked.
- vimgifs
- Emacs, naked.
- «Pour les aficionados de Vim, Je suis tombé sur ce log de gifs animés qui montrent de courts trucs quant à l'utilisation de Vim.»
- Budget participatif - Ville de Matane
- «Statue de 100 pieds de haut à l’effigie de Pincette la Crevette»
- Markdown Guide | GitLab
- BashFAQ - Greg's Wiki
- Gnu Privacy Guard (GnuPG) Mini Howto (Français)
- Generating a GPG key - User Documentation
- Hakyll - Home
- wget - Return all URLs from a website - Stack Overflow
- BashFAQ - Greg's Wiki
- $ wget --spider --force-html -r -l2 https://h.soucy.cc 2>&1 | grep '^--' | awk '{ print $3 }' | grep -v '\.\(css\|js\|png\|gif\|jpg\)$' > urls.txt
- Marp - Markdown Presentation Writer
- «Marp is the simplest presentation writer with Markdown: * Create slides by Markdown * Cross-platform * Live preview with 3 modes * Theme supports (Default & Gaia theme) * Export slides as PDF!»
- An Alphabet of IndieWeb Building Blocks: Article to Z - Tantek
- «Rather than stake any claim to being the Alphabet, I decided it would be more useful to document an alphabet of the IndieWeb, choosing a primary IndieWeb building block for each letter A-Z, with perhaps a few secondary and additional useful terms.»
- USEFUL ONE-LINE SCRIPTS FOR SED (Unix stream editor)
- Safia Abdalla: The Hitchhiker's Guide to All Things Memory in Javascript - JSConf Budapest 2016 - YouTube
- «Unlike C and other low-level programming languages, Javascript takes away the pain of memory management and garbage collection from the programmer. However, this doesn't mean that developers shouldn't be aware of the memory management and garbage collection implementation details of the Javascript programming language. Indeed, knowledge of both of those things can go a long way towards improving the performance of code. This talk will take beginners through an exploration of Javascript's garbage collector and memory allocation implementations and their implications on how performant code should be written. Attendees will leave this talk having gained insights into the under-the-hood operations of Javascript and how they can leverage them to produce performant code.»
- Anjana Vakil: Learning Functional Programming with JavaScript - JSUnconf 2016 - YouTube
- Slides : https://slidr.io/vakila/learning-functional-programming-with-javascript
- An A-Z Index of the Bash command line | SS64.com
- ShellCheck – shell script analysis tool
- «ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts» «The goals of ShellCheck are * To point out and clarify typical beginner's syntax issues that cause a shell to give cryptic error messages. *To point out and clarify typical intermediate level semantic problems that cause a shell to behave strangely and counter-intuitively. * To point out subtle caveats, corner cases and pitfalls that may cause an advanced user's otherwise working script to fail under future circumstances.» Aussi utilisable directement dans Emacs avec Flycheck.
- cURL : Opération avec paramètres GET.
- curl -X GET 'http://x.soucy.cc/?save=y&url=http://hugo.soucy.cc/note/' Voir http://unix.stackexchange.com/questions/103252/how-do-i-get-a-websites-title-using-command-line pour voir comment parser le HTML.
- The Bash Hackers Wiki [Bash Hackers Wiki]
- How I create & manage my CV (or resumé) using Markdown & Pandoc
- Élaboration et conversion de documents avec Markdown et Pandoc
- Building a Website using Pandoc, Markdown, and Static HTML - Notes from a Linguistic Mystic
- ngrok - secure introspectable tunnels to localhost
- Lazyload by vvo
- How I create & manage my CV (or resumé) using Markdown & Pandoc
- «Lazyload images, iframes, widgets with a ~1kb standalone script.»
- Practical ARIA Examples
- Theming Drupal 8 | Drupal.org
- Decentralized Web Summit: Locking the Web Open
- Future-Friendly Thinking
- jQuery to vanilla JS
- DOM Features You Didn’t Know Existed (Video & Slides) | Impressive Webs
- UBOS - The Linux Distro for Personal Servers and Indie IoT Devices
- Theming Drupal 8 | Drupal.org
- «UBOS is a new Linux distro that aims to make it 10x easier to run server-side apps for yourself, or for your family, on hardware you own. Why give your valuable data to Google or some other data overlord, if you can keep it under your own control? All you need is a spare (physical, virtual, or cloud) computer that can run Linux. UBOS automates much of the administration, so you can get on with life. Want to use ownCloud instead of Dropbox? Shaarli instead of delicious? An RSS reader or an Internet-of-Things app? UBOS makes installation and maintenance easy and quick.»
- Tools to Learn JavaScript By Doing -Telerik Developer Network
- hs0ucy (Twitter) - Bridgy
- Page Bridgy pour Twitter.
- Build Web Apps with Go Language (golang) - YouTube
- allmark - the markdown server
- "allmark is a fast, standalone markdown web server for Linux, Mac OS and Windows written in go."
- Encrypt.to | Secure Contact Form
- «Send encrypted PGP messages by one click»
- Publish a Web site with three bash scripts
- Fumoir maison: les conseils de Steven Raichlen - Châtelaine
- Full styling for select boxes. No jQuery.
- Ditching jQuery
- Mailvelope
- No-Knead Bread Recipe - NYT Cooking
- Linked Open Vocabularies
- Linked Data: Evolving the Web into a Global Data Space
- XSLT 2.0 and 1.0 Foundations – Pluralsight Training
- Beego: simple & powerful Go app framework
- vCard Ontology - for describing People and Organizations
- Fumoir - Recette de smoke meat de montréal (brisket) - MaitreFumeur.com MaitreFumeur
- Les gourmandises d'Isa: SMOKED MEAT MAISON
- Mettre OpenBSD à jour - De l'épice pour la pensée
- Viandes Rheintal
- Designing Better JavaScript APIs – Smashing Magazine
- How to Use npm as a Task Runner - Treehouse Blog
- Intern: Software testing for humans
- Fumoir maison: les conseils de Steven Raichlen - Châtelaine
- «Write tests in JavaScript using any style you like (TDD, BDD, whatever!). Run tests straight from your browser, right in Node.js, or against many browsers & platforms at the same time with the Intern test runner. Get full code coverage reporting so you know what’s left to test. Seamlessly run tests on Sauce Labs, BrowserStack, TestingBot, or your own Selenium Grid. Ready for continuous integration? Intern fully integrates with Travis CI, Jenkins, and TeamCity out of the box.»
- A Bash script that handles blog posting
- Free Video Converter, Compressor, Webcam Recorder | Clipchamp
- lazysizes - the ultimate lazyloader for responsive images, iframes and widget
- Free Video Converter, Compressor, Webcam Recorder | Clipchamp
- «lazySizes is the ultimate and lightweight lazyLoader which lazy loads images (including responsive images (picture/srcset)), iframes and scripts. It is written in VanillaJS and with high performance in mind. Simply add the JS to your website and put the class lazyload to all elements, which should be lazy loaded.»
- Adaptive Web Design: Crafting Rich Experiences with Progressive Enhancement
- How To Secure Apache with Let's Encrypt on Ubuntu 14.04 | DigitalOcean
- The Citizens' Network - Al Jazeera English
- Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
- Go for Web Development - O'Reilly Media
- Flexibility
- How To Secure Apache with Let's Encrypt on Ubuntu 14.04 | DigitalOcean
- «Use flexbox while supporting older Internet Explorers.»
- EditorConfig
- «EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.»
- Semantic UI
- A list of peer-to-peer resources
- Stratégie d’épargne pour les 20 à 30 ans | JDQ
- Food Computers
- A list of peer-to-peer resources
- «The Food Computer is a controlled-environment agriculture technology platform that uses robotic systems to control and monitor climate, energy, and plant growth inside of a specialized growing chamber. Climate variables such as carbon dioxide, air temperature, humidity, dissolved oxygen, potential hydrogen, electrical conductivity, and root-zone temperature are among the many conditions that can be controlled and monitored within the growing chamber. Operational energy, water, and mineral consumption are monitored (and adjusted) through electrical meters, flow sensors, and controllable chemical dosers throughout the growth period.»
- IPFS is a new peer-to-peer hypermedia protocol.
- The InterPlanetary File System (IPFS) is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
- ZeroNet: Decentralized websites using Bitcoin crypto and the BitTorrent network
- «Real-time updated, P2P websites using Bitcoin cryptography and the BitTorrent network»
- Screencast your keys.
- Statistique - Praxis - Université de Montréal
- #youbroketheinternet
- 30 Regex Code Snippets All Web Developers Should Know - Hongkiat
- Guide de mise en conformité de Piwik à destination des éditeurs de sites Web - Configuration_piwik.pdf
- JFK to 911: Everything is a Rich Man’s Trick | Watch Documentary Online for Free
- CodePen - Flexbox playgroung
- flame-emergency-rescue-tool-tutorial - flame-emergency-rescue-tool-tutorial.pdf
- John Pilger : «L’acte révolutionnaire de dire la vérité» — RT en français
- Star Wars, une enquête documentaire inédite : Génération Jedi
- OpenTrons
- Statistique - Praxis - Université de Montréal
- «The world's first personal lab robot.»
- BODUM COLUMBIA | Coffee maker, double wall, 12 cup, 1.5 l, 51 oz, s/s Shiny | Bodum Online Shop | Canada
- Les maux du Web consubstantiels de sa topologie
- Computer Science from the Bottom Up
- Les maux du Web consubstantiels de sa topologie
- «Computer Science from the Bottom Up: A free, online book designed to teach computer science from the bottom end up. Topics covered include binary and binary logic, operating systems internals, toolchain fundamentals and system library fundamentals.»
- Extending FOAF with Resume information
- Express - Node.js web application framework
- Mettre à jour votre Flame - Mozilla | MDN
- Les carnets insolites / Stéphane Durand
- Express - Node.js web application framework
- «Chaque semaine, à l'émission Les Années-Lumière de Radio-Canada, une mini-chronique de 3 minutes sur différents sujets surprenants, déroutants, décoiffants; bref, insolites!»
- Thursday Keynote Maciej Ceglowski - The Website Obesity Crisis on Vimeo
- The Bash Academy
- Elm
- The Bash Academy
- «the best of functional programming in your browser»
- The functional JavaScript library | functional.js
- Pseudo-éléments : pseudos mais puissants ! – 24 jours de web
- Introducing aXe by Deque!
- Pseudo-éléments : pseudos mais puissants ! – 24 jours de web
- «Deque System’s aXe (The Accessibility Engine) open source library is a lightweight (~100 KB), fast, portable JavaScript library that executes automated accessibility testing inside your testing framework or browser of choice.»
- Single Page Apps with AngularJS Routing and Templating | Scotch
- Writing CSS on Growing Teams · An A List Apart Blog Post
- Code completion for HTML/JS/CSS in Emacs | Chen's blog
- 25e anniversaire du projet Génome humain: récit d'une révolution scientifique - L'actualité
- Learn javascript in Y Minutes
- Quelques documentaires à voir absolument | Ma Vie Linux
- Notes on Using ARIA in HTML
- Writing CSS on Growing Teams · An A List Apart Blog Post
- «This document is a practical guide for developers on how to add accessibility information to HTML elements using the Accessible Rich Internet Applications specification [WAI-ARIA-1.1], which defines a way to make Web content and Web applications more accessible to people with disabilities. This document demonstrates how to use WAI-ARIA in [HTML51], which especially helps with dynamic content and advanced user interface controls developed with Ajax, HTML, JavaScript, and related technologies.»
- Valamis / Learning Experience Platform
- Sed Command in Unix and Linux Examples
- Why is it so hard to find a good front end developer? — The Creative Business — Medium
- Sed Command in Unix and Linux Examples
- «So, why is it so hard to find a good front end developer? Because being a good front end developer is hard — maybe a lot harder than you might think. A good front end developer has to be patient, committed, and willing to fulfill a lot of different roles outside of traditional development, all while making sure the product is optimized for the largest possible audience — and yes, that’s bound to be hard to come by.»
- jq
- «jq is a lightweight and flexible command-line JSON processor.»
- 10 Unix Commands Every Web Developer Should Know
- Compile Sass with SassC and Libsass Guide – Matt Ferderer – Web Developer - Tinkering, Developing & Engineering One Bit at a Time
- Shell Command to Minmise Javascript and CSS
- Compile Sass with SassC and Libsass Guide – Matt Ferderer – Web Developer - Tinkering, Developing & Engineering One Bit at a Time
- «The following shell command can minimise (aka minify) Javascript and CSS files. Please try your CSS and Javascript after minimising as it's not a perfect script. Problems are shown below.» Concatenation : $ cat *.js > all.js
- 25th World Wide Web Conference - Home
- BBC - Future - Is another human living inside you?
- casual javascript
- BBC - Future - Is another human living inside you?
- «This post is the first in a series that will be dedicated to implementating native versions of Haskell functions according to JavaScript ES6 standards. Full source can be found in this GitHub repo. You are more than welcome to contribute!»
- Getting started with gulp — Mark Goodyear — Front-end developer and designer
- Bon exemple d'un fichier de base en GulpJS.
- Emacs by Ernst de Hart (EHartC) | ZEEF
- Grav - A Modern Flat-File CMS | Grav
- «Grav is a modern open source flat-file CMS»
- Star Wars Rebels Saison 1 Streaming | Streaming Séries Gratuit - Part 2
- React Color
- «A Collection of Color Pickers from Sketch, Photoshop, Chrome & more»
- JSbooks - free javascript books
- gridster.js
- Browser Testing Report: Browser Test & Performance Testing : Microsoft Edge Dev
- gridster.js
- «Run a quick code scan on any URL to check for out-of-date libraries, layout issues, and accessibility.»
- Front-end Handbook - GitBook
- 5 HTML5 and ARIA design patterns | HTML5 | Creative Bloq
- Go Fundamentals - Video Learning Path - O'Reilly Media
- 5 HTML5 and ARIA design patterns | HTML5 | Creative Bloq
- "Go, the new open source language from Google, is known for its simple syntax, rich library, easy concurrency, and scalability. It’s used in software systems where “scale big and run fast” is the daily mantra. As you work through real-world examples and task-based lessons, you’ll learn the complete language and discover how useful Go can be."
- WAI-ARIA - Screen Reader Compatibility · PowerMapper Software
- Set up Javascript development environment in Emacs
- Easy indentation setup in Emacs for web development | Chen's blog
- 12 Rules for Professional JavaScript in 2015 — Medium
- Flux | Application Architecture for Building User Interfaces
- Flexbox Cheatsheet Cheatsheet
- How to change your Facebook privacy settings to go invisible - Business Insider
- Learn Enough Command Line to Be Dangerous | Learn Enough Command Line to Be Dangerous | Softcover.io
- Filet de porc à l’érable à la mijoteuse – Coup De Pouce Blog
- Ditching jQuery | Go Make Things
- The Path to Performance
- Hank Bought A Bus | Sometimes the best plan is to not have one…
- First Aid git
- NoBiggieThom
- Set up Javascript development environment in Emacs
- J'aime le travail de ce gars là.
- Explain Git with D3
- Civic Tech Toronto
- Why We Need the #IndieWeb
- Use Gulp and UnCSS to slim down your CSS framework | Fourword: The Four Kitchens blog
- Une épinette noire nommée diesel
- tota11y – an accessibility visualization toolkit
- Syncthing
- Civic Tech Toronto
- «Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.»
- Gogs: Go Git Service - A painless self-hosted Git service
- How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS | DigitalOcean
- Pluralsight – Developer, IT & Creative Training by Pros
- arkOS
- How To Set Up Apache Virtual Hosts on Ubuntu 14.04 LTS | DigitalOcean
- «arkOS is a system for securely self-hosting your online life from the comfort of your home.»
- Expert JavaScript and Front-End Web Development Training Videos
- Mostly Adequate Guide to Functional Programming in JavaScript
- plainJS - The Vanilla JavaScript Repository
- Tim Visher’s Videos on Vimeo
- jq - lightweight and flexible command-line JSON processor
- Mostly Adequate Guide to Functional Programming in JavaScript
- «jq is a lightweight and flexible command-line JSON processor.»
- JS: The Right Way
- Emacs is sexy
- Start Using Emacs | Clojure for the Brave and True
- Emacs Configuration - Thrown for a loop
- Pragmatic Emacs | practical tips for everyday emacs
- Resources to learn Go(lang) — Andy Grunwald — Software Engineer from Germany
- find, grep, sed, and awk. | Code and comments
- Vibrant.js - Extract prominent colors from an image.
- Creating SVG Sprites using Gulp and Sass - Liquid Light
- Understand the four layers of JavaScript OOP in one short lesson - O'Reilly Radar
- Axel Rauschmayer - ECMAScript 6: what's next for JavaScript? - YouTube
- Privacy, now and cheap! Anonymous VPN tunnels from Proxy.sh
- privacy tools - encryption against surveillance
- Emacs is sexy
- «You are being watched. It has become a fact that private and state sponsored organizations are spying on us. privacytools.io is here to give you the knowledge and tools to defend yourself against global mass surveillance.»
- Les Miams Véganes
- Responsive Logos, Part 2: Making Logos Truly Responsive with Inline SVG | Viget
- Niltalk — Instant, private, disposable chat
- Responsive Logos, Part 2: Making Logos Truly Responsive with Inline SVG | Viget
- How does it work? Niltalk lets you create instant, password protected chat rooms without the need to signup. Simply click the "Create" button, and share the unique chat URL with your peers. All communication happens over SSL. Niltalk doesn't record or log IP addresses, messages, or peer handles anywhere. Once a room is created, it has a lifetime of 120 minutes before the first login. Then, the room is automatically deleted after 10 minutes of inactivity (no messages exchanged). While in a room, you or any of your peers can dispose of the room with the click of a button. Why can any connected peer dispose of a room? Niltalk is meant for holding short private conversations between groups of people who have mutually agreed to converse. There is no concept of ownership of a room, and introducing ownership complicates the otherwise simple privacy feature of instant disposal by any participant. This also means that Niltalk isn't really meant for starting conversations by opening up a room to a large number of uninvited participants.
- Browserify
- fr:online_survival_kit_management [DokuWiki]
- Absolute Beginner's Guide to Emacs - Jessica Hamrick
- Accessibility Wins, curated by Marcy Sutton
- La Route des Possibles | ENTREPRENEURIAT SOCIAL
- CodyHouse
- fr:online_survival_kit_management [DokuWiki]
- A free library of HTML, CSS, JS nuggets
- Disable Cookies using .htaccess file | Avinash Zala - Full Stack Developer
- AgenDAV, a CalDAV web client
- How Browsers Work: Behind the scenes of modern web browsers - HTML5 Rocks
- You Don't Know JS (book series)
- Devenez le plus heureux des front-end avec Gulp et Grunt
- How we make RWD sites load fast as heck | Filament Group, Inc., Boston, MA
- Progressive Enhancement is not about JavaScript availability. | Christian Heilmann
- Les performances Web: Soyez responsable! // Speaker Deck
- Carbon3D | CLIP Technology - Breakthrough technology centered on tunable photochemical process for layerless 3D printing
- AgenDAV, a CalDAV web client
- Malade !
- Code for America
- Terms of Service; Didn't Read
- Serious Eats: Tags: vegan
- Side Effects in CSS — Philip Walton
- Learn shortcuts and commands | ShortcutFoo
- Bootswatch: Free themes for Bootstrap
- 5 Ways that CSS and JavaScript Interact That You May Not Know About
- PageSpeed Insights
- Terms of Service; Didn't Read
- Tester la performance des sites web mobile et desktop. Très bon outils.
- HTML: The Living Standard - Edition for Web Developers
- Learning JavaScript Design Patterns
- JavaScript Design Patterns
- Underscore.js
- Learning JavaScript Design Patterns
- «Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. It’s the answer to the question: “If I sit down in front of a blank HTML page, and want to start being productive immediately, what do I need?” … and the tie to go along with jQuery's tux and Backbone's suspenders.»
- Static Site Generators
- LibSass | A C implementation of a Sass compiler
- «LibSass is a C/C++ port of the Sass engine. The point is to be simple, fast, and easy to integrate.»
- Control Firefox to Scroll/Refresh/Close from Emacs
- Using a Hosts File To Make The Internet Not Suck (as much)
- The best free cultural & educational media on the web - Open Culture
- 10+ Solutions for Responsive Data Tables
- Free Network Foundation
- Getting Started with Go
- The Virtual Interview: Kim Dotcom - The New Yorker - The Scene
- The Virtual Interview: Edward Snowden - The New Yorker - The Scene
- Writing Web Applications - The Go Programming Language
- Loomio | Collaborative Decision-Making
- Projet de boîtier VPN associatif : Lorraine Data Network
- redecentralize.org
- Using a Hosts File To Make The Internet Not Suck (as much)
- «Quietly, some geeks are decentralizing the net. Again. Who are they? Why are they doing it? What new technologies are they using? How will this change the world? We interview them to find out.»
- Recettes végétariennes
- «10023 recettes végétariennes sont référencées sur Cuisine VG.»
- slick - the last carousel you'll ever need
- BrowserSync
- 5 killer CSS talks of 2014
- Register for Anonymous VPN Services | PIA Services
- Debounced resize() jQuery plugin - Paul Irish
- Guide sur l'ergonomie et l'accessibilité du Web avec WAI-ARIA
- the federation - a statistics hub
- Exceptional Performance
- Privacy-Conscious Email Services
- High Performance Browser Networking
- Every Possible Way to Define a Javascript Function | Bryan Braun
- nodeschool.io
- Mock Your Ajax Requests with Mockjax for Rapid Development - appendto | appendto
- Écrire du JavaScript véloce et à faible empreinte mémoire
- JavaScript 101-#20 – 7 tips for writing better JavaScript | Alex's Blog
- Style Guides | Brad Frost
- Website Style Guide Resources
- Perf.Rocks
- BrowserSync
- «Find resources that help you build lightning fast websites.»
- UX How-To with Luke Wroblewski - YouTube
- ECMAScript 5 compatibility table
- Aaron Bedra's Emacs 24 Configuration
- Rock'n'Roll : la discothèque idéale : 101 disques qui ont changé le monde — Wikipédia
- What is Unobtrusive JavaScript & Why it's Important? - Treehouse
- An Extensive Collection of Cheatsheets for Web Designers - Market Blog
- Javascript : le langage de programmation le plus incompris du monde | Microclub
- Online regex tester and debugger: JavaScript, Python, PHP, and PCRE
- Web Fundamentals — Google Developers
- jsPerf: JavaScript performance playground
- Emacs, Notmuch and Offlineimap
- Colour Contrast Check - snook.ca
- A Roadmap to Learning JavaScript for Free
- Mobile Makerspace Directory Makerspace
- Idée pour l'école de code : Autobus jaune
- ECMAScript 5 compatibility table
- Un peu comme cela se fait pour les bibliothèques roulantes, nous pourrions trouver un vieil autobus jaune et l'aménager avec des postes de travail informatique (raspberrypi ?). Je crois que j'ai déjà entendu quelque chose de similaire pour un hackerspace quelque part en europe. L'autobus serait en soi une célébration du bidouillage. L'autobus pourrait être isolé pour l'hiver; avoir une connexion WIFI; de cette façon nous pourrions parcourir le Qc;
- Public awareness of science - Wikipedia, the free encyclopedia
- Copy
- Easy Homemade Mini Corn Dogs - Damn Delicious
- Remarkable: A Free Fully Featured Markdown Editor For Linux
- Friend of a friend (FOAF) search engine
- Hugo from scratch - Zack of All Trades
- Vim pour les humains
- Hugo Soucy on Twitter: "C'est officiel, je suis passé d'#Android à #FirefoxOS. On peut voir ça comme de la simplicité volontaire :P #lofi #OpenZTE"
- Copy
- Ça faisait déjà plus de 6 mois que le téléphone traînait sur ma table de travail. C'est seulement hier que je l'ai activé et que j'ai transféré mon numéro. J'avais donc eu le temps de me faire une idée sur Firefox Os. Premier constat, qui est selon moi un peu une hérésie, le navigateur Firefox de l'appareil ne possède pas l'extension Sync. Je suis un utilisateur frénétique de cette extension. Donc c'est décevant de ne pas avoir accès à mon historique, mes mots de passe et mes favoris. Sinon en choisissant cette voie, je savais que je choisissais un outil plus modeste. Déjà le téléphone en soi n'est pas le nec plus ultra. C'est une entrée de gamme. Il est destiné aux marchés où les gens de gagnent pas le salaire des requins de Wall Street. Je l'ai payé moins de 100$ sur e-bay. Mon appareil précédent, un Motorola Razr HD, coûtait +/- 500$. Je n'ai pas non plus pris de forfait de données, le WiFi me suffit pour l'instant. Il ne faut donc pas s'attendre à faire les mêmes choses que sur un Nexus, sinon la déception est garantie. Mais si vous recherchez la frugalité, car vos besoins technologiques ne sont pas très grands; si comme moi, vous en avez un peu marre du repli sur lui-même de Google et que vous croyez au Web plutôt qu'aux silos applicatifs, alors Firefox Os est peut-être pour vous. Dans mon cas, je ne le cache pas, c'est beaucoup une décision idéologique et politique. Je suis pour le logiciel libre, l'ouverture des moyens communications, la décentralisation du savoir et pour l'indépendance numérique des populations. L'Internet et le Web sont des outils trop utiles et trop puissants pour être laisser aux mains des ploutocrates et des agences de renseignements. De plus, il ne faut pas oublié que c'est un projet qui est dans ses premiers balbutiements. De nos jours on est pressé, on veut que tout soit parfait toute suite, on veut que ça fonctionne au quart de tour, mais on doit garder en tête que de développer ce genre de projet prend du temps, surtout si c'est un projet communautaire. Firefox Os va s'améliorer, prendre en maturité et en fonctionnalités. ** Note : Le Open ZTE que je possède tourne sous la version 1.0 de Firefox Os. Ces jours-ci c'est la version 1.3 qui est proposée sur les appareils, comme sur le [Flame](http://www.everbuying.com/product549652.html) par exemple.
- Panna cotta au dulce de leche Recettes | Ricardo
- Ressources go en français. Formation, tutos, articles...
- Free Software, Free Society : la conférence TEDx de Richard Stallman avec slides ! - Framablog
- CSS Guidelines – High-level advice and guidelines for writing sane, manageable, scalable CSS
- How To Set Up Automatic Deployment with Git with a VPS | DigitalOcean
- Getting Started with Go - spf13.com
- Gravit - http://hub.gravit.io/
- High Performance Websites | Go Make Things
- From jQuery to JavaScript: A Reference - Tuts+ Code Tutorial
- Practical guide to use Gnus with Gmail | Chen's blog
- You Might Not Need jQuery
- Ditching jQuery for Vanilla JS | Go Make Things
- etude-gimp
- Speaking JavaScript: An In-Depth Guide for Programmers
- How to conveniently check for responsive breakpoints in JavaScript - Particulate / Socialfunders Tech Blog
- Learn Git Branching
- Shoelace - Visual Bootstrap 3 Grid Builder
- Responsive Images Done Right: A Guide To <picture> And srcset | Smashing Magazine
- YUI Masonry
- Device and Viewport Size In JavaScript
- 2014-06-10-why-emacs - Vincent Foley-Bourgon
- Le manuel de GNU Privacy Guard
- RightJS
- FreedomBox - Debian Wiki
- Leaflet - a JavaScript library for mobile-friendly maps
- Iconic
- CSS3 Animation Cheat Sheet - Justin Aguilar
- explainshell.com - match command-line arguments to their help text
- La gestion de la césure en CSS | Openweb.eu.org
- Emacs org-mode examples and cookbook
- You .emacs tips and tricks : emacs
- JavascriptOO
- Read Lisp, Tweak Emacs: How to read Emacs Lisp so that you can customize Emacs
- DotShare.it
- Tips to make Slideshows Accessible | Accessibility Chatter
- The Accessibility Project
- Web Accessibility Checklist - The Accessibility Project
- 6 Methods For Vertical Centering With CSS - Vanseo Design
- How to Add Finger-Swipe Support to Your Webpage
- Ressources go en français. Formation, tutos, articles...
- Un script pour gérer les événements «swipe» en pure JavaScript.
- messageries e-mail, webmails & courriels : lequel choisir ? | la spirale digitale
- Les meilleurs hébergements Web offshore anonymes | UnderNews
- Creating YUI Modules
- Les meilleurs hébergements Web offshore anonymes | UnderNews
- «In this example we will show you our recommended approach to creating your own YUI modules. A YUI module can be described as "any code that can be separated to run on its own". Many times, this code can be reusable in different ways.»
- Bronto-politiciens de silos
- Les politiciens traitent les sujets comme s'ils étaient en silos; comme si il n'y avait pas de rapport en eux. Mais tout est tissé dans la même trame: la trame de la société. Comment peut-on mettre l'emphase sur le système de santé et faire abstraction du sport, de l'alimentation, de l'environnement? On s'attaque au traitement en faisant fi des causes. On veut combattre la corruption sans miser sur la transparence des données gouvernementales. On parle d'économie, mais on ne s'applique pas à diversifier l'économie des régions comme la Gaspésie, la Côte-Nord, l'Abitibi, le Lac-Saint-Jean, etc. Loin des grands centres les services sont souvent compromis, les jeunes quittent pour étudier et ne reviennent jamais. Est-ce qu'on maintient ces régions faibles économiquement et démographiquement pour les rendre moins résistantes aux grosses compagnies minières, pétrolières, forestières, lorsque celles-ci ont besoins de faire des milliards avec les ressources de notre territoire?! Les politiciens disent qu'ils ont de de la vision. Pour ma part, je crois que cette vision se résume à regarder un agenda dans lequel est écrit quelques directives pour maintenir les citoyens dans un statu quo. De cette façon, les brontosores politiques et économiques peuvent continuer à s'engraisser pour maintenir leur stature éléphantesque, et ainsi cacher la forêt qui se meurt. Tandis que les moyens et petits s'agitent pour survivre à l'ombre des mastodontes.
- Grow SDK
- «The Grow SDK is a free and open source system for modern, rapid, collaborative web site management and production. With Grow, everyone (from individual developers to large creative agencies) can save time on architecture and maintenance, and make time for awesome and creative front end web development.»
- Sache: Find Sass and Compass Extensions for your next project
- Grid
- Règles pour l'accessibilité des contenus Web (WCAG) 2.0
- Browser Specs- 978 Grid System for Web Design
- Responsive Web Design Resources | This Is Responsive
- Grid
- «A collection of resources about the various aspects of responsive web design.»
- Leonardo Etcheverry : Use magit-ediff to resolve merge conflicts
- 8 Guidelines and 1 Rule for Responsive Images Cloud Four Blog
- 8 Ways to Add a Responsive Navigation Menu on Your Site
- buddycloud
- Les signes de ponctuation et leurs espaces - Articles linguistiques - Portail linguistique du Canada
- Responsive Nav — Responsive Navigation Plugin
- 8 Guidelines and 1 Rule for Responsive Images Cloud Four Blog
- «Responsive navigation plugin without library dependencies and with fast touch screen support. Try it out by resizing this window.»
- Demystifying Regular Expressions - YouTube
- Javascript Constructors and Prototypes
- Back to Basics: JavaScript Object Syntax
- A quick Introduction to WAI-ARIA | Max Design
- Try Clojure
- Meta-eX - Live Coding Band
- Ignoring files · GitHub Help
- Code School - Try Git
- Sticky Table Headers Revisited | Demo 3
- Responsive Tables by ZURB
- CSS-Discuss Wiki
- Javascript Constructors and Prototypes
- «This Wiki is dedicated to real-world (and ideally, browser-neutral) application of CSS (Cascading Style Sheets). Topics include: techniques for page-layout and special display-effects, testing and validation, workarounds for limitations and bugs, CSS code-editors, beginner and advanced tutorials, and to a lesser extent pure CSS theory, and pure CSS power-demonstrations. Discourse on (X)HTML, DOM, and other webpage- technology areas is not forbidden, but keeping it associated with CSS is encouraged.»
- We've Open-Sourced Everything - CodeCombat Blog
- «CodeCombat is a programming game for learning to code; a multiplayer coding challenge arena for sharpening your skills; a Y-Combinator-funded startup; and as of this weekend, the largest open source CoffeeScript project and a fantastic way to get into open source and game development. Whether you’re a novice programmer wanting to figure out this GitHub thing or an open source guru looking for something to sink your teeth into, check out our GitHub and join over two hundred CodeCombat Archmages in building the best programming game ever.»
- Coders at Work: Reflections on the Craft of Programming
- «Based on nearly eighty hours of conversations with fifteen all-time great programmers and computer scientists, the Q&A interviews in Coders at Work provide a multifaceted view into how great programmers learn to program, how they practice their craft, and what they think about the future of programming.»
- Crafty Responsive Tables | Playground from ZURB
- Mocha - the fun, simple, flexible JavaScript test framework
- Yeoman - Modern workflows for modern webapps
- elementary OS
- Payments for small businesses and platforms — WePay
- Pattern Lab | Build Atomic Design Systems
- An introduction to Emacs Lisp
- MELPA
- http://www.emacsbites.com/episode/learn-elsewhere
- Learn #Emacs Lisp in 15 minutes
- How Emacs changed my life
- effective-emacs - steveyegge2
- JavaScript Tutorial: Understanding Prototype & Inheritance
- An introduction to Magit, an Emacs mode for Git | Mastering Emacs
- 7 Habits of Highly Effective Media Queries | Brad Frost Web
- GIMP cheatsheet
- What the .emacs.d!?
- JSDB.io - The Database of JavaScript Libraries
- The Javascript Show
- RaphaëlJs Tutorial
- Bourbon - A Sass Mixin Library
- Awesome Media Queries in JavaScript - enquire.js
- The Web Developer's SEO Cheat Sheet 2.0 - Moz
- Code School | Learn by Doing
- appendTo Developer Learning Center | Learn jQuery & JAVASCRIPT for free
- Treehouse - Learn Web Design, Web Development, and More
- Koken - Creative website publishing
- Web hosting, dedicated hosting, VPS hosting, webhosting by DreamHost
- Manifeste de la Guérilla pour le Libre Accès « Guerilla Open Access Manifesto
- Aux propriétaires de la culture, nous disons...
- Mocha - the fun, simple, flexible JavaScript test framework
- «Aux propriétaires de la culture, nous disons : vous êtes horrifiés par notre intention de nous débarrasser de la propriété privée appliquée aux idées. Mais dans votre société, les neuf dixièmes de la population sont déjà débarrassés de la propriété privée. Leurs employeurs s'approprient immédiatement ce qu'ils créent, revendiquant le fruit de leur intelligence au nom du droit des brevets, du copyright, du secret commercial et d'autres formes de "propriété intellectuelle". Leur droit naturel dans le spectre électromagnétique, qui peut permettre à toute personne de communiquer et d'apprendre des autres, librement, presque sans limites de capacité et à un coût nominal, leur a été enlevé par la bourgeoisie, et leur est restitué au prix fort sous forme de biens de consommation (culture audiovisuelle et services de télécommunication). Leur créativité ne trouve pas d'issue : leur musique, leur art, leur tradition orale sont noyés dans les articles de la culture capitaliste, amplifiée par toute la puissance de cet oligopole qu'est la "télédiffusion", face à laquelle ils sont censés demeurer passifs et consommer plutôt que créer. En un mot, la propriété que vous revendiquez procède du vol : son existence pour un petit nombre est uniquement due à sa non-existence pour tous les autres. Vous nous reprochez, donc, d'essayer de nous débarrasser d'une forme de propriété qui ne peut exister qu'à condition d'être hors de portée d'une immense majorité de la société.» ~ http://www.gibello.com/publi/transl/dcm/dcm_fr.html
- Eben Moglen keynote - «Innovation under Austerity»
- «The universalization of access to knowledge, is the single-most important force available for increasing innovation and human welfare on the planet.»
- Responsively retrofit older sites | Tutorial | .net magazine
- Optimizing Responsive Design Websites for Performance - SitePoint
- git-annex
- Optimizing Responsive Design Websites for Performance - SitePoint
- «git-annex allows managing files with git, without checking the file contents into git. While that may seem paradoxical, it is useful when dealing with files larger than git can currently easily handle, whether due to limitations in memory, time, or disk space. git-annex is designed for git users who love the command line. For everyone else, the git-annex assistant turns git-annex into an easy to use folder synchroniser.»
- codewars
- Stickers | Redbubble
- AjaXplorer 5
- Stickers | Redbubble
- Open Source File Sharing
- Basics of VI Text Editor | The Linux Foundation Video Site
- «Awesome basic tutorial showing examples of how to use VI text editor, also how much VI is usefull!»
- timebank
- «Timebank is a web application in which users can exchange services using time as currency.»
- Sharetribe - share goods, services and rides in your local community!
- Set up a space where the members of your community can share goods, services, rides and spaces in a trusted local environment. It's free and only takes a minute to do!
- P2P Foundation
- «The P2P Foundation is an international organization focused in studying, researching, documenting and promoting peer to peer practices in a very broad sense. This website is our knowledge commons and it's collaboratively build by our community.»
- La Bibliothèque électronique du Québec
- Getting started - Grunt: The JavaScript Task Runner
- Coop Molotov | communications alternatives
- How to proportionally scale images that have dimension attributes | 456 Berea Street
- L'émission libre de Radio Campus Bruxelles
- Getting started - Grunt: The JavaScript Task Runner
- «L’émission Source est une émission bimensuelle sur Radio Campus Bruxelles, disponible à Bruxelles sur le 92.1 de la bande FM, ou partout via son flux Icecast, si la réception est mauvaise ou impossible d'où vous êtes.»
- Craft CMS a better web.
- "Nouveau" CMS... À tester!
- N. Baillargeon-L'économie participative
- Entreprises collectives : le capitalisme apprivoisé
- À l’ombre des entreprises traditionnelles, des organisations collectives font des affaires autrement, avec leurs propres règles. Éternelles marginales ou pionnières d’un nouvel équilibre?
- 5 HTML5 Features you need to know
- HTML5 has been around for a while now, it introduces lots of new and exciting new JavaScript and HTML APIs for both mobile and desktop, so in this post you will discover some HTML5 features that will enhance your web apps and will save you a lot of time.
- A Guardian guide to metadata | Technology | guardian.co.uk
- Guardian explaining metadata for different protocols and formats http://t.co/J5bekgNRqp
- CAA-Québec | Covoiturage : CAA-Québec conclut un partenariat avec AmigoExpress
- YouTube
- Why we need responsive images - TimKadlec.com
- Les « retombées « du Grand Prix | Yves Boisvert | Yves Boisvert
- Ten ways to lead a better life without growth - part 1 | rabble.ca
- Vers une économie de la contribution » OWNI, News, Augmented
- Naomi Klein: Addicted to risk | Video on TED.com
- Image To Data URI Convertor
- 5 Amazing Pure CSS3 Image Sliders | Graphic & Web Design Inspiration + Resources
- Glyphs | CSS-Tricks
- Les salaires des cadres bondissent | Hugo Pilon-Larose | Éducation
- As Middle East boils, Jordan press crackdown may be strategically ignored - Sunlight Foundation Blog
- La nouvelle ère numérique selon Assange : l'âge de la surveillance généralisée ? - Framablog
- MAKE | Making Makerspaces: Creating a Business Model
- Openbox - Debian Wiki
- selfoss - the open source web based rss reader and multi source mashup aggregator
- Daniel Lanois par Eric Morin - ONF
- Why Does the American Media Get Big Stories Wrong? - Atlantic Mobile
- How Julian Assange’s Senate Bid Will Change Australian Politics - The Candidate | Guy Rundle | The Monthly
- Emacs is Dead (translated from Japanese)
- The Banality of ‘Don’t Be Evil’ by Julian Assange - NYTimes.com
- Astronomers Find First Evidence Of Other Universes
- After Your Job Is Gone | TechCrunch
- Leave me your DNA … and I'll 3D-print your face | Eleonore Pauwels | Comment is free | guardian.co.uk
- YouTube
- Leave me your DNA … and I'll 3D-print your face | Eleonore Pauwels http://t.co/pabdKqBbZR
- web-mode.el - HTML Template Editing for Emacs - PHP JSP ASP ERB TWIG
- Anatomy of a hack: How crackers ransack passwords like “qeadzcwrsfxv1331” | Ars Technica
- Improving the security of your SSH private key files — Martin Kleppmann’s blog
- Secret Audio Tape: Meeting Between Julian Assange and Google CEO Eric Schmidt | The Top Information Post
- Emacs Configuration
- 5by5 | The Big Web Show
- Thirsty wallaby on a Queensland property
- Zepto.js: the aerogel-weight jQuery-compatible JavaScript library
- How to Learn Emacs: A Hand-drawn One-pager for Beginners » sacha chua :: living an awesome life
- The New Yorker | Strongbox
- Join me: How I got into journalism | The Rapidian
- LA FABRIQUE EDITIONS - L'insurrection qui vient
- Illustrator Kate Bingaman-Burt's Vertical Visual Overload Lifework | Apartment Therapy
- La Zone Audio • Vid
- Anatomy of a hack: How crackers ransack passwords like “qeadzcwrsfxv1331” | Ars Technica
- Écouter cette entrevue et comprendre que l'histoire récente et moins récente du Québec est très intéressante : http://t.co/SfIJj8EiIr #polqc
- CSS Architecture | Appfolio Engineering
- Moms Working At Walmart Earn Less Than They Need To Feed Their Kids
- noBackend – data driven apps without thinking backend.
- Emacs Lisp: Convert Unicode String to ASCII (Zap Gremlins)
- Moms Working At Walmart Earn Less Than They Need To Feed Their Kids
- #emacs rid of accents in strings ⁖ “passé” → “passe”, “voilà” → “voila” http://t.co/sEJYnkFtaV #unicode
- Speed of Innovation and Automation Threatens Global Labor Market - SPIEGEL ONLINE
- Man vs. Machine: Are Any Jobs Safe from Innovation? http://t.co/1qselGmE1A
- Epic Citadel
- Download Firefox Nightly and check out Unreal Engine running in WebGL - it is *damned* impressive. http://t.co/enNKIEI9Yo
- Man vs. Machine: Are Any Jobs Safe from Innovation? - SPIEGEL ONLINE - News - International
- Web – Bureau de la traduction
- Emacs: Interactively Find/Replace String Patterns on Multiple Files
- robflaherty/jquery-annotated-source @ GitHub
- How to eat healthily on £1 a day
- is already active. The White House and DOJ just ne
- Web – Bureau de la traduction
- #CISPA is already active. The White House and DOJ just need the law to replace these immunity letters: http://t.co/2rKqSC12ol
- sdegutis/using-emacs · GitHub
- ARIA’s application role | .net magazine
- Mozilla Labs : TowTruck
- ARIA’s application role | .net magazine
- Mozilla TowTruck - realtime collaboration on any site http://t.co/Mju3Dffklx
- Le Collectif de la revue vous offre ses suggestions médiatiques - Revue À babord !
- Responsive Page Load by Andy Hume
- TekSavvy - Résidentiel
- The Other Silicon Valley That The Tech Industry Is Leaving Behind [Video] | TechCrunch
- Emacs: Associate a File with a Major Mode
- How to delete yourself from the internet - video | Technology | guardian.co.uk
- Responsive Page Load by Andy Hume
- How to delete yourself from the internet - video http://t.co/0ssvhDxOpz
- Lawrence Lessig: We the People, and the Republic we must reclaim | Video on TED.com
- Sprite Cow - Generate CSS for sprite sheets
- Font Custom
- Developing a responsive, Retina-friendly site (Part 2) — PaulStamatiou.com
- Art Gallery & Community - T-Shirts, Posters, Greeting Cards, Wall Art, Fine Art Prints, Calendars & More | Redbubble
- mrjmad/greader2shaarli · GitHub
- Sprite Cow - Generate CSS for sprite sheets
- Si vous voulez sauver vos liens rss favoris de greader dans shaarli, j'ai fait un petit script ici : https://t.co/HPVvdlTxNj
- BBC News - Has Canada's government been muzzling its scientists?
- BBC: Has Canada's government been muzzling its scientists? (yes) http://t.co/TpfFlzO4sn #cdnpoli #StopHarper
- Resolution Independence With SVG | Smashing Coding
- A Primer to Front-end SVG Hacking – David Bushell – Web Design & Front-end Development
- Emacs Conf 2013 01 Keynote By Sacha Chua And John Wiegley : Sacha Chua : Free Download & Streaming : Internet Archive
- A Primer to Front-end SVG Hacking – David Bushell – Web Design & Front-end Development
- Audio recording of #emacsconf keynote: https://t.co/0ISkLiORWM - I do whirlwind tour of #emacs goodies, @jwiegley talks history
- Coders at Work: Reflections on the Craft of Programming
- Emacs Redux
- Travaille, consomme, pis ferme ta gueule – Le blogue du voisin – Jean-Félix Chénier – Voir.ca
- GCSE Computing Python Programming Resources
- The Flask Mega-Tutorial, Part I: Hello, World! - miguelgrinberg.com
- Julian Assange, cyberterroriste?
- Code School - Try Git
- Emacs Redux
- I'm learning how to push it with Try Git! http://t.co/C76i28EnRr via @codeschool
- Andrey's Opinionated Emacs Guide
- Le P2P, la Culture libre et le mouvement des Communs | :: S.I.Lex ::
- François : “Le Pape de Washington” ? Le cardinal Jorge Mario Bergoglio et la “guerre sale” d’Argentine | Mondialisation
- Tutoriel Org (emacs org-mode)
- BBC News - The Lyndon Johnson tapes: Richard Nixon's 'treason'
- Dix raisons d'être pour la neutralité du Net | Slate
- DRM dans HTML5 : la réponse de Cory Doctorow à Tim Berners-Lee - Framablog
- César et son canot d'écorce par Bernard Gosselin - ONF
- NetTalk aime aussi votre numéro de téléphone | Protégez-Vous
- GitHub gains new prominence as the use of open source within governments grows - O'Reilly Radar
- Le Monde Vu Par - Au Musée de la civilisation
- Abolir les partis politiques, c'est possible! | Points de vue
- Le P2P, la Culture libre et le mouvement des Communs | :: S.I.Lex ::
- «Les crises qui secouent présentement les partis politiques au Québec mettent en évidence les effets désastreux d'un système de représentation contrôlé par des partis politiques qui se battent entre eux pour s'emparer du pouvoir au lieu de s'occuper des priorités des citoyens qu'ils sont censés servir. Ces effets sont encore plus marqués dans un système parlementaire britannique comme le nôtre, où le scrutin à majorité simple confère une prime au gagnant et où l'assemblée législative est captive d'un exécutif nommé par le parti dominant. Le désarroi des politiciens Si les citoyens ont salué chaleureusement ceux qui ont dénoncé publiquement cette situation, les politiciens ne semblent pas avoir compris. Au lieu de chercher des façons de réformer notre système de représentation, plusieurs, aveuglés par leur sectarisme et leur ambition personnelle, ne semblent s'intéresser qu'à fonder des nouveaux partis du même genre que ceux qu'on dénonce. Faute de mieux, les électeurs orphelins risquent fort de se tourner vers le plus opportuniste d'entre eux, celui dont est enceint François Legault. D'autres, surtout des souverainistes en déroute, proposent une nouvelle coalition citoyenne... souverainiste! Beaucoup sont d'accord que le Parti québécois ne répond plus à la nouvelle prise de conscience démocratique du Québec et qu'une nouvelle coalition citoyenne, c'est-à-dire sans parti, est nécessaire pour redémarrer la construction du Québec, notamment redéfinir notre démocratie dans une constitution et reconquérir nos ressources naturelles et notre territoire. Mais le principal obstacle à un tel mouvement vient justement des souverainistes eux-mêmes, qui semblent incapables de concevoir que la construction du Québec puisse passer par autre chose que leur catéchisme constitutionnel et continuent à croire aveuglément qu'il suffit de parler davantage de l'indépendance pour en convaincre une majorité de Québécois. Ces apôtres de la souveraineté toute-puissante, c'est malheureux de le dire, empoisonnent présentement toute reprise en mains du Québec réel et toute réforme démocratique sérieuse, parce qu'ils ont toujours derrière la tête leur agenda secret, la souveraineté. Ils attendent un pays futur alors que nous en avons un bien réel sous les pieds, que nous sommes en train de laisser aller au diable, comme le corbeau son fromage sur un arbre perché! C'est bien mal honorer René Lévesque, qui a toujours placé la réforme démocratique en tête de son programme et a toujours déploré que son parti repousse cette réforme pour des raisons électoralistes et référendaires: pour lui, la souveraineté, c'était la souveraineté populaire avant celle de l'État, la démocratie d'abord, la souveraineté ensuite, et non l'inverse, comme continue à le penser le Parti québécois, plus éloigné que jamais des réformes démocratiques que proposait René Lévesque au début de son premier gouvernement: scrutin proportionnel, carte électorale, élections à date fixe, initiatives populaires, système présidentiel et décentralisation politique territoriale (gouvernements régionaux responsables). Une démocratie sans partis Le débat politique sur la réforme démocratique actuel doit être pris au sérieux. Il est au premier plan des préoccupations des citoyens qui se sentent trahis par les politiciens. Il va plus loin que l'assouplissement de la ligne de parti et des moeurs parlementaires, l'assainissement du financement des partis, la réforme du mode de scrutin et même le remplacement du système parlementaire britannique par un système présidentiel. La place qu'ont pris aujourd'hui les citoyens dans la vie publique, l'éducation et la formation dont ils disposent, les moyens de communications rapides qu'ils utilisent, tout cela fait en sorte qu'ils sont en mesure et en droit de participer directement à l'élection et aux décisions de leurs représentants sans l'intermédiaire de partis politiques contraignants et centalisés qui faussent la représentation. La démocratie directe, par définition, fait appel au citoyen individuel et non aux associations ou partis politiques auquel il appartient. On peut concevoir un système électoral et politique sans la présence de partis politiques institutionnalisés et sans allégeances politiques partisanes. Il faut étudier sans préjugés et avec ouverture d'esprit la possibilité d'abolir les allégeances politiques dans le processus électoral et parlementaire, c'est-à-dire d'élire des députés territoriaux à titre personnel, pour représenter leur collectivité et gouverner le Québec dans son ensemble, lesquels, une fois à l'assemblée nationale, établiront eux-mêmes les priorités de leur mandat en continuité avec le bilan du gouvernement précédent et nommeront eux-mêmes librement parmi eux le président et les membres de l'exécutif, un président extérieur si nécessaire comme gardien de la constitution, en continuelle interaction avec des instances territoriales démocratiques et avec l'ensemble des citoyens virtuellement actifs. L'intégration systématique des médias sociaux dans les mécanismes électoraux, parlementaires et législatifs peut aider grandement à créer une véritable dynamique collective basée sur le citoyen. La diversité des opinions politiques continuera à s'exprimer dans des groupes politiques, mais aucun de ces groupes ne devrait pouvoir se constituer en parti politique formel afin d'éviter que les appareils de partis continuent à empoisonner toute la vie politique et démocratique. Le seul «parti» dont on a besoin, au départ seulement, est une coalition de députés territoriaux, élus à titre personnel, qui s'engagent à une seule chose: mettre en place une nouvelle démocratie sans partis, où les citoyens sont souverains, et confier cette réforme à une constituante, tirée au sort pour en garantir l'indépendance, chargée d'élaborer et faire adopter démocratiquement une constitution pour le Québec où sera défini comment nous voulons vivre, nous gouverner et nous approprier ce pays.» -- Roméo Bouchard, Saint-Germain-de-Kamouraska
- Schtroumpfs ! Unis ! Jamais ne seront vaincus ! - Imgur
- Si vous voulez redécouvrir une dernière fois cette géniale oeuvre de l'anonyme Grand Schtroumpf (ou l'archiver... http://t.co/CQjzPgFlxZ
- Enquête - TOU.TV
- En attendant que les médias daignent parler de #Dérives, y'a Enquête qui est pas mal... http://t.co/aWU30Lt4dP
- Kay Kay: The Girl from Guangzhou - Al Jazeera English
- Les anarchistes s'expliquent (Radio-Canada) | Libre expression
- 20 Trendy Flat Design Websites - Inspiration
- Prefix free: Break free from CSS vendor prefix hell!
- Home - FTPloy
- Les anarchistes s'expliquent (Radio-Canada) | Libre expression
- Tip of the day : Push changes to GitHub or Bitbucket Deploy Changes automatically to your server http://t.co/0xSa2gjG61 #easy #development
- How To Build An Online Community: The Ultimate List Of Resources (2013) - The Online Community Guide
- Aptiverse.com blog: A closer look at the performance of Google Chrome
- Interesting Chrome vs Firefox performance comparison. http://t.co/4gHZJwTvib
- Jeremy Rifkin : «Créer un Internet de l’énergie» - Libération
- Inégalités: un gros C pour le Canada | La chronique de Martine Turenne - Yahoo! Actualités Quebec
- Les inégalités progressent, le Canada régresse. http://t.co/jv5dmMpRx7
- Banksy artwork taken in north London withdrawn from sale
- Exploiter les données en Open Data : encore un doux rêve... | Les petites cases
- Tout est politique - Le blog de Seb Musset: La dette, péché originel pour peuples coupables
- musicForProgramming();
- Le HTML par lui-même 1/2 - francetv éducation
- Vagrant
- Radio Canada Mobile
- Quel avenir pour le Centre des sciences de Montréal? | ACS
- Why Should Taxpayers Give Big Banks $83 Billion a Year? - Bloomberg
- Ceci n’est pas le Web sémantique « Mondeca – Leçons de Choses
- A new responsive design process | .net magazine
- Les pétroleuses | Le blogue de Josée Legault
- From jQuery to JavaScript: A Reference | Nettuts+
- Why Finland's public schools are so successful | The Sunday Edition with Michael Enright | CBC Radio
- Exploiter les données en Open Data : encore un doux rêve... | Les petites cases
- Pourquoi l'école finlandaise est-elle la meilleure au monde? http://t.co/wIAwVUOn
- Horizontal Multi Columns
- Practical Common Lisp
- Aaron Swartz files reveal how FBI tracked internet activist
- La liste des invités de Michel Lacombe au 21e | Le 21e
- Stevey's Blog Rants: Emergency Elisp
- Resources - CryptoParty
- The SSD Project | EFF Surveillance Self-Defense Project
- Julian Assange on Real Time w/ Bill Maher (FULL INTERVIEW) on Vimeo
- Performance Calendar » Speed Up Your Site Using Prefetching
- 10 Cute Animals and the Inanimate Objects They Love
- Un an après le printemps - Ce Sommet qui ressemble à une simple opération de relations publiques | Le Devoir
- Practical Common Lisp
- «On dit qu’il est utopiste de défendre la gratuité scolaire et l’autonomie universitaire. L’utopie, c’est au... http://t.co/GpobRaXO
- LaTeX Templates
- Hacking and whistleblowing: the new crack cocaine of activism - Le Monde diplomatique - English edition
- RetroShare
- The Art of Unix Programming
- OpenNIC Project
- GLYPHICONS - library of precisely prepared monochromatic icons and symbols.
- Scientists Store King Speech, Shakespeare Sonnets in DNA - WSJ.com
- 3 ways to compress CSS files using PHP | CatsWhoCode.com
- 1e More Responsive Grid Systems3 | 39Ampère Design
- Hacking and whistleblowing: the new crack cocaine of activism - Le Monde diplomatique - English edition
- For more clever responsive grids stuff, see @zakkain’s http://t.co/2CEeMb8L and @mattberridge’s http://t.co/c4ZD1T6R #RWD
- Front-end performance for web designers and front-end developers - CSS Wizardry - CSS, OOCSS, front-end architecture, performance and more, by Harry Roberts
- Virtual tools | Testing made easier in Internet Explorer | modern.IE
- Minimize and Combine CSS and Javascript files with htaccess
- Make your sites load faster | .net magazine
- Blog archive | Andy Hume
- CSS: Responsive Navigation Menu
- A (Short) Rant About Working Remotely
- Virtual tools | Testing made easier in Internet Explorer | modern.IE
- many companies just do not know how to handle remote workers. http://t.co/2d6mPKKB
- Forget 1984 and Conspiracy Stories, This is the Real Thing
- Bernard Stiegler : « Nous entrons dans l’ère du travail contributif » | Rue89
- Microsoft Simplifies Internet Explorer Testing With 'Modern.IE' | Webmonkey | Wired.com
- Get started with Django | .net magazine
- Le retour du bleu métallique | Gwenwed
- howler.js - Modern Web Audio Javascript Library - GoldFire Studios
- The best image compression tools | Feature | .net magazine
- Bernard Stiegler : « Nous entrons dans l’ère du travail contributif » | Rue89
- The best image compression tools: save bandwidth and improve your site's performance http://t.co/poL9h8Rv
- Geeksphone. Say 'hola' to the future
- CyberGuerrilla 2011 » Why More Anarchists Should Get Involved With Anonymous
- Why More Anarchists Should Get Involved With Anonymous http://t.co/CxF2Nvzl #Anonymous #CyberGuerrilla
- RDFRS: Why I Am Not a Christian by Bertrand Russell (1927)
- Install and configure Apache, MySQL, PHP on OSX 10.8 Mountain Lion
- (think)
- Faster Websites: Crash Course on Web Performance - igvita.com
- Restaurant Aux Anciens Canadiens
- Centre d'action bénévole de Québec - CABQ
- SSD Cloud Server, VPS Server, Simple Cloud Hosting by DigitalOcean
- Fernand Seguin 1922-1988 on Vimeo
- En hommage à Aaron Swartz - Framablog
- scottb211's collection | Bandcamp
- How GitHub Helps You Hack the Government | Wired Enterprise | Wired.com
- rapido fameux | Cheval Fou
- MOTOROLA RAZR HD LTE - Android Smartphone - Motorola Mobility LLC. Canada Limited
- Revealed: how the FBI coordinated the crackdown on Occupy | Naomi Wolf | Comment is free | guardian.co.uk
- Install and configure Apache, MySQL, PHP on OSX 10.8 Mountain Lion
- RT @taziden Comment les banques, le DHS et le FBI ont collaboré pour écraser le mouvement Occupy http://t.co/54CvEaKl #orwell
- Blog - L'histoire des hackers
- entre Twitter et WordPress... • Ce ramassis de conn….s nous a été pondu par Gérard...
- Voyage au bout du charbon
- entre Twitter et WordPress... • Ce ramassis de conn….s nous a été pondu par Gérard...
- Voyage au bout du charbon: un #webdocumentaire à travers la Chine et ses mines de charbon. http://t.co/JYOHI9c2 via @tfocanada #ONFi
- The most terrifying spider in the world builds a fake spider decoy to trick its victims - IV Drip - Voices - The Independent
- The most terrifying spider in the world builds a fake spider decoy to trick its victims http://t.co/8FElQJV7
- Why adding title attributes to links and images ca
- Why adding title attributes to links and images can create accessibility problems: http://t.co/JsG98IvW
- Le Coin Créatif - 405, rue Saint-Vallier O, Québec, QC
- Interactive Guide to Blog Typography
- The Philosophy of Computer Science (Stanford Encyclopedia of Philosophy)
- readme: Customising Wanderlust
- GITLAB
- Winter Walk | Flickr : partage de photos !
- Dell Vostro v13 Laptop - Notebook Specs & Reviews | Dell
- Resources for learning Python
- Does a bear code in the woods?
- Adaptive Images in HTML
- Free to Learn Guide - CC Wiki
- Richesse des compagnies / pauvreté des gens « Le blogue de Léo-Paul Lauzon
- Creating a Mobile-First Responsive Web Design - HTML5 Rocks
- GitHub's CSS Performance // Speaker Deck
- CodeHS
- Internet, c’est un truc de hippies » OWNI, News, Augmented
- Loi-cadre déposée en 2013 - Pour une définition inclusive de l’économie sociale | Le Devoir
- After that we wonder what's next, give the Nobel P
- Interactive Guide to Blog Typography
- After that we wonder what's next, give the Nobel Peace prize to a murderer? Oh right, already done: http://t.co/aNu9Oebs #FuckTheNobel
- Smartphones - Huawei Device Co., Ltd..
- $50 Android Smartphones Are Disrupting Africa Much Faster Than You Think, Says Wikipedia’s Jimmy Wales | TechCrunch
- Vidéos | EXPLORA
- Decam solutions créatives - Prêts à faire des jaloux grâce à vos outils web?
- Marc Larivière
- Stephane Nöel
- writeLaTeX: Online Collaborative LaTeX Editor with Integrated Rapid Preview
- George Orwell - A Life in Pictures (Full Documentary) - YouTube
- $50 Android Smartphones Are Disrupting Africa Much Faster Than You Think, Says Wikipedia’s Jimmy Wales | TechCrunch
- Doumentaire complet sur la vie d'Orwell: «George Orwell, a life in pictures» Chris Durlacher, 2003 http://t.co/BBTqEob9
- A guided tour of Emacs
- [New Feature] A/B testing for Mobile and Tablet websites « I love split testing – Visual Website Optimizer Blog
- maxogden/gh-pages-template
- Magit Cheatsheet
- Google Python Class Day 1 Part 1 - YouTube
- Hack Emacs - Kill Ring
- Git: Twelve Curated Tips And Workflows From The Trenches - be present now
- Welcome to web.py! (web.py)
- Planet Emacsen
- An introduction to Emacs Lisp
- Richard Dillon - YouTube
- Emacs with Wanderlust and GMail | box.matto.nl
- 11 Concepts The Emacs Newbie Should Master
- File Management with Emacs (dired tutorial)
- emacs-fu
- Org mode for Emacs – Votre vie en texte brut
- Emacs Tutorial | PeepCode Screencast
- Code is Law - Traduction française du célèbre article de Lawrence Lessig - Framablog
- EmacsMovies.org
- Why Emacs? - (think)
- Le Mandalab, Joyau montréalais en culture ouverte et création de biens communs. | Communautique
- Git - Book
- Khan Academy Founder Proposes a New Type of College - Wired Campus - The Chronicle of Higher Education
- Love Your Terminal - Programming and Productivity
- Clay Shirky: How the Internet will (one day) transform government - YouTube
- Système d'échange local - Wikipédia
- Réseau d'échanges réciproques de savoirs - Wikipédia
- HTML5 Please - Use the new and shiny responsibly
- Richard Matthew Stallman à Bruxelles
- Accueil - Zoufris Maracas - Site Officiel
- Texas student suspended for refusing RFID tracker - Boing Boing
- Moglen à Re:Publica : défendre notre liberté de penser exige des médias libres. - Benjamin Sonntag Blog
- TekSavvy - Résidentiel
- The Vanilla Web Diet | Smashing Coding
- L'Éditeur de texte Emacs - Matthieu Moy
- Asciiflow - ASCII Flow Diagram Tool
- Life in the Universe - Stephen Hawking
- Hackathon contre la corruption | Le Devoir
- [New Feature] A/B testing for Mobile and Tablet websites « I love split testing – Visual Website Optimizer Blog
- Compte-rendu du Hackons la corruption - @FabienDeglise #hackcorruption http://t.co/UypPOP6u
- myTinyTodo - simple open source to-do list script written in PHP and jQuery
- Lifelong Activist by Hillary Rettig |
- php:shaarli [sebsauvage]
- Detroit redémarre en mode DIY » OWNI, News, Augmented
- Lifelong Activist by Hillary Rettig |
- «Detroit redémarre en mode Do It Yourself» ~ http://t.co/qlO1sjpr #Owni
- YunoHost | Self-hosting for all
- Bientôt je vais peut-être essayer d'auto-héberger un site Web avec l'aide de #Yunohost ~ http://t.co/JSBp8TR3 #SelfHosting
- .:: Phrack Magazine ::.
- Télécharger des fichiers avec cURL
- Minify and GZip Compress JavaScript & CSS, online tool
- 5 More HTML5 APIs You Didn’t Know Existed
- Strange but true: 'alien health and safety' fears stop BBC broadcasting sounds of newly discovered planet - News - TV & Radio - The Independent
- Les opportunités manquées du Libre 2: la décentralisation - Where is Ploum?
- Why Google Went Offline Today and a Bit about How the Internet Works - CloudFlare blog
- git add -p: The most powerful git feature you’re not using yet | John Kary
- Lectures* ...
- Font Awesome, the iconic font designed for use with Twitter Bootstrap
- Icons · Styleguide · GitHub
- KOKEN Knowledge Base - Welcome to the Koken private beta
- Noam Chomsky on Where Artificial Intelligence Went Wrong - Yarden Katz - The Atlantic
- “Describing in the Browser” with OOCSS-Inspired Microclasses | 12 Spokes
- Visualizing the Future of Bookmarks | Mozilla UX
- SSH key and passwordless login basics for developers
- Git Quick Reference
- A Software Developer's Guide to HTTP Part I - Resources
- Télécharger des fichiers avec cURL
- A helpful guide to HTTP http://t.co/Cly1BIZl
- Heather Brooke: My battle to expose government corruption | Video on TED.com
- How to Use Wordpress Post Types and Taxonomies | Wptuts+
- Ressources naturelles - Lettre à un vieux politicien | Le Devoir
- The CSS of Tomorrow // Speaker Deck
- How to Use Wordpress Post Types and Taxonomies | Wptuts+
- One of the best talks i've seen at @webstandards in a long time! "The CSS of tomorrow" by @stopsatgreen slides here: https://t.co/KhoFsdjV
- Installing Emacs on Windows 95/98/2K/NT/ME/XP/Vista/Windows 7
- TED Talk: Ryan Merkley demos Popcorn | The Mozilla Blog
- Magit User Manual
- Write HTML and CSS quicker with with Zen Coding | 456 Berea Street
- Simplify Your Life With an SSH Config File : Nerderati
- CourseBacon - Find the best online courses, tutorials and online books for free.
- People Get Ready | People Get Ready
- WebPlatform Docs
- Big history
- HTTP: Response Codes - Dev.Opera
- Les URLs sympas ne changent pas.
- Programming in Emacs Lisp
- Dragdealer JS
- Microdata to RDF
- # Liste des «pads» s
- antoniogarrote/rdfstore-js · GitHub
- TED Talk: Ryan Merkley demos Popcorn | The Mozilla Blog
- Javascript RDF store with SPARQL support https://t.co/hwzs2hct
- Échine de porc rôtie doucement - Recettes - À la di Stasio
- semsol/arc2 Wiki · GitHub
- Notfound.org
- semsol/arc2 Wiki · GitHub
- Make better use of your 404 pages http://t.co/PVWcgRZa
- Web Accessibility Wizard | Access iQ
- Foundation: The Most Advanced Responsive Front-end Framework from ZURB
- Meet Magit on Vimeo
- Use inherit to reduce repetition of CSS property values | 456 Berea Street
- Comment récupérer toutes ses vidéos envoyées sur YouTube | Ballajack
- Oeuf dans poivron
- Foundation: The Most Advanced Responsive Front-end Framework from ZURB
- Bonne idée pour le petit-déjeuner :)
- fgallina/multi-web-mode
- Excellent! C'est exactement ce que j'avais besoin pour ma configuration de Emacs.
- bbatsov/prelude
- WikEmacs
- emacsrocks's channel - YouTube
- Mastering Emacs
- Xah Emacs Tutorial
- Tell CSS that JavaScript is available ASAP | 456 Berea Street
- ACF { Advanced Custom Fields plugin for WordPress
- Douglas Crockford: The JavaScript Programming Language - YouTube
- Le Devoir de philo - Le capitalisme est en crise, mais lequel? demanderait Fernand Braudel | Le Devoir
- Les profs Internet » OWNI, News, Augmented
- Goldman Sachs - La banque qui dirige le monde. on Vimeo
- Media Queries for Standard Devices | CSS-Tricks
- Compass, sauvez l'intégrateur ! — Introduction à Compass — piouPiouM’s dev
- Mystery of Marc Bolan's death solved - News - Music - The Independent
- Quand la bière aime être libre - Framablog
- Django Best Practices — Django Best Practices
- There is something magical about Firefox OS | Rawkes
- 12 Must Watch TED Talks for Entrepreneurs
- Catalogne (Espagne) - Manifestation monstre pour l'indépendance
- idiomatic.js/translations/fr_FR at master · rwldrn/idiomatic.js
- Goldman Sachs - La banque qui dirige le monde - videos.arte.tv
- WikEmacs
- "Je travaille, Tu travailles, Il travaille, Ns travaillons, Vs travaillez, Ils profitent" ---> A DIFFUSER MASSIVEMENT http://t.co/IaSFR0uE
- Responsive Web Design Patterns | This Is Responsive
- Piwik - Web analytics - Open source
- Une alternative à Google Analytics.
- moonmoon: simple web based feed aggregator in PHP
- La dette ou le vol du temps, par Maurizio Lazzarato (Le Monde diplomatique)
- Quand le riz devient un produit financier, par Jean Ziegler (Le Monde diplomatique)
- GENTILLY OR NOT TO BE | Productions de la ruelle Gentilly or not to be, Documentaire sur l'énergie nucléaire au Québec, l'impact du réacteur nucléaire de Gentilly-2 sur l'environnement, les gens, la santé globale (Bécancour, Québec, Canada). La Centrale G
- An anglophone-living-in-Québec’s perspective on the current situation and upcoming election - brad-t
- affordance.info: L'acopie
- pass : the standard unix password manager
- L'ABCD de la souveraineté: Le (A) parle d'économie
- La dette ou le vol du temps, par Maurizio Lazzarato (Le Monde diplomatique)
- Aussant (Option Nationale) démontre que, économiquement, le Québec s'en tirerait mieux s'il était souverain http://t.co/kh5MH2l8
- joshua's blog: introducing human.io
- En forme de lettre ouverte au nouveau ministre de l'Éducation - Framablog
- L'anonymat n'est pas une option - sebsauvage.net - Les trucs qui m'énervent -
- Idées pour le blogue
- IndieWebCamp
- RAGEMAG |
- Planet Libre - L’open source n’est pas limité au logiciel
- Le vrai changement
- Le vrai changement
- Le vrai changement
- Dukto R5 | Raw material
- OptiView Front Page
- En forme de lettre ouverte au nouveau ministre de l'Éducation - Framablog
- Outil pour compresser les gifs animés.
- Techniques for WCAG 2.0
- Rolling Stone Mobile - Politics - Politics: How Wall Street Killed Financial Reform
- RDFa / Play
- Vomir sur les pauvres ou la bêtise décomplexée « Le blogue de Mathieu Bock-Côté
- Rolling Stone Mobile - Politics - Politics: How Wall Street Killed Financial Reform
- «Vomir sur les pauvres ou la bêtise décomplexée». Sur mon blogue du JdM. http://t.co/kzbYUuyS #Qc2012
- Dominique Plihon, économiste français - Rejeter le néolibéralisme et retourner à une fiscalité plus progressive | Le Devoir
- La chasse au carré rouge fait des victimes | Le Devoir
- 10 great ways to make your content portable and accessible | Feature | .net magazine
- The EMs have it: Proportional Media Queries FTW! Cloud Four Blog
- Réponse d’un libertaire solidaire aux anarchistes abstentionnistes | Politicoglobe
- 4 Citoyens - Le 4 septembre, fais ton X
- Notes on accessible CSS image sprites | The Paciello Group Blog
- 8 New & Beefed Up NetBeans Keyboard Shortcuts! | NetBeans Zone
- YouTube - Broadcast Yourself.
- rstat.us
- GREAT SHOWDOWNS by scott c.
- Consommation collaborative | Protégez-Vous.ca
- Sillons.com - Le disquaire qui aime la musique
- FileFormat.Info - The Digital Rosetta Stone
- Alec Empire Interviewed an Anonymous Nazi Hunter for Us | VICE
- ONU : un traité anti-domaine public, anti-licences libres | Hotel Wikipedia | Rue89 Les blogs
- La chasse au carré rouge fait des victimes | Le Devoir
- ONU : un traité anti-domaine public, anti-licences libres | http://t.co/49X68E3A @stopindect1
- Laughing Squid Links
- Why we don't have a parent selector - Snook.ca
- Selectors Level 4
- ZaReason UltraLap 430, thin 14.1" linux laptop
- [Photo] "Affiche" de François
- Why Elites Fail
- Exit Gabriel Nadeau-Dubois | Le blogue de Josée Legault
- JAXL · GitHub
- Movim - The kick-ass social network
- Entity Conversion Calculator
- Lutte étudiante - Pourquoi je démissionne | Le Devoir
- Hackitat - A film about political hacking, world wide -- Indiegogo
- Why we don't have a parent selector - Snook.ca
- Check out the #hackitat film project about political hacking http://t.co/U7CFL10E
- Filature d'un ex-dirigeant de la FTQ-Construction interrompue après une rencontre avec Charest | Grands Titres | Radio-Canada.ca
- Hackitat - A film about political hacking, world wide - YouTube
- CSScience
- CSS3 Create - Démos, tutoriels et expériences CSS3 : menus, galerie photos, interfaces web.
- Il n’y aura pas de deuxième tour aux élections québécoises | Le Devoir
- How We Build CMS-Free Websites | Development Seed
- Loading the Climate Dice - NYTimes.com
- Navigation slide CSS3 avec :target et transitions – Utilisation de :target pour créer une navigation design – CSS3 Create
- TinyBox JavaScript Popup Box - 3.4KB
- High level intro to Semantic Web
- Managing Cron Jobs with PHP | Nettuts+
- Écriture de CSS efficace - MDN
- "Tom Cruise Worships David Miscavige Like a God": A Scientology Insider Gives First Full-Length Interview to the Voice - New York News - Runnin' Scared
- Cell phone privacy guide (Android) - Encrypt Everything
- Superfeedr : A better web
- JavaScript Éloquent : Une introduction moderne à la programmation
- Customizing your localwiki’s appearance — LocalWiki 0.3 documentation
- Rolling Stone Mobile - Politics - Politics: Global Warming's Terrifying New Math
- Information Architects | iA plans, designs and implements digital products.
- Using ARIA in HTML5
- Adaptive vs. Responsive, what’s the difference?
- Mythical Differences: RDFa Lite vs. Microdata | The Beautiful, Tormented Machine
- JSON-LD - JSON for Linking Data
- The Shapes of CSS
- Ecommerce Software, Online Store Builder, Website Store Hosting Solution- Free 30 Day Trial by Shopify.
- CSS3 Generator
- Font Family List - CSS - Snipplr Social Snippet Repository
- Font Awesome More 2.0, the iconic font designed for use with Twitter Bootstrap
- Compass Home | Compass Documentation
- Schema.org + WebIntents = Awesomeness « Web of Data
- Web Intents
- Interview de Aldous Huxley, auteur du “Meilleur des Mondes” – 18 Mai 1958 « Résistance
- Le Blogue de Limoilou :: Portland : les neuf recettes d’une vraie ville écolo
- Hackitat - A film about political hacking, world wide - YouTube
- Portland : les neuf recettes d’une vraie ville écolo: Championne du monde du recyclage des déchets et de l’auto-... http://t.co/v6tiibcS
- Free Knowledge Institute | Unlocking the knowledge society
- Cisco locks customers out of their own routers, only lets them back in if they agree to being spied upon and monetized - Boing Boing
- Google Groupes
- SASS_REFERENCE
- Bandcamp / Grooveshark URLs
- Guise, do you like my new laptop?
- Cisco locks customers out of their own routers, only lets them back in if they agree to being spied upon and monetized - Boing Boing
- Guise, do you like my new laptop? http://t.co/KzxyFRYP
- Shareable: Making Skill Shares Part of an Organizational Learning Plan
- Vers une rémunération équitable - éditions Agone
- Sourcefabric
- Pastebin.com - #1 paste tool since 2002!
- Framapad
- VPS Hosting : Design Your Perfect VPS!
- Linode - Xen VPS Hosting
- Linux and NetBSD Xen VPS hosting.
- Telecomix Crypto Munitions Bureau
- The Super Secret Security Handbook
- Piratepad Beta
- MoPad
- Whiteboard Alternative – The Bamboo Board » Insights from Imulus, an Interactive Agency
- Mécanique vélo - Wikibooks
- Vers une rémunération équitable - éditions Agone
- "Mécanique vélo"
- TED Blog | Peeking behind the curtain at Anonymous: Gabriella Coleman at TEDGlobal 2012
- Au pays de Candy - Edition d'ebook, Pulp et livres numériques - OWNI Shop
- How One Hacker Quit the Programming Life for Bluer Skies | Wired Enterprise | Wired.com
- Don Tapscott: Four principles for the open world | Video on TED.com
- The End of the World: The State vs. the Internet | eaves.ca
- Understanding Hash Functions and Keeping Passwords Safe | Nettuts+
- Which responsive images solution should you use? | CSS-Tricks
- » Responsive IMGs — Part 1 Cloud Four Blog
- TinyPNG – Compress PNG images while preserving alpha transparency
- Madame, Monsieur le Député, pourquoi il est important de faire le choix du Libre - Framablog
- Hacker la vie (pour la changer) » OWNI, News, Augmented
- Dennis Meadows : « Nous n'avons pas mis fin à la croissance, la nature va s'en charger » - Terra eco
- Paroles d’un révolté/Les minorités révolutionnaires - Wikisource
- WHY YOUR VPN ISNT ANONYMOUS - Pastebin.com
- Paroles d’un révolté/La guerre - Wikisource
- Les trolls, ou le mythe de l’espace public » OWNI, News, Augmented
- Eben Moglen: Time To Apply The First Law Of Robotics To Our Smartphones - Forbes
- Tablettes, une évolution anti subversive - Framablog
- II. As a weapon in the hands of the restless poor—By Earl Shorris (Harper's Magazine)
- Brackets: The Open Source Code Editor for the Web | Brackets
- Au pays de Candy - Edition d'ebook, Pulp et livres numériques - OWNI Shop
- I'm a new open source code editor for the modern web written in #JavaScript, #HTML and #CSS. #codefree -- http://t.co/NlrN31eU
- PortableApps.com - Portable software for USB, portable and cloud drives
- Linux 101 Hacks | Linux Ubuntu - Linux Books - Linux General
- messageMohawk24juin2012 on Vimeo
- Ethical Hacking Tutorials |Penetration Testing Lab | Learn How to Hack: Hacking Tutorials For Beginners
- #OWS Info Tent
- Linux 101 Hacks | Linux Ubuntu - Linux Books - Linux General
- Verified, signed, sealed, and delivered to you, the info tent: http://t.co/44L4KqIN #ows #occupy
- Open North - online tools for a better democracy
- (A)GITAT(E) ANTI-SUMMIT & ANARCHIST ASSEMBLY 2012 | Anarchist news dot org
- «Le scénario de l'effondrement l'emporte» - Libération
- School of Anon
- How to Create a Fake Identity and Stay Anonymous Online
- How Activists Coordinated European Opposition to ACTA | TechPresident
- Talks by W3C Speakers
- Les Inrocks - Les moteurs de recherche auront-ils bientôt réponse à tout?
- Télécomix, le réseau de gentils hackers qui fout un « beau bordel » à Damas | Samedi 23 Juin 2012 sur StreetPress.com
- HTTP — an application-level protocol - Dev.Opera
- Iroquois - Wikipédia
- Ma journée en prison pour avoir lu 1984 dans le métro
- HTTP: Let's GET it on! - Dev.Opera
- Twitter, the new kid on the Semantic Web block - semanticweb.com
- Grand prix de la répression au Québec » OWNI, News, Augmented
- (A)GITAT(E) ANTI-SUMMIT & ANARCHIST ASSEMBLY 2012 | Anarchist news dot org
- "Grand prix de la répression"
- A Better Way to Manage CSS and JS » GatherContent Blog » Continous Improvement over Delayed Perfection GatherContent Blog
- WikiLeaks publie des millions de courriels de la société privée de renseignement Stratfor
- WikiLeaks Founder Seeks Asylum In Ecuador
- Dumont, Martine - Avis de décès | Coopérative funéraire des Deux Rives
- Mozilla Foundation Launch Codes - World of E's
- OpenCycleMap.org - the OpenStreetMap Cycle Map
- Our Best Practices Are Killing Us
- CSS and Icon sprites – tips and tricks | | BootStrapTodayBootStrapToday
- Paroles d’un révolté/Les droits politiques - Wikisource
- Paroles d’un révolté/La nécessité de la Révolution - Wikisource
- Paroles d’un révolté/La décomposition des États - Wikisource
- Mozilla Thimble preview « commonspace
- Je porterai dorénavant un carré noir – Normand Baillargeon – Voir.ca
- De l'intégrateur au développeur front-end : un maillon essentiel de la qualité Web | Openweb.eu.org
- Paroles d’un révolté/Préface - Wikisource
- 7 2 8 parodie - YouTube
- WikiLeaks publie des millions de courriels de la société privée de renseignement Stratfor
- 7 2 8 parodie, A VOIR!!!!!!!!!!!!! #ggi faut que ca devienne viral : http://t.co/5XVmtmFB #ggi #LCN #RDI #manifencours #polqc #assnat
- Wireless HotSpot
- Fédération étudiante universitaire du Québec (FEUQ) | Le plan d'endettement étudiant du gouvernement Charest : un vol soigneusement planifié
- Support de réparation pour vélo Sport Mechanic de Feedback > Mountain Equipment Co-op. Livraison gratuite disponible
- Emacs and PHP tutorial: php-mode
- Crépolitique: L'indignation en chiffres et en aberrations
- Les dindons d'une mauvaise farce | Rudy Le Cours | Macro-économie
- Tim Thomas demands to see Ward’s birth certificate after OT winner | The Heckler
- Nouveau Message Au Peuple Québécois (Première vidéo Censurée) - YouTube
- Fédération étudiante universitaire du Québec (FEUQ) | Le plan d'endettement étudiant du gouvernement Charest : un vol soigneusement planifié
- 1/2 Malgré la censure futile de @LiberalQuebec le message de @AnonTunisia est de retour: http://t.co/HtqpsUeR #printempsquebecois #anonymous
- Ajoutez du sens à vos pages avec les microdonnees (Sud Web 2012)
- Les slides de ma présentation @SudWeb sont en ligne : "Ajouter du sens à vos pages web avec les microdonnées" ☞ http://t.co/YdzTYSrG
- Hiding visible content from screen readers with aria-hidden | 456 Berea Street
- Anarchopanda est très fier de ses collègues | Facebook
- Question de culte et d'exemption
- Alternatives fiscales » Coalition opposée à la tarification et la privatisation des services publics
- Dynamic Semantic Publishing for Beginners, Part 1 - semanticweb.com
- Optimizing content for different browsers: the RIGHT way - Web Education Community Group
- Lessig Blog, v2
- Anonymous publie une vidéo filmée à Sagard | Le Devoir
- RCR - Rassemblement des Cous Rouges
- Anarchopanda est très fier de ses collègues | Facebook
- Cous Rouges VS Cols Rouges
- Clark & Parsia: Thinking Clearly
- Timeline JS - Beautifully crafted timelines that are easy, and intuitive to use.
- Espaces temps
- Bernie Ecclestone - Attention, chauffard à droite! | Le Devoir
- The Open Goldberg Variations, by Kimiko Ishizaka | Open Goldberg Variations
- RDFizers
- Alphamart - Welcome
- Une chanson dans la tête | Le Devoir
- LFS
- Timeline JS - Beautifully crafted timelines that are easy, and intuitive to use.
- LFS is an online shop based on Python, Django and jQuery.
- La Grande Peur Rouge
- TDDjangoTutorial
- Le bureau de Jean Charest intervient dans les sondages en ligne | Politique | Radio-Canada.ca
- Varia
- Livre Le web sémantique - F. Gandon, O. Corby, C. Faron-Zucker - Comment lier les données et les schémas sur le web ? - Librairie Eyrolles
- 10+ raccourcis Javascript à connaitre
- Pope's butler charged in 'Vatileaks' scandal - Europe - Al Jazeera English
- AnarchoPanda : la philosophie dans le trottoir | Le Devoir
- Au coeur du Black Bloc: entrevue exclusive avec trois militants radicaux - Nouvelles - CIBL 101,5 Montréal | Site d’informations montréalaises
- Les anonymous, quelle liberté défendent-ils? avec Ariel Kyrou - Idées - France Culture
- NUL N’EST PROPHÈTE EN SON PAYS (mais je vous écris de France) |
- Unix doesn’t follow the Unix philosophy — The Endeavour
- A new organ discovered in baleen whales « Why Evolution Is True
- Etherpad Lite - Jeyg.info
- Python Fundamentals Tutorial : Index - Marakana
- Morgan Stanley, Goldman Sachs Sued Over Facebook IPO - Bloomberg
- La surinterprétation des sondages d'opinion
- L'Aut'Journal - Journal libre et indépendant
- SSH: What and How
- Mozilla — Webmaker — mozilla.org
- Git and GitHub Secrets
- Le Figaro - International : L'Islande ébranlée par la «révolution des casseroles»
- Arrêtez-moi quelqu’un
- Le Québec vibre » OWNI, News, Augmented
- OWNI, News, Augmented
- “L’auteur aurait intérêt à être piraté” » OWNI, News, Augmented
- Les 20 personnalités préférées de l'Internet Libre - Framablog
- Imagerie populaire
- Graffici - Ma vie Ma Gaspésie
- Quebec rocked by student protests | World news | guardian.co.uk
- War Tribunal Finds Bush, Cheney Guilty of War Crimes | Common Dreams
- Perla's Prediction Holds True: "Facebook is a Ponzi Scheme" - Forbes
- Google's Investment In Wikidata Can Help It Compete Against Siri
- Lire, écrire, compter et coder ? Faut pas déconner ! - Framablog
- École de Rhétorique
- Clean energy as culture war | Grist
- Mário Cesariny - Wikipédia
- Article11 - Le cauchemar éveillé du peuple portugais - Charles Reeve
- The Bastards Book of Ruby
- Le tournant des pirates allemands » OWNI, News, Augmented
- Interview: BBC on Publishing and Linked Data - W3C Blog
- Shareable: Shareable Chicago: A Primer
- International - SPIEGEL ONLINE - News
- Livehoods
- DIY learning: Schoolers, Edupunks, and Makers challenge education as we know it - O'Reilly Radar
- HOWTO Use Python in the web — Python v3.1.5 documentation
- TDDjangoTutorial
- "This document shows how Python fits into the web. It presents some ways to integrate Python with a web server, and general practices useful for developing web sites."
- École de la Montagne Rouge | Hodie mihi, cras tibi
- Le sacre du printemps – Punkonomie – Ianik Marcil – Voir.ca
- Étienne Chouard - Conférence: Le tirage au sort comme bombe politiquement durable contre l'oligarchie - Vidéo Dailymotion
- Welcome - The Data Journalism Handbook
- WWW2012, Tim Berners-Lee inventeur du web : "la démocratie dépend d'un Internet ouvert" / High tech / Web / Jeux Vidéo / Guide / univers / Journal / Lyon Capitale - le journal de l'actualité de Lyon et du Grand Lyon.
- WebID and W3C Identity Workshop « Digital Bazaar
- Meet Silk, the Semantic Web for the rest of us — European technology news
- Everything you know about Anonymous is wrong - Opinion - Al Jazeera English
- HTML5, CSS3, Javascript tutorials - learn and teach | TheCodePlayer
- Les hypocrites du «faire sa juste part» : Transcontinental et ses rédacteurs en mission commandée « Le blogue de Léo-Paul Lauzon
- cssarrowplease
- Le schéma des conflits dans Wikipedia vaut pour tout projet collaboratif | L'Atelier: Disruptive innovation
- Reveal: jQuery Modal Plugin from ZURB - ZURB Playground - ZURB.com
- CRIM.ca | Recherche de cours
- Formation et Cours Informatique, Gestion de projets et Capital humain
- Pierre Rabhi : « Si nous nous accrochons à notre modèle de société, c’est le dépôt de bilan planétaire » - Ecologie - Basta !
- Crise et autogestion – Normand Baillargeon – Voir.ca
- La société civile contrôlera aussi le Net » OWNI, News, Augmented
- A view’s responsibility — a lesson on JavaScript and the DOM – BEKK Open
- A Liberal Decalogue: Bertrand Russell's 10 Commandments of Teaching | Brain Pickings
- Optimiser les performances et les fonctionnalités de son instance StatusNet ◄ - Jean Baptiste Favre
- Richard Stallman vs. Bull : entre les Yes Men et les Monty Python | Fhimt.com
- Jack Teagle Illustration
- La fabrique des débats publics, par Pierre Bourdieu (Le Monde diplomatique)
- Schema org-introduction-fr
- Official Google Webmaster Central Blog: How to move your content to a new location
- Propositions du PiratPartiet Suédois sur la réforme du droit d'auteur - LinuxFr.org
- The New French Hacker-Artist Underground | Wired Magazine | Wired.com
- La BnF et le Centre Pompidou cultivent le web s�mantique - Actualit�s RT Terminaux et Syst�mes - Reseaux et Telecoms
- Shareable: A Free Beginner's Guide to the Sharing Economy
- Renseignements sur l'adresse
- Case Study: Use of Semantic Web Technologies on the BBC Web Sites
- Simple federated queries with RDF - bobdc.blog
- This is how you actually teach people to program - jared tame
- Le Parti Pirate, la démocratie du troisième millénaire ? - Where is Ploum?
- À vos claviers, citoyens - Le Journal des Alternatives
- Les statistiques : le pouvoir des données! : Échantillonnage non probabiliste
- 10 mins of teaching webmaking « commonspace
- Eben Moglen: "Facebook, preparati a morire" - LASTAMPA.it
- Le sacre du printemps – Punkonomie – Ianik Marcil – Voir.ca
- Les lilliputiens (nous?) qui tentent de maintenir Zuckerberg.
- Le massacre du Haymarket (1886) et la vraie histoire du Premier Mai – Normand Baillargeon – Voir.ca
- Bien démarrer avec MDN - Chez Jérémie
- Google moins, web et vie privée - Where is Ploum?
- L'Esprit de révolte/Première partie - Wikisource
- Bien démarrer avec MDN - Chez Jérémie
- «ce sont les sentinelles perdues qui engagent le combat» | «L’essentiel, c’était que le peuple s’habituât à descendre ans la rue, à manifester ses opinions sur la place publique, qu’il s’habituât à braver la police, la troupe, la cavalerie. C’est pourquoi les révolutionnaires de l’époque ne négligèrent rien pour attirer la foule dans les rues, pour provoquer ces attroupements.»
- Pigistes.ca | S'informer pour se démarquer
- Distributed social network - Wikipedia, the free encyclopedia
- Voix de faits | Blogue de combat: La police réprime une manifestation féministe
- Quebec student fight goes international: How a battle over $1,625 got noticed - Winnipeg Free Press
- autonomo.us
- A Future Full of Badges - Commentary - The Chronicle of Higher Education
- Microsoft accused of trying to secretly influence government consultation | Technology | guardian.co.uk
- Internet n’est pas contrôlable | Reflets
- Open systems make the world more egalitarian and... - World of E's
- MediaGoblin:: GNU MediaGoblin
- JESS KLEIN
- de la servitude moderne
- Apple est-elle une entreprise éthique : la grande illusion du dividende. | Démystifier la finance
- The Piracy Crusade
- Hum...
- Distributed social network - Wikipedia, the free encyclopedia
- Hum... http://t.co/yEjoiyLj
- La loi CISPA proche du vote, l'administration Obama s'y oppose
- Jour de la terre Montréal 22 avril 2012 - YouTube
- J'y étais et ce fût incroyable.
- Sylvie Guillaume: Lutte contre le terrorisme: essayons de garder la tête froide!
- Hacker Literacies - World of E's
- Le Devoir de philo - Sous Harper, Henry David Thoreau cesserait de payer ses impôts | Le Devoir
- Confirmer l’adhésion au groupe distant - Microblogue
- OWNI, News, Augmented » Surveiller les internautes est extrêmement dangereux - Revue du web
- Remix biens communs
- JANE FINETTE — A new generation of Web builders are coming - 5 tips to be ready
- Why We Shouldn't Make Separate Mobile Websites | Smashing Magazine
- The Mozilla Manifesto
- Plaidoyer pour une culture libre » OWNI, News, Augmented
- Contributions politiques de Roche : Il faut faire la guerre à la corruption plutôt qu’aux étudiants-es | Québec solidaire
- Jappix Me - Your public profile. Anywhere.
- Offrir des produits gratuitement: une stratégie marketing payante | Pierre Asselin | Techno
- RegisterProtocolHandler Enhancing the Federated Web « Mozilla Webdev
- RDFa, comment insuffler un peu d'intelligence à une page Web ? (SemWeb.Pro)
- The HTTP OPTIONS method and potential for self-describing RESTful APIs | zacstewart.com
- untitled
- La censure sur internet: notre antidote | L'Anarcarnet - The Anarblog
- OStatus Community Group
- Ministre en Norvège.mp4 - YouTube
- Hacker Literacies - World of E's
- Y a-t-il un parti politique au Québec capable de s'inspirer de la frugalité norvégienne et de l'adopter? http://t.co/s26v2q0v
- Screenr | Instant screencasts: Just click record
- De l’impôt aux tarifs : un long virage | Le blogue Économie de Gérald Fillion | Radio-Canada.ca
- Pencil Project
- Perquisition de la GRC chez SNC-Lavalin
- Libre opinion - «Je ne serai plus étudiante» | Le Devoir
- About HTML semantics and front-end architecture – Nicolas Gallagher
- A Baseline for Front-End Developers - Adventures in JavaScript Development
- Git Immersion - Brought to you by EdgeCase
- Lancement de Québec ouvert - Pour un Plan Nord du numérique au Québec | Le Devoir
- Responsive web design: a project-management perspective - Dev.Opera
- jQuery Form Framework - jFormer
- Qu’est-ce qu’un logiciel libre ? Infographie
- ThinkerToys : Converting eWaste into educational fun toys, openTOYS
- Arrêt sur images - Stiegler pour les crétins (et les autres)
- 42: JavaScript best practices - Dev.Opera
- 42: JavaScript best practices - Dev.Opera
- Learn by Doing - Code School
- Estupefacto: Rioter Hamster
- Popcorn.js | The HTML5 Media Framework
- De l’impôt aux tarifs : un long virage | Le blogue Économie de Gérald Fillion | Radio-Canada.ca
- "Popcorn.js is an HTML5 media framework written in JavaScript for filmmakers, web developers, and anyone who wants to create time-based interactive media on the web. Popcorn.js is part of Mozilla's Popcorn project."
- Validate Phone Numbers: A Detailed Guide
- Publication du programme de l'édition 2012 (SemWeb.Pro)
- NFB/Interactive - National Film Board of Canada
- P2PU | School of Webcraft
- Le MOOC, mode d'emploi | Formation et culture numérique - Thot Cursus
- YUI Theater
- Mutinerie : Libres ensemble
- Creating a web literate planet (proposal) « commonspace
- MAKE | Time For Girl Scouts and Boy Scouts 2.0?
- A scouting movement for the web « commonspace
- Et si on enseignait vraiment le numérique ?
- Publish What You Learn | Smashing Magazine
- diigo.class.php in plugins/diigosilo/trunk – Habari Extras
- The Responsinator
- L'opérateur ternaire - La référence en Cours et Manuels PHP / MYSQL / HTML en francais
- Salman Khan: Let's use video to reinvent education | Video on TED.com
- Mutins du travail » OWNI, News, Augmented
- Nous avons à nouveau un futur « InternetActu.net
- SpritePad - Create and edit css sprites
- Les 5 grandes extinctions massives... et la présente - hsoucy's posterous
- A Learning a Day: Richard Stallman, Founder of Free Software Foundation: Interview XIII - Real Leader Interviews
- Soit vous créez le logiciel, soit vous êtes le logiciel « InternetActu.net
- Bientôt un moteur sémantique pour Google Search?
- Le Devoir de philo - Le «solidarisme» de Léon Bourgeois contre la «juste part» de Bachand | Le Devoir
- The Shapes of CSS
- DjangoCon 2008: Reusable Apps - YouTube
- Gridpak - The Responsive grid generator
- Django for non-programmers – JeffCroft.com
- ryan's preposterous - Filed under 'django'
- Candy rocks WebRTC
- My Linux Configuration // by Paul Rouget
- Release_db_changes
- Efficiently Browsing Text or Code | Kirubakaran Athmanathan
- ReCSS: Reload your CSS
- The Javascript Show
- JavaScript Jabber — Your Prototype for Great Code
- NewDzign | Tutoriels videos gratuits
- Fairelibre | Le libre sous toutes ses formes
- Floss Manuals francophone - Lire
- Chucked out of starbucks for 'hacking'. WTF. : linux
- ... how the internet works | Christian Roy
- How I Explained REST to My Wife
- Semantic University - Cambridge Semantics
- 10 Tools & Frameworks for Responsive Design | Fuel Your Coding
- Dear Parliament: Say no to the Internet Lockdown | OpenMedia.ca
- The freedom to drink coffee - raganwald's posterous
- A guided tour of Emacs
- Comment les contenus générés par les utilisateurs menacent-ils le capitalisme ? « InternetActu.net
- Kiva - You're invited to Join Kiva
- Tofu Burgers Recipe - 101 Cookbooks
- EmacsWiki
- Test Multiples Versions Of Firefoxes
- GNU Emacs Manual
- Wilson Miner - When We Build on Vimeo
- Les institutions tentent de préserver le problème pour lequel elles sont la solution
- Mesures de R. Stallman pour une politique publique de promotion du logiciel libre | Club Linux Atomic
- Why I Pirate - An Open Letter To Content Creators - Insight Community | Step2 - Success Models
- Le vrai pouvoir du citoyen Touly « anticor.org
- Mobile First! live at An Event Apart
- Faites-le vous même : le mode d'emploi pour fabriquer votre Pirate Box - A la Une du Web - High Tech - France Info
- Microdata to RDF
- Make your own RDF|Open data sharing & Download|LinkData
- Scraping Web Pages with jQuery, Node.js and Jsdom - Liam Kaufman
- Welcome, Apple! | OpenStreetMap Foundation
- How to display your Android screen on your desktop
- jQuery Boilerplate
- Carrefour éducation
- Ma journée sans Google, la difficile redécouverte d'Internet - LeMonde.fr
- Michael Geist - Canadian Music Industry Wants Its Own Lawful Access: Subscriber Disclosure Without a Court Order
- Making Mozilla big in learning « commonspace
- Paris Web – Un navigateur, comment ça marche ?
- event-model-litev03 |
- Another CSS image replacement technique – Nicolas Gallagher
- Why the Raspberry Pi will save the UK |
- Learning design principles
- danielsinker.com
- World of E's
- JESS KLEIN
- Love Bomb Builder
- Web Literacy Skills: now in diagram form :) « rwxweb
- The OpenPhoto Project
- Offscreen Magazine — the people behind bits & pixels — Issue 1
- CodeNow: Read, Write, Innovate!
- The Hive Learning Network NYC
- A big tent for teaching tech « commonspace
- An instructor community site: goals and plans « rwxweb
- Espace collaboratif pour l'indépendance numérique
- "Bespin" theme for Emacs - Łukasz's blagh
- NetPublic » 70 tutoriels retouche photo avec Gimp
- Publication du programme de l'édition 2012 (SemWeb.Pro)
- 70 tutoriels retouche photo avec Gimp http://t.co/Nurs8uYp
- CommunityWiki: Do Ocracy
- "organizational structure"
- « Le logiciel libre peut redonner sens à nos vies » Bernard Stiegler - Framablog
- Introduction to SPARQL
- Why the Next Steve Jobs Needs a Raspberry Pi, Not Patents | Linux.com
- Flickr: CHRISTOPHER DOMBRES' Photostream
- Le consulat de Total au Canada » OWNI, News, Augmented
- Best Practices for Speeding Up Your Web Site
- Les Alter Citoyens - Le Journal des Alternatives
- TED: Ideas worth spreading
- Girl Walk // All Day
- John Resig - JavaScript as a First Language
- Making a Fast Website - Scirra.com
- Everything is a Remix
- Censure du Net et DRM ne seront jamais la solution répond ESR à Hollywood - Framablog
- Using max-width on images can make them disappear in IE8 | 456 Berea Street
- LocalWiki - The open-content, open-source effort to share the world's local knowledge
- Introduction to SPARQL
- LocalWiki : Un libre wiki vraiment bien pensé pour mettre du lien tout autour de chez vous http://t.co/DvGraoKX
- Unix as IDE: Introduction | Arabesque
- Doc Center | Mozilla Developer Network
- Libérez votre Android !
- A List Apart: Articles: Future-Ready Content
- 'Piracy is the new radio', says Neil Young - Telegraph
- Pompage.net - La cryptographie et le Web : hachage, salage et autres recettes
- Get Started with MapBox Streets | MapBox
- Watch | Everything Is a Remix
- Le citoyen a t-il une place dans l’open data ? «
- untitled
- ThinkPenguin.com | Penguin Laptops, Desktops, and Accessories with Linux & GNU Support
- ÉchoFab | C'est plus qu'un atelier de fabrication numérique
- QuébecOuvert
- Doc Center | Mozilla Developer Network
- Les données ouvertes pour le Québec
- Born to Learn ~ You are Born to Learn
- RÉPAC 03-12
- MITx ou les premiers pas de la vraie révolution éducative en ligne ? - Framablog
- HTTP — an application-level protocol - Dev.Opera
- Responsive Images: How they Almost Worked and What We Need
- Unix. Pour aller plus loin avec la ligne de commande
- A List Apart: Articles: The Vendor Prefix Predicament: ALA’s Eric Meyer Interviews Tantek Çelik
- Ideals > The prodigy manifesto
- Groupe international francophone sur les Tiers Lieux | Imagination For People
- Accessible Rich Internet Applications - Wikipédia
- Structured Data on the Web
- RDFa 1.1 Distiller and Parser
- RDFa Core Initial Context
- Friend of a friend (FOAF) search engine
- Au service de l'Empire
- Les FabLabs : demain, une usine à la maison ? – le blog de l’agence TWID
- Petite introduction au Web Sémantique : les technologies du Web Sémantique (1) « So@t blog
- HTML Data Guide
- Le web 3.0 au service de la recherche scientifique | Alp ICT - Cluster hi-tech des entreprises et instituts suisse romands
- Surveillance en ligne - Les opposants sont du côté des pédophiles, estime Toews | Le Devoir
- Craque-Bitume
- Philippe B, Catherine Major, Luc De Larochellière : Manifeste pour la chanson de pointe – Musique – Voir.ca
- Cory Doctorow : C'est aujourd'hui qu'il faut tuer ACTA ! - Framablog
- Python Ecosystem - An Introduction » mirnazim.org
- Award-Winning Newspaper Designs - Smashing Magazine | Smashing Magazine
- Enquête formelle demandée | Politique | Actualité | Le Journal de Québec
- Un plan numérique pour le Québec devrait-il faire une place au logiciel libre ?
- rsslounge aggregator
- Tin Chapel: Victorian Conversion | Busyboo Design Blog
- Custom Stickers, Die Cut Stickers and Laptop Skins - Sticker Mule
- Emoji cheat sheet for Campfire and GitHub
- Git Community Book
- Rechercher une propriété | DuProprio
- Neil Young is right — piracy is the new radio — Tech News and Analysis
- Learn to Program | Impressive Webs
- VertigO - la revue électronique en sciences de l'environnement
- RÉPAC 03-12
- Fondé en 2000, VertigO est une revue scientifique interdisciplinaire de sciences naturelles et de sciences humaines dont les articles sont soumis aux règles usuelles d’évaluation par un comité de pairs. Elle assure la promotion et la diffusion au sein de la francophonie de recherches et d'analyses scientifiques sur les grands problèmes environnementaux contemporains. En moins de 8 ans, elle a réussi à s’imposer au plan international comme étant la première revue électronique francophone en importance dans le domaine des sciences de l’environnement (http://vertigo.revues.org).
- Go learn something
- Khan Academy
- Web Second, Mobile First
- Broken Manual * Alec Soth
- Spécification du modèle et la syntaxe du cadre de description des ressources (Resource Description Framework ou RDF)
- Le travail d'éditeurs - Carnets de La Grange
- CSSS de la Vieille-Capitale - Services de CLSC - CLSC de la Haute-Ville
- Bonnes pratiques en intégration Web (selon moi)
- Programming, Motherfucker - Do you speak it?
- Learn Python The Hard Way | A Beginner Programming Book
- Udacity - Educating the 21st Century
- Get Some Experience by Oslo Davis
- The 15 Essential UNIX commands
- Can Codecademy Teach Poor Black & Brown Kids to Code?
- 18 Great Examples of Sketched UI Wireframes and Mockups | Inspiration
- Create a new Fiddle - jsFiddle - Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)
- filamentgroup/Responsive-Images - GitHub
- SOPA, comment participer ? - Carnets Web de La Grange
- "Les éléves s'ennuient dans les cours de bureautique", selon le Ministre britannique de l'éducation qui opte pour l'apprentissage de la programmation
- Android : Google lance un nouveau portail pour aider les développeurs dans la création d'interfaces utilisateur réussies
- Nouvelle attaque par Phishing sur Facebook, des comptes détourn�s pour voler les données personnelles et financières des utilisateurs
- Responsive Images and Context Aware Image Sizing
- Ergonomie Web Illustree - Livres: Amelie Boucher - Librairie Pantoute
- Fever° Red hot. Well read.
- Tweet! Put Twitter on your site with this simple, unobtrusive jQuery widget
- tutorial: twitter hashtag display with jquery | blog.rohanlatimer.com.au
- code.nasa.gov
- Création d’un groupe de travail international francophone sur les Tiers Lieux - @ Brest
- Alec Soth
- 6 Steps to Becoming a Software Developer
- Le matériel libre à l'aube d'une nouvelle ère de l'innovation - Framablog
- Foxconn Workers Threaten Mass Suicide
- Les codeurs sont la nouvelle élite politique - Framablog
- Meet the new political elite: Computer programmers - Ideas@Innovations - The Washington Post
- FDN -- Vie de l’association
- m.guardian.co.uk
- PressPausePlay on Vimeo
- Blogmarks : Public marks from user karlcow with tag blogengine
- Mark Twain et le droit d'auteur - Carnets de La Grange
- Surfer sans entraves - LeMonde.fr
- Ville de Québec - Pistes de raquette et de ski de fond
- (un)Lawful Access | unlawfulaccess
- Barcode - National film Board of Canada - ARTE
- La peur du libre | Pierre Asselin | Éditoriaux
- Entretiens du Nouveau Monde industriel 2011 (1/3) : philosophie et anthropologie de la confiance « InternetActu.net
- How Goldman Sachs Created the Food Crisis - By Frederick Kaufman | Foreign Policy
- We Are Legion: The Story of the Hacktivists
- Réflexion sur l'expression "propriété intellectuelle" on Vimeo
- Khan Academy
- Trois petites réflexions sur la propriété intellectuelle. http://t.co/sk0QLO54 (8 min) #politique #arts #OGM
- Ciné-club Spirafilm
- Diving into Django | Nettuts+
- Should We Always Deploy Content Management Systems?
- What The Heck Is Responsive Web Design?
- Stallman avait malheureusement raison depuis le début - Framablog
- Global Voices en Français · Manifeste
- Diving into Django | Nettuts+
- J'aime ce manifeste.
- Free Online Course Materials | MIT OpenCourseWare
- CBC.ca | Ideas | The Vancouver Human Rights Lecture - Cute Cats and The Arab Spring
- Stacey, The Lightweight Content Management System
- CBC.ca | Ideas | The Vancouver Human Rights Lecture - Cute Cats and The Arab Spring
- Vraiment cool... Utilise le système de fichiers pour créer des catégories et utilise aussi les fichiers .txt pour la gestion du contenu. Tout ça sans BD. J'adore!
- Bernard Stiegler : “Il y a beaucoup d’inventions qui ne produisent aucune innovation” - Nouvelles technos - Télérama.fr
- «Même un acte pureme
- Netizen Report : Le Web en 2011 et les combats pour la liberté · Global Voices en Français
- bazaarlabs/gitdocs - GitHub
- Richard Stallman Was Right All Along
- Telecomix : « hacker pour la liberté » » OWNI, News, Augmented
- « Trahies » par leurs ex espions, elles attaquent la police britannique | Rue89
- La nouvelle science des amateurs « InternetActu.net
- Refaire société : Comment s’engager aujourd’hui ? « InternetActu.net
- Processing.org
- MANIFESTE 2010 | Ars Industrialis
- Naissance d'un mythe de la bidouille » OWNI, News, Augmented
- Un chercheur qui tombe pile !
- «Même un acte pureme
- "Imaginez une pile solaire mince et souple pouvant être intégrée à toutes sortes de surfaces exposées au soleil : les fenêtres des maisons, la carrosserie des voitures et même les vêtements conçus pour les longues expéditions. Imaginez partir en randonnée avec une veste captant l'énergie du soleil et sur laquelle vous pourriez recharger votre téléphone portable. Science-fiction? Pas entièrement. Depuis la crise du pétrole qui a secoué le monde dans les années 70, la recherche sur la production d'énergie solaire a énormément progressé."
- Hockey sur un lac au Yukon sur MSN Vidéo
- The ailing euro is part of a wider crisis. Our capitalist system is near meltdown | Will Hutton | Comment is free | The Observer
- L'Islande, la crise, la révolution et moi - Framablog
- Aussi belles soient vos apps, nous on reste sur le web ! - Framablog
- ITW Geek Politics Bernard Stiegler on Vimeo
- The ailing euro is part of a wider crisis. Our capitalist system is near meltdown | Will Hutton | Comment is free | The Observer
- «Comment sortir d'un capitalisme malade: imaginer une économie de la contribution inspirée des comportements propres à l'univers numérique.»
- La « traite » des êtres humains et le crime organisé : Examen de la littérature
- La question de la « traite » ou du « trafic » des êtres humains qu’on a commencé à soulever dans la seconde partie des années 80 ne s’est véritablement imposée sur la scène publique que dans les années 90. La plupart des publications sur ce thème ne paraissent d’ailleurs que durant la seconde partie de cette décennie. Aussi, est-ce sans trop d’étonnement que dès la première incursion dans la littérature, on constate que le matériel disponible est limité; les réflexions s’appuient largement sur des rapports de recherche (publiés ou non) et sur la couverture médiatique. Face à cette production scientifique fort éparse et peu substantielle, il ne nous est apparu ni réaliste ni pertinent de se donner comme objectif d’en présenter une revue exhaustive. Nous tentons plutôt de dégager ci-après les paramètres principaux qui la jalonnent et de proposer des pistes futures de recherche. Pour ce faire, nous nous appuyons principalement sur la production académique (livres, périodiques avec comité de lecture) et sur les rapports de recherche et les publications de diverses organisations qui sont accessibles sur Internet. Dans un premier temps, nous nous attarderons aux perspectives théoriques qui ont alimenté les réflexions jusqu’à ce jour et à la controverse entourant la définition du concept de « traite » ou de « trafic » d’êtres humains. Une fois ces paramètres en place, nous nous tournerons vers l’importance et la forme que semblent prendre le crime organisé dans le développement de cette question. Ensuite, nous présenterons brièvement les lois mises en place pour lutter contre la traite des êtres humains et les solutions alternatives à explorer. Nous conclurons en proposant quelques pistes de recherche.
- Gens qui m'inspirent : Le philosophe Bernard Stiegler
- médias et sondages: conflit d'intérêt?
- Canadian Club - Wikipedia, the free encyclopedia
- Coalition SansParti
- La science dissèque les Anonymous » OWNI, News, Augmented
- Propaganda, d’Edward Bernays, ou comment manipuler l’opinion en démocratie - www.la-bas.org
- médias et sondages: conflit d'intérêt?
- Entretien avec Normand Baillargeon autour du livre "Propaganda"d’Edward Bernays. Qui était Edward Bernays ? Neveu de Freud, Bernays est considéré comme le père des relations publiques. Il a inventé cette technique moderne qui consiste à plier nos esprits aux projets de certains, technique que l’on nomme communement "propagande". Pour Bernays, la démocratie doit être pilotée par la minorité intelligente, c’est à dire, par l’élite...
- Secure online subscription completed | ComFree
- La Cinémathèque québécoise
- Nous sommes passés au Québec d’un taux de 80% à 30% d’autosuffisance alimentaire depuis 1985.
- Prison Valley – un webdocumentaire sur l'industrie de la prison
- Perte et le lien (La) - Les Éditions Médiaspaul
- La Cinémathèque québécoise
- Bernard Émond livre ici une stimulante réflexion sur l'importance pour le Québec de renouer avec son patrimoine culturel et spirituel. Série de trois entretiens avec Simon Galiero publiée à l'occasion de la sortie du film La donation, La perte et le lien raconte la création de la trilogie commencée avec La neuvaine et Contre toute espérance. Bernard Émond y approfondit le sens de chacun de ces films, expliquant à la fois son respect pour l'héritage chrétien et les raisons de sa non-croyance. Mais le livre va au-delà de la trilogie : il dévoile le parcours tout en contrastes dont émane l'ensemble de l'œuvre de Bernard Émond. Il traite de sa conception du film comme une fable, de son esthétique dépouillée inspirée de Bergman, de l'importance accordée dans son œuvre à des lieux emblématiques de l'histoire du Québec, et de son travail avec des comédiens comme Élise Guilbault, Guylaine Tremblay et Luc Picard. Enfin, Bernard Émond et Simon Galiero partagent leur point de vue sur la réalité de la société québécoise contemporaine et dénoncent la rupture de celle-ci avec son histoire, un déracinement qui la laisse à la merci du néolibéralisme et d'une culture du divertissement souvent abrutissante.
- Le chemin de l'honneur | Le Devoir
- Ainsi donc les électeurs, qui ont congédié le Bloc québécois et envoyé 59 députés du NPD aux Communes en mai, seraient maintenant prêts à élire un gouvernement dirigé par François Legault, mais à condition que Gilles Duceppe ne dirige pas le PQ, auquel cas ils voteraient pour ce dernier. Et pendant ce temps, Amir Khadir, personnalité politique la plus populaire en décembre dernier (selon un sondage Léger Marketing), glisse au septième rang et cède sa place au patron de la Coalition pour l'avenir du Québec. Depuis quelque temps, on a peine à comprendre l'électorat québécois, qui zigzague entre la gauche et la droite, la souveraineté et le fédéralisme.
- Crise de l'euro - Déni de la démocratie | Le Devoir
- Diffusion directe - Assemblée nationale du Québec
- Diffusion en directe en provenance de l'assemblée nationale.
- Essential JavaScript Design Patterns For Beginners
- Architecture of the World Wide Web, Volume One
- universal-ie6-css - One single universal CSS file for Internet Explorer 6 to use on every site - Google Project Hosting
- Architecture of the World Wide Web, Volume One
- One, standard, universal stylesheet for Internet Explorer 6. Simply copy one of these Conditional Comments into the head of any web page and you're done.
- Detect Mobile Browsers - Mobile User Agent Detection
- Give yourself a URI | Decentralized Information Group (DIG) Breadcrumbs
- The British Museum has created a Semantic Web Endpoint « British Museum blog
- Give yourself a URI | Decentralized Information Group (DIG) Breadcrumbs
- This month the British Museum launched a service known as a Semantic Endpoint that will allow more direct online access to the collection database. Although it is a technical service it will support the creation of new web applications and services accessible to many different audiences.
- TryFlask
- OpenPhoto
- A free, hosted, portable and open source photo sharing service.
- Swap.com – Trade Books, CDs, Video Games, Movies, Find Swap Events; Swap4Schools
- Refresh your books, games, movies, and music in Swap Media. Update your wardrobe and swap locally at one of our Swap Events. Coming soon in the Swap Market, you'll be able to get bigger skis for your kids, de-clutter your house, or get that comic book you've been looking for.
- How To Make An eBook
- Les maisons-nature de Pierre Thibault architecte | Livres d'art | Librairie | Cyberpresse
- Une ferme sur le toit, sans pesticides ni OGM
- ownCloud gives you freedom and control over your own data
- Les maisons-nature de Pierre Thibault architecte | Livres d'art | Librairie | Cyberpresse
- "ownCloud gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web."
- Introduction to W3C Mobile Web and Application Best Practices: Course Description
- Test Websites In Internet Explorer 9, 8 and 7 Under Linux / Mac OSX ~ Web Upd8: Ubuntu / Linux blog
- "Microsoft has created some customized Windows VHDs with the purpose of allowing web designers to test websites in Internet Explorer 9, 8 and 7, for free. To make it easier to set up, xdissent has created a Mac OSX / Linux script that will download the required files, extract them, install the latest VirtualBox guest additions and so on."
- Open Icon Library - Free/Open Icons
- A free and open Icon collection. Over 10,000 Unique Icons. Free for anyone to use on you computer, website or any other project. The library is not a theme. Its a centralized source for icons to cover all your needs. The goal is to cover all common apps, operating systems, mimetypes, devices, and country flags.
- Éric Lefrançois : Mazda6 Sport Wagon | Actualités
- Strategy and Change - Alex Steffen
- Fantastiques Sites Web avec Illustrations
- Strategy and Change - Alex Steffen
- Bons exemples de l'illustration au service de l'interface Web!
- Contactez e-closion à Montréal (Québec) | e-closion
- Capitale Ouverte | Pour des données ouvertes à Québec
- Problems of the RDF model: Blank Nodes
- Et si l'on créait ensemble une forge libre pour les métiers de l'édition ? - Framablog
- SPARQL Protocol and RDF Query Language/Le protocole SPARQL - Wikiversité
- Métadonnées, ontologies et linked data « pintiniblog
- Google, Bing et Yahoo réécrivent le HTML malgré le W3C ActuaLitté - Les univers du livre
- Web sémantique : quelles applications aujourd'hui ? - CommentCaMarche
- Qu’est-ce que le Web Sémantique ? | C/blog
- Lawful Access and the Privacy of Canadians « Pirate Party of Canada
- Learn You Some Erlang for Great Good!
- Capitale Ouverte | Pour des données ouvertes à Québec
- "Oh Hello! Welcome to my guide to Erlang! This guide is intended to be read by beginners, but if you're average or somewhat advanced you can probably learn a few things too, especially when we start hitting the OTP chapters! If you're too good for that, please help me when you find errors; you can also send me suggestions at mononcqc at gmail dot com or find me on #erlang (under the nickname MononcQc). Also, check out my twitter! Good read to you! Oh and before you enter the book, you can grab the code if you wish."
- cradle to cradle
- "Publié en 2002 aux Etats-Unis avec succès, traduit dans de nombreuses langues, voici enfin la version française de Cradle to Cradle (littéralement, d'un berceau à un autre) : c'est un manifeste pour une philosophie et une pratique nouvelles de la production et de l’écologie. Les deux auteurs préconisent une « empreinte écologique positive », à travers une philosophie d’éco-conception qui consiste à penser le produit dès l’origine pour lui donner ensuite plusieurs vies. Ils militent pour une « éco-efficacité » qui ne mettrait pas la croissance économique et l’écologie dos-à-dos. Plutôt que de chercher à réduire la consommation, ils voudraient créer un modèle industriel basé sur une sorte de compostage appliqué à tous les objets : soit les produits retournent au sol sous la forme de « nutriments biologiques » non toxiques, soit à l’industrie en tant que « nutriments techniques » afin d’être recyclés à l’infini, imitant ainsi l’équilibre des écosystèmes naturels."
- Use PHP with Identi.ca, Part 1
- "Identi.ca is a popular free microblogging service that allows users to post status messages and news. Web application developers are able to create, access, and search these messages through the Identi.ca API. This two-part article introduces the Identi.ca API and illustrates how you use it with PHP to create dynamic web applications."
- The great bank robbery – Global Public Square - CNN.com Blogs
- Place Publique - Média citoyen, relais d’engagements associatifs et outil de démocratie participative
- JPEGmini - Your Photos on a Diet!
- Place Publique - Média citoyen, relais d’engagements associatifs et outil de démocratie participative
- JPEGmini is a patent-pending photo recompression technology, which significantly reduces the size of photographs without affecting their perceptual quality. The technology works in the domain of baseline JPEG, resulting in files that are fully compatible with any browser, photo software or device that support the standard JPEG format.
- The One Web: don't write for devices, write for people | Opinion | .net magazine
- print.css — only display what's needed
- JR - Artist
- print.css — only display what's needed
- JR possède la plus grande galerie d'art au monde. Il expose librement dans les rues du monde entier, attirant ainsi l'attention de ceux qui ne fréquentent pas les musées habituellement. Son travail mêle l'art et l'action et traite d'engagement, de liberté, d'identité et de limite.
- Dead Simple: RDF and SPARQL using PHP
- Fencl
- Sur la route des hackers évangélistes » OWNI, News, Augmented
- Fencl
- "Certains pensent que les idées des hackers, ces bidouilleurs qui aiment détourner les objets de leur destination initiale, sont réservées à une petite élite éduquée ? Le hackbus, un véhicule spécialement équipé, répond à ce reproche en allant à la rencontre des gens. Pour Johannes Grenzfurthner, un artiste viennois co-fondateur du collectif Monochrom qui fédère les initiatives de ce type sur la plate-forme hackbus.info, c’est un retour aux sources subversives du hacking. Revenant sur un quart de siècle d’existence des hackerspaces, ces espaces physiques où se réunissent les hackers, il estime que le mouvement s’est embourgeoisé et replié sur lui-même. "
- FurnLab Open Source CNC: Make Production Local Again by FurnLab » Updates — Kickstarter
- La neutralité du Net, par Jean-Pierre Archambault - Framablog
- Official Google Webmaster Central Blog: A new rich snippets format for music
- Le pouvoir et l'amateur
- La neutralité du Net, par Jean-Pierre Archambault - Framablog
- "Les amateurs ont le vent en poupe dans la presse et le réseau. La génération DIY a de nombreux outils à sa disposition pour pouvoir concevoir des objets, des produits… et surtout beaucoup de temps pour soi. Daniel note que il y une émergence des amateurs."
- Commotion, le projet d'un Internet hors de tout contrôle - LeMonde.fr
- "Un immeuble confortable et anonyme, au cœur de Washington, à quelques rues de la Maison Blanche. Dans une enfilade de bureaux au fond du 5e étage, une vingtaine de jeunes gens, surtout des garçons, travaillent discrètement, dans une ambiance à la fois studieuse et décontractée. Cette petite équipe, composée d'informaticiens, de juristes et de sociologues, est en train de réaliser l'utopie suprême des hackers et des militants libertaires du monde entier : un logiciel permettant la création de réseaux sans fil à haut débit 100 % autonomes, qui fonctionneront sur les fréquences Wi-Fi, sans s'appuyer sur aucune infrastructure existante – ni relais téléphonique, ni câble, ni satellite. Ils seront mouvants, horizontaux, entièrement décentralisés et échapperont à toute surveillance, car le trafic sera anonyme et crypté."
- nod-A
- Un Fab Lab au Québec
- "« Le nombre d'innovations depuis 1993, de l'arrivée du web à aujourd'hui, est supérieur au nombre d'innovations depuis l'origine de l'humanité jusqu'en 1993. L'innovation est même exponentielle; nous sommes de plus en plus créatifs et innovants », raconte Jean-Michel Cornu, directeur scientifique de la FING. Les deux dernières décennies ont été l'occasion d'expérimenter à grande échelle une série d'innovations, ce qui, pour Internet, a bouleversé les rapports industriels dans plusieurs sphères (musique, journaux, télévision). C'est un moment où le public est aussi devenu acteur. Imaginez maintenant quand les consommateurs fabriqueront leurs propres objets!"
- Radio Paradise - commercial free Internet radio - modern & classic rock, electronica, world music & more
- Why We Need An Open Wireless Movement | Electronic Frontier Foundation
- Percée du logiciel libre dans la fonction publique québécoise
- Hackons l'école !
- Why We Need An Open Wireless Movement | Electronic Frontier Foundation
- "On commence par hacker ses LEGO, on finit par hacker la société." - http://t.co/d8d4Bb0
- Ligue les Mollos de Limoilou recherche quelques jo
- Ligue les Mollos de Limoilou recherche quelques joueurs pour la saison 2011-2012 http://t.co/21Efs8a... http://t.co/QoFzGq6
- Les Mollos de Limoilou - Ligue de hockey
- Shareable: Putting the Future Back in the Room
- Bootstrap, from Twitter
- Shareable: Putting the Future Back in the Room
- "Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more."
- BeedBox
- C'est une distribution GNU/Linux s'appuyant sur Debian, vous permettant de créer chez vous, un petit serveur pour héberger votre blog, votre galerie photo, votre réseau social.
- Learn to code | Codecademy
- Codecademy is the easiest way to learn how to code. It's interactive, fun, and you can do it with your friends.
- Pourquoi favoriser l'indépendance numérique?
- FreedomBox
- Comment favoriser l'indépendance numérique?
- Alex Steffen sees a sustainable future | Video on TED.com
- FreedomBox
- "Le fondateur de Worldchanging.com, Alex Steffen nous explique à quel point il est vital de réduire l'empreinte écologique de l'humanité, à l'heure où le mode de vie consumériste occidental s'étend aux pays en développement."
- English by Phone
- Cours d'anglais au téléphone - english cours by phone
- sales-pitch / wizard / tabs | DuProprio
- Le pouvoir des réseaux sociaux dans le collimateur des autorités américaines | Internet
- Le métro de San Francisco qui coupe les téléphones portables, le shérif de Los Angeles furibond contre un rappeur ayant saturé ses lignes téléphoniques via Twitter: les autorités américaines réagissent comme elles peuvent face au pouvoir diffus des réseaux sociaux.
- Ebooks - Littérature classique - publie.net
- calibre - Watch it in action
- Map Editor, Maker & OSM - MapQuest Open
- LivresQuébécois
- Stop Coddling the Super-Rich - NYTimes.com
- Microdata — HTML Standard
- calibre - Watch it in action
- Sometimes, it is desirable to annotate content with specific machine-readable labels, e.g. to allow generic scripts to provide services that are customised to the page, or to enable content from a variety of cooperating authors to be processed by a single script in a consistent manner. For this purpose, authors can use the microdata features described in this section. Microdata allows nested groups of name-value pairs to be added to documents, in parallel with the existing content.
- Microdata & the microdata DOM API
- "One of the main problems HTML5 set out to solve was consistency (and therefore machine readability) of markup, evidenced by the introduction of standard semantic elements such as <header>, <nav> and <figure>. This is all well and good, but there are times when you'll want to add specific machine-readable data attributes to pieces of content so that they can be read consistently by some kind of processing script, even if the exact markup used differs slightly between different content. This need has already been satisfied to a certain degree, by the cleverly simple and backwards compatible Microformats, and the rather more esoteric RDFa."
- A Web Whiteboard
- A Web Whiteboard is touch-friendly whiteboard app that lets you use your tablet or smartphone to easily draw sketches, collaborate with others and share them with the world.
- Maison a vendre Matane, immobilier Québec | DuProprio
- Ready to sell your property? Choose one of our packages: | ComFree
- Les États-Unis en train, de New York à San Francisco
- Quand l’AppStore se vide, l’internet se fragmente | La Feuille
- Ready to sell your property? Choose one of our packages: | ComFree
- Pour ceux qui n'aime pas la politique Apple (http://ur1.ca/4ssng), il y a les Framabooks, la liseuse Stanza et http://www.ebooksgratuits.com
- Wooden mouse on the Behance Network
- The new eco-friendly wooden-mouse / La nouvelle souris en bois ;) http://bit.ly/7PwVMa
- Water Should Be a Human Right | Wired Science | Wired.com
- Water Should Be a Human Right http://www.wired.com/wiredscience/2009/06/waterright/
- Pourquoi je quitte Ubuntu pour Fedora
- Free ePub Converter - PDF To ePub - Convert Books to ePub Format
- "2EPUB allows you to convert PDF, doc and other types of documents & books to ePub format, the standard format for ebooks, supported by almost every reading device including iPad, iPhone, iPod, Sony Reader, BeBook, Nook, Kobo (for Kindle use .mobi)."
- sold out capitaliste - Recherche Google
- migration_vers_xubuntu - Documentation Ubuntu Francophone
- Avoir Xubuntu ~ et désintaller Gnome.
- default / listing / modelo | DuProprio
- Exemple de nouveau rapport modelo (web-1411).
- Git Community Book
- Welcome to the Git Community Book. This book has been built by dozens of people in the Git community, and is meant to help you learn how to use Git as quickly and easily as possible.
- HXMPP - haXe/XMPP library
- ISSUE : HOW DOES THE COUNT OF THE CSS FILES IN A WEB APP AFFECTS IT’S PERFORMANCE? « Experience Satire
- Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
- jaxl - Jabber XMPP Client Library in PHP
- CouchSurfing - Participate in Creating a Better World, One Couch At A Time
- Buzzcar - Et l'auto se partage
- GoLoco
- ISSUE : HOW DOES THE COUNT OF THE CSS FILES IN A WEB APP AFFECTS IT’S PERFORMANCE? « Experience Satire
- "GoLoco is an easy way to share trips with your friends -- and friends of friends. We use a system of alerts to notify you whenever your friends or interest groups are going places you want to go. Your cars, your friends, your trips, your expenses -- GoLoco puts them all together for a seamless way to share travel and expenses. JOIN NOW and turn your social networks into travel networks."
- Why You Should Never Use jQuery Live - Jupiter JavaScript Consulting
- "Event delegation is a powerful technique that is often used in JavaScript applications. jQuery has two similar API methods that provide similar event delegation functionality: live and delegate. On the surface live and delegate can seem interchangeable. However, they are not. Live has several serious disadvantages and should never be used, and this article will explain why."
- Cool notification messages with CSS3 & Jquery
- Léon - Serenade Tissu Sectionnel 2 mcx/sofa-lit
- Pizzeria Gemini
- Printemps arabes: six mois de lutte et d’espoir » OWNI, News, Augmented
- An SVG Primer for Today's Browsers
- Léon - Serenade Tissu Sectionnel 2 mcx/sofa-lit
- "Scalable Vector Graphics (SVG) is a Web graphics language. SVG defines markup and APIs for creating static or dynamic images, capable of interactivity and animation, including various graphical effects. It can be styled with CSS, and combined with HTML. This document provides an introduction to SVG, with examples and explanations."
- GetSimple CMS - No MySQL Needed, 5-Minute Setup, Plugins, Themes & Documentation
- GetSimple is an XML based lite Content Management System. To go along with its best-in-class user interface, we have loaded it with features that every website needs, but with nothing it doesn't. GetSimple is truly the simplest way to manage a small-business website.
- minify - Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads. - Google Project Hosting
- "Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads."
- SAMBA Blog: Hamster Burial Kits & 998 Other Business Ideas
- alabamboo : BikeLab
- "During the summer of 2010, two brooklyn cyclists brought bamboo bicycles to rural Alabama. Sean and Marty of the Bamboo Bike Studio in Brooklyn, NY brought down knowledge, tools and a contagious spirit of possibility. Here are some photos of that process. Right now we're in the prototype phase, however, our long term goal is to provide Hale County with industry, employment & access to affordable, sustainable bicycles. Our even grander goal is to create the most accessible, renewable sustainable bicycle on the market."
- Rebel Designers Ride Cross-Country on Hand-Made Bamboo Bikes
- Top 10 Git Tutorials for Beginners
- "As a web designer or web developer, you’ve probably heard of Git before, a version control system that has had a swift ascension to ubiquity due in part to GitHub, a social code repository site. If you’d like to learn how to use Git, check out my top 10 favorite Git tutorials for beginners. At the end, you’ll also see a list of other educational Git resources."
- Normalize CSS
- "Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing."
- Schema.org Can Be Useful, But RDFa Will Be Hard To Beat
- Jay Myers, lead web development engineer at Best Buy, acknowledged that he had to make some last-minute alterations to the presentation he gave yesterday at SemTech on the practical business uses of RDFa for search engines and beyond. They were required in light of the schema.org announcement that came at the end of last week. Myers worked the new standard for creating and supporting a common vocabulary for structured data markup on web pages in microdata into a slide that showed how the Semantic Web can bring equilibrium to the pendulum that tends to swing between the shiny-ball stuff of the web that’s tailored for human consumption and the back-end keyword- and metadata-stuffing that’s done for the benefits of machine-reading.
- Opera Mobile Emulator
- Do your mobile development straight from your desktop, and pair it with Opera Dragonfly for advanced debugging.
- Makezine.com
- MAKE Magazine brings the do-it-yourself mindset to all the technology in your life. MAKE is loaded with exciting projects that help you make the most of your technology at home and away from home. We celebrate your right to tweak, hack, and bend any technology to your own will.
- Why a JavaScript hater thinks everyone needs to learn JavaScript in the next year - O'Reilly Radar
- I've long looked at JavaScript as a second-class citizen in the programming world. Early on, it was the source of numerous security problems; it was a nice bit of glue to patch together HTML applications with a bit of styling, but nobody would use it for serious code; and so forth. Java, Ruby, Python, they were the languages for doing real work.
- schema.rdfs.org
- "Only very recently the three big search engines Bing, Google and Yahoo! introduced Schema.org, a collection of schemas that webmasters can use to markup their pages. The search engines rely on this markup to improve the display of search results, making it easier for people to find the right web pages."
- Page ejected after protest during Speech from the Throne | Posted | National Post
- "Security guards yanked a parliamentary page from the Senate chamber in the midst of the throne speech after she began an anti-government protest. “A page that we all know entered the Senate Chamber and held a sign stating ‘stop harper’” senator Mobina Jaffer wrote on her Twitter account as parliamentarians gathered to hear Governor General David Johnson read the Conservative government’s Speech from the Throne."
- schema.org
- "This site provides a collection of schemas, i.e., html tags, that webmasters can use to markup their pages in ways recognized by major search providers. Search engines including Bing, Google and Yahoo! rely on this markup to improve the display of search results, making it easier for people to find the right web pages. "
- CSS: Elastic Videos
- "While I was coding the Elemin Theme (a responsive WordPress theme that I recently designed), one of the challenges that I faced was to make the embedded videos elastic. Using the max-width:100% and height:auto trick works with native HTML5 video tag, but it doesn't work with embed code using iframe or object tag. After hours of experimenting and Googling, I finally found a trick on how to achieve this. If you are creating a responsive design, this simple CSS trick will come in handy. View the final demo and resize your browser window to see it in action."
- CSS Orienté Objet
- CSS3 and HTML5 Toolbox Starter - Noupe Design Blog
- "As designers and developers we tend to always be on the look out for awesome resources to add to our virtual toolboxes. With the web design landscape moving in the direction of CSS3 and HTML5 we thought that we would help our readers find a few choice tools to start building up their toolboxes. So we went out across the web looking for some of the top offerings from the development and design community that can help get you started on using CSS3 and HTML5 today."
- Mobile Web Application Best Practices Cards
- These cards summarize the Mobile Web Application Best Practices (MWABP) document. These guidelines aid the development of rich and dynamic mobile Web applications. A PDF version of the cards is available.
- Ten Oddities And Secrets About JavaScript
- "JavaScript. At once bizarre and yet beautiful, it is surely the programming language that Pablo Picasso would have invented. Null is apparently an object, an empty array is apparently equal to false, and functions are bandied around as though they were tennis balls. This article is aimed at intermediate developers who are curious about more advanced JavaScript. It is a collection of JavaScript's oddities and well-kept secrets. Some sections will hopefully give you insight into how these curiosities can be useful to your code, while other sections are pure WTF material. So, let's get started."
- La gastronomie en plein air par Odile Dumais
- Voici un ouvrage de référence unique, un guide complet qui saura plaire aux simples amateurs comme aux mordus d'activités de plein air qui aiment bien manger. Du simple pique-nique d'un jour à l'excursion de longue durée, tous pourront apprendre comment mieux planifier des menus, quels sont les meilleurs choix d'aliments en plein air, les trucs de transport, les plus récentes méthodes de conservation, des informations quant à l'équipement, etc. 234 pages.
- Neuvoo.ca - Propulsez votre carrière
- W3C mobileOK Checker
- Latex
- W3C mobileOK Checker
- "Cette page fournit de l'information générale sur LaTeX ainsi que quelques tuyaux pour les utilisateurs francophones. "
- Azimut Jobs - Offres d'emploi Québec
- Les visites et l’accès au logement - Éducaloi
- Et Thym Sel - Ateliers Culinaire
- Beautiful Typography in Web Design | SpyreStudios
- Les visites et l’accès au logement - Éducaloi
- Typography is a very important part of web design. By using different types of typography like big headlines and bold fonts web designers are improving the look and feel of websites. So in this post we have compiled some beautiful typography for your inspiration.
- Speeding Up WordPress - Noupe Design Blog
- "Whether you’re using WordPress as a CMS, a blog or somewhere between the two, as a portfolio site, making sure your site runs quickly is absolutely paramount in this day and age. This article and screencast combo takes you through how to use a variety of tips, tricks and techniques in order to make your WordPress powered site load faster."
- Akova | Créateurs de valeurs
- Abri.Co
- Espace de Co-travail à Québec
- Andersson-Wise Architects | An Austin, Texas based Architecture & Design Studio
- Silicon Valley and the technology industry: The new tech bubble | The Economist
- The Rise of Erlang: Erlang Factory San Francisco 2011 » By Matthew Sacks » Featured, Technology Conferences
- AptGeek Technologies inc.
- Silicon Valley and the technology industry: The new tech bubble | The Economist
- Font du django
- Internet haute vitesse fait bondir l'emploi en r
- Internet haute vitesse fait bondir l'emploi en région http://t.co/8anw4SD via @AddThis
- A Crash Course in Typography: Pulling It All Together - Noupe Design Blog
- Mirego - Vision & stratégie, conception & développement de solutions mobiles & Internet : iPhone, iPad, iPod, Android, Blackberry et Cloud.
- L3interactive - solutions Web pour votre entreprise
- Closure Compiler Service
- The Touch Agency Graphic Design Edinburgh
- Mirego - Vision & stratégie, conception & développement de solutions mobiles & Internet : iPhone, iPad, iPod, Android, Blackberry et Cloud.
- The Touch Agency, a multi-disciplinary creative agency based in Edinburgh, Scotland.
- Je suppose que ces économistes
- Je suppose que ces économistes ne connaissent eux non plus rien à l'économie http://bit.ly/kEEJs4
- lg2
- dompdf - HTML to PDF converter (PHP5)
- DOMPDF est un convertisseur de pages web (HTML) en documents PDF. Il essaie de respecter au mieux les feuilles de styles CSS et assure des fonctionnalités utiles à l’impression.
- Hash URIs - W3C Blog
- "Gawker have redesigned their sites, including lifehacker and various others, such that all URIs look like http://{domain}#!{path-to-content} — the #! is the hash-bang. The home page on the domain serves up a static HTML page that pulls in Javascript that interprets the path-to-content and requests that content through AJAX, which it then slots into the page. The sites all suffered an outage when, for whatever reason, the Javascript couldn’t load: without working Javascript you couldn’t actually view any of the content on the site."
- brunch - with coffee
- DuckDuckGo new public XMPP/Jabber service on dukgo.com! - duck.co - The DuckDuckGo Community
- "First the general information: Today DuckDuckGo started its own XMPP Server which is public open for registration. If you dont know XMPP/Jabber, you should checkout the WikiPedia page about it: http://en.wikipedia.org/wiki/XMPP. In general its a instant messaging service, like Yahoo Messenger, MSN, ICQ or Skype, to exchange messages live with other friends. As client we suggest Pidgin, but there are many more clients for every platform and on any device. A list you can get here: http://xmpp.org/xmpp-software/clients/."
- Adaptive & Mobile Design with CSS3 Media Queries
- "Screen resolution nowsaday ranges from 320px (iPhone) to 2560px (large monitor) or even higher. Users no longer just browse the web with desktop computers. Users now use mobile phones, small notebooks, tablet devices such as iPad or Playbook to access the web. So the traditional fixed width design doesn't work any more. Web design needs to be adaptive. The layout needs to be automatically adjusted to fit all display resolution and devices. This tutorial will show you how to create a cross-browser adaptive design with HTML5 & CSS3 media queries."
- BeerCamp at SXSW 2011
- Tout sur PubSub « [Nÿco's blog] standards ouverts de la messagerie instantanée
- "Publish-subscribe (pubsub) est une puissante extension au protocole XMPP. Il peut être vu comme le RSS de la messagerie instantanée ; les utilisateurs souscrivent à un élément et reçoivent les notifications lorsque celui-ci est mis à jour. Le principe général de la notification sur lequel se base le procotole peut être trouvé à sur le web."
- Web Design as Narrative Architecture — Jon Tan 陳
- FPDF
- "Cette classe Php aux fonctions claires et quasi intuitives permet à une application Php de créer aisément des documents au format PDF. FPDF, sans modification de l’installation de Php et sans recourir à des bibliothèques supplémentaires comme Pdflib procure un ensemble d’outils suffisant pour créer des documents PDF à partir de Php."
- Adaptive Web Design: Crafting Rich Experiences with Progressive Enhancement — Easy Readers
- "Crafting Rich Experiences with Progressive Enhancement"
- Raphaël—JavaScript Library
- "Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. "
- Sitting is Killing You
- SEO : bien appréhender un site en 40 questions (environ) - Référencement, Design et Cie
- "Que l'on soit consultant ou que l'on travaille chez l'annonceur, l'optimisation du référencement d'un site passe toujours par une phase de découverte qui va concerner la structure du site, son contenu, sa popularité et divers aspects liés au marketing. Par où commencer ? On peut parfois se sentir perdu...Aussi voici une quarantaine de questions à se poser pour bien appréhender un site. Ces questions constituent une grille de lecture personnelle, et ne prétendent pas être la checklist ultime. En particulier, il ne s'agit pas de faire un inventaire complet des possibilités d'optimisation. Mais répondre à ces questions devrait vous permettre de détecter la plus grosse partie des problèmes susceptibles de se poser en matière de référencement. Notez que cette checklist peut également servir en avant-vente, pour estimer la quantité de travail nécessaire à une prestation ;)"
- CSS Device Adaptation
- "This specification provides a way for an author to specify, in CSS, the size, zoom factor, and orientation of the viewport that is used as the base for the initial containing block. "
- An introduction to meta viewport and @viewport - Dev.Opera
- "Support for the viewport meta tag in Opera’s mobile products has been around for quite some time, and in Opera Mobile 11 we have made our viewport implementation more robust, added support for new mechanisms to deal with different screen densities, and included an implementation of our own @viewport rule proposal. In addition, Opera Mini 6 now also comes with basic support for the viewport meta tag."
- Alarm over EU 'Great Firewall' proposal - Telegraph
- "Broadband providers have voiced alarm over an EU proposal to create a “Great Firewall of Europe” by blocking “illicit” web material at the borders of the bloc. "
- Essential Reading on the Semantic Web - semanticweb.com
- Tricky whitespace handling in XSLT
- "The xsl:strip-space and xsl:preserve-space elements are only relevant for whitespace-only text nodes. Some XSLT processors have not even implemented these elements but strip such nodes themselves."
- ECTO
- Coopérer, collaborer, se réseauter, partager, c'est le plaisir et la force d'être ensemble. En tant qu'espace coopératif, ECTO se donne pour mission non seulement d'améliorer la qualité de vie de ses membres, mais aussi de favoriser la mise en place d'activités structurantes aux effets multiples.
- The Skiff
- Desk, meeting and workshop spaces for a community of freelancers, mobile workers and small companies in the middle of Brighton.
- La Firme
- Incompatible Browser | Facebook
- Good to have this as a bookmark? :-) "Facebook | Delete my account" http://bit.ly/cFx328
- Optimisez le temps de chargement et les performanc
- Optimisez le temps de chargement et les performances de votre site via votre htaccess : http://is.gd/cSq9C /via @rochdaniel **/technique
- Enfin un outil pour aider les entreprises à évaluer leurs performances Web ! | Baromètre multiple-media.com
- Enfin un outil pour aider les entreprises à évaluer leurs performances Web ! http://icio.us/cknl15
- Lettre à la ministre Nathalie Normandeau - Au service des gens, pas de l'industrie | Le Devoir
- Dominic Champagne répond à Nathalie Normandeau dans @LeDevoir http://bit.ly/9B6aW3
- Data Data Data II | Blog actuvisu
- Belle synthèse de @actuvisu du Web sémantique et du Web de données: "Data Data Data II" ~ http://ur1.ca/1e8k0
- Enchantement culturel | Le Devoir
- Un merveilleux texte de Gil Courtemanche sur la vie en région : Enchantement culturel http://ow.ly/2mtHY
- Clinique Drupal tout les derniers samedis du mois dans nos locaux | Observatoire d'informatique libre québécois
- Clinique Drupal le 29 janvier dans nos locaux http://oilq.org/fr/node/13997 #oilq
- Christmas gift: OneTeam Desktop beta1 released as Open Source! - ProcessOne
- Mozilla developers: Do not miss ProcessOne open source instant messaging client based on mozilla framework ! http://bit.ly/gMmgJl
- L'enfer où a été fabriqué votre iPhone | Rue89
- RT @Rue89: L'enfer où a été fabriqué votre iPhone http://bit.ly/fkGZA9 Welcome to FoxconnCity by http://bit.ly/eazutg #merrychristmas
- Toolinux, le journal du Libre
- ♻ @costalfy Un livre pour apprendre à maîtriser GIMP http://bit.ly/fEP696 #facil #framasoft #fsf
- Hausse des indices
- ♻ @zelaurent Internet illimité pour 50$ / an ! C'est possible... en Gaspésie. http://ow.ly/4cCKD
- Quitter son emploi pour entreprendre à temps plein. | Kim Auclair
- 14 conseils pour quitter son emploi afin d’entreprendre à temps plein http://goo.gl/fb/ZTRG1
- canada + =
- canada + #opendata = http://www.data.gc.ca/
- Utiliser HTML5 et CSS3 sans se sentir coupable
- Utiliser HTML5 et CSS3 sans se sentir coupable: 3 outils pour le support de HTML5 et CSS3 dans Internet Explorer... http://bit.ly/dPJK0e
- BIX.ART
- oh http://bixart.ca/ is finally online. pfew. #memories @AgencePheromone
- Los Carpinteros | Fubiz™
- RSS : Los Carpinteros - Des sculptures, des installations, et des oeuvres de grande qualité par Alexandre Arrechea, ... http://ow.ly/180Ol6
- Fini les frais abusifs dans les télécommunications | Protégez-Vous.ca
- Fini les frais abusifs dans les télécommunications http://ow.ly/20khN ENFIN!
- 10 bonnes raisons d'abandonner Facebook | Gizmodo
- 10 bonnes raisons d'abandonner Facebook http://j.mp/aZLICV
- Ivan Herman
- Setting up SSH public/private keys
- User experience and web design consultants | Clearleft Ltd
- Styleguides for the Web — Paul Robert Lloyd
- Linked Data Patterns
- Setting up SSH public/private keys
- "A pattern catalogue for modelling, publishing, and consuming Linked Data"
- Dave Beckett
- "Free software/open source software developer and designer of HTTP web services and applications for metadata, content storage and content management. Expert in web metadata, XML, RDF, Semantic Web technology and web standards."
- 10 Free Professional HTML and CSS CV/Resume Templates
- Mobile First
- "More often than not, the mobile experience for a Web application or site is designed and built after the PC version is complete. Here's three reasons why Web applications should be designed for mobile first instead."
- HTML5 and CSS3 Cheat Sheets
- In doing research for this post I discovered that DevCheatSheet.com has an awesome collection of 22 HTML5 Cheat Sheets. I didn’t want to needlessly re-post what they already have so I cross-checked my collection with theirs and I’ve only shared below the ones you won’t find there.
- GNUnet - decentralized, peer-to-peer networking
- "GNUnet is a free software framework for decentralized, peer-to-peer networking. The framework offers link encryption, peer discovery and resource allocation. The primary codebase is written in C, but with Freeway there is an effort to produce a compatible version written in Java. GNUnet currently runs on Linux, BSD, Mac OS X, Solaris and Windows. It is an official part of the GNU project."
- The Road to HTML 5: Link Relations
- "Regular links (<a href>) simply point to another page. Link relations are a way to explain why you're pointing to another page. They finish the sentence "I'm pointing to this other page because...""
- Yiibu - Lovingly crafted mobile experiences
- This site is a proof of concept for many of the ideas described in Rethinking the Mobile Web. Over the coming months, we will release articles covering our approach in detail. In the meantime why not discover how these ideas came to be and how this site was developed.
- jQuery content slider carousel image slideshow | bxSlider
- "bxSlider is a jQuery content slider and image slideshow."
- Using CSS 3 mediaqueries to measure your window
- Introduction to Object-Oriented JavaScript - MDC Docs
- "JavaScript has strong object-oriented programming capabilities, even though some debates have taken place due to the differences in object-oriented JavaScript compared to other languages. This article starts with an Introduction to object-oriented programming, then reviews the JavaScript object model, and finally demonstrates concepts of object-oriented programming in JavaScript."
- Poste d'intégrateur Web à Qc
- David Christian: Big history | Video on TED.com
- Backed by stunning illustrations, David Christian narrates a complete history of the universe, from the Big Bang to the Internet, in a riveting 18 minutes. This is "Big History": an enlightening, wide-angle look at complexity, life and humanity, set against our slim share of the cosmic timeline.
- How to bypass strict firewalls on public wifi hotspots and restricted networks, by tunneling blocked ports and protocols - verot.net
- Pour quel Canada allez-vous voter?
- Learn Python - Free Interactive Python Tutorial
- Pour quel Canada allez-vous voter?
- Welcome to learnpython.org's interactive Python tutorial. Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the Python programming language.
- Résumé for Steven G. Harms
- Exemple de cv en ligne utilisant l'ontologie ResumeRDF.
- Introduction au Web sémantique
- Web sémantique et HTML5 : les microdonnées et les éléments sémantiques
- Typographie sur le web
- Web sémantique et HTML5 : les microdonnées et les éléments sémantiques
- "Qui a dit que les règles de typographie fine (parfois qualifiée de micro typographie) n’étaient pas applicables dans une page web ? Nous allons ici démontrer que c’est tout à fait possible. "
- For Your Script Loading Needs | Nettuts+
- "As JavaScript usage has skyrocketed over the last few years, so has the sheer number of scripts that are being loaded in an average web page. With these script tags comes a lot of baggage, such as blocking and lack of dependency management. Today, I’d like to bring your attention to a number of JavaScript loaders, which are mini toolkits that significantly simplify how you add and load scripts. "
- Hypertext Style: Cool URIs don't change.
- There are no reasons at all in theory for people to change URIs (or stop maintaining documents), but millions of reasons in practice.
- Hatem + D, agence communication, stratégie, design, québec, web, développement mobile.
- Safran WEB & IMPRIMÉ
- Bleu Outremer
- Wrapping Long URLs and Text Content with CSS
- Safran WEB & IMPRIMÉ
- "To wrap long URLs, strings of text, and other content, just apply this carefully crafted chunk of CSS code to any block-level element"
- Télé-Québec : La vie en vert
- "Les Québécois génèrent en moyenne 11,5 tonnes de gaz à effet de serre chaque année à travers diverses occupations, qu'il s'agisse du chauffage, de l'utilisation de différents appareils électriques, du transport automobile, ou des déplacements en avion. Pour réduire notre empreinte écologique globale, il faut d'abord réduire la quantité de gaz à effet de serre que nous générons. Mais comme il est pratiquement impossible d'avoir naturellement une empreinte nulle, les GES restants peuvent être compensés par l'achat de crédits de carbone. "
- Welcome to Ember! The best way to share your design inspiration!
- "Ember is the best way to share your design inspiration with the world - from webpages to screenshots, design to illustration, Ember is built for creatives looking to build an online design scrapbook."
- Powerful New CSS Techniques and Tools
- The 1140px Grid · Fluid down to mobile
- "The 1140 grid fits perfectly into a 1280 monitor. On smaller monitors it becomes fluid and adapts to the width of the browser. Beyond a certain point it uses media queries to serve up a mobile version, which essentially stacks all the columns on top of each other so the flow of information still makes sense. Scrap 1024! Design once at 1140 for 1280, and with very little extra work, it will adapt itself to work on just about any monitor, even mobile."
- Griddle.it - Web page alignment made easy
- "A clean and simple way to help align your layouts. No complex grid frameworks necessary. Just put your dimensions after our URL to get a background guide image to work with in your browser. Grids are created on the fly, so any combination should work."
- How To Create A Great Web Design CV and Résumé?
- 320 and up - prevents mobile devices from downloading desktop assets
- ‘320 and Up’ prevents mobile devices from downloading desktop assets by using a tiny screen’s stylesheet as its starting point. Try this page at different window sizes and on different devices to see it in action.
- État des lieux de l'accessibilité de HTML5
- «Après avoir affirmé à Paris Web 2010 que HTML5 était utilisable immédiatement en production, un expert accessibilité m'a repris en disant qu'il était dangereux de dire que HTML5 était accessible (j'en parlais au futur cela dit). Dans le cadre d'un gros projet autour de HTML5, j'ai depuis fait pas mal de recherches ce qui m'a permis de mieux comprendre son intervention. Je sais qu'il est dangereux de parler en dehors de son domaine d'expertise, mais il faut bien qu'un développeur Web mette les pieds dans le plat et à tout le moins provoque le débat. Autant vous dire que si vous vous y connaissez en accessibilité, je prend tout ajout ou correction.»
- Building your web identity
- "While strolling on that inter-network thingy, you quickly realize that there's one mandatory identity certificate required: your email address. It is not possible anymore to be active on the web without an email address. Most services require that you provide a valid email address. And it's a good thing because email has the following properties: being decentralized (not tied to any provider), being standardized and freely implementable, being easy to share (just one human-readable string). It's also possible to have multiple addresses, meaning there's no enforcement to have a one-to-one connection between a real-life identity and a web identity."
- Space Saving Tiny Apartment, New York
- Un petit appartement new-yorkais où l'espace est magnifiquement bien optimisé.
- 5 références pour s’entraîner à la maison - Je suis en forme
- Sass - Syntactically Awesome Stylesheets
- "Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. Sass has two syntaxes. The new main syntax (as of Sass 3) is known as “SCSS” (for “Sassy CSS”), and is a superset of CSS3’s syntax. This means that every valid CSS3 stylesheet is valid SCSS as well. SCSS files use the extension .scss."
- Chronologie des navigateurs Web
- 1993-2004
- The Video WebSocket Difference | Ericsson Labs
- Google.com ajoute des métadonnés sociales dans vos résultats de recherche
- Google.com indique si un de vos contacts a partagé sur Twitter un URLs faisant parti de vos résultats recherche.
- The Node Beginner Book
- "The aim of this document is to get you started with developing applications for node.js, teaching you everything you need to know about "advanced" JavaScript along the way. It goes way beyond your typical "Hello World" tutorial. "
- Costco to Sell Home Solar Panel Kits
- Next time you're at your neighborhood Costco, you might consider picking up a home solar energy kit along with your three month supply of toilet paper. The big box store, a favorite of many small business owners and big families, will soon sell solar panels from Eugene, Oregon-based Grape Solar.
- RDF Distiller
- Dydra
- Django snippets
- Dydra
- "Djangosnippets.org, a site for users of the Django web framework to come together and share useful «snippets» of reusable code."
- CSS3 Patterns Gallery
- Des tuiles entièrement faites en CSS.
- bike - Google Search
- Node Nerd
- "Node.js links and step-by-step tutorials"
- A geek with a hat » django
- Un blogue qui parle parfois de Django.
- Commodore USA
- "Units come with the Ubuntu 10.04 LTS operating system on disk ready to install. Commodore OS 1.0, along with emulation functionality and classic game package, will be mailed to purchasers when available."
- Tutorial: How to make a simple PHP webservice? | Programmer XR
- Is this post ill shed some light on how to make a simple PHP webservice. This tutorial is the first in a serie that will show how to get data from your webserver to your Android application.
- gury - an html5 canvas utility library
- "gury (pronounced "jury") is a JavaScript library designed to aid in the creation of HTML5/Canvas applications by providing an easy-to-use chain based interface. With gury you can create a canvas tag, resize and style it, add renderable objects, animate those objects, and place it anywhere on the page in a single chained expression. "
- Flask (A Python Microframework)
- "Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed! "
- htaccess tester
- To test your htaccess rewrite rules, simply fill in the url that you're applying the rules to, place the contents of your htaccess on the larger input area and press "Check Now" button.
- Small Business Outreach - The Web Standards Project
- Small businesses are not well-equipped to help them decide if they are hiring skilled professionals to create their web presences. They need to be able to differentiate between roles and stages in a typical web project, and be able to identify good candidates who can help them build digital presences that conform to web standards and current best practices. Badly built websites can result in reduced users, poor search-engine exposure and in the worst case scenario, the business needing to pay out for it to be replaced within a year. Business owners need to understand how to engage in the hiring process so they get a proper return on investment in what is likely to be a major project for them.
- Comment on peut combattre l’apathie! Montreal Ouvert
- Web Standards Sherpa
- The goal of WebStandardsSherpa.com is to provide web professionals the opportunity to receive feedback, glean advice and learn best practices from experts in the field to help them improve the quality of their own work.
- IE Print Protector - ieCSS
- "IE Print Protector is a piece of javascript that allows you to print HTML5 pages in Internet Explorer. IE Print Protector helps IE render HTML5 elements correctly, both on screen and in print. "
- Mieux vendre vos produits avec des données riches et structurées - Openweb.eu.org
- Page Speed Online
- Page Speed Online analyzes the content of a web page, then generates suggestions to make that page faster. Reducing page load times can reduce bounce rates and increase conversion rates.
- 10 techniques avancées et secrets de CSS2 - Alsacréations
- "A l'heure où Internet Explorer 6 se meurt et que le déclin d'IE7 est appréciable il devient plus que temps de s'ouvrir aux secrets d'un langage malheureusement trop peu connu : CSS2, ou plus précisément CSS2.1. De larges parties de CSS2 ont été occultées en raison des faiblesses d'IE6 puis d'IE7. Le marché actuel nous offre enfin la possibilité, au cas par cas, de négliger ces anciennes versions du navigateur de Microsoft. Les possibilités offertes par CSS2 sont bien plus vastes que vous ne l'imaginez…"
- How Web 3.0 is Changing the Way We Learn - semanticweb.com
- RDF & OWL IMPLEMENTATION - Semantic Overflow
- Web sémantique : une nouvelle ère? | Scoop.it
- Do You Really Need a CMS? - semanticweb.com
- Le W3C pousse le Web dans la télévision | silicon.fr
- Le thésaurus W et le Web de données
- What Facebook's Open Compute Project means - O'Reilly Radar
- Albert Jacquard démonte le concept de «Propriété Intellectuelle» on Vimeo
- RDF & OWL IMPLEMENTATION - Semantic Overflow
- Une guerre conceptuelle, sémantique a commencé visant à privatiser peu à peu ce qui pourrait être de l'ordre du monde des idées et peut être si nous n'y prenons pas garde du phénomène de la pensée. Pour se faire un nouveau vocabulaire est en train d'émerger, tel l'expression sémantique mensongère "propriété intellectuelle", visant à faire admettre l'inadmissible, c'est à dire qu'un seul homme peut se prévaloir être le propriétaire d'une idée.
- Breadwig » Gallery
- A Basic Introduction to OWL - semanticweb.com
- jquery.qrcode - jquery plugin for a pure browser qrcode generation
- A Basic Introduction to OWL - semanticweb.com
- jquery.qrcode.js is jquery plugin for a pure browser qrcode generation. It allow you to easily add qrcode to your webpages. It is standalone, less than 4k after minify+gzip, no image download. It doesnt rely on external services which go on and off, or add latency while loading. It is based on a library which build qrcode in various language. jquery.qrcode.js wraps it to make it easy to include in your own code.
- Introduction to: Ontologies - semanticweb.com
- Le responsive design à l’assaut des terminaux mobiles
- "Ces derniers temps je parle de plus en plus des terminaux mobiles, et pour cause : ils prennent une place de plus en plus importante dans notre quotidien et surtout dans notre consommation de l’internet (services et contenus). Avec la multiplication des plateformes mobiles et même des formats de terminaux alternatifs, les concepteurs de sites et services en ligne s’arrachent les cheveux pour trouver des solutions à cette fragmentation."
- Media Queries
- A collection of responsive web designs
- Ne négligez pas les smartphones low cost | TerminauxAlternatifs.fr
- "Selon le dernier rapport de Médiamétrie, la France compte 15,5 M de mobinautes sur une population totale approchant les 45 millions de possesseurs de téléphones mobiles. Toujours selon ce rapport, les smartphones représentent 1/4 du marché. Traduction : les « simples » téléphones représentent encore 3/4 des parts de marché. Il existe tout un tas de rapport nous prédisant une domination des smartphones pour 2012, mais nous parlons ici des ventes, pas des statistiques de possession."
- Les cartes des bonnes pratiques des applications Web mobiles
- Ces cartes sur les Bonnes Pratiques des Application Web mobiles résument le standard W3C Mobile Web Application Best Practices. Ces cartes sont également disponibles en format A4 recto-verso et en format "livret". La version originale est en anglais. Ces cartes sont également disponibles en coréen, espagnol, hébreu et suédois.
- Amazon.com: Practical Django Projects (Expert's Voice in Web Development) (9781430219385): James Bennett: Books
- Le Mad Blog
- Un blogue qui parle assez souvent de Django.
- xMac info • Développement Drupal à Montréal | Conseil • Communication • Développement Drupal • Soutien technique
- Jacques Blier, un intégrateur Web Drupal.
- VETIQ
- Association des entrepreneurs en nouvelles technologies situées à Québec city.
- Hookt Studios
- Chalifour
- SYS-TECH - Technologies de l'information libres
- Chalifour
- Ils semblent utiliser les logiciels libres... mais ne semblent pas prêt du centre de québec.
- WAQ - Le Web à Québec
- Événement Web à Québec.
- NOFOLO
- Ils semblent cependant portés sur les technologies Microsoft.
- Ultimate Guide to Microformats: Reference and Examples
- Paul Irish on HTML5 Boilerplate
- GoodRelations How-To on Vimeo
- vie.js
- It’s time to stop using Subversion » #AltDevBlogADay
- W.I.P. (Work In Progress) » Journalisme et réseaux sociaux: 8 tendances venues des Etats-Unis
- Social media design should start with human behavior - O'Reilly Radar
- CSS Typography: Examples and Tools
- Droits d'entrée | Cinémathèque
- Visites commentées | Cinémathèque
- Nous joindre | Cinémathèque
- Les valises | Pierre Foglia
- Paul Irish on HTML5 Boilerplate
- Bon, c'est réglé, le gaz de schiste. On s'inquiétait pour rien, finalement. Pas de moratoire qui pénaliserait indûment l'industrie gazière, mais une étude du Bureau d'audiences publiques sur l'environnement, qui fera rapport dans cinq mois.
- Les Inrocks : Le FME en Abitibi-Témiscamingue : reportage au festival magique
- L'Abitibi-Témiscamingue? Une région isolée du Québec, dernier lieu colonisé d'Amérique du Nord. Le Festival de Musique Emergente? L'un des plus magiques auxquels on ait pu assister. Reportage et photos.
- Café-Bar | Cinémathèque
- Médiathèque Guy-L.-Côté | Cinémathèque
- Salle Claude-Jutra | Cinémathèque
- Espaces de location | Cinémathèque
- Google: HTML, CSS, and Javascript from the Ground Up - Google Code University - Google Code
- La forêt de proximité peut-elle relancer les régions? - La Terre de chez nous
- Gravity, Latest Project From Former MySpace Execs, Ties Users to Their World of Web Interests - semanticweb.com
- Médiactivistes
- JavaScript Garden
- Henri Bergius: Weblog: Introducing the Midgard Create user interface
- Structured data powers Google's Recipe View - O'Reilly Radar
- Can open source reinvent the music business? - O'Reilly Radar
- Toolkit for a mobile migration - The Globe and Mail
- How to Maintain Your Personal Brand as a Corporate Employee - Smashing Magazine
- pyxmpp
- Anonymous and the global correction - Opinion - Al Jazeera English
- Ontology for Media Resources 1.0
- Médiathèque Guy-L.-Côté | Cinémathèque
- "This document defines the Ontology for Media Resources 1.0. The term "Ontology" is used in its broadest possible definition: a core vocabulary. The intent of this vocabulary is to bridge the different descriptions of media resources, and provide a core set of descriptive properties. This document defines a core set of metadata properties for media resources, along with their mappings to elements from a set of existing metadata formats. Besides that, the document presents a Semantic Web compatible implementation of the abstract ontology using RDF/OWL. The document is mostly targeted towards media resources available on the Web, as opposed to media resources that are only accessible in local archives or museums. "
- Cinéma, télévision, vidéo et nouveaux médias | localhost
- Projections | localhost
- Raleigh, Montréal... quelle sera la première ville Open Source du monde ? - Framablog
- Open Mesh Project - Don't let governments shut down the Internet
- Projections | localhost
- "Open Mesh networking is a type of networking wherein each connected node in the network may act as an independent router or "smart" device, regardless of whether it has an Internet connection or not. Mesh networks are incredibly robust, with continuous connections that can reconfigure around broken or blocked paths by "hopping" from node to node until the destination is reached, such as another device on the network or connecting to an Internet back haul. When there is local Internet available, they can amplify the number of people who can connect to it. When there isn’t, mesh networks can allow people to communicate with each other in the event that other forms of electronic communication are broken down. Devices consist of most wifi enabled computers and run on existing Microsoft Windows, Apple OS X, and Linux systems along with iPhone and Android mobile devices. An open source mesh network further offers a scalable solution that retains low costs while avoiding path dependencies and vendor lock-in. Combined with open hardware, these networks facilitate long-term maintenance flexibility and improvements."
- Rich snippets (microdata, microformats, RDFa) - Webmaster Tools Help
- Google Takes First Big Bite Into Rich Snippet Search With Recipes
- Food content webmasters who’ve dutifully been coding their pages with recipe rich snippets since Google announced them in April get a big reward today. Google is rolling out recipe search, taking advantage of the structured data to launch a whole category
- BBC - Ontologies - The Sport Ontology
- The Sport Ontology is a simple lightweight ontology for publishing data about competitive sports events.
- Péladeau Harper. Laver le cerveau des canadiens
- Zotonic, The Erlang CMS — Zotonic
- "Zotonic is a CMS. It is fast, easy to use and open source. Zotonic is the content management system for people that want a fast, extensible, flexible and complete system for dynamic web sites. It is built from the ground up with rich internet applications and web publishing in mind."
- Communiqués | localhost
- Fondation de la cinamathèque | localhost
- Direction générale | localhost
- Vapour, a Linked Data validator
- Introduction to: RDF - semanticweb.com
- Fondation de la cinamathèque | localhost
- RDF stands for Resource Description Framework and it is a flexible schema-less data model. Do not confuse or compare it with XML (more about this later)! It is one of the core technologies of the Semantic Web and the current W3C standard to represent data
- RDFa Core Default Profile
- wiki.dbpedia.org : spotlight
- DBpedia Spotlight is a tool for annotating mentions of DBpedia resources in text, providing a solution for linking unstructured information sources to the Linked Open Data cloud through DBpedia. DBpedia Spotlight can be used for Named Entity Recognition,
- python-jabberbot: A simple Jabber Bot for Python (thp.io)
- Programming your own Jabber bot can be fun and helpful. This is python-jabberbot, a Jabber bot framework for Python that enables you to easily write simple Jabber bots. You can use your Jabber bots to provide information about your running systems, to mak
- Microformats and RDFa deployment across the Web
- Le Web 3.0 sera sémantique !
- Je déteste l'expression Web 3.0! C'est du Web sémantique cibole!
- BBC - Ontologies - The Programmes Ontology
- This ontology aims at providing a simple vocabulary for describing programmes. It covers brands, series (seasons), episodes, broadcast events, broadcast services, etc. Its development was funded by the BBC, and is heavily grounded on previous programmes d
- Eben Moglen Is Reshaping Internet With a Freedom Box - NYTimes.com
- "On Tuesday afternoon, as Secretary of State Hillary Rodham Clinton spoke in Washington about the Internet and human liberty, a Columbia law professor in Manhattan, Eben Moglen, was putting together a shopping list to rebuild the Internet - this time, without governments and big companies able to watch every twitch of our fingers. " The list begins with "cheap, small, low-power plug servers," Mr. Moglen said. "A small device the size of a cellphone charger, running on a low-power chip. You plug it into the wall and forget about it." Almost anyone could have one of these tiny servers, which are now produced for limited purposes but could be adapted to a full range of Internet applications, he said.
- Distributed Matter - Blog
- Blog « Digital Bazaar
- The power of Drupal body classes in theming
- WEBTV.COOP - La réforme de notre système de santé
- Blog « Digital Bazaar
- "La réforme de notre système de santé. Comment le système public de santé peut être amélioré. Une présentation de Damien Contandriopoulos, chercheur à l'Université de Montréal. Un document produit par la Fédération des travailleurs et travailleuses du Québec. FTQ."
- Wikileaks: 6 contre-vérités diffusées par les médias » Article » OWNI, Digital Journalism
- "Quelques mois après les premières divulgations des télégrammes diplomatiques par Wikileaks, il semble qu'un certain nombre d'idées reçues continuent d'être alimentées par les médias dans l'opinion publique. Une mise au point s'impose."
- Ceci n’est ni une Wikileaks-révolution ni une Twitter-révolution #sidibouzid
- "Avant de se ruer sur les analyses d’un phénomène que beaucoup viennent de découvrir, ou pire de ressortir les vieux papiers sur la révolution verte iranienne – et d’en tenter une réecriture rapide – pour être les premiers sur Google News, il conviendrait d’entendre ceux qui sont au front et qui m’ont poussé à écrire ce billet. Il serait, au regard de la disproportion entre l’ampleur de l’évènement et la taille de sa couverture par la presse, de bon ton de laisser les héros de cette révolution laisser lui apposer des qualificatifs marketing tels que Jasmin, qui semble en énerver plus d’un."
- Tunisie, Égypte : la révolution 2.0
- "Une « journée de la colère » pour l’Égypte et une journée branchée sur Internet pour le reste de la planète. Branché pour avoir des nouvelles du Caire, de Port Said, d’Alexandrie, de Suez et d’ailleurs au pays des Pharaons. Et une fois de plus, un bel exemple de ce que peut offrir Internet à une nouvelle génération de citoyen du monde."
- Apache FOP
- "Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PS, PCL, AFP, XML (area tree representation), Print, AWT and PNG, and to a lesser extent, RTF and TXT. The primary output target is PDF. "
- test img | Cinémathèque québécoise
- CSS: Clearing Floats with Overflow
- "One of the common problems we face when coding with float based layouts is that the wrapper container doesn’t expand to the height of the child floating elements. The typical solution to fix this is by adding an element with clear float after the floating elements or adding a clearfix to the wrapper. But did you know you can also use the overflow property to fix this problem? It’s not a new CSS trick either. It’s been documented before long long ago. Today I would like to revisit the topic along with a few tips."
- AdaptiveTheme | drupal.org
- "Adaptivetheme is a highly configurable and flexible starter theme for Drupal 6 and 7. Adaptivetheme for Drupal 7 is the base theme for all of our advanced premium Drupal themes. The Drupal 7 version uses HTML5 markup and is designed around the principles of structure and semantics, compatibility and accessibility. Basically this means: 1. Proper use of HTML markup. 2. Works with other technologies. 3. Anyone can use it. Structure is important to both machines (so they can understand what the document is about) and people (proper us of headings is good for accessibility). Compatibility comes at two levels - first with other Drupal modules (works with all modules) and secondly with broader internet technologies like RDFa and microformats. Android and iPhone have excellent support for HTML5 (webkit browsers), as have all modern browsers (including IE9). Adaptivetheme is backward compatible with all versions of Internet Explorer including IE6."
- Topologie mesh - Wikipédia
- "La topologie mesh (terme anglais signifiant maille ou filet), est une topologie de réseau qualifiant les réseaux (filaires ou non) dont tous les hôtes sont connectés de proche en proche sans hiérarchie centrale, formant ainsi une structure en forme de filet. Cela permet d’éviter d’avoir des points sensibles, qui en cas de panne, coupent la connexion d’une partie du réseau. Si un hôte est hors service, ses voisins passeront par une autre route."
- Why is RDF so old, complicated, unpopular and still not discarded? - Semantic Overflow
- "Semantic web is thought of as the next generation of the internet. To be popular it must be simple so that people can create semantic sites easily, as it was with HTML language and web 1.0. Or there must exist a lot of web applications that help users to put their content into the web. It determined the success of web 2.0 with its blog sites, social networks, online games, auctions and so forth."
- Bitcoin P2P Virtual Currency | Bitcoin
- Bitcoin is a peer-to-peer currency. Peer-to-peer means that no central authority issues new money or tracks transactions. These tasks are managed collectively by the network.
- DrupaLove.com - Drupal videos and Drupal themes portal
- Drupal Videos and Drupal Themes portal
- Less Framework 3
- "Less Framework is a cross-device CSS grid system based on using inline media queries. The core idea is to first create a default layout normally, and then additional layouts using inline media queries. Any browsers incompatible with media queries will simply ignore the additional layouts, and will only use the default one. The additional layouts will inherit any styles given to the default layout, so coding them is a breeze. All four of the layouts included in Less Framework share a common column-width and gutter-width, which makes it easy to design them consistently. Also included are two sets of typography presets composed around a baseline grid of 24 px. "
- Responsive Web Design par Ethan Marcotte : une Traduction Française
- "Commentant son métier, l’Anglais Christopher Wren affirmait avec un brin d’ironie que « l’architecture vise l’éternité ». Cette phrase a un côté intrigant : à la différence du Web, dont le contenu change souvent d’une semaine à l’autre, l’architecture est définie par sa permanence. Les fondations d’un bâtiment sont son empreinte. Elles définissent la charpente, qui donne sa forme à la façade. Chaque étape du procédé architectural est plus immuable, plus statique que la précédente. Les décisions créatives forment un espace physique, définissant la façon dont les gens vont évoluer dans cet espace durant des dizaines, voire des centaines d’années."
- The practicalities of CSS Media Queries, lessons learned
- CSS Media Queries are part of CSS3 and in brief: they allow you to tailor your websites appearance for different screen sizes. Most people I speak to know about media queries but have been a little shy in trying them out. You can read about media queries elsewhere—here, I'd like to speak about a first-hand experience of using them.
- FormationsExternes/PHPEtDrupal6 - Le Wiki Koumbit
- "Le but de ce cours n'est pas de faire de vous des pros de Drupal en six semaines. C'est impossible dans un tel délai. Disons plutôt, en bon français Drupal, que mon but est de vous bootstrapper - de vous donnez un gros coup de main, pour que vous puissiez ensuite développer vous-même vos aptitudes. Nous ferons donc des exercices pratiques chaque semaine. Les cours seront axés sur la compréhension de la documentation et du code, et sur l'acquisition de bonnes méthodes de travail. "
- Tutorials for Making Your Website Mobile Friendly - Noupe Design Blog
- "Mobiles have become a necessity in our lives and are being used worldwide. Today’s phone set has the capability to browse the web, listen to songs, watch videos or even download any required information. This is the main reason why many companies have considered rebuilding their sites to make them mobile compatible."
- All The Cheat Sheets That A Web Developer Needs
- "No matter how good programmer you are, you can`t memorize everything. It often happens to spend more time searching for a particular library, tag or declaration, than implementing it on our code. To ease your work I have gathered here some of the most important cheat sheets that you will ever need."
- À quoi ça sert de s'activer sur Internet ? Doctorow répond à Morozov - Framablog
- XSS (Cross Site Scripting) Prevention Cheat Sheet
- "This article provides a simple positive model for preventing XSS using output escaping/encoding properly. While there are a huge number of XSS attack vectors, following a few simple rules can completely defend against this serious attack. This article does not explore the technical or business impact of XSS. Suffice it to say that it can lead to an attacker gaining the ability to do anything a victim can do through their browser. These rules apply to all the different varieties of XSS. Both reflected and stored XSS can be addressed by performing the appropriate escaping on the server-side. The use of an escaping/encoding library like the one in ESAPI is strongly recommended as there are many special cases. DOM Based XSS can be addressed by applying these rules on the client on untrusted data. For a great cheatsheet on the attack vectors related to XSS, please refer to the excellent XSS Cheat Sheet by RSnake. More background on browser security and the various browsers can be found in the Browser Security Handbook. "
- Marshall McLuhan Speaks - Centennial 2011
- Frame Box - Lightweight online tool for creating mockups
- Lightweight online tool for creating and sharing mockups (wireframes). Easy, fast and free in use.
- Livre Mémento - Ergonomie web - A. Boucher
- Un rappel des principes d'ergonomie appliquée aux sites Web. L'auteure répond avec concision aux questions d'usabilité d'un site Internet, d'audit de sa capacité à retenir et fidéliser ses visiteurs.
- [Ubuntu-QC] Richard Stallman au S2LQ en ligne
- Pourquoi notre monde est sur le point de devenir beaucoup plus petit @Comment Changer le Monde
- A List Apart: Articles: Understanding Progressive Enhancement
- The 2010 Social Networking Map / Flowtown (@flowtown)
- Data Independence and Survival Best Practices Projects - Carnets de La Grange
- Pourquoi notre monde est sur le point de devenir beaucoup plus petit @Comment Changer le Monde
- Data Independence And Survival Best Practices collects ideas around data independence. How to better share your data by promoting reusability, standards and clear policies. A series of best practices and tools for both the users (individual or structure)
- Esclavage 2.0, quelques précisions - 2006-05-05 - Carnet Web Karl
- Les réactions à un billet sont toujours intéressantes car elles montrent invariablement les différences d'interprétation qu'un lecteur peut avoir d'un texte. Les raisons en sont multiples. Le texte peut être mal écrit. Le lecteur a déjà imaginé un profil
- Explication simple des réseaux sociaux (Twitter, Quora, Foursquare…)
- PHP QR Code
- Librairie PHP pour générer des QR codes.
- List of open source Android applications - Wikipedia, the free encyclopedia
- F-Droid · Repository
- The FDroid Repository is an easily-installable catalogue of FOSS applications for the Android platform. The server contains the details of multiple versions of each application, and the Android client makes it easy to browse, install them onto your device
- Retour sur les enjeux du web sémantique
- "Ces dernières années, l'enrichissement des technologies web a replacé au centre des discussions la notion de « web sémantique ». L'idée est de pouvoir proposer aux internautes un « web intelligent » grâce à la manipulation de données. Mais qu'est-ce que véritablement le web sémantique ? Et quels sont les outils nécessaires aux développeurs ? Clubic s'est arrêté sur le sujet lors de la conférence SemWeb Pro qui se déroule actuellement à Paris."
- SemWeb.Pro 2011 - January 17-18 Paris (SemWeb.Pro)
- web_sémantique semantique_web
- W3C HTML5 Logo
- "Take Control — Your Web, Your Logo"
- WebID 1.0
- Social networking, identity and privacy have been at the center of how we interact with the Web in the last decade. The explosion of social networking sites has brought the world closer together as well as created new points of pain regarding ease of use
- WebID - Universal Login and Identity for the Web
- WebID is a replacement for traditional login on the Web. It is an open standard for identity and login. With WebID you no longer need to remember usernames or passwords for all of the sites you use. You can publish your identity wherever you want and choo
- Méthodes exemplaires pour la publication des vocabulaires RDF
- Ce document décrit des méthodes exemplaires pour la publication de vocabulaires ou d'ontologies sur le Web (en RDF Schema ou OWL). Les caractéristiques de chaque méthode sont décrites en détails, afin que les concepteurs de vocabulaires puissent choisir l
- Foaf Builder
- FOAF (Friend of a Friend) is a way of describing people, their activities, and their relationships to other people and things. FOAF allows groups of people to truly open social networks that are controlled by individual users and not by any one single ent
- Why you should have a Web Site (and other Web 3.0 issues)
- WebID - ESW Wiki
- A WebID is a way to uniquely identify a person or other entity, such as a company, an organization, a web site, or other resource. The term "WebID" was coined by Dan Brickley and Tim Berners-Lee in 2000. As of 2010, the term "WebID" is used for a class of
- Modernizr
- "Modernizr adds classes to the <html> element which allow you to target specific browser functionality in your stylesheet. You don't actually need to write any Javascript to use it."
- How to use the W3C Geolocation API
- "Imagine visiting a city for the first time. You're hungry, but don't know where the nearest restaurants are and which of them are any good. Wouldn't it be nice if some app could detect your location and provide you with a list of restaurants closest to you, along with reviews and ratings for each one? And this is not the only consideration — could it detect your location accurately, keeping in mind your privacy as well? This is where the W3C Geolocation API comes in, support for which is included in Opera 10.60."
- La Bourgeoise Sérigraphe
- Atelier de sérigraphie de Iris Sautier à Montréal.
- 10++ Useful Regex Patterns for PHP
- "PHP uses two types of functions that will work with regular expressions. One type of function is the preg set of functions, which include preg_match and preg_match_all these functions work with the PCRE Library. The second type is an old form of regular expression which is compatible with POSIX called ereg and eregi which is now depreciated since PHP 5.3. For this tutorial all the examples will make use of either the preg_match or preg_match_all and PCRE compatible regex patterns."
- Pourquoi remettons-nous souvent les choses au lendemain ?
- "La procrastination est la tendance (plus cognitive que pathologique comme nous allons le voir) à remettre systématiquement les choses au lendemain. Mais, rappelle le journaliste David McRaney sur son blog, la procrastination correspond à une idée reçue qui affirme qu'on est paresseux et qu'on gère mal son temps, alors qu'à la vérité, elle est alimentée par notre faiblesse à gérer nos impulsions."
- Farm Bureau finds wealthy friend in Facebook | Analysis & Opinion |
- In the 21st Century, Shakespeare might ask, “What’s in a domain name?” To the 6 million-member American Farm Bureau Federation, the answer is a lot of money. Facebook paid $8.5 million to acquire the Internet address "fb.com" for internal use by its employees from the largest U.S. farm group.
- WAQ - Le Web à Québec
- "Le WAQ est un événement organisé par la communauté Web de Québec. Plus d'une vingtaine de professionnels du domaine collaborent pour vous offrir des conférences, de la formation, des ateliers et même une compétition de création de site Web!"
- Worldometers
- Statistiques mondiales en temps réel. Statistiques mondiales en direct sur la population, l'éducation, l'environnement, l'alimentation, l'énergie et la santé. Un recensement intéressant fourni par des compteurs de population et de croissance démographique, des statistiques sur la population mondiale et diverses informations concernant la destruction annuelle des forêts, l'émission de dioxyde de carbone, la famine, la consommation d'énergies et d'autres encore. Horloge mondiale et compteur de statistiques mondiales
- Des disques durs vivants - Actualités Techno - Électronique
- "Des étudiants de Hong Kong tentent de stocker de vastes quantités d'information dans un espace minuscule: la bactérie E.coli."
- Longue vie au Web, par Tim Berners-Lee
- "« Sir » Tim Berners-Lee, le père du Web, a livré ce week-end au magazine Scientific American, une analyse complète lucide et accessible des menaces qui pèsent aujourd’hui sur ce curieux phénomène qui depuis vingt ans a changé la face du monde : Internet."
- Les Media Queries CSS3
- "La spécification CSS3 Media Queries du W3C définit les techniques pour l'application de feuilles de styles en fonction des périphériques de consultation utilisés pour des pages (X)HTML. Ces bonnes pratiques permettent d'exploiter encore plus les avantages de la séparation du contenu et de la présentation. L'intérêt est de pouvoir satisfaire des contraintes en terme de dimensions, de résolutions et d'autres critères variés pour améliorer l'apparence graphique et la lisibilité (voire l'utilisabilité) d'un site web, notamment avec l'usage de plateformes exotiques (navigateurs mobiles et écrans à faibles résolutions, impression, tv, synthèses vocales, plages braille, etc)."
- Outcrop Communications
- Agence de communication Web dans le nord du Canada. Ils ont un bureau à Whitehorse.
- Les Anonymous s’attaquent au gouvernement Tunisien et à celui du Zimbabwe
- "Les Anonymous, ces alliés de 4chan et défenseurs de Wikileaks, ont apparement lancé une attaque de déni de service distribuée sur le site officiel du gouvernement Tunisien ainsi que sur celui du président Zine El Abdine Ben Ali. Au Zimbabwe, le site de la première Dame ainsi que le site officiel du gouvernement et celui du ministère des finances ont été visés."
- 20 Drupal Modules to Boost Your Website’s Functionality
- Drupal is a robust content management system that can do nearly anything you throw at it. Hundreds of Drupal modules–add-ons that extend the functionality of Drupal core–exist to help you create a powerful website.
- SoftIcons.com
- Grand répertoire d'icones Web.
- Bientôt sur vos écrans : OpenLeaks
- En septembre dernier, plusieurs membres de haut rang issus de Wikileaks ont quitté le projet, avançant que son fondateur, Julian Assange, avait un comportement autoritariste et ne se souciait guère de la sécurité de ceux dont les noms apparaissent dans les fuites publiées. Ils lui reprochent aussi de se focaliser sur les USA, et d’avoir des visées politiques irréalistes. En novembre, le groupe dissident a annoncé la création d’une organisation rivale, appelée OpenLeaks. Le site, prévu initialement pour être mis en ligne la semaine dernière, a finalement vu sa sortie repoussée en janvier, ce qui nous a laissé le temps de compiler différentes sources ainsi que les déclarations des initiateurs du projet OpenLeaks afin de vous présenter la façon dont devrait fonctionner le site.
- RHIEN - Le Réseau d’Hébergeurs Indépendants et ENgagés
- "Le Réseau d’Hébergeurs Indépendants et ENgagés (RHIEN) a pour but d’encourager et d’aider à la mise en place d’hébergeurs alternatifs à but non lucratif. Il propose, dans un premier temps, des articles et des tutoriels sur la thématique de l’hébergement. Mais c’est aussi un véritable réseau de mise en relation des hébergeurs alternatifs existants, et des individus voulant se lancer dans l’aventure."
- Mark Zuckerberg is TIME Magazine's Person of the Year? Where's the "dislike" button? — Free Software Foundation — working together for free software
- TIME Magazine praises Mark Zuckerberg for creating a system that has connected people around the world with each other.
- Bookmark Schema
- The Annotea Bookmark Schema, describing properties used to define instances of bookmarks, topics, and shortcuts.
- W3C cheatsheet
- 60 Questions to Consider When Designing a Website
- A Comprehensive Guide to CSS Resets
- Selficious - Yuuta's Bookmarks!
- 60 Questions to Consider When Designing a Website
- "This is a simple application hosted on appengine that helped me backup -quickly!- my delicious bookmarks and manage (add, edit, delete) them and my future ones. Gimme some moments to clean the code and you'll be able to have your copy by Forking it on github."
- 60 Bizarre and Creative Business Cards
- "Your business card is the slogan of your business. The more creative, unique and appealing your business card is, the more it will help you to move forward and give your business a great enhancement."
- Gentle introduction to OAuth - Dev.Opera
- Simply Accessible
- Simply Accessible is our home for all things accessible. We use this space to share our experiments, thoughts, and opinions on creating accessible web sites and apps.
- Les Anonymous, première forme d’intelligence collective ? | ReadWriteWeb France
- Il faut bien l’avouer, Wikipedia comme démonstration de l’intelligence collective, ça ne m’a jamais convaincu. Triomphe de la collaboration intelligente, sans aucun doute, mais dans le fond, rien de bouleversant. La somme des parties qui ont fait Wikipedia est largement supérieure au tout, en ce sens que si l’on rassemblait tous les esprits qui ont fait Wikipedia, ont pourrait, finalement, faire bien plus. Les Anonymous, eux, offrent une autre forme de phénomène collectif. On s’y sépare de son identité, comme souvent sur Wikipedia, mais contrairement à cette dernière, on n’use pas d’une identité virtuelle pour participer à l’effort collectif, on partage une seule identité avec le groupe. Plus de eRéputation, mais des jeux d’influences et des dynamiques de groupes fascinantes qui donnent naissance à quelques chose de radicalement nouveau.
- Content with Style - XSLT and HTML 5 problems
- 293 Goldman Sachs au bûcher ! « Nouvelle Societe
- Canada leading the way in data journalism? - Editors Weblog
- La neutralité du Net [1/3] Comment s’impose le principe de « neutralité du réseau »? | Entroponaute
- Long Live the Web: A Call for Continued Open Standards and Neutrality: Scientific American
- Introduction au web sémantique - miageprojet2
- Comment le web de données change-t-il la nature de la toile ? | Blog actuvisu
- Top 10 Semantic Web Products of 2010
- Comprehensive Listing of 175 Semantic Web Tools
- 293 Goldman Sachs au bûcher ! « Nouvelle Societe
- I have been assembling for some time a listing of semantic Web-related software applications and tools. My first partial listing had about 50 sources. I recently noted the W3C’s semantic Web wiki listing of about 70 sources. I then came across the EU’s AK
- Contacts API - W3C
- "The Contacts API defines the high-level interfaces required to provide read access to a user's unified address book. Methods to manipulate a user's unified address book, to add and remove contact information, are being developed in an accompanying specification"
- 960 Grid System
- "The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem."
- ADN: quand les “experts” se trompent « InternetActu.net
- "Souvent parée de toutes les vertus, l’ADN n’est pas la “reine des preuves” : erreurs de manipulation, d’analyse ou de conservation, “faux positifs“… les annales policières et judiciaires ont d’ors et déjà répertorié plusieurs cas de personnes, accusées et incarcérées, à tort, parce que leur ADN les désignait comme suspectes (voir Quand les “experts” se trompent). Plusieurs scientifiques tirent aujourd’hui la sonnette d’alarme : les taux d’erreurs seraient bien trop importants. "
- Québec ouvre la porte au logiciel libre | Pierre Asselin | Science et technologie
- "Le gouvernement ouvre grand la porte au logiciel libre. Avec le projet de loi que dépose mercredi la présidente du Conseil du trésor, Michelle Courchesne, ces logiciels devront être considérés dans les appels d'offres, non seulement par les ministères mais par tous les organismes de l'État québécois."
- Logiciel libre: la révolution selon Richard Stallman
- "La première chose qu'on remarque chez Richard Stallman, c'est son apparence, la barbe et les cheveux en désordre. Mais quand on l'écoute, c'est le pouvoir de ses idées qui frappe. Le «père» du logiciel libre a fondé un mouvement afin de protéger nos droits essentiels, notre «souveraineté» informatique."
- Turning More Heads Than a Tesla? The Beautiful Miluira Retro Electric Roadster from Japan : TreeHugger
- Open Web Applications
- "To demonstrate how installed web applications could work, Mozilla Labs has created some application, directory and store demonstrations. In the architecture we propose, applications are part of the web. Directories and stores can provide ratings, reviews, approval processes, and proof-of-purchase services, but applications can also be self-published by developers."
- Ad Bard Network
- The ad network for ethical computing -- AD BARD. The Ad Bard Network is the only advertising network designed specifically for reaching the developers, architects, users and influencers in the free software community, allowing advertisers to directly communicate with the key customers in this exciting new area. View a Free Software Foundation announcement about Ad Bard.
- Feng-GUI - Attention Analysis for Websites and Advertisements
- Tony Accurso, acteur majeur du monde de la construction | Le Devoir
- Feedly, your magazine-like start page
- Jugement lié au cas Jodhan : 15 mois pour rendre les sites Web du gouvernement du Canada accessibles
- Tony Accurso, acteur majeur du monde de la construction | Le Devoir
- "Aujourd’hui le jugement et les motifs de jugement dans le cas de Donna Jodhan VS Le procureur général du Canada ont été rendus."
- 6 Free JavaScript E-Books and Tutorials
- The 30 CSS Selectors you Must Memorize
- So you learned the base id, class, and descendant selectors – and then called it a day? If so, you’re missing out on an enormous level of flexibility. While many of the selectors mentioned in this article are part of the CSS3 spec, and are, consequently,
- Écrire pour le web: “c’est la structure, imbécile!”
- "Comment faut-il écrire pour le web ? Souvent l’enseignement se résume à des techniques d’écriture et d’édition, et à l’usage que l’on peut faire des différents médias: texte, son, vidéo, infographie, etc. Cet enseignement ignore deux points clé: l’importance des liens hypertexte qui permettent de réunir dans un même ensemble des éléments d’apparence disparates et le fait qu’il soit possible de développer des récits non-linéaires, offrant la possibilité à chaque internaute la possibilité de se construire son propre parcours de lecture. Pour ces raisons, l’écriture sur le web est d’abord une question de structure. Cette question a suscité de nombreux travaux depuis une quinzaine d’années. Voici une brève recension, non exhaustive. Pour écrire ce post, mon point de départ a été les travaux de Maria Laura Martinez, professeur et chercheur à l’École de Communications et d’Arts de l’Université de São Paulo, au Brésil [lire, The Black Wheel: a technique to develop hypermedia narratives (pdf)] et de João Canavilhas, enseignant au Département Media et Arts de l’Université de Beira Interior, au Portugal [lire, Web Journalism: from the inverted pyramid to the tumbled pyramid (pdf)]."
- Boost your social presence, boost your bottom line - The Globe and Mail
- "Say you’re running a neighborhood bakery, and you suspect that there might be a better way than the smell of fresh bread to let thousands of people know that a batch is fresh out of the oven, in case they happen to be close-by. Or say you’re the proprietor of an outdoor-goods firm, and your customers find that brochures aren’t giving enough of a sense of what it’s like to use your tents – but an online walk-through might. "
- Tips for Speedy JavaScript from the Google Instant Previews Team
- "As you probably know, Google recently rolled out its Instant Previews feature. The new feature involves quite a lot of client-side JavaScript, yet doesn't slow the search engine down for most of us. The Google Code Blog has a post on how the development team managed to add the new feature without noticeably impacting performance."
- Introducing Web Sockets - Opera Developer Community
- The beta release of Opera 11 debuts our support for Web Sockets, a feature once part of the HTML5 spec known as TCPConnection. Web Sockets today, however, are specified in two places: the Web Sockets API is maintained by HTML5 editor Ian Hickson, while the protocol is edited by Ian Fette. Web Sockets allow an application to push information back and forth between server and browser, rather than having to poll the server at set intervals or use <iframe> tricks - this allows web developers to cut down on unnecessary HTTP traffic, hacks and complexity. In this article we will explain the background to Web Sockets, show why it is a cool feature, and give you some simple usage examples to get you up to speed.
- Google Wave May Live On as an Apache Project
- "To paraphrase Mark Twain, it appears that rumors of Google Wave's death may be greatly exaggerated. Google announced that it was ending development on the project back in August. But some of Google Wave's developers have submitted the code for what's now known as Wave in a Box (WIAB) to the Apache Software Foundation. The project will now be a candidate to become a Podling in the Apache Incubator, the first step in becoming one of Apache's open-source projects."
- Eloquent JavaScript -- interactive tutorial
- Eloquent JavaScript is a digital book providing a comprehensive introduction (tutorial) to the JavaScript programming language. Apart from a bookful of text, it contains plenty of example programs, and an environment to try them out and play with them.
- 100 Exceedingly Useful CSS Tips and Tricks
- You can never have too much of a good thing–and two good things we rely on in our work are tips and tricks. Nuggets of information, presented clearly and succinctly, help us build solutions and learn best practices. In a previous article, we shared a jam-packed list of 250 quick web design tips. It seems only right to continue the trend by showcasing 100 fresh–and hopefully useful–CSS tips and tricks.
- 22 Excellent Tips for New Drupal Developers
- "In the Getting Started with Drupal guide, you were given a step-by-step walkthrough for setting up and using Drupal, the popular open source content management system (CMS). In this article, I’ll share some basic tips and tricks geared towards new Drupal developers."
- Getting to work with new web technologies
- "Hello everyone, and thank you for coming. My name is David Barrett. I’m the front-end developer for Contrast, where I’ve worked for the past two years. Web development, is the craft of realising a description of a website or app as a real, working thing. Front-end development is the part of this involving the browser. On the upside, you can get the rewarding feeling of making a Photoshop file into something living, that people can actually use instead of just look at. But on the downside, you have to trick and occasionally force-feed a design to, say, IE6. To say this part of the job requires a certain degree of bloody-mindedness is to be quite understated. I’ve been doing this sort of thing for a while, from small projects for myself, to huge projects for companies like AOL. I’m going to do three things this evening. Firstly, I will introduce to some new front-end technologies, like HTML5 and CSS3. Secondly, I will show you a few different ways you can use these new technologies in your projects today. And thirdly, I’m going to show you a few little demos of these things, and walk you through their implementations. Where I’ve found problems, I’ll let you know."
- HTML: The Markup Language Reference
- This non-normative reference describes the HTML markup language and provides details to help producers of HTML content create documents that conform to the language. It is intended to complement the normative conformance criteria defined in the HTML5: A vocabulary and associated APIs for HTML and XHTML specification, as well as information in related deliverables published by the HTML Working Group and from other sources. By design, this reference does not describe related APIs in detail, nor attempt to explain how implementations that are consumers of HTML content are meant to process documents (those areas are covered by the HTML5 specification itself), nor attempt to also be a tutorial or “how to” authoring guide.
- Semantic Web: Why RDF is more than XML
- An attempt to explain the difference between the XML and RDF models.
- Tim Berners-Lee : “les développeurs doivent s’intéresser dès aujourd’hui à HTML 5”
- A l’occasion d’une conférence annuelle du W3C qui s’est tenue le 2 novembre dernier à Lyon, la rédaction du MagIT a rencontré Tim Berners-Lee, le père du Web et un des patrons du consortium. Au programme, le Web sémantique, l’ouverture des données, HTML 5
- De l'OpenData au LinkedData : exemple de nosdonnees.fr, dans django, python, web semantique
- Je suis en train d'écrire un framework permettant d'apporter du sens et du lien à des données plates (csv, xls, etc), l'objectif est de les rendre directement exploitables par les utilisateurs et surtout d'en faciliter la publication pour les détenteurs o
- Where the semantic web stumbled, linked data will succeed
- In the same way that the Holy Roman Empire was neither holy nor Roman, Facebook's OpenGraph Protocol is neither open nor a protocol. It is, however, an extremely straightforward and applicable standard for document metadata. From a strictly semantic viewp
- Top Trends of 2010: HTML5
- 2010 has been a watershed year for the next version of HTML, the markup language that all web pages are written in. The reason for the emerging popularity of HTML5 strikes at the heart of a company by the name of Adobe: interactivity. Adobe's near ubiquit
- Illegal Art
- 20 Things I Learned About Browsers and the Web
- What’s a cookie? How do I protect myself on the web? And most importantly: What happens if a truck runs over my laptop? For things you’ve always wanted to know about the web but were afraid to ask, read on.
- The Semantic Web Delivers For Best Buy. So Why Not For Your Business, Too? - semanticweb.com
- Best Buy may be considered by many as a poster child for why businesses should use Semantic Web technologies. An early adopter of the GoodRelations vocabulary (just recommended for product and price information usage in web pages by Google), the retailer
- The HTML5 test - How well does your browser support HTML5?
- HTML 5 innerShiv
- html5shim - Project Hosting on Google Code
- HTML 5 innerShiv
- Public repo for the latest HTML5 JavaScript shim for IE to recognise and style the HTML5 elements.
- YouTube - Chaîne de Pythonneries
- prefix.cc
- Namespace lookup for RDF developers
- The implementation of GoodRelations
- This is a more technical follow-up post on “The Semantic Web is going mainstream“. As a general introduction to the subject and an explanation of why this is important and what it could mean for the future I recommend first reading that article.
- L'encerclement - La démocratie dans les rets du néolibéralisme, un documentaire de Richard Brouillette
- Source : http://www.cyberpresse.ca/chroniqueurs/pierre-foglia/201011/12/01-4342314-le-plateau.php
- Ruby on Rails Tutorial: Learn Rails by Example | Ruby on Rails 3 Tutorial book and screencasts | Beginning
- Qwiki
- Qwiki est un outil de recherche qui présente les résultats sous forme de vidéo interactive.
- Web sémantique, Web de données : présentation
- On désigne généralement par le terme de Web sémantique un ensemble de technologies développé par le W3C (l'un des principaux organismes de normalisation du Web) visant à faciliter l'exploitation des données structurées, notamment en permettant leur interp
- Using PHP 5's XSL extension to perform XSL Transformations
- This tutorial is for developers who wish to know how to generate HTML documents using a combination of XML data and XSL stylesheets. It also includes examples of how to use XSL parameters and included stylesheets.
- Quelques défis pour la prochaine décennie
- A l’occasion de ses 10 ans, l’excellent magazine américain The Chronicle of Higher Education a posé la question à des universitaires et experts de savoir quels seront les défis des 10 années à venir. Observons les plus significatifs…
- Permaculture internationale
- Traduction française : How to Publish Linked Data on the Web?
- Voici la traduction française complète du tutoriel How to Publish Linked Data on the Web publié par Chris Bizer (Web-based Systems Group, Freie Universität Berlin, Germany), Richard Cyganiak (Web-based Systems Group, Freie Universität Berlin, Germany) et
- stephanie troeth: cv, curriculum vitae, resumé
- Exemple de cv en ligne
- Screenr - Create screencasts and screen recordings the easy way
- Rebuilding The Web
- Articles, advocacy, discussion and debate about the many problems of the Web and the challenges of rebuilding it.
- RDFa in Drupal - examples and use cases
- This video shows what it is already possible to achieve today with Drupal 6 and a few RDF modules. Drupal 7 will ship with RDFa out of the box.
- Tutoriel XSLT débutant
- Free Pictures of Everything on Earth -- Ookaboo!
- Free Pictures Of Everything On Earth Ookaboo is a collection of free pictures, indexed by precise terms from the semantic web. All pictures on Ookaboo are in the public domain or are under Creative Commons -- that means that you can use our pictures for y
- SPARQL By Example
- Foaf+ssl - ESW Wiki
- FOAF+SSL is a secure authentication protocol that enables the building of distributed, open and secure social networks: the Social Web. We are just in the process of starting the formal standardisation process.
- Amusons nous avec RDFa... et Operator
- Il n'y a pas que Gautier Poupeau qui s'amuse avec RDFa ! Ce dernier le fait avec brio dans un article, comme toujours, on ne peut plus clair, didactique et accessible. Pour de viles raisons matérielles, je vais être beaucoup plus court et technique. Il ne
- FoaF Explorer
- CubicWeb Semantic Web Framework
- CubicWeb - Le web sémantique est un jeu de construction! CubicWeb est une plateforme logicielle de développement, d'application web, publiée sous la licence LGPL, qui permet aux développeurs de construire efficacement des applications web en ré-utilisant
- What is the Semantic Web?
- The semantic web and the move towards an interconnected world
- The programme described the session as follows: “Forget mass media products. Think niches and personalisation to keep your readers tuned in. Some new technological developments allow readers to receive only the news they want – Google Instant is receiving
- Web sémantique - Principes, représentations sémantiques et ontologies | Techniques de l'ingénieur
- En 1989, Tim Berners-Lee, futur fondateur du W3C, imagine pour le CERN, une organisation novatrice des ressources internes sous forme d'un réseau informatique distribué. La structure proposée est celle d'un graphe dont les nœuds représentent les ressource
- NetBiscuit: pour développer un site web mobile en 3 coups de cuiller à pot
- D’après Forester, la France est le pays européen où le taux de pénétration de l’Internet mobile augmente le plus rapidement. Il est aujourd’hui de 11% et devrait en 2014 atteindre les 40%. Les annonceurs envisageant d’avoir leur propre application mobile
- Internet, un tournant ?
- Depuis les débuts de son histoire, Internet a connu bien des évolutions, voire de nombreuses révolutions internes. Certains auteurs ont même placé cette histoire sous le signe de la « révolution permanente ». Au delà du flux continuel d’innovations qui la
- WTF is the Semantic Web?
- The intent of the semantic web is to enhance the usability and usefulness of the internet and its interconnected resources.
- L’évolution du Web passe-t-elle par le Web sémantique
- Internet comme source d’information, oui, mais quelle sera la solution quand nous serons en surdose d’information? D’information de toutes sortes, d’informations véridiques, autant que fausses, comment faire le tri? Il y a de ça un certains temps, j’ai su
- DataPortability.org - Share and remix data using open standards
- Data portability is the ability for people to reuse their data across interoperable applications. The DataPortability Project works to advance this vision by identifying, contextualizing and promoting efforts in the space.
- mySemID - Get your data back!
- There is quite a lot of buzz around Data Portability those days but I'm afraid that it will result in no-ending discussions with nothing concrete in a near future. I hope I'm wrong and I totally respect all those peoples way smarter than me which represen
- An organization ontology
- This document describes a core ontology for organizational structures, aimed at supporting linked-data publishing of organizational information across a number of domains. It is designed to allow domain-specific extensions to add classification of organza
- FOAF Online Account Description Generator
- Enter the URL of your FOAF document and your hashed email address in the form below. Or enter someone else's if you have the details. Use this hash generator to get the sha1 sum of your email. If you then enter your username for each of the following serv
- H2VX
- Optimus—Microformats Transformer
- Optimus—is a microformats transformer. Easily transform your microformatted content to nice, clean, easily digestible, XML, JSON or JSON-P. You can also easily set filters to only receive particular formats. Now your web site could really be your API with
- Extending HTML5 — Microformats | HTML5 Doctor
- While HTML5 has a bunch of semantic elements, including new ones like <article> and <nav>, sometimes there just isn’t an element with the right meaning. What we want are ways to extend what we’ve got, to add extra semantics that are machine-readable — dat
- HTML5 Microdata: Welcome to the Machine | Nettuts+
- I don’t think it is hyperbole to say that HTML5 will change the way that you think about web development. I welcome many of the changes as they make development easier, and the user experience richer. With any change, though, there is certain to be a bit
- Microformats – Part 0: Introduction
- Have you been over hearing people talk about microformats and thought to yourself “what are those?” In this post I provide a quick introduction, and discuss the various ways that microformats are changing the Web.
- Data Pointed
- Data Pointed is the home of artist and scientist Stephen Von Worley's data visualization research; a journal of interesting information imagery and news from around the world; and a place where you can spend a few minutes, have a laugh or two, and discove
- Data Week: Becoming a data scientist - O'Reilly Radar
- Artist and scientist Stephen von Worley announced the launch of a new blog, Data Pointed, showcasing his data visualization research. "One part magazine and two parts blog", the site tells the story of von Worley's own data visualizations, and surveys cho
- Build a web-based notification tool with XMPP
- Real-time web applications are networked applications, with web-based user interfaces, that display Internet information as soon as it's published. Examples include social news aggregators and monitoring tools that continually update themselves with data
- Tools for Online Success
- Google and the Small Business Administration have partnered to educate local businesses about how to succeed online. Each video describes how a small business owner successfully uses the internet to grow his or her business. It's important to be where you
- COVOQ - Covoiturage urbain
- COVOQ.com a pour but d’offrir aux entreprises et institutions du Québec une application de covoiturage afin de jumeler les employés d’une entreprise ou d’une entreprise voisine pour que ceux-ci puissent utiliser le covoiturage urbain comme moyen de transp
- Linked Data & Médias | Blog actuvisu
- Que les données ne soient plus cachées dans des bases de données côté serveur mais interrogeables de manière standardisée par tout un chacun, voici le vieux rêve de Tim Berners-Lee. Le chemin est encore long, mais il faudrait être bien aveugle pour ne pas
- Data Data Data II | Blog actuvisu
- Quelques concepts de Scott Brinker, « marketing technologist », sont exprimés ici. Pour bien les comprendre, j’ai décidé d’écrire cet article et faire ce travail de synthèse, mais pas que. Un billet à ma sauce en somme. Beaucoup d’entre nous utilisent des
- Real-time Semantic Web with Twitter Annotations
- Semantic Lab
- Nous sommes un regroupement d'experts compétents dans les différents domaines de la gestion des connaissances. Semantic Lab possède une expertise de pointe dans les différentes technologies du Web sémantique.
- HTML Timing
- The goal of this project is to rely on declarative W3C standards (namely, SMIL/Timing and SMIL/Timesheets) to synchronize HTML content. These demos rely purely on our Timesheet Scheduler: 100% declarative and standard-based, no specific JavaScript code is
- Htaccess Tools
- One this site you will find various generators to create .htaccess files for ie hotlink protection, password protection, or blocking of hitbots.
- Lifehacker Pack for Android: Our List of the Best Android Apps
- The Android Market isn't always an easy place to get around. Our first edition of the Lifehacker Pack for Android rounds up essential Android apps—our personal favorites for productivity, multimedia, internet life, and just plain usefulness.
- Le Web nous comprendra mieux
- Via l’émergence du Web sémantique, les moteurs de recherche s’apprêtent à répondre aux questions complexes des internautes. Quelle est la voiture – modèle cabriolet – la moins chère émettant moins de 130 g de CO2 au kilomètre? Quel est le restaurant avec
- Tim Berners-Lee : "Comment le Web va se transformer"
- Entretien. Selon le père du Web, Tim Berners-Lee, le Web sémantique est sur les rails. Grâce à lui, nous pourrons tout lire, tout apprendre, et presque tout partager. Mais plusieurs pièces manquent encore.
- Rolling Stone Magazine publie un "énorme merci" aux majors - PC INpact
- Le spécialiste de la musique Rolling Stone Magazine a publié dans son dernier numéro américain une lettre ouverte à l'attention des cadres des maisons de disques, les remerciant énormément pour tout ce qu'ils font pour lutter contre le piratage de musique
- Mediapart
- Benoit Lavoie's Web Site
- Any23 - Anything to Triples
- Benoit Lavoie's Web Site
- Anything To Triples (any23) is a library, a web service and a command line tool that extracts structured data in RDF format from a variety of Web documents. Currently it supports the following input formats...
- Semantic Django - Tools for semantic stuff in Django
- Here is a collection of semantic resources in order to ease the implementation of semantic Django web apps. Why? Just because data is more important than code and if you store, manipulate, give access to your data in a standard way you'll be able to inter
- Montreal Ouvert
- Nous sommes une initiative populaire qui a pour but de promouvoir l’accès ouvert aux données civiques de la région de Montréal. Nous croyons que l’accès aux données et information civiques augmente l’engagement citoyen, rend les services plus accessibles,
- l'Apathie C'est Plate
- L’idée de L’apathie c’est plate est née le 4 janvier 2004, alors qu’une chorégraphe du Yukon avec un esprit de conscience publique, un réalisateur de film de Montréal et un photographe / graphiste de Vancouver se rencontrent à une fête. Voyant que leurs p
- Technologie: Le Web de l'avenir, être ou ne pas être sémantique | Le Devoir
- Depuis que Tim Berners-Lee a jeté les bases du Web que nous connaissons aujourd'hui, celui-ci a fort peu évolué. Bien qu'en apparence les humains que nous sommes y voient de nombreuses améliorations, pour les machines — les ordinateurs — qui sont nos inte
- Le web sémantique : Le web de demain mais quand ? - e-commerce - Référencement et Marketing Internet
- Le web sémantique est le web à venir où les informations ne seraient plus stockés mais comprises par les ordinateurs pour apporter à l’usager la réponse qu’il cherche. L’idée en gros est de permettre une recherche intelligente sur la toile, faite par des
- Le Web 3.0, web sémantique et incidences sur le référencement
- Pour mettre en pratique nos connaissances en référencement naturel, comme vu dans le billet « référencement en 15 étapes », Google a conçu un jeu test de questions & réponses. Je vous invite également à prendre connaissance du Google SEO Report Card, qui
- FredCavazza.net > Du contenu roi aux données reines
- Souvenez-vous… il y a quelques années, le contenu était considéré comme la matière première du web : Celui qui maîtrisait le contenu maitrisait le web (les portails qui agrégeaient de très nombreuses sources de contenu concentraient également l’audience).
- Livre électronique : comment Amazon joue avec les chiffres
- C'est le buzz du moment: Amazon vendrait plus de livres électroniques que de livres papier. Pas tout à fait vrai... Décryptage. Il faut se méfier des communiqués d'Amazon. La société n'est pas du genre à dévoiler ses chiffres. Et quand elle le fait, elle
- Google, Twitter and Facebook build the semantic web - tech - 02 August 2010 - New Scientist
- A TRULY meaningful way of interacting with the web may finally be here, and it is called the semantic webMovie Camera. The idea was proposed over a decade ago by Tim Berners-Lee, among others. Now a triumvirate of internet heavyweights - Google, Twitter a
- Architecture du World Wide Web, Volume Un
- Le World Wide Web utilise des technologies relativement simples offrant une extensibilité, une efficacité et une utilité suffisantes. Elles aboutissent à un remarquable espace d'informations de ressources qui sont corrélées, en perpétuelle croissance à tr
- Wachovia's Drug Habit - Bloomberg
- The bank, now a unit of Wells Fargo, leads a list of firms that have moved dirty money for Mexico’s narcotics cartels--helping a $39 billion trade that has killed more than 22,000 people since 2006. Just before sunset on April 10, 2006, a DC-9 jet landed
- Xubuntu Artwork – pleia2's blog
- Some love Gnome, others love KDE, for me it’s XFCE all the way. When I jumped on the Ubuntu bandwagon several years ago it was only natural that I’d use Xubuntu.
- « Filtrer l'internet, ça ne marche pas » - lesoir.be
- L'Isoc, une organisation indépendante, alerte contre les menaces qu'affronte le Net. La neutralité du réseau est remise en cause et le filtrage des données constitue une censure qu'elle juge inacceptable.
- Flattr - social micropayment platform
- Flattr is a social micropayment platform that lets you show love for the things you like. Help support the people you like and enable them to continue with what they do. Add your own things to Flattr and receive appreciation from others.
- RDFa Developer
- This firefox add-on lets you visualize all the RDFa data included in a web page, shows a list with errors and warnings found while parsing the document, and allows to execute SPARQL queries on the RDFa content.
- API reference | DrupalContrib
- Welcome to the Drupal developer's documentation. Newcomers to Drupal development should read the conceptual information provided in the "Components of Drupal" section, and then proceed to examine one of the heavily-documented example modules below. The ex
- HTML5 Demos and Examples
- HTML 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an OR filter).
- 10 tactiques pour transformer l’information en action
- 10 tactiques, 25 activistes, le point de vue de ceux qui ont mené des infoguerillas à travers le monde : Liban, Inde, Tunisie, Egypte, Kenya, Indonésie, Afrique du Sud et Grande Bretagne.
- Take A Volunteer Vacation | Apartment Therapy Re-Nest
- There are programs set up in many National Parks across the country, so before you think you have to head somewhere far away, check locally if you're looking to stay close to home. Some of our favorite volunteer destinations are the Colorado Trail Program
- Workers in China grasp the power of the strike | World news | The Observer
- Zhang Liwen found out that she was about to go on strike over a breakfast of steamed buns and congee rice porridge at her factory dormitory. Fifteen minutes later, she was taking part in industrial action for the first time in her life. "I was worried, b
- idGettr - Find your Flickr ID
- Use this tool to find your Flickr user or group id. Just enter the address of your photostream or group pool and it'll find the number for you.
- Pubwich — Open-source online data aggregation PHP application
- Pubwich is an open-source PHP Web application created by Rémi Prévost that allows you to aggregate your published data from multiple Websites and services into a single HTML page.
- Tutoriel Enigmail
- Dans la lignée du tutoriel FireGPG, voici un petit tutoriel sur Enigmail. Enigmail est un plugin de Thunderbird, qui permets d’utiliser GnuPG facilement au sein de Mozilla Thunderbird. Les pré-requis sont les suivants: * Posséder Mozilla Fi
- RDFa 1.1 Profile for GoodRelations, FOAF, VCard, DC, DCTERMS, XSD, RDF, RDFS, OWL, Yahoo Media, Yahoo Commerce, Yahoo Product, GEO, Review, and SIOC Prefixes
- The latest W3C Working Draft on RDFa Core 1.1 allows importing prefix definitions from an external Web resource. This document contains such prefix definitions for popular vocabulary namespaces, which simplifies RDFa rich mark-up, in particular if multipl
- Bloquer les mouchards de Facebook
- Avec les Social Plugins introduits il y a quelques jours, Facebook prétend ajouter un bouton “Like” sur toutes les pages du Web. C’est sans doute super pour cette société de savoir qui regarde quelle page de quel site à tout instant, mais, moi, ça ne me p
- L'institut économique de Montréal, repaire de la droite
- Seed Savers Exchange
- Since 1975, Seed Savers Exchange members have passed on approximately one million samples of rare garden seeds to other gardeners. We are a non-profit organization of gardeners dedicated to saving and sharing heirloom seeds.
- Just Do It Documentary
- Just Do It is an exciting new feature documentary film that follows the mischievous and risky world of UK climate activists. In early 2009, acclaimed documentary filmmaker Emily James began filming the clandestine activities of several groups of environme
- Innomatiques - Référencement Internet naturel, Référencement Google, Référencement site Web, Montréal
- Mathieu Guérin, ami de Matthieu Cardin ... Spécialisé en SEO et en site Wordpress.
- vCard for Developers
- I’ve been researching vCard for a project involving contacts management. This is a quick overview on vCard aimed at developers, with a demo and stealing the example from wikipedia’s vCard entry. The official standard is here.
- Representing vCard Objects in RDF
- This submission specifies a Resource Description Framework (RDF) encoding of the vCard profile defined by RFC 2426 and to provide equivalent functionality to its standard format. The motivation is to enable the common and consistent description of people
- Local Food - Find, Buy, and Sell on Local Dirt
- Everyone's place to buy, sell, and find local food.
- social-media-cheat-sheet.gif (Image GIF, 1183x2000 pixels)
- Python - Club des décideurs et professionnels en Informatique
- Open Culture
- Python - Club des décideurs et professionnels en Informatique
- Open Culture brings together high-quality cultural & educational media for the worldwide lifelong learning community. Web 2.0 has given us great amounts of intelligent audio and video. It’s all free. It’s all enriching. But it’s also scattered across the
- Spot.us
- Spot.Us is a nonprofit project of the "Center for Media Change" and funded by various groups like the Knight Foundation. We partner with various organizations including the Annenberg School of Communications in Los Angeles. We are an open source project t
- A New Kind of Media Democracy? | Adbusters Culturejammer Headquarters
- Based on the concept of 'crowdfunding', spot.us is an experiment in citizen-funded community journalism. Here's how it works: Anyone can propose a story idea. The ideas are posted online and citizens can then pledge contributions to the stories they want
- Patent Absurdity - How software patents broke the system
- Patent Absurdity explores the case of software patents and the history of judicial activism that led to their rise, and the harm being done to software developers and the wider economy. The film is based on a series of interviews conducted during the Supr
- BIO: A vocabulary for biographical information
- This document describes a vocabulary for describing biographical information about people, both living and dead. It has been designed to be compatible with both RDF and non-RDF XML formats such as FOAF, RSS 1.0 and RSS 2.0. It contains terms useful for fi
- Le Forum Petite-Patrie, 29 mai 2010
- Le Forum Petite-Patrie 2010 sera un formidable espace de discussion, une tribune ouverte où les citoyens et citoyennes pourront débattre et faire valoir leurs idées pour notre quartier. Il est temps que nous prenions le pouls de notre quartier. Nous voulo
- 50 Helpful Typography Tools And Resources - Smashing Magazine
- We love beautiful typography, and we appreciate the efforts of designers who come up with great typographic techniques and tools or who just share their knowledge with fellow designers. We are always looking for such resources. We compile them, carefully
- Free Typographic XHTML/CSS-Layouts For Your Designs - Smashing Magazine
- In May we announced the Typographic Layout Design Contest that aimed to collect beautiful typographic (X)HTML+CSS-based layouts created by the design community and release them for free as a gift for the web design community. The response was overwhelming
- Avec Open Graph, Facebook veut centraliser toutes vos activités web - Actualités - ZDNet.fr
- Stratégie - Le réseau social a dévoilé Open Graph, un Facebook Connect plus ouvert. Microsoft figure parmi les premiers partenaires, en lançant Docs.com, une version connectée d’Office Web Apps. Facebook Connect est mort, vive Open Graph. Lors de la trois
- How Secure Is My Password?
- Introduction à WAI ARIA (traduction) | Les intégristes
- Un Web sémantique facile - 2003-02-17 - Carnet Web Karl
- Introduction à WAI ARIA (traduction) | Les intégristes
- Tout le monde parle du Web sémantique, mais concrètement des modèles de fonctionnement pratique existent-t-ils ? Je veux le croire. C'est pour cela que je ne vais pas parler de RDF, ni de WSDL qui sont toujours en cours de définition au sein du W3C. Que p
- Du RDFa dans Dotclear : pas à pas - 314r.fr
- Je fais suite à cette première approche de mes essais de RDFaisation de Dotclear. Passons à la pratique ! Comme je l'ai déjà précisé, ce qui suit est entièrement basé sur l'article de Got : RDFaiser votre blog, 2ème partie : la pratique Le résultat final
- Demo: Pure CSS3 Gradient Dropdown Menu (No Image Used)
- How To Successfully Educate Your Clients On Web Development - Smashing Magazine
- If you are running a design agency, your job is very likely to combine business development, graphic design, technology and user experience design: a basketful of very different fields. When dealing with clients, one faces the challenge of clearly and eff
- Le nouveau site de l'Assemblée nationale du Québec passe-t-il le test du référencement? | Référencement Web | Orénoque interactif, Montréal
- En mars 2010 l'Assemblée nationale du Québec lançait son nouveau site web. Ce nouveau site passe-t-il le test du référencement? C’est ce que nous avons voulu savoir. Loin de nous l'idée de critiquer le montant de 3,5 millions de dollars qu'a coûté le proj
- What The Fuck Should I Make For Dinner?
- The Open Graph Protocol
- The Open Graph protocol enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to enable any web page to have the same functionality as a Facebook Page. While many different technologies and schemas exist an
- Web sémantique | Phéromone | Agence d’interactions
- Tendance lourde des prochaines années, le Web sémantique consiste à mettre en contexte chaque élément d’information que vous diffusez, par exemple en associant «Léonard de Vinci» à «peintre» et «Renaissance italienne», etc. Le but: faciliter les transfert
- Semantic Web / Web sémantique
- Web intelligent dans lequel les informations, auxquelles on donne une signification bien définie, sont reliées entre elles de façon à ce qu'elles soient comprises par les ordinateurs, dans le but de transformer la masse des pages Web en un index hiérarchi
- Le point sur Facebook ! | Le Blog Kinoa
- Alors qu’il fallait par le passé plusieurs décennies pour détrôner un leader sur son marché (c’est par exemple le cas de Microsoft qui a été pendant longtemps taxé de monopole avant que Google ne focalise les critiques), avec Internet, il ne suffit plus q
- xmpppy: the jabber python project
- xmpppy is a Python library that is targeted to provide easy scripting with Jabber. Similar projects are Twisted Words and jabber.py. This library was not designed from scratch. It inherits some code from jabberpy and have very similar API in many places.
- Utilise.ca
- Utilise.ca est un regroupement de mini-entrevues avec des geeks francophones qui nous partagent les outils qu’ils utilisent au quotidien pour accomplir leur travail.
- Webmaster Tools - Rich Snippets Testing Tool
- Rich Snippets allows you to enhance your Google search results by marking up web pages with Microformats, RDFa or Microdata.
- Comment Google recueille des informations sur nous ?
- Google vous observe ! Vous vous êtes toujours demandé comment fonctionne Google, comment Google collecte les informations que vous laissez sur Internet. Cet article vous propose les principaux services qui font que Google connaît presque tout de nous.
- Goldman Sachs voulait «profiter» de l'effondrement immobilier | États-Unis
- Une enquête du Sénat américain conclut que la banque Goldman Sachs avait élaboré une stratégie pour profiter de l'effondrement du marché immobilier et a engrangé des milliards de dollars au détriment des clients.
- Facebook | Supprimer mon compte
- Si vous pensez ne plus jamais utiliser Facebook et souhaitez supprimer votre compte, nous pouvons le retirer de nos systèmes. Vous ne pourrez cependant pas réactiver votre compte ni en récupérer le contenu. Si vous souhaitez supprimer votre compte, clique
- La Taxe Robin Des Bois
- De petits frais, des changements importants. De temps à autre, une proposition est mise de l'avant qui permettrait de tout changer. De temps à autre, les activistes et les personnes au pouvoir appuient le même projet. De temps à autre, la solution n'est p
- Open Graph protocol - Développeurs Facebook
- The Open Graph protocol enables you to integrate your web pages into the social graph. It is currently designed for web pages representing profiles of real-world things — things like movies, sports teams, celebrities, and restaurants. Once your pages beco
- 10 Free and Useful IDE for Programmers and Developers
- An Integrated Development Environment (IDE) also known as Integrated Design Environment is a software applications that provides coding, editing and debugging tool for creating desktop applications, web application, java based application and more. In th
- ITheora | I really broadcast myself
- ITheora est un script en PHP permettant de diffuser en ligne des fichiers multimédias aux formats theora (ogv) et vorbis (ogg). Il gère également les listes de lecture et les podcasts. Il est conçu pour être simple à installer et à utiliser et pourra conv
- RiP : remix manifesto par Brett Gaylor - ONF
- Dans son documentaire RiP: remix manifesto, le réalisateur montréalais Brett Gaylor questionne le rôle du droit d'auteur dans l'ère numérique, en faisant tomber les barrières entre consommateurs et producteurs de culture. Personnage-clé du film, l'artiste
- Let's Get Video on Wikipedia
- Wikipedia the remarkable & collaborative free encyclopedia is ready for video! Millions of people read articles on Wikipedia every day. Soon, they will also watch. The right video can enrich a Wikipedia entry and enlighten people around the world. Anyone
- Une petite introduction à HTML5 - NeoBlog
- J’ai eu l’opportunité de donner un cours d’introduction à HTML5 à la Web School Factory et à Hétic (mon ancienne école). Je vais passer les détails du déroulement des cours puisque ça n’intéresse personne (si ?). Par contre, j’ai pensé qu’il serait intére
- http://openmoney.org/
- Open money is a means of exchange freely available to all. Any community, any association - indeed, any body - can have their own money. Open money is synonymous with LETS - an invitation to come inside and play, as in open door and open house; collaborat
- The Change We Need: DIY on a Civic Scale - O'Reilly Radar
- I've been working a lot lately to imagine what Government 2.0 might look like. One of the most inspiring and thought-provoking stories I've read recently might not look like a Gov 2.0 story, but it is: Island DIY: Kauai residents don't wait for state to r
- Drupal + RDF | Semantic Drupal
- RDF turns the Web into your database and makes it easier for you to share your information with the rest of the world.
- XAuth: The Open Web Fires a Shot Against Facebook Connect
- A consortium of companies including Google, Yahoo, MySpace, Meebo and more announced tonight that it will launch a new system on Monday that will let website owners discover which social networks a site visitor uses and prompt them automatically to log-in
- L'homme révolté | Le Devoir
- Il y a ceux qui ne se révoltent jamais et laissent couler la vie, indifférents au sort des humains et parfois même aux injustices dont ils sont eux-mêmes victimes. D'autres vivent des moments de révolte, mais, incapables de lui donner un sens, ils ne peuv
- Goldman Sachs charged with $1bn fraud over toxic sub-prime securities | Business | The Guardian
- Securities and exchange commission charges Goldman Sachs with conflict of interest in sub-prime mortgage asset sales
- For Goldman Sachs, a Deal’s Stakes Keep Growing
- For Goldman Sachs, it was a relatively small transaction. But for the bank — and the rest of Wall Street — the stakes couldn’t be higher. Accusations that Goldman defrauded customers who bought investments tied to risky subprime mortgages have only just b
- Transition Network
- The purpose of this website is to: * provide an introduction to the concepts, principles and practices of Transition around the world * show you how to go about setting up and developing a Transition Initiative in your locale * help you deal with some of
- Why I Want My Daughter to be a Hacker
- Let’s define what I mean by the term “hacker” first. There is so much FUD out there around this term. Large controlling institutions want you to fear hackers, want you to think the hacker mindset is dangerous. This could not be farther from the truth.
- FredCavazza.net > L’avenir de l’informatique est-il au mobile ou au tactile ? Les deux (en partie)
- L’avez-vous senti ? Le vent du changement ? Tout a commencé avec la sortie de l’iPhone, puis les netbooks et maintenant l’iPad. L’outil informatique est en train de réaliser sa mue. Une mutation qui a été mise en sommeil pendant deux décennies car la capa
- iPad Detection Using JavaScript or PHP
- The hottest device out there right now seems to be the iPad. iPad this, iPad that, iPod your mom. I’m underwhelmed with the device but that doesn’t mean I shouldn’t try to account for such devices on the websites I create.
- Le citoyen médiatisé
- Nombreux sont les commentateurs du côté des médias sociaux à avoir décrié le caractère purement accessoire de la dernière campagne électorale provinciale par manque de débats de fond. Et sans doute fort peu nombreux seront les électeurs à se rendre aux ur
- Espresso-Jobs - Emplois en communication & marketing au Québec
- Le site d’emploi entièrement gratuit pour les professionnels en communication & marketing au Québec
- CSS3 support in Internet Explorer 6, 7, and 8
- IE-CSS3 is a script to provide Internet Explorer support for several of the popular new styles available in the upcoming CSS3 standard.
- Prosody IM
- Prosody is a flexible communications server for Jabber/XMPP written in Lua. It aims to be easy to use, and light on resources. For developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or proto
- TÉLUQ - Programmes / Certificat en science et technologie (4401)
- Ce certificat propose d'entreprendre une étude sur la nature et l'évolution des sciences et de la technologie, ainsi que d'acquérir des connaissances de base dans au moins un champ du savoir scientifique. Il privilégie donc à la fois une étude sur la scie
- TÉLUQ - Cours / INF 6450 - Gestion de l'information avec XML
- Concevoir un vocabulaire XML pour représenter des informations en format XML. Déterminer si un document XML est bien formé ou valable. Apprécier les coûts de développement de solutions XML au sein d'une organisation. Appliquer les différents modèles de pr
- TÉLUQ - Cours / INF 1220 - Introduction à Java
- Introduire au concept fondamental d'algorithme et appliquer les techniques de découpage des programmes à programmer; utiliser une méthode systématique de programmation ; utiliser le langage de programmation JAVA ; évaluer ses compétences de programmeur ac
- DLFP: Bill Gates et la diversification externe
- Le retrait apparent de Bill Gates de Microsoft était nécessaire pour sa diversification : après l'organisation de la dépendance et le verrouillage mondial sur l'informatique et la connaissance, celui qui est encore souvent considéré comme un bienfaiteur e
- What browser am I using, how modern is my web browser, and what's my IP address?
- Outils pour découvrir la compatibilité des navigateurs avec CSS-3 et HTML-5.
- PixelZoomer - Firefox extension with zoom, measure tool and eye dropper
- PixelZoomer is a Firefox extension for web developers which allows for zooming into websites. The core features are characterized by tools for pixel perfect measuring of distances and picking colors (HEX codes) with an eye dropper. The viewable area of a
- Schemapedia
- Schemapedia qui référence les vocabulaires existants et permet d'y faire des recherches très simplement. Si vous trouvez Swoogle, Falcons ou Watson trop compliqué, ce site est fait pour vous.
- ImageDescriptionRdfExamples - ESW Wiki
- This page shows some examples for ImageDescription intended to inform the work going on to annotate photos from WWW conferences using RDF (see WWW2004). Possible aspects of the photos to be annotated include information about people, events, locations, co
- Data-Vocabulary.org | Official Website
- * Looking for Google's webmaster docs? * Looking for Microdata specs for Event, Organization, Person, Product, Review or Review-aggregate? last updated Mar 12, 2010 * Looking for RDF? last updated Aug 26, 2009
- Peter Watson: True innovation has disappeared from our society | Science | The Observer
- Next month, in Christie's big sale of valuable books and manuscripts, the highlight is a rare offprint of the famous volume 17 of Annalen der Physik, in which Albert Einstein's three great ideas - on the special theory of relativity, the law of mass-energ
- SEO for PDF - Optimizing PDFs for Search
- I have a new client who has provided me with an extensive library of PDF documents. These are technical documents that are well formed and utilize proper markup from the originating source. The client have provided the documents already converted to PDF.
- ComparaisonCellulaires.com - Téléphones cellulaires et intelligents, forfaits, couverture et plus
- Nous sommes un site Web canadien dédié à la comparaison du tiers des téléphones cellulaires, des forfaits de longue distance, l'itinérance, et concessionnaire des informations de localisation. S'il vous plaît jeter un coup d'oeil autour de nous contacter
- Les Rich Snippets de Google (descriptions enrichies des résultats)
- Depuis le temps que les spécialistes du secteur se demandaient pourquoi Google n'exploitait pas plus les données structurées ! Google vient d'annoncer qu'ils allaient utiliser les 2 principaux formats de marquage de données structurées (les microformats
- Solutions Locales pour un Désordre Global
- Les films d'alertes et catastrophistes ont été tournés, ils ont eu leur utilité, mais maintenant il faut montrer qu'il existe des solutions, faire entendre les réflexions des paysans, des philosophes et économistes qui, tout en expliquant pourquoi notre m
- Planning a Semantic Web site
- The Semantic Web brings with it the opportunities for users to get smarter search results, and for site owners to get more targeted traffic as users find what they really want. But these benefits don't just magically appear. This article leads you through
- Les nouvelles frontières numériques des sciences
- Le récent débat Google / BNF a remis au-devant de la scène les enjeux du numérique. Mais cela risque d’être un débat d’arrière garde au regard du développement actuel de l’Internet et du Web. la BNF mettait en ligne ses documents dès fin 1997, alors que L
- Uniform - Sexy forms with jQuery
- Have you ever wished you could style checkboxes, drop down menus, radio buttons, and file upload inputs? Ever wished you could control the look and feel of your form elements between all browsers? If so, Uniform is your new best friend. Uniform masks your
- MOVIM - Open Social Platform
- Le projet MOVIM (pour My Open Virtual Identity Manager) vise à créer une plateforme sociale complète, opensource et totalement décentralisée dans le plus grand respect de ses utilisateurs
- H2Uh-Oh | Mother Jones
- From Arrowhead to Volvic, Fiji's not the only bottled water with a PR challenge.
- DISQUS Comments | Powering Discussion on the Web
- Disqus (dis·cuss • dĭ-skŭs') is all about changing the way people think about discussion on the web. We're big believers in the conversations and communities that form on blogs and other sites.
- RDF en quelques slides
- rdfQuery: Progressive Enhancement with RDFa
- Earlier this week I presented at SWIG-UK about rdfQuery. rdfQuery is a set of plugins that I’ve developed for jQuery in order to support RDFa parsing, querying and generation. There are a bunch of other Javascript libraries for RDFa around, such as Mark B
- Comment créer facilement un framework JavaScript
- Actuellement, JavaScript est l'un des langages de programmation les plus utilisés et les plus populaires sur internet, car une grande majorité des navigateurs sont compatibles et l'utilisent. JavaScript s'est donc rapidement répandu, car il est simple d'u
- Spacing Montreal
- Spacing Montréal is your hub for daily dispatches from the streets of Montréal to cities around the world, offering both analysis and a forum for discussion. Our contributors examine neighbourhoods, architecture, urban planning, transit, cycling and just
- 62 steps to the definitive link building campaign
- Successful search engine optimization (SEO) requires inbound links from quality relevant websites. Using extracts from their new book, Wordtracker Masterclass: Link Building - How to build links to your website for SEO, traffic and response, Ken McGaffin
- Vers une économie de la contribution - une vidéo Cinéma
- Reconstruire un modèle sur une autre base : la contribution.
- New Mozilla Labs Project Wants to Give You Total Control Over Your Address Book
- Currently, your contacts live in address books that are distributed all over the Internet and your desktop. Because of this, chances are that you have numerous address books on the web that are often "inconsistent and disjointed." Contacts, a new Mozilla
- The Unix and Internet Fundamentals HOWTO
- This document describes the working basics of PC-class computers, Unix-like operating systems, and the Internet in non-technical language.
- Photos, livres, musiques, what else ? | Les petites cases
- N'en déplaise à certains. Le manque de courage et les problèmes de structuration de ma pensée ne sont pas les seuls responsables de la diminution drastique des publications de ce blog. J'ai aussi mis à profit ces derniers mois pour développer plusieurs pr
- JQuery – Run script if!
- When running a site with a boat load of javascript, you may want to run a script only if a certain something is on the page. Not only could this save on initial loading time, but more importantly if you have an element of one thing on one page and the sa
- RelFinder - Interactive Relationship Discovery in RDF Datasets
- Are you interested in how things are related with each other? The RelFinder helps to get an overview: It extracts and visualizes relationships between given objects in datasets and makes these relationships interactively explorable. Highlighting and filte
- Learning Server-Side JavaScript with Node.js
- Node.js is all the buzz at the moment, and makes creating high performance, real-time web applications easy. It allows JavaScript to be used end to end, both on the server and on the client. This tutorial will walk you through the installation of Node and
- Matrice décisionnelle des médias sociaux !
- Bon ok, je sais, le graal c'est Facebook et ses nombreux fans [potentiels] mais il existe aussi d'autres espaces qui ont chacun leur intérêt mais lequel ? Voici une matrice décisionnelle permettant d'avoir une meilleure vision de ce qui est possible de fa
- Code 18: 16 articles à lire si vous êtes programmeur
- Si vous gagnez votre vie en exerçant le métier de programmeur, ce billet vous concerne. On m'a récemment demandé si j'avais des sources d'informations intéressantes sur la programmation (en général) et c'est pourquoi j'aimerais attirer votre attention sur
- RDFa, Drupal and a Practical Semantic Web
- In the march toward creating the semantic web, web content management systems such as Drupal (news, site) and many proprietary vendors struggle with the goal of emitting structured information that other sites and tools can usefully consume. There's a bal
- Editease - Project Hosting on Google Code
- jQuery CMS | no fuss, no database, no worries
- Simple jQuery Modal Window Tutorial
- In this tutorial, I'm going to share how to create a simple modal window with jQuery. It selects all the anchor tags with name attribute set to "modal" and grab the DIV #id defined in the href and displays it as a modal window. jQuery has made everything
- Authentification SSH sans mot de passe avec une clé SSH de type RSA ou DSA
- Nous naviguons à travers nos serveurs, ici, là bas, et au final, on se retrouve avec une ribambelle de mot de passe à retenir. Ce billet va vous permettre de vous connecter en SSH sur vos machines Unix/Linux (Debian 5 de préférence :D) sans mot de passe.
- JSJaC - Jabber / XMPP client library
- JSJaC is a jabber/XMPP client library written in JavaScript to ease implementation of web based jabber/XMPP clients. For communication with a jabber server it needs to support either HTTP Polling or XMPP Over BOSH (formerly known as HTTP Binding). JSJaC h
- RDFa Fragment Parser
- Un projet open source pour le développement durable › GreenIT.fr
- Les progrès des technologies de l’information ont permis à de nombreuses communautés de voir le jour et collaborer pour résoudre des problèmes aussi bien locaux que mondiaux. Les technologies du « web 2.0 » accentuent ce phénomène. Malheureusement, l’inef
- Drumbeat | People and projects making a better web.
- Mozilla Drumbeat is a global community of Mozillians who *use* web technology in new ways to understand, participate and take control of their online lives. At a practical level, Drumbeat community members use web technology to make things that improve an
- Check if a url contains a subdomain - JavaScript - Snipplr
- Eric Raymond's FAQ collection
- 12 PX to EM @ PXtoEM.com: PX to EM conversion made simple.
- GoodRelations: An ontology for linking product descriptions and business entities on the Web
- Pssstopedia
- Eric Raymond's FAQ collection
- Pssstopedia est un projet ludique, éducatif et historique. L'idée derrière le projet c'est de créer une référence socio-historique à propos de la culture internet au Québec. Ses acteurs, URLs, sa mémétique, quelques projets cultes, ses ratés, ses succès,
- Internet au Canada: trop lent, trop cher | L'actualité
- Le Canada est nettement à la traîne pour ce qui est de fournir à ses citoyens un accès internet à large bande rapide et abordable, selon un rapport détaillé publié par le Berkman Center for Internet and Society de l’université de Harvard.
- La colorisation syntaxique pour nano
- Comme beaucoup, j’utilise l’éditeur de texte pour “néophyte” nano (oui je dis pour néophyte comparé à vi). Je l’utilise souvent pour éditer rapidement des fichiers de conf, ou pour regarder l’intérieur d’un fichier. L’habitude sûrement. Bref, il me manqua
- Reading Google Analytics data from PHP : CodeDiesel
- Google Analytics has become a important part of any web sites traffic analysis strategy. And with the release of the Analytics API people have been able to create custom reports and mashups for their organizations. Although no standard library is availabl
- One Page Résumé Site | CSS-Tricks
- A friend of mine recently sent me her résumé to look over. I’m definitely not a professional job hunter but I think in these situations any extra set of eyes can help fine tune the final product. As it was, the résumé was a Microsoft Word document, which
- jQuery Roundabout
- Roundabout is a jQuery plugin that converts a structure of static HTML elements into a highly customizable turntable-like interactive area. (And now, not just turntables, but many shapes!). In its simplest configuration, Roundabout works with ordered- and
- GNU nano - Text Editor
- GNU nano is designed to be a free replacement for the Pico text editor, part of the Pine email suite from The University of Washington. It aims to "emulate Pico as closely as possible and perhaps include extra functionality".
- Tuto installer Linux Slax 6 et configuration
- Dans ce tutoriel je vais vous décrire étape par étape la procédure d'installation d'une distribution GNU/Linux, très légère mais malgré tout complète. Avec ce tutoriel je vous monterez quelque soit votre niveau comment installer cette distribution légère
- Bienvenue à l'institut national d'information en santé environnementale
- Plusieurs produits présents dans l’environnement peuvent avoir un impact négatif sur la santé humaine; ceux-ci diminuent le potentiel de l’être humain. Nous renseignons la population et offrons de l’information scientifique pratique aux professeurs, scien
- Perturbateurs endocriniens / Nouvelles
- L’industrie et la technologie ont profondément transformé nos demeures et la vie domestique. Elles nous facilitent certes la vie, mais introduisent par la même occasion, dans nos maisons, dans notre alimentation et même dans notre garde-robe, des substanc
- PV.M Garage | Web Design and Development with passion. Free template, tutorials, html, css, freebies for web and graphic designer
- PV.M Garage is a Web Design Blog/Community that spreads good and fresh informations for web designers and developers. The website includes a Community News Section, a Web Design News Aggregator and it weekly delivers useful resources, freebies and awesome
- Font Squirrel | Handpicked free fonts for graphic designers with commercial-use licenses.
- Only the best commercial - use free fonts Free fonts have met their match. We know how hard it is to find quality freeware that is licensed for commercial work. We've done the hard work, hand-selecting these typefaces and presenting them in an easy-to-use
- Comment utiliser une fonte «non-standard» sur un site Web ? - Alsacréations
- Il est de notoriété publique que l'usage des fontes sur le Web est limité à une poignée de fontes non pas standardisées, mais suffisamment répandues pour pouvoir être utilisées sans trop de risques. Et cela pour une raison très simple: la police de caract
- RMS's Mostly Slax GNU/Linux-libre
- RMS GNU/Linux-libre is a project that puts emphasis on having a 100% free version of a lightweight distribution designed to run on a pendrive, to be the perfect pocket companion of freedom lovers. The feature of persistent changes between live sessions an
- Scirra.com - Home of Construct, the free open-source game creator
- Construct is a free, DirectX 9 game creator for Windows, designed for 2D games. It uses an event based system for defining how the game behaves, in a visual, human-readable way - you don't need to program or script anything at all. It's intuitive for begi
- Safari CSS Hack
- Although I don't condone the use of CSS hacks, I know that someone may find this useful. I haven't seen this hack (or any Safari hack) before, so I decided to put it out there.
- Musée d'art contemporain de Montréal ::: Marcel Dzama : Aux mille tours
- Né à Winnipeg en 1974, l’artiste multidisciplinaire Marcel Dzama vit à New York depuis 2004. Aux mille tours (Of Many Turns) est sa plus grande exposition solo jamais organisée par un musée. En analysant de plus près la production récente de Dzama, Aux mi
- Retour vers le futur - le réseau du métro tel qu’il devrait être en 1982
- Si l’enthousiasme, la volonté politique et la prodigalité en grands travaux qui régnaient dans les années 60 avaient perduré, le métro de Montréal compterait aujourd’hui 9 lignes et 300 stations.
- gelato cms - home
- The gelato project is open source (you can use and change the original source code freely). You can browse the source code, request features, read the wiki and use the forum from the Gelato home at Google code or you can contact the authors. The post form
- RU3 :: tentatives d’intelligence collective et de reseaux ouverts » Comment construire une communauté : 10 conseils utiles
- Telle est la question qui m’est posée de façon récurrente depuis bientôt six mois par la plupart des entreprises pour lesquelles j’interviens. Voici un résumé des conseils que je tente de leur transmettre lorsqu’elles m’en donne l’occasion. J’espère qu’il
- What!? Creative Design Agency, Sheffield & Leeds | Web Design, Branding, Print, Installation, and more...
- What!? are a creative design agency based in Sheffield & Leeds, UK. We create beautiful design solutions for your business needs. We may be young, but we've got experience under our belts and a wide range of knowledge that allows us to deliver successful
- Top 5 Browsers from Jan 09 to Feb 10 | StatCounter Global Stats
- StatCounter Global Stats are brought to you by StatCounter - the free, online visitor stats tool.
- Tuto: Comment intégrer Twitter Oauth sur son site PHP - La Ferme du web
- La Ferme offre désormais la possibilité de poster des commentaires en s'identifiant via twitter. J'en ai profité pour rédiger un tutoriel permettant d'intégrer pas à pas Twitter Oauth en PHP. Avec Twitter Sign In et Facebook Connect, vous offrirez à une l
- World’s Smallest Portable Printer Doesn’t Use Ink | Inhabitat
- Computing on-the-go couldn’t be easier with the bevvy of smart phones, laptops and netbooks on the market. But printing documents while away from the home or office is a whole ‘nother story — until now. PlanOn’s Printstik PS905ME printer provides complete
- Nouveau Noyau, Nouvelle Plateforme: Palm Pre avec WebOS
- Depuis quelques temps déja, je réfléchissais à l'idée d'un nouveau téléphone, avec Wifi et vrai clavier, et possédant pourquoi pas un Unix libre embarqué. Un smartphone avec du libre en quelque sorte. Il existe actuellement trois plateformes de téléphonie
- La puissance de HTML5 dans vos applis web - Jy[B]log
- Many web applications use image uploaders: image hosting websites, blog publishing applications, social networks, among many others. Such uploaders have limitations: you can’t upload more than one file at a time and you can’t edit the image before sending
- Modern browsers for modern applications
- The web has evolved in the last ten years, from simple text pages to rich, interactive applications including video and voice. Unfortunately, very old browsers cannot run many of these new features effectively. So to help ensure your business can use the
- Ligue ODEBI | Informations & libertés
- La Ligue ODEBI est une organisation née en mai 2002 suite à une volonté de plusieurs associations consuméristes nées d'Internet de s'organiser en groupe de pression pour influencer les débats législatifs autour d'Internet. Le but de la Ligue ODEBI est pol
- La ligue Odébi passe à l’attaque | ReadWriteWeb France
- Le temps du militantisme courtois touche probablement à sa fin. L’époque où les opposants à un projet de loi discutaient avec ministres et députés, parfois de façon tendue, mais toujours selon des règles implicites héritées de combats politiques passés, n
- Les immigrants préférés aux francophones
- Les Canadiens anglais voient les immigrants et les Juifs d’un œil plus favorable que les francophones du Québec, révèle un nouveau sondage Léger Marketing mené pour le compte de l’Association d’études canadiennes et dont l’Agence QMI a obtenu copie. Aux y
- Selon le guitariste de Radiohead, le piratage ne tue pas la musique.
- Ce n'est pas la première fois que les membres de la formation anglaise parlent en ce sens. Cette fois-ci, c'est Ed O'Brien, le guitariste du groupe, qui s'exprime à ce sujet. O'Brien profite du Midem, le marché de la musique qui se tient ces jours-ci à Ca
- TOU.TV : des émissions en haute résolution en tout temps
- TOU.TV : des émissions en haute résolution en tout temps
- "En 2010, il faudra se battre pour la neutralité du Net" - Journal du Net e-Business
- Pour le député socialiste, la couverture des réseaux mobile, le déploiement du haut et du très haut débit et la neutralité du Net seront les principaux chantiers du Web en 2010.
- RCI Environnement : De l'enfouissement au paradis fiscal | Montréal | Radio-Canada.ca
- RCI Environnement, la compagnie qui gère entre autres le site d'enfouissement de Lachute - dont la gestion fait l'objet d'un procès - a voulu contourner l'application traditionnelle de l'impôt du Canada. Des jugements récents laissent croire que l'entrepr
- 23 Brilliant Logos With Hidden Messages | The Roxor | Design blog for resources and inspiration
- Logos aren’t always what they seem. Some of these logos can hold a lot of information about the brand, all you have to do is look at the clues. I’ve selected 23 great logos that have some sort of hidden message. I’m sure you’ve seen some of these hidden m
- Menu Kwicks à la mootools ...
- Welcome to the Kwicks for jQuery home page. Kwicks for jQuery started off as a port of the insatiably attractive Mootools effect (of the same name), but has evolved into a highly customizable and versatile widget.
- The Great Australian Internet Blackout
- The Federal Government is pushing forward with a plan to force Internet Service Providers to censor the Internet for all Australians. This plan will waste millions of dollars and won’t make anyone safer.
- Danger international pour la liberté d’expression sur Internet
- Reporters sans frontières exprime sa grande inquiétude au sujet de la conclusion prochaine d’un éventuel traité ACTA (anti-counterfeiting trade agreement), dont les mesures représentent un réel danger pour la liberté d’expression sur Internet, malgré le b
- Stéphanie Grammond : Aux armes, consommateurs! | Consommation
- (Montréal) La deuxième phase de la réforme la Loi sur la protection du consommateur a été adoptée la semaine dernière. De beaux cadeaux pour les consommateurs... pourvu qu'ils ne les laissent pas traîner sous le sapin de Noël. Pour que ces nouvelles armes
- Definitive List of CSS Frameworks – Pick Your Style | W3Avenue
- CSS is backbone of modern web design; the amount of time a web designer spends working on CSS seems to be increasing with passage of time. This dependence on CSS will continue to increase with advancement in web browser technology. This is why we have see
- Le Mur Mitoyen | Calendrier montréalais
- Le Mur Mitoyen a pour mission de rendre accessible l'information événementielle montréalaise à tous les citoyens de la manière la plus optimale et agréable possible. C'est également un outil formidable pour les organisateurs d'événements de toutes sortes,
- WebElixir - L'assurance d'un site soigné
- Votre site Web est votre image : il faut soigner les deux ! Si votre site Web laisse à désirer, vos lecteurs seront rebutés. Pour veiller à sa qualité, Druide a conçu le service WebElixir. WebElixir parcourt votre site périodiquement et en analyse tout le
- Un des plus gros objets de notre galaxie est sur le point d'exploser - UdeMNouvelles
- Anthony Moffat trouve une explication au rayonnement chaotique de l'étoile Êta Carinae Êta Carinae, vous connaissez? Il s'agit de l'un des astres les plus massifs de la Voie lactée faisant partie de la constellation de la Carène, visible de l'hémisphère S
- weird canada
- Working in radio I have come across countless CDRs given to me by friends of some local band that barely exists; a band playing shows to handfuls of people in disorganized venues whose tenure is barely longer than the bands that occupy them. The odd part
- SpringerLink - Book
- NSA helped with Windows 7 development
- Computerworld - The National Security Agency (NSA) worked with Microsoft on the development of Windows 7, an agency official acknowledged yesterday during testimony before Congress. "Working in partnership with Microsoft and elements of the Department of
- ''Docteur Grippe'' de l'Organisation Mondiale de la Santé sous enquête pour conflits d'intérêts graves
- Surnommé "Docteur Grippe", le professeur Albert Osterhaus, de l'Université Erasmus à Rotterdam en Hollande, a été désigné par les chercheurs et les médias hollandais comme l'homme étant au centre de l'hystérie mondiale autour de la pandémie de grippe H1N1
- Réseaux d’affaires et think tanks archéolibéraux - [À babord !]
- Lors de son allocution au Congrès américain à la suite de son retour de la conférence de Yalta pour le partage du vieux continent en février 1945, le président Frank Delano Roosevelt déclare que « Le monde est désormais dominé par des sphères d’influence
- Censure : les webTV en Italie, c’est fini | ReadWriteWeb French edition
- Ça commence à être inquiètant toutes ces mesures liberticides :S "Censure : les webTV en Italie, c’est fini" http://bit.ly/5xv610
- jQuery SuperBox!
- La corruption de l'idéal démocratique - [À babord !]
- Pierre F. Côté, Directeur général des élections du Québec de 1978 à 1997, affirmait, lors de son départ, que si les mœurs électorales s’étaient fortement bonifiées sur le plan provincial, elles demeuraient toujours pourries au plan municipal, surtout dans
- La France et l'Allemagne déconseillent l'utilisation d'Internet Explorer
- Dans un communiqué de presse rendu public ce vendredi 15 janvier, l'Office Fédéral Allemand pour la Sécurité des Systèmes d'Information (Bundesamt für Sicherheit in des Informationtechnik, BSI), recommande "l'utilisation temporaire de navigateurs alternat
- Are You Ready for the 21st Century ? on Vimeo
- Se taire, parfois…?
- Je sais, je ne devrais sans doute pas m’attarder à des bagatelles en ces temps où la tragédie que l’on sait impose des priorités à l’ordre du jour. Mais compte tenu du rayonnement considérable et de l’influence du Journal de Montréal sur nos concitoyennes
- The Canadian Press: L'OMS réfute que la pandémie de H1N1 ait été créée artificiellement
- Le responsable de la lutte à la grippe pour l'Organisation mondiale de la Santé (OMS) s'en est pris à ceux qui ont critiqué la gestion de la pandémie H1N1 par l'agence. Le docteur Keiji Fukuda prétend que les affirmations voulant que la grippe H1N1 ait ét
- L’OMS mise en examen pour ses liens avec la pharma | Tribune de Genève
- La pandémie touche à sa fin. L’heure des comptes a sonné. Le Conseil de l’Europe vient d’ouvrir une enquête exceptionnelle sur l’influence qu’aurait exercée l’industrie pharmaceutique sur l’OMS. Grâce aux vaccins, elle engrangera 10 milliards de dollars d
- Nous avons pu amener Gaza au Caire
- 1400 internationaux de 42 pays. Autant de marcheurs que de Palestiniens tués dans la sale guerre d’agression de 2009-2010. Le projet était magnifique : une marche internationale à Gaza le 31 décembre, pour commémorer, un an plus tard, les victimes de l’ag
- Talis: les rois du web sémantique
- Mécénat global - Wikipédia
- Le mécénat global est une proposition destinée à fournir une solution au problème du financement des auteurs des œuvres téléchargées sur Internet.
- Get real time system & server load notification on any IM using PHP and XMPP | Abhi's Weblog
- There are various system and server related information which server administrators always need to have as soon as possible, infact I must say in real time. There are several open and closed source softwares in the market which can generate almost real ti
- Gordon: An open source Flash
- Gordon: An open source Flash™ runtime written in pure JavaScript
- Web Articles, Tutorials, and Editorials from Five Minute Argument
- Welcome to ‘five minute argument’, a collection of articles, editorials, and tutorials about css, html, and the World Wide Web.
- A Soft Landing | Canadian Centre for Policy Alternatives
- Canadians may have been hit hard by a worldwide economic recession, but it appears Canada’s 100 highest paid CEOs are enjoying a soft landing. The total average compensation for Canada's 100 highest paid CEOs was $7,300,884 in 2008—a stark contrast from t
- 151 bloggeurs et de cyberdissidents ont été emprisonnés durant l’année 2009 | ReadWriteWeb France
- Reporters Sans Frontières a publié le 30 décembre son bilan de l’année 2009. Il dénombre 151 blogueurs et cyber-dissidents arrêtés, 61 agressés physiquement et un mort en prison en 2009. Par rapport à 2008, le nombre de blogueurs arrêtés a augme
- CHOI: «La pire radio au Québec»
- Le hockeyeur Georges Laraque est en furie contre l’équipe de Dupont le midi, par qui il dit avoir été insulté «gratuitement» à la suite d’une entrevue, mardi dernier. «Pire radio au Québec», «pourriture», «fermés d’esprit», la colère du célèbre joueur des
- Apprendre REST - un style d'architecture du Web
- REST est un style architectural permettant de développer des applications Web. Vous trouverez dans ces pages un ensemble de ressources pour pouvoir développer vos services Web en respectant ce style d'architecture.
- Crâne et os d'une société secrète de l'université de Yale aux enchères - Yahoo! Actualités
- NEW YORK (AFP) - Des reliques macabres appartenant à la société secrète "Skull and Bones" de l'université de Yale (Connecticut, nord-est des Etats-Unis), dont l'ex-président George W. Bush fut un des membres célèbres, vont être vendues ce mois-ci aux ench
- Granos urbaines
- Voici un blogue «responsable» mais non moralisateur, pour ceux et celles qui aiment Vivre... autrement. Ses auteures, deux yogis quasi végétariennes et semi-crudivores qui mangent parfois du bacon (bio), s'y intéresseront à la santé, à l'alimentation, à l
- Simonbanville.com - Asymptote's comics - Les bandes dessinées d'Asymptote
- SEO : Va-t-on arrêter de référencer naturellement les sites Internet ? | Blog Business / WebMarketing / Management
- L’acquisition de trafic est le nerf de la guerre du E-business. Et pour faire venir des visiteurs sur son site, force est de constater que Google est incontournable. Oui mais voila, Google est une belle demoiselle capricieuse. Elle n’hésite pas à vous en
- Une bonne politique de liens
- Objectif : améliorer la popularité d’un site et indirectement son positionnement sur un ensemble de requêtes prédéfinies. Qu’est-ce qu’un lien entrant (ou backlink) de qualité ? Un backlink de qualité doit pouvoir essentiellement répondre aux critères ci-
- Quand les pauvres inventent une banque véritablement populaire - Economie solidaire - Basta !
- Face à la faillite du système financier, et si nous repartions de zéro ? C’est ce qu’ont osé faire les habitants d’une favela de Fortaleza, dans le Nordeste du Brésil. Depuis dix ans, leur banque communautaire, la banque Palmas, leur a permis de développe
- Madsen Cycles — Welcome
- MDI Enterprises S.A. - Voitures à air comprimé Flowair - Véhicules propres - Technologie durable.
- Fruit de plus de dix années de recherches, les moteurs MDI mono-énergie permettent un fonctionnement totalement propre en utilisant de l’air comprimé stocké dans des réserves sous haute pression. On les retrouve sur des produits tels que les véhicules à v
- David Larlet Django-Python on Vimeo
- Le 23 octobre 2009, David Larlet et Claude Aubry vous ont proposé : [scrumpy] une présentation Python, Django et Scrum. David VS Django : Un tête à tête édifiant...
- Pourquoi Python et Django, dans conferences, django, python sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.
- Retour sur l'événement Scrumpy auquel j'ai participé le mois dernier. J'ai déjà eu l'occasion de m'exprimer ici sur Pourquoi Python et Pourquoi Django mais le contexte était assez différent sur cet intervention car je devais commencer à convaincre des bie
- La dure vie des développeurs web – Miximum
- Travailler dans le web est parfois ingrat. Ingrat parce que c’est un métier peu connu, et par conséquent rarement apprécié à sa juste valeur. Quel développeur web n’a jamais entendu des phrases comme « Tu fais des sites ? Alors tu peux venir me réparer mo
- XML for PHP developers, Part 1: The 15-minute PHP-with-XML starter
- This first article of a three-part series introduces PHP5's XML implementation and helps those relatively new to using XML with PHP to read, parse, and manipulate, and write a short and uncomplicated XML file using the DOM and SimpleXML in a PHP environme
- Common Tag
- Common Tag is an open tagging format developed to make content more connected, discoverable and engaging. Unlike free-text tags, Common Tags are references to unique, well-defined concepts, complete with metadata and their own URLs. With Common Tag, site
- Vers la fin de la vie privée au Canada | L'Anarcarnet - The Anarblog
- Il y a présentement un mouvement très fort au sein du gouvernement conservateur, appuyé par "l'opposition" libérale pour fortement resserrer les lois sur la surveillance téléphonique et informatique. En bref: vous allez être surveillés par votre police lo
- rdfquery - Project Hosting on Google Code
- rdfQuery is an easy-to-use Javascript library for RDF-related processing. You can use it to parse RDFa embedded within your page, query over the facts it contains, and reason to produce more facts. In concert with an server-side triplestore, rdfQuery can
- How a Web Design Goes Straight to Hell - The Oatmeal
- CitizenSide, l’avenir de l’AFP
- CitizenSide est une agence de presse d’un genre nouveau. Destinée aux reporters amateurs, elle se propose de récolter images et vidéos pour les revendre à des médias. L’AFP est entrée au capital, flairant la bonne affaire, et plus si affinités.
- ResumeRDF Ontology Specification
- ResumeRDF is an ontology designed to express information contained within personal Resume or Curriculum Vitae (CV) on the Semantic Web. It allows to describe professional work experience, education details, skills, certification and courses attended, and
- RDF pour les poètes
- RDF est une des technologies dont je parle souvent sur ce site. Elle est une des briques fondamentales du Web sémantique et est très souvent mal comprise ou mal aimée à cause de sa syntaxe XML peu compacte. Je vais tenter comme je l'ai dit il y a quelques
- Domptage de serpents pour les enfants, apprendre à programmer en Python.
- Ce livre est l'adaptation de « Snake Wrangling for Kids » en Français. Si le livre orignal est prévu pour des enfants à partir de huit ans, la barrière de la langue pour les mots clef et les fonctions le rend sûrement utilisable pour des enfants francopho
- Make a Footer Stick to the Bottom of the Page
- There are several ways to make a footer stick to the bottom of a page using CSS. But until now, they've used long and messy hacks or a lot of extra HTML markup; this method uses only 15 lines of CSS and hardly any HTML markup. Even better, it's completely
- Bulletproof @font-face – Jeffrey Zeldman Presents The Daily Report
- Real type on the web. All the kids are doing it. But maybe we’re doing it wrong. After testing several CSS @font-face syntax variants, including one used on this site, Paul Irish says the following is clearly best...
- FLYP
- FLYP is a dynamic online, multimedia magazine that combines text, video, audio, animation and interactivity into a new kind of storytelling.
- Dive Into HTML5
- Dive Into HTML5 seeks to elaborate on a hand-picked Selection of features from the HTML5 specification and other fine Standards. I shall publish Drafts periodically, as time permits. Please send feedback. The final manuscript will be published on paper by
- Roundcube webmail
- This project is a free and open source webmail solution with a desktop-like user interface which is easy to install/configure and that runs on a standard LAMPP server. The skins use the latest web standards such as XHTML and CSS 2. Roundcube includes othe
- World Wide Web Foundation
- Advance the Web. Empower People. We envision a Web that empowers all people, including billions excluded today, by providing new opportunities for creativity, collaboration, teaching, learning, enterprise and a better life. To reach this goal, the Web Fou
- Coup de filet dans un réseau présumé de trafic de graisse humaine - LeMonde.fr
- Quatre personnes ont été arrêtées dans le centre du Pérou depuis début novembre, dans le cadre d'une enquête sur un réseau présumé de trafic international de graisse ou de tissus humains, qui pourrait être lié à soixante disparitions, ont indiqué jeudi 19
- 50 Impressive Magazine and Newspaper Styled Web Designs : Speckyboy Design Magazine
- It is wrong to define the magazine style in web design as magazine style (does that make sense?). It should have, perhaps, been called newspaper or tabloid styled, it does have that look and feel. To define it, the magazine style within web design are tra
- Facebook et les entreprises québécoises : résultats d’un sondage exclusif | Baromètre multiple-media.com
- La très grande majorité des entreprises du Québec (88 %) n’ont aucune « stratégie Facebook » et seule une minorité de dirigeants (17 %) envisagent d’utiliser ce média social dans leur stratégie de communication-marketing au cours des 12 prochains mois.
- Manger du poisson local, oui! Encourager la surpêche, non! | Alimentation biologique | Zetika !
- Lorsqu’on sait que 75 % des réserves sauvages de poissons sont victimes de surpêche ou menacées par la surpêche, il est difficile de ne pas se poser certaines questions. Comment manger du poisson, qui est si bon pour la santé et une fête pour nos papilles
- 20 Email Design Best Practices and Resources for Beginners - Nettuts+
- Even for experience designers, building email newsletters isn't easy. You receive a lovely looking design, and you crack on with the development. Unfortunately, it just doesn't work as it should in every email clients. Styles don't display, images aren't
- Top 5 iPod Alternatives for Linux Users | Learning Ubuntu
- The iPod is a great MP3 player, but there are several other MP3 players which are better then the iPod, and support all of the major operating systems as well. Apple is a company that makes fantastic products, but if they're not supporting what I use then
- Un champignon qui mange la pollution - Le journal du CNRS - CNRS
- Après quelques décennies d'agriculture intensive, les recherches pour purger nos sols des nombreuses substances d'origine industrielle vont bon train. Une solution prometteuse nous vient aujourd'hui… d'un banal champignon filamenteux, Podospora anserina.
- feedly: a magazine-like start page
- feedly organizes your favorite sites into a fun, magazine-like start page.
- Tattler (app)
- Tattler (app) is an open source topic monitoring tool for today's Web. Tattler finds and aggregates content from the Web on the topics you want. Using semantic Web technologies, Tattler mines news, websites, blogs, multimedia sites, and other social media
- Adobe® BrowserLab
- Adobe BrowserLab is a browser compatibility service that provides designers exact renderings of their pages on leading browsers. Results are fast, with powerful tools to spot issues. Learn more at http://labs.adobe.com/technologies/browserlab/
- Mozilla Labs » weave
- Mozilla Weave enables you to have incredibly rich, personalized experiences across the web. As the Web continues to evolve and more of our lives move online, we believe that Web browsers like Firefox can and should do more to broker rich experiences while
- Jetpack » Firefox Image Editor: 14 Lines of Code
- Jetpack makes it super-fast for any web developer to make Firefox extensions. 14 lines of code is all it takes to write an extensions that let’s you edit any image you find on the web.
- Open Atrium
- Open Atrium is a team portal starter package. What makes it unique is that it's extensible and customizable. This means that you - and everyone - can develop new features for it, add other modules, change the skin, totally re-factor the workflow, and do a
- linkedgeodata.org : About
- LinkedGeoData is an effort to add a spatial dimension to the Web of Data / Semantic Web. LinkedGeoData uses the information collected by the OpenStreetMap project and makes it available as an RDF knowledge base according to the Linked Data principles. It
- Dailymotion - Grippe porcine de 1976 / Vaccin H1N1 - une vidéo Actu et Politique
- The Auteurs
- The Auteurs is your online cinema, anytime, anywhere. Watch, discover and discuss independent, foreign and classic films.
- Big Cartel - Simple shopping cart for artists, designers, bands, record labels, jewelry, crafters
- Big Cartel is a simple shopping cart for artists. It’s easy to use, customizable, and awesome.
- How to Add a Favicon to your Site - QA @ W3C
- A favicon is a graphic image (icon) associated with a particular Web page and/or Web site. Many recent user agents (such as graphical browsers and newsreaders) display them as a visual reminder of the Web site identity in the address bar or in tabs. The w
- Colloque - Contribuer dans l'univers Internet : un lien social au service de la production ? | Laboratoire de communication médiatisée par ordinateur
- Depuis moins d'une décennie, les modes de création et de distribution des contenus dans les environnements numériques d’Internet ont connu des transformations importantes, bouleversant les modèles traditionnels adoptés jusqu’ici par les industries culture
- Drupal à la Maison Blanche ! - Framablog
- Grande nouvelle pour le logiciel libre : le site de la Maison Blanche, Whitehouse.gov, vient de basculer sous Drupal ! Du coup, son créateur et principal animateur, Dries Buytaert, s’enthousiasme ci-dessous sur son blog et il a bien raison.
- A Byte of Python - Traduction française
- 'A Byte of Python' est un livre libre sur la programmation avec le langage Python. Il peut être vu comme un tutoriel ou un guide sur le langage Python pour les débutants. Si tout ce que vous savez sur l'informatique se résume à enregistrer des fichiers, a
- Adieu veaux, vaches, cochons ? - Le monde bouge - Télérama.fr
- L'explosion de l'industrie de la viande est un fléau pour la planète. Exemple : le méthane des vents bovins, un gaz à effet de serre plus nocif que le CO2 ! Pour sa survie, l'homme devra-t-il devenir végétarien ? Trop simple. On en profite pour revoir (en
- Mozilla Labs » Raindrop
- Raindrop is a new exploration by the team responsible for Thunderbird to explore new ways to use open Web technologies to create useful, compelling messaging experiences. Raindrop's mission: make it enjoyable to participate in conversations from people yo
- JavaScript InfoVis Toolkit - Interactive Data Visualizations for the Web
- The JavaScript InfoVis Toolkit provides tools for creating Interactive Data Visualizations for the Web.
- Rich Typography On The Web: Techniques and Tools « Smashing Magazine
- Lets face it: Web-safe fonts are very limiting. Maybe a dozen fonts are out there that are widely enough adopted to be considered Web safe, and those ones arent exactly spectacular for much other than body type. Sure, Georgia, Arial or Times New Roman wor
- LogMeIn - Logiciel d'accès à distance et de contrôle du bureau pour votre ordinateur
- Les outils gratuits de surveillance de sa réputation sur Internet - Marketing Professionnel
- Il est possible pour une société ou un individu d’améliorer sa visibilité sur le Net et bâtir une image positive. Par contre, il est presque impossible de contrôler sur Internet ce qui peut se dire sur un individu ou une société par une entité tierce. Il
- WebÉducation du 22 octobre 2009
- Martin Croteau : 582$ d'amende pour avoir rasé 12 hectares de forêt | Environnement
- Pour avoir rasé sans permission une forêt de la taille de 25 terrains de football, un propriétaire immobilier de Laval écope d'une amende de moins de 600$. La facture pourrait grimper bien davantage, car la Ville poursuivra le contrevenant. Mais les sanct
- Plogue chipsounds 1.0 released
- Plogue officially released its new chipsounds soft-synthesizer. This new product allow any musician to faithfully reproduce the sound and style of vintage video game music and sound effects in a convenient plugin format, usable inside any sequencer or DAW
- Nicolas Hulot, radicalement vert - LeMonde.fr
- How to Design for a Post-Consumption Economy | GreenerDesign.com
- We are all consumers. As we continue to gain a deeper understanding of the impacts of global growth, it has become clear that our consumption-centric lifestyle has challenged our planet's ability to support us. Recent market meltdowns, regulatory limitati
- De la science-fiction comme laboratoire métaphysique, par Serge Lehman (Le Monde diplomatique)
- Il y a un siècle exactement paraissait, dans la revue Le Spectateur, un article de l’écrivain Maurice Renard intitulé « Du merveilleux-scientifique et de son action sur l’intelligence du progrès ». Ce texte, qui servit de point de mire à tous les auteurs
- « Mr Hacker goes to the Parliament… » - Fondation pour l'innovation politique
- Le 16 septembre dernier, à l’occasion de la rentrée parlementaire en France, est apparu sur le Web le site nosdeputes.fr, dont l’ambition affichée est de « mettre en valeur l’activité parlementaire des députés de l’Assemblée nationale française ». Conçu c
- Data mining sur Facebook : ça fait peur | ReadWriteWeb France
- Le Data Mining, c’est l’art d’explorer une masse gigantesque de données à la recherche de sens, c’est un sport pratiqué depuis longtemps, entre autre par de multiples services marketing, et c’est tout sauf une nouveauté. Ce qui l’est, nouveau, c’est les p
- lilURL - A Free/Open Source Clone of TinyURL
- lilURL is a simple PHP/MySQL script for generating lil´ URLs. It's similar to TinyURL, Shorl, MakeAShorterLink, etc, but you can run it on your own server ((which is, yeah, pretty much the same thing as TightURL, but that didn't exist when I wrote lilURL)
- Eau et nanotechnologies : nouveaux risques pour l’environnement et la santé - Les blogs du Diplo
- A l’horizon des toutes prochaines années, des centaines de milliers de nanoparticules, vecteurs d’une « nouvelle révolution industrielle », vont être disséminées dans l’environnement, et dans l’eau… Afin de répondre aux questionnements de la Direction gén
- LINAGORA : Logiciels et services Open Source pour réussir les grands projets du Libre
- LinPKI est une suite applicative proposée sous licence Open Source qui vous permet de sécuriser tous les niveaux de votre système d’informations en s’appuyant sur les certificats numériques.
- Le nouveau Socialisme : La société collectiviste globale se met en ligne | InternetActu.net
- Un socialisme nouveau, revu et corrigé, est en train de prendre forme sur l’internet. Telle est l’hypothèse de Kevin Kelly, le gourou des nouvelles technologies, éditorialiste volontiers polémique qui nous a offert plus d’une fois quelques belles réflexio
- csscaffold - GitHub
- CSScaffold is a CSS framework written in PHP. Rather than try and create a static framework that uses the standard abilities of CSS, like Blueprint, it uses PHP to extend CSS. The syntax looks and feels exactly like CSS, except that you have some new, pow
- compass - GitHub
- Compass is a stylesheet authoring tool that uses the Sass stylesheet language to make your stylesheets smaller and your web site easier to maintain. Compass provides ports of the best of breed css frameworks that you can use without forcing you to use the
- Free web-based SSH client - serFISH.com
- Access your secure shell server by use of this free browser-based web SSH client. No more firewall or proxy restrictions for server and system administrators.
- François Cardinal : «Nous assistons à un vol de l'eau par le privé» | Consommation
- Mercredi dernier, la présidente du Conseil des Canadiens, Maude Barlow, terminait son mandat de conseillère principale en matière d'eau auprès du président de l'Assemblée générale des Nations unies. Le jour même, elle a lancé Vers un pacte de l'eau, un li
- The Battle Wages on with 5 New Screencasts - Nettuts+
- 1. Submitting a Form with Mootools 2. How to Add Custom Thumbnails to Your WordPress Posts 3. How to Parse XML in PHP Using SimpleXML 4. How to Query WordPress 5. Custom Fonts Across all Browsers Using CSS
- Is There A Perfect Web Design Width?
- It’s hard for me to accept that visitors have the final say in how websites look. I like my designs to step into the world the way I envisioned them, but that’s just not possible on the web. People pop in with different sized monitors set to different col
- Jean-Jacques Pelletier - Site officiel
- La fiction et la finance ne sont pas nécessairement les docteur Jekyll et Mr. Hyde que certains imaginent. Des mauvaises langues font même de la finance une forme particulièrement sophistiquée de fiction. Néanmoins, pour ménager les différentes sensibilit
- Facebook serait il au service de la CIA? - Paperblog
- Facebook est sans aucun doute le succès internet de cette année 2007. Les médias et le monde des affaires ont les yeux rivés sur cette société désormais valorisée à 15 milliards de dollars. Mais à y regarder de plus près, il semble que Facebook ne soit pa
- Facebook appartient-il à la CIA ?
- Les grands médias ont célébré Mark Zuckerberg comme l'enfant prodige qui, à l'âge de 23 ans, s'est transformé en milliardaire multimillionnaire grâce au succès de Facebook, mais ils n’ont pas prêté attention à “ l’investissement de capital -risque ” de pl
- Dailymotion - 9000 milliards de $ égarés par la Réserve Fédérale (FED) - une vidéo Actu et Politique
- Le 5 Mai 2009, Alain Grayson questionne l'Inspecteur Général, Elisabeth Coleman,de la FED sur les 9,7 trillions de dollars qui ont disparu et sur ceux ou celui qui ont bénéficié de cet argent. L'Inspecteur Général de la Réserve Fédérale (FED) dans la vidé
- CRW / Corporate Risk Watch
- In-Q-Tel - Wikipédia
- SPARQL XMPP Communications » crschmidt.net
- In-Q-Tel - Wikipédia
- XMPP, the protocol behind the more commonly known Jabber chat services, is an XML based communications format with significant support for extensibility. This messaging framework makes for an ideal method of transportation of SPARQL queries to various end
- Nicolas Hulot et l'oligarchie, par Hervé Kempf - LeMonde.fr
- Le film de Nicolas Hulot et Jean-Albert Lièvre, Le Syndrome du Titanic, sur les écrans le 7 octobre, dérangera. Ce documentaire écologiste ne montre presque pas de nature : rompant avec l'esthétique de carte postale habituelle en la matière, il se confron
- Des insectes transformés en cyborgs «télécommandables» (vidéo) - Actualités techno - Science
- Des ingénieurs de l'Université de Berkeley en Californie ont trouvé le moyen de contrôler des insectes vivants à distance au moyen d'une petite télécommande. Une armée d'insectes modifiés pourrait ainsi être envoyée pour repérer des survivants après un dé
- It’s just a matter of semantics - Fortune Brainstorm Tech
- The Semantic Web promises to make data and applications smarter. What do web giant Google (GOOG), the New York Times (NYT), the pharmaceutical leader UCB, and web startups Garlik and Bintro have in common? They are among the approximately two hundred comp
- Ten Useful Examples of the Real-Time Web in Action
- The Real-Time Web - it's more than just immediate delivery of Twitter messages to an always-on mobile device, disrupting the concentration that civilization is based on and bringing a rush to crazed social media addicts obsessed with the hottest new buzzw
- Inspirational Showcase of Business Card Websites
- The term ‘business card website’ has become widely associated with the popular style of website that has cropped up on the personal domains of designers and developers. The site is essentially a simple, single page design that displays personal informatio
- Trendsmap - What people are talking about in Montreal, Canada
- Trendsmap.com is a real-time mapping of Twitter trends across the world. See what the global, collective mass of humanity are discussing right now.
- SemanticTweet - twitter meets the semantic web
- To see your twitter friends and followers as a FOAF document.
- Wiki Francophone des Utilisateurs d'OpenBSD
- Ce wiki a pour but principal de faciliter la mise en place, le partage et la modification de documentations sur OpenBSD en français.
- 11 Quick Tips to Enhance Your Facebook Fan Page - netwitsthinktank.com
- With over 300 million users and over fifty percent of those users logging in daily Facebook is a platform that’s proven to be effective. It doesn’t seem to be going away any time soon either. Millions of people use the tool to stay connected with family a
- OperaTor - Opera + Tor. Surf anonymously | Arche Twist
- OperaTor is a portable software bundle which allows you to browse the web anonymously. It combines the power of the Opera Browser, Tor and Polipo.
- Swignition Services
- Swignition (formerly known as Cognition) is a parser for both “upper case Semantic Web” (RDF, RDFa) and “lower case semantic web” (microformats) technologies. It includes modules for exporting parsed data in a variety of formats, including RDF, vCard, iCa
- Le Web Sémantique en entreprise : comment et à quels niveaux ? - Clever Link - Veille - Clever Age
- Bien qu’elle ait été lancée par le W3C dés 1998, l’initiative du Web sémantique [1] reste encore aujourd’hui marginale face aux problématiques courantes du Web, comme par exemple la publication de contenu. Pourtant, le WS est déjà riche de nombreux langag
- RDF vCard Examples
- interstices - Ontologies informatiques
- Dans un système d'information, un petit peu de sémantique peut vous emmener très loin... Nous vous invitons à la découverte de la notion d'ontologie et de ses applications.
- OpenVocab
- OpenVocab is a community maintained vocabulary intended for use on the Semantic Web OpenVocab is ideal for properties and classes that don't warrant the effort of creating or maintaining a full schema. OpenVocab allows anyone to create and modify vocabula
- An Ontology for vCards
- This ontology attempts to model a subset of vCards in RDF using modern (circa 2005) RDF best practices. The subset selected is the same subset that the microformats community has adopted for use in hCard.
- Design and Performance | YikeBike - The world's first super light electric folding bike.
- inudge.net - Nudge
- Official Google Blog: Help and learn from others as you browse the web: Google Sidewiki
- Présentations sur le Web Sémantique
- WGS84 Geo Positioning: an RDF vocabulary
- inudge.net - Nudge
- This is a basic RDF vocabulary that provides the Semantic Web community with a namespace for representing lat(itude), long(itude) and other information about spatially-located things, using WGS84 as a reference datum.
- OWL Web Ontology Language Reference
- Web Ontology Language (OWL) est un dialecte XML basé sur une syntaxe RDF. Il fournit les moyens pour définir des ontologies web structurées. Le langage OWL est basé sur la recherche effectuée dans le domaine de la logique de description. Il peut être vu e
- Dublin Core Metadata Terms
- Le Dublin Core est un schéma de métadonnées générique qui permet de décrire des ressources numériques ou physiques et d’établir des relations avec d'autres ressources. Il comprend officiellement 15 éléments de description formels (titre, créateur, éditeur
- SKOS Simple Knowledge Organization System Namespace Document - HTML Variant 17 March 2009 "Candidate Recommendation" Edition
- The Simple Knowledge Organization System (SKOS) is a common data model for sharing and linking knowledge organization systems via the Semantic Web.This document provides a brief description of the SKOS Vocabulary.
- FOAF Vocabulary Specification
- FOAF (Friend of a friend, que l'on peut traduire par « l'ami d'un ami ») est un vocabulaire RDF permettant de décrire des personnes et les relations qu'elles entretiennent entre elles. Elle est une application du web sémantique, qui est considérée comme t
- SIOC Core Ontology Specification
- SIOC (Semantically-Interlinked Online Communities) est un vocabulaire permettant de décrire des objets couramment utilisés sur les sites communautaires et leurs relations. Il est défini en utilisant RDF. SIOC est une application du web sémantique pour déc
- Se mettre en valeur : le Personal Branding
- Google Chrome Frame - Google Code
- Google Chrome Frame is an early-stage open source plug-in that seamlessly brings Google Chrome's open web technologies and speedy JavaScript engine to Internet Explorer.
- Geek to Live: Ten Must-Have Bookmarklets - Bookmarklets - Lifehacker
- Le code de la knowledge box | Les petites cases
- My favorite bookmarklets - bobdc.blog
- Tutorial pour découvrir Facebook Connect - Blog - Veille - Clever Age
- OpenStreetMap
- Le code de la knowledge box | Les petites cases
- OpenStreetMap est une carte du monde entier librement éditable, faite par des gens comme vous. OpenStreetMap vous permet de voir, éditer et utiliser des données géographiques de n'importe quel endroit dans le monde.
- Portable Contacts
- The vision for Portable Contacts has been around for a long time. Sites large and small share the goal of providing users a secure way to access their address books and friends lists without having to take their credentials or scrape their data. But only
- Tim Berners-Lee on the next Web | Video on TED.com
- 20 years ago, Tim Berners-Lee invented the World Wide Web. For his next project, he's building a web for open, linked data that could do for numbers what the Web did for words, pictures, video: unlock our data and reframe the way we use it together.
- A skim-read introduction to linked data
- Setting up an RDFa file with apache « Ivan’s private site
- Planet RDF
- Dublin Core : on n'y comprend plus rien | Figoblog
- Ping the Semantic Web.com - Share your RDF data with the World!
- svgweb - Project Hosting on Google Code
- Setting up an RDFa file with apache « Ivan’s private site
- SVG Web is a JavaScript library which provides SVG support on many browsers, including Internet Explorer, Firefox, and Safari. Using the library plus native SVG support you can instantly target ~95% of the existing installed web base.
- TweetCommons: House — Federal
- TweetCommons connects Canadians with their elected representatives in government using Twitter, which limits comments to 140 characters, i.e. a single thought.
- DOAP - Est un vocabulaire permettant de décrire un projet informatique.
- DOAP is a project to create an XML/RDF vocabulary to describe software projects, and in particular open source. In addition to developing an RDF schema and examples, the DOAP project aims to provide tool support in all the popular programming languages.
- owl:sameAs
- The Web of Data has many equivalent URIs. This service helps you to find co-references between different data sets. Enter a known URI, or use Sindice to search first.
- Michael Hausenblas
- Exemple d'utilisation d'une vCard avec RDFa
- W3C RDF Validation Service
- Krut Computer Recorder
- Krut is a screencast tool that is written in Java and well suited for making video tutorials (instructional videos) on most platforms. Krut records movie files, including sound, of selected parts of your screen. The files use the quicktime mov format. The
- faire des screencasts avec VLC ? « Daria blogue
- HAR 2009 - Wikileaks on Vimeo
- RSSCloud Vs. PubSubHubbub: Why The Fat Pings Win
- How to publish and receive blog posts in Real-time
- pubsubhubbub - Project Hosting on Google Code
- OAuth — An open protocol to allow secure API authorization in a simple and standard method from desktop and web applications.
- TIME Magazine Cover: Person of the Year: You - Dec. 25, 2006 - Science & Technology - Person of the Year - YouTube - Computers
- First handmade subpixel type family, ever | Typophile
- The Web At A New Crossroads
- RSS never blocks you or goes down: why social networks need to be decentralized - O'Reilly Radar
- 33mag | Internet WebTV Online Magazine & Events Photo Albums
- 45royale Inc. — A web design studio in Atlanta, Georgia
- HTTP : le protocole du Web passé en revue - Club des décideurs et professionnels en Informatique
- mozdev.org - synckolab: index
- HAR 2009 - Wikileaks on Vimeo
- It reads a selected Imap folder and synchronizes it.
- Sign Up for the Google Maps API - Google Maps API - Google Code
- The Google Maps API lets you embed Google Maps in your own web pages. A single Maps API key is valid for a single "directory" or domain. See this FAQ for more information. You must have a Google Account to get a Maps API key, and your API key will be conn
- 24 ways - web design and development articles and tutorials for advent
- 24 ways is the advent calendar for web geeks. Each day throughout December we publish a daily dose of web design and development goodness to bring you all a little Christmas cheer.
- Telepathy : Vidéo et audio compatible avec MSN ! - Blog de dada
- FOAF-a-matic -- Décrivez-vous en RDF
- FOAF-a-matic est un simple logiciel (en JavaScript) qui vous permet de créer une description FOAF ("Friend-of-A-Friend", "Amis d'un ami") de vous même. Pour en savoir plus sur FOAF vous pouvez lire l'article de Edd Dumbill, "XML Watch: Finding friends wit
- RDFWeb and FOAF: semantic web vapourware for the masses
- Official Google Webmaster Central Blog: Introducing Rich Snippets
- Introducing Rich Snippets
- Freebase - A wealth of free data
- http://www.w3.org/People/Berners-Lee/card#i
- FOAF card de Tim Berner Lee ...
- L'avenir du microblogging est il le blog ? | Bloc-Notes de Bertrand DUPERRIN
- L’avenir du microblogging est il le blog ?
- Leitura News Italic 4 | Single Font | FontShop
- Accueil - La voix du libre, émission de radio sur les logiciels libres
- Le Lendemain De Brosse: Un Québec souverain économique viable...ça se peut!
- Zeitgeist - The Movie
- Biohackers : les bricoleurs d'ADN - LeMonde.fr
- Brooklyn Fare | Fine foods, groceries and more in downtown Brooklyn.
- BOUDDHANAR la Liberté inconcevable
- (OpenLibrary)
- RDFaWiki
- QueryPath.org - A PHP library for working with XML and HTML.
- wiki.dbpedia.org : About
- Définition du Savoir Libre / Open Knowledge Definition
- RDFa Distiller
- MOAT : donner du sens à vos tags | Les petites cases
- The BFF: Vcards, mime types and htaccess files
- Download vCard Script - PHP - Snipplr
- Great Wall of Facebook: The Social Network's Plan to Dominate the Internet
- BBC NEWS | Technology | Microsoft backs long life for IE6
- Icecast Streaming Media Server
- Pourquoi les standards du W3C ? - Openweb.eu.org
- Public Mobile | À vous la parole
- The People's Potato
- RDFa for HTML Authors
- Accueil - La voix du libre, émission de radio sur les logiciels libres
- RDFa is a thin layer of markup you can add to your web pages that makes them understandable for machines as well as people. You could describe it as a CSS for meaning. By adding it, browsers, search engines, and other software can understand more about th
- RDFa.info
- IE6 : L’abandon accéléré par les développeurs
- YouTube et Digg ne supporteront plus Internet Explorer 6
- Project Cartoon: How Projects Really Work (version 1.5)
- The Bicycle Film Festival is a celebration of bicycles through film, art and music.
- IE6 : L’abandon accéléré par les développeurs
- Wow! :)
- 6 Ways To Improve Your Web Typography - Nettuts+
- BBC - Music - Home
- Linked Data | Linked Data - Connect Distributed Data across the Web
- Talis Platform - Home
- Informatique : conseils pratiques et modèles de lettres. Avec L'Encyclo pratique de L'Internaute Magazine.
- A JavaScript Compressor
- An XMPP Microblogging Stack
- Link Popularity Check - Marketleap Search Engine Marketing Tools
- BizInformation.org - Website Value, How Much is your Website or Blog Worth?
- Hot Frog - Your Canadian Business Directory
- BBC - Music - Home
- Find products or services in your location, fast and easy on HotFrog Your Canadian Business Directory. You can add your company for free.
- PHPBoost CMS : Votre site à portée de main
- TigerDirect.ca - Computers, Computer Parts, Computer Accessories, PC Components & Electronics
- Google Announces Support for Microformats and RDFa - O'Reilly Radar
- XML.com: Introducing RDFa
- Dynamic Columns | Articles | Digitalmash
- TigerDirect.ca - Computers, Computer Parts, Computer Accessories, PC Components & Electronics
- A mash of work from Australian designer, Rob Morris
- Council for Secular Humanism
- RDF par l'apprentissage : FOAF | Les petites cases
- YouTube - Fred Fortin chante Que je tétranglerai pour Dédé Fortin.
- YouTube - Fred Fortin chante Chaouin pour Dédé Fortin.
- PEP : La publication d’informations inutiles donc indispensables | Omega’s blog
- Jabber is more than Instant messaging. - Gof's weblog
- 30 More Helpful Video Tutorials For Web Developers - Nettuts+
- Welcome to the iPhone Development Central Website!
- RDF par l'apprentissage : FOAF | Les petites cases
- "Basic iPhone Programming"
- Juick.com : réseau social temps-réel XMPP « [Nÿco's blog] standards ouverts de la messagerie instantanée
- Un twitter temps réel avec XMPP
- Zimplit - Easiest Content Management System
- SELFHTML: HTML/XHTML / Liens (Links) / Liens standard
- Balise <link/>
- 8 Best Practices for Retailers on Facebook Pages
- Studio le Plan A, enregistrement, production musique et publicité Montréal
- typeface.js -- Rendering text with Javascript, , and VML
- jquery-fontavailable - Project Hosting on Google Code
- sol.jpg (Image JPEG, 700x700 pixels)
- Arbres remarquables de Montréal
- Le Pouvoir Aux Pousses Sprout Out Loud
- Conception de services pour le Web sémantique Montréal, Québec
- Conception d'ontologies OWL pour le Web sémantique Montréal, Québec
- Utilisation du langage de requête SPARQL pour le Web sémantique Montréal, Québec
- Conception de descriptions RDF pour le Web sémantique Montréal, Québec
- Technologie du Web sémantique Montréal, Québec
- Concours pour le logo officiel » Festival Geek de Montréal
- Boutique Cycles / A gallery of custom bikes
- hebdochaleur.ca - Ce que Google sait sur vous… - Jminforme.ca
- A List Apart: Articles: Introduction to RDFa II
- A List Apart: Articles: Introduction to RDFa
- Vélo Québec - Association cycliste - Mécanique I
- Terrain Vague, Citizen Engagement & the Open City: The Roerich Garden Project | Facilitating Change
- Aen Tan × Designer & Thinker
- Les feuilles de style en cascade, niveau 2
- JavaScript Configuration in sIFR 3 Documentation & FAQ
- Festival Geek de Montréal
- Free.korben.info - Pour un internet libre
- The Definitive Guide to Using Negative Margins | CSS | Smashing Magazine
- Découvrez Jabber avec Gajim | Le blog de Vanaryon
- PHP: ereg - Manual
- How to Use Twitter for Business: An Official Guide Finally Arrives - ReadWriteEnterprise
- Typographie web : gérer la taille du texte avec les « em » - Alsacréations
- Réfrigération Chauffage Climatisation | NAVADA.COM
- Studio le Plan A, enregistrement, production musique et publicité Montréal
- Réfrigération : Entrepôts frigorifiques, Arénas, Agroalimentaire, Procédés industriels. Chauffage : Combustion, Chaudières, Brûleurs industriels, Cabines à peinture, Séchoirs industriels. Climatisation : Industries, Bureaux, Ventilation, Usines.
- Consultations sur le droit d'auteur
- Description of a Career - Wikipedia, the free encyclopedia
- DOAC Vocabulary Specification
- Description of a Career - Wikipedia, the free encyclopedia
- DOAC is a RDF metadata vocabulary to describe professional capabilities of a worker like any curriculum or resume that people use to have in their websites but with much better capabilities. Business people will be able to search the internet to find a wo
- Joe Bloggs' CV
- 3 Ways to Speed up Your Site with PHP - Nettuts+
- CSS Tutorials & Web Design Tutorials - Design Blog - CSS Tutorial, XHTML, Photoshop, SEO, Design, Layout, Usability, etc
- Popular CSS Snippets
- FixMyStreet (réparer ma rue) Canada - Page d'accueil
- Technology Review: The Authority on the Future of Technology
- La commissaire à la protection de la vie privée du Canada s'en prend à Facebook - Actualités techno - Internet
- 3 Ways to Speed up Your Site with PHP - Nettuts+
- Afin de se conformer aux lois canadiennes en matière de protection des renseignements personnels, Facebook doit assumer une plus grande part de responsabilité en ce qui concerne les renseignements personnels sous son contrôle, annonçait aujourd'hui la com
- Canada Tells Facebook to Improve Its Privacy Practices
- If Facebook wants to comply with Canadian privacy laws, the company will have to make some changes to how it collects and retains information about its 12 million ...
- FPDF
- The FPDF site
- Les parcs nationaux du Québec, un des trois merveilleux réseaux de la Sépaq
- La Sépaq et ses parcs nationaux vous invitent à profiter de la grande nature en pratiquant : la randonnée, le kayak, le canot, la bicyclette ou la pêche. Profitez de nos différents types d'hébergement : chalets, camps rustiques, auberges, refuges et campi
- ArrondissementsDeMontreal – Laconica
- Damien R. et Sunny D. au Yukon (1re partie) - Blogue - BANDE À PART - OBSÉDÉS MUSICAUX ASSUMEZ-VOUS
- AddThis - Social Bookmark & Feed Button Builder
- Fancybox | Fancy lightbox alternative
- Damien R. et Sunny D. au Yukon 2: Solstice à Whitehorse - Blogue - BANDE À PART - OBSÉDÉS MUSICAUX ASSUMEZ-VOUS
- Oishii Sushi, Montréal Restaurant, Japonaise, Sushi Restaurant. Guide des Restaurants de Montreal - RestoMontreal.ca
- Damien R. et Sunny D. au Yukon (1re partie) - Blogue - BANDE À PART - OBSÉDÉS MUSICAUX ASSUMEZ-VOUS
- Oishii Sushi in Outremont on Bernard West, offers various Sushis and makis, Japanese dishes as well as other grilled dishes.
- Wiki Hanes/Lovable:PagePrincipale
- Grooveshark -- Listen to Free Music
- La fusion des marges en CSS - Alsacréations
- When can I use... Compatibility tables for features in HTML5, CSS3, SVG and other upcoming web technologies
- Carsonified » 23 Essential HTML 5 Resources
- JabberFR - Statut sur le web
- 40 Free High Quality Hand-drawn Fonts | Graphics
- #1656 (Quotes, and & are removed from notices sent by XMPP) – Laconica
- Nettuts JQuery
- My Fridge XMPP Client
- 10 Key SEO Strategies Every Facebook Page Owner Should Know
- Web Designer Wall - Design Trends and Tutorials
- Les normes sur la Normalisation des sites Internet (NSI 2.0)
- Planet-Monde | le webzine des voyages de Louise Gaboury » » Nouvelle-Zélande, une mosaïque de paysages
- Grooveshark -- Listen to Free Music
- Planet-Monde est un webzine de voyages. Les articles sont écrits par Louise Gaboury, journaliste, professionnelle du voyage.
- La fracture numérique
- Les extraterrestres, entre science et culture populaire (Le Monde diplomatique)
- MCN21 : Maîtres chez nous - 21e siècle
- Earthship - Ekopedia
- Brown PHP » Jabber with PHP – Part I (XMPPHP)
- The Wired Interview: Facebook’s Mark Zuckerberg | Epicenter | Wired.com
- Apple, Acer and…Arrington? - Bits Blog - NYTimes.com
- Le socialisme nouveau est arrivé - Framablog
- Download XML Editor, Download Free XML Editor, XML Editing Tools Downloads | Syntext
- Wiki Tennis IdS:PagePrincipale
- FacebookTonAmiPourLaVie.pdf (Objet application/pdf)
- Club de tennis Île des Soeurs
- Ressac Media, Agence de search marketing de Montréal
- Les extraterrestres, entre science et culture populaire (Le Monde diplomatique)
- Ressac Media est une agence dynamique qui offre une gamme complète et exclusive de solutions d’affaires en marketing de recherche (SEM).
- Hockey's Future - #1 NHL Draft & Hockey Prospect Magazine
- Smartphone, Pocket PC & Ultra-Mobile PC Store - eXpansys Canada
- hacks.mozilla.org
- Framasoft - Logiciels libres
- Smartphone, Pocket PC & Ultra-Mobile PC Store - eXpansys Canada
- Site portail collaboratif autour du logiciel libre : annuaires, tutoriels, articles, docs, forums, etc.
- Alliance numérique
- La Société des arts technologiques [SAT] Society for Arts and Technology
- sIFR Font Maker | CoffeeCup Software
- La Société des arts technologiques [SAT] Society for Arts and Technology
- An Internet Pioneer in Web Design and HTML Software. Download our HTML Editor, Flash and Web Design Software Now
- Données et métadonnées : transfert de valeur au coeur de la stratégie des média | ReadWriteWeb France
- Main Page - Gutenberg
- Des données et des liens : le début de quelque chose de grand | ReadWriteWeb France
- Comment optimiser sa page de contact pour le référencement » Blog Axe-Net
- Main Page - Gutenberg
- Optimiser la page de contact de son site peut s'avérer utile au positionnement dans Google.
- Comics artist Mark Sable detained for Unthinkable acts - SFScope - Science Fiction, Fantasy, Horror
- En pleine gloire - L'ONF ferme Silence, on court! | Nouvelles | Cinéma | Canoë
- Open Source Designers - A community of practice for design & user experience people in Open Source
- Jake
- 35 CSS-Lifesavers For Efficient Web Design | CSS | Smashing Magazine
- Novemberborn
- Clixpy.com - a Must-Have Usability Tool for Webmasters
- Un film croustillant sur l'histoire secrète de Facebook? - Actualités techno - Facebook
- Get down! How to keep footers at the bottom of the page
- All for Good
- JS charts – The free JavaScript chart generator
- En pleine gloire - L'ONF ferme Silence, on court! | Nouvelles | Cinéma | Canoë
- JS charts is a JavaScript component, a chart generator that requires little or no coding for you to create highly customizable bar charts, pie charts and line graphs. Create a chart right now for free only with our JS charts tool! Online JavaScript chart
- Des bulles de serre - La semaine verte
- Taking the Web into our own hands, one computer at a time
- AdFreak: Is the Flash-powered agency site obsolete?
- Hide My Ass! Free Proxy and Privacy Tools - Surf The Web Anonymously
- The Nonsense Society | Arts, Music, Film, and Literature Community
- Taking the Web into our own hands, one computer at a time
- Arts, Film, Music, and Literature community
- Bâtir le Web sémantique avec le RDF : Textes de vulgarisation
- Répertoire de sites Internet sur le système RDF
- My Flickr App - Blog
- My Flickr App - Bringing Flickr closer to you
- jQuery SuperBox!
- 100 Awesome Open Source Tools for Writers, Journalists, and Bloggers | Online Courses
- Callcentric Pay Per Call rate plan
- 100 Awesome Open Source Tools for Writers, Journalists, and Bloggers | Online Courses
- Internet phone service for your home or office. Pay per call and Unlimited rate plans, phone numbers worldwide. Sign up for a free account today.
- SFLphone - Official Website
- WikiNiYhsMaison:PagePrincipale
- UI.Layout Plug-in - Demos
- Ubuntu Themes: 61 Awesome Themes for Linux | TechNama
- 10 Free Screen Recording Softwares For Creating Attractive Screencasts
- WikiNiYhsMaison:PagePrincipale
- Free Web Resources Everyday - WebResourcesDepot
- ARIN: WHOIS Database Search
- RDFa vs microformats from Evan Prodromou
- NRJ - environnement routier
- RCI Environnement
- RDFa vs microformats from Evan Prodromou
- META_DESCRIPTION
- Marinelli | drupal.org
- mulpo | drupal.org
- Magazeen | drupal.org
- Blue Zinfandel | drupal.org
- Drupal - Content Management System | Acquia
- mulpo | drupal.org
- Acquia offers services and technical support for the Drupal content management system, helping organizations deploy and manage social publishing web sites.
- GlossyBlue | drupal.org
- Acquia Marina | drupal.org
- demo.agileware.net | A Drupal demonstration site by
- Blogs | Drupal Thailand
- Austin Zen Sub Theme | drupal.org
- Le mail du futur releasé par Google ! - theClimber
- Google Wave Preview
- Give IE6 users the message to upgrade or change « Vincent Hasselgård
- Acquia Marina | drupal.org
- Tanker, funderinger, idéer og annet rart
- one small voice » XMPP: Catch the Wave
- Blogue Tendances Mode : Vêtement, coiffure, chaussure, accessoire et boutique.
- 49 facteurs qui influenceraient le référencement local - Référencement, Design et Cie
- XMPP: The Definitive Guide | O'Reilly Media
- simple private real-time sharing and collaboration by drop.io
- poshformats.org Home
- poshformats.org Home
- The New Socialism: Global Collectivist Society Is Coming Online
- 10 Geeky Websites: Where Real Geeks Gather
- Journalists on Twitter - Muck Rack
- CMS.txt | What it is
- OpenID » How do I get an OpenID?
- aM laboratory
- Forkbomb Studios - Premium Web & Design Services
- http://openmicroblogger.org/
- Raccourcir un Lien | MinURL.fr | Raccourcir vos liens, Rapidement et Simplement
- Blogue Tendances Mode : Vêtement, coiffure, chaussure, accessoire et boutique.
- MinURL est un service web vous permettant de raccourcir un lien, de le personnaliser, et même de compter le nombre de clics sur ce lien !
- Installing & Configuring the Activity Stream Module for Drupal 6.x | BrianStevenson.com
- 35 Free Fonts to Enhance Your Designs | Fonts | instantShift
- 30 Untypical WordPress Sites
- Lallemand Inc.
- Social Media Research Report Final Rev V01 French
- 35 Free Fonts to Enhance Your Designs | Fonts | instantShift
- Les médias sociaux : La perception de l’utilisateur et du professionnel – L’écart des réalités
- Facebook ! | Facebook
- Facebook est un réseau social qui vous relie à des amis, des collègues de travail, des camarades de classe ou d'autres personnes qui ont quelque chose à partager avec vous. Grâce à Facebook, vous pourrez rester en contact avec vos amis, charger un nombre
- 155+ raccourcisseurs d'URL (tinyurl-like) | Homo Sapiens Internetus
- Plus de 155 services pour raccourcir la taille de vos liens !
- tr.im your URLs
- tr.im is for quick, easy, full-featured URL shortening with integrated posting to social networks such as Twitter, with a free public API.
- HURL Make long urls shorter. Powered by Google App Engine.
- RURL
- ur1 Generator
- Wolfram|Alpha
- Cinq moteurs de recherche innovants pour compléter Google - Journalistiques
- Nearly Car-Free - The New York Times > Science > Slide Show > Slide 1 of 9
- RURL
- Though not quite car-free, Vauban, Germany, is a highly "car-reduced" suburb.
- The Prepaid Economy Blog: Some observed behaviour patterns in rural BoP households
- Collage by Dave Tait Across the regions, we saw patterns of financial behaviour (download PDF) that echoed similarities of intent and goals. For example, at peak times such as the post harvest season, wealth was often stored in the form...
- Introduction to Wolfram|Alpha by Stephen Wolfram
- Mon premier contact Jabber - Montréal rencontres d'amitié - Kijiji Montréal
- salut! j'essaie d'être libriste de mon mieux, et je me rend compte que je n'ai aucun contact jabber. je me demandais si quelqu'un voudrait bien utiliser ce protocole avec moi. ça implique ce que ça implique, hein. si on a jamais envie de discuter, le but
- fesse de boucs, le réseau anti-social « Humeurs de Gauche
- Twitter Status - IM: Not coming soon
- ChangeCamp
- Welcome page
- Sindice - The semantic web index
- Radio-Canada.ca
- Twitter Status - IM: Not coming soon
- Le site francophone de la Société Radio-Canada offre une multitude d'informations sur sa programmation télévisuelle et radiophonique. De plus, découvrez le contenu original du site ainsi que les zones d'informations sur l'actualité, les sports, les arts e
- Scratch | Home | imagine, program, share
- Scratch: a programming language for everyone. Create interactive stories, games, music and art - and share it online.
- Firefox Could Offer New Ways to View Data (Mock-ups) - ReadWriteWeb
- Bees can see ultraviolet light that the human eye cannot see. Snakes and mosquitoes can see infrared light. The Firefox (browser) can see things that the human eye ...
- Kryzalid blog
- Zone-H.org - Unrestricted information | Defacements archive
- LimeSurvey.org - The Leading Open Source Survey Tool - Features
- Zone-H.org - Unrestricted information | Defacements archive
- LimeSurvey (formerly PHPSurveyor) is an Open Source PHP web application to develop, publish and collect responses to online & offline surveys.
- WeFollow: A User Powered Twitter Directory
- jCart - Free Ajax/PHP shopping cart - Version 1.1
- FullCalendar - Full-sized Calendar jQuery Plugin
- flot - Google Code
- jspdf - Google Code
- 16 Different Clones You Can Build with Drupal
- Typefaces we can all share : Open Font Library
- iPhone OS - Wikipédia
- Conception de site Web, Internet, création Web Montréal, creation site web | Kryzalid
- jCart - Free Ajax/PHP shopping cart - Version 1.1
- Création de site Internet, réalisation de sites web et commerce électronique. Kryzalid, agence de création de site web, design web, hébergement, programmation PHP et Flash.
- Wiki Kryzalid:PagePrincipale
- Code Markup: a WordPress plugin » Semicolon
- Software, the Internet and you.
- ali kinaze | conseils Web + gestion Web + formations Web
- [Photo] A quoi ressemblent les serveurs de Google ? - Websourcing.fr
- Webby Nominees
- Chronicart.com | Webmag : William T. Vollmann : Leur compagnon d'infortune
- [Photo] A quoi ressemblent les serveurs de Google ? - Websourcing.fr
- Chronic'art, le webzine culturel francophone. Tous les jours, toutes l'actualité culturelle en cinéma, dvd, musique, jeux vidéo, livres, bd, arts et expos.
- Créer un menu à onglets avec CSS
- Marquage sémantique par transformation XSL
- Sanofi-aventis - Sanofi-aventis investit 100 millions € pour construire une usine de vaccin grippal saisonnier et pandémique au Mexique
- Want a Remix Manifesto? Name Your Price, Says RiP Director | Underwire
- Semantic Web roadmap
- JDNet Développeurs
- Novemberborn: sIFR 3
- Sida de civilisation | CentPapiers
- Welcome - Bazaar Version Control
- Libre.fm — discover new music
- 16 Cheap or Free Marketing Ideas - Solutions by PC Magazine
- 40+ Stylish and Trendy Icon Sets
- 174. La fin des complots « Nouvelle Societe
- Earth Day Network
- Comment réaliser un bon formulaire HTML | bbxdesign
- Page d'accueil de la Bibliothèque numérique mondiale
- 3.5. Formatage de chaînes
- Marquage sémantique par transformation XSL
- Python from novice to pro
- How to Think Like a Computer Scientist: Learning with Python
- Plongez au coeur de Python
- Edit-in-Place with jQuery
- Montréal Plus.ca - Magasinage et services - Vergers et Cidrerie Denis Charbonneau
- Plongez au coeur de Python
- Montreal Plus.ca est votre guide du magasinage et des services à Montréal. À la recherche d'une boutique spécialisée, d’un spa, d'une ressource communautaire, professionnelle ou en santé, d'un centre de beauté ou de jardinage? Consultez notre répertoire p
- Specto
- XMPP Extension Protocol - Jabberfr
- Erreur 404 : Comment personnaliser cette page ?
- bell crtc site:slashdot.org - Recherche Google
- AMD - Alain Miville-Deschênes, Artisan Coutelier
- XMPP Extension Protocol - Jabberfr
- Fabrication artisanale de couteaux uniques et sur mesure (couteaux de chasse, couteaux d'Art, couteaux de plein-air, miniatures, tactic, etc.). Fabrication exclusive de bijoux en ivoire de mammouth.
- Gaétan Beauchamp
- Gaetan Beauchamp: Maker of hunting, folding, damascus and collectible knives. Scrimshaw on ivory and water buffalo horn. Scrimshaw on kitchenware handle. Création de couteaux de chasse, collection, damas et pliants. Scrimshaw sur ivoire et corne. Scrimsha
- MCN21 : Maître chez nous - 21e siècle
- Fouineux Dictionnaire - Dictionnaire, Recherche, Localisateurs
- Dictionnaire français, dictionnaire des synonymes, grammaire, conjugaison, traduction, dictionnaires spécialisés, dictionnaire anglais
- http://www.olf.gouv.qc.ca/ressources/bibliotheque/dictionnaires/Internet/Index/a_francais.html
- création, conception, montage, construction, fabricant, fabrication, publicité, positionnement, achat, concept, plan, gabarit, design, dessin, dessinateur, de site internet, site web laval, montreal, website, commerce électronique, magasin en ligne, mo...
- Pb d'accent avec sIFR - Alsacréations
- création, conception, montage, construction, fabricant, fabrication, publicité, positionnement, achat, concept, plan, gabarit, design, dessin, dessinateur, de site internet, site web laval, montreal, website, commerce électronique, magasin en ligne, mo...
- Forum pour webmasters, création de sites web avec HTML, XHTML, CSS et Standards W3C
- Le nouvel ordre mondial s’affiche publiquement « Les 7 du Québec
- Barack Obama veut pouvoir contrôler les réseaux informatiques - Actualités - ZDNet.fr
- Barack Obama veut pouvoir contrôler les réseaux informatiques - La cybercriminalité continue d'inquiéter les dirigeants politiques américains : un projet de loi a ainsi été déposé devant le Sénat, le Cybersecurity Act of 2009.
- D'où vient cette expression ?
- CVGadget.com - Person Search Engine
- 7 Outils pour Tester vos Sites sur Tous les Navigateurs » Go-referencement.org
- Forum Ubuntu-fr.org / mac mini (gma950) + écran acer al1916W = devenir fou
- Accueil - Dictionnaire du référencement
- Inukshuk
- Main Page - Htmlpedia
- Random Recipe on MySpace Music - Free Streaming MP3s, Pictures & Music Videos
- CVGadget.com - Person Search Engine
- MySpace Music profile for Random Recipe. Download Random Recipe Hip Hop / A'cappella / Drum & Bass music singles, watch music videos, listen to free streaming mp3s, & read Random Recipe's blog.
- BFI Canada | Plus de 30 ans d'expérience en gestion des matières résiduelles
- Movies Found Online - Free Movies & Documentaries (incl. public domain) - Watch free movies online
- Waste Management Canada
- Movies Found Online - Free Movies & Documentaries (incl. public domain) - Watch free movies online
- Waste Management offers great career opportunities for motivated & diverse individuals to help protect the environment & manage waste responsibly.
- BlackBerry - Software Downloads 2
- L'éco-logis à petit budget : L'écoconstruction: un feu de paille? | Société | Radio-Canada.ca
- Canadian Mobile News & Reviews - Cell phones and Accessories - MobileSyrup.com
- Des poissons robots pour détecter les polluants - Actualités techno - Électronique
- Introducing the XMPP application server: The Twitter example - ProcessOne
- L'éco-logis à petit budget : L'écoconstruction: un feu de paille? | Société | Radio-Canada.ca
- ProcessOne is a company specialized in high-performance enterprise messaging solutions. The company provides solutions for the XMPP and SIP protocols.
- Mon Opquast
- YETI Trailer Snow Removal System
- PHP: Fonctions SimpleXML - Manual
- Mon Memex · À propos
- YETI Trailer Snow Removal System
- là où mes hyperliens deviennent des synapses…
- 50 Must-Have Photoshop Brushes | Graphics | Smashing Magazine
- by Daved Brosche Having a good collection of Photoshop brushes is essential for any designer. There is certainly no shortage of Photoshop brushes on the Web these days. The problem with Photoshop brushes isn’t in
- 40+ Excellent Freefonts For Professional Design | Fonts | Smashing Magazine
- The importance of typography in design can't be overestimated. The accuracy, precision and balance of geometric forms can give letters the elegance and sharpness they deserve. Besides, elegant fonts can help to convey the message
- GROSSE BOÎTE
- GROSSE BOÎTE
- Indianapolis Museum of Art: Modern, African & Fine Art, Gardens
- The Indianapolis Museum of Art is an art museum with art galleries and gardens. The IMA provides art classes, films & lectures for public access.
- Happy 20th Birthday, World Wide Web - ReadWriteWeb
- Blog » Créer un blog avec Django - GillesFabio.com
- ★ Cours pour apprendre Python, dans python sur BioloGeek, l'avis d'un freelance passionné par le web et son évolution.
- Learn Python in 10 minutes | Poromenos' Stuff
- piKey Keyboard Driver: mettez votre clavier sur votre PSP
- Blog » Créer un blog avec Django - GillesFabio.com
- piKey Keyboard Driver: mettez votre clavier sur votre PSP Fanjita et harleyg viennent de terminer la première version de ce petit plugin permettant de connecter un clavier à la PSP. Fanjita nous a réservé la primeur de ce programme et vous allez pouvoir l
- Manifeste d’une génération 18-34
- O'Reilly - Safari Books Online - 9780596157524 - XMPP: The Definitive Guide, 1st Edition
- 9780596157524 - XMPP: The Definitive Guide, 1st Edition - The most complete and up-to-date guide to XMPP available, this practical book provides everything you need to know about this open network protocol for real-time communication. Devised for instant
- Tutoriaux XML
- CSSREMIX | New
- Premiere source for web-design inspiration and trends.
- U B U W E B :: Film & Video
- 3rings » A Product Blog for Architecture + Design
- POMPAGE - Les pieds (de page) dans le plat
- 3rings » A Product Blog for Architecture + Design
- Avec les vieilles méthodes de mise en page par tableaux, le positionnement vertical était une partie de plaisir. Avec le montage en CSS, c'est une partie d'autre chose. Apprenez comment regagner le contrôle de vos pieds de page et d'autres éléments positi
- Concentric Studio: Merging the Art & Science of Design
- Concentric Studio is a full-service design studio creating well designed and highly functional interactive experiences that help companies connect with their audiences and simplify business processes to help improve bottom-line results. Concentric Studio
- Showcase Of Clean And Minimalist Designs | Design Showcase | Smashing Magazine
- By Jacob Gube and Smashing Editorial Team Minimalism, in the context of design, refers to simple, unadorned designs that embody only the most basic and fundamental needs. In art, it is a movement that has
- Delete / Work / UKTV Eden Banner Campaign
- Working alongside Watermill, Delete were delighted to produce a series of flash banners to drive traffic to EDEN’s official website.
- Odopod - MSI Chicago
- Always Innovating: Introducing the Touch Book
- XML - Club d'entraide des développeurs francophones
- Always Innovating: Introducing the Touch Book
- XML : tutoriels XML, XSL et SOAP
- SELFHTML: XML/DTDs
- SELFHTML, Chapitre "XML", Contenu.
- XML en 10 points
- Introduction à XML
- Présentation de XML XML (entendez eXtensible Markup Language et traduisez Langage à balises étendu, ou Langage à balises extensible) est en quelque sorte un langage HTML amélioré permettant de définir de nouvelles balises. Il s'agit...
- Le site du film Chomsky & Cie - Les Mutins de Pangée 2008
- Érablière Charbonneau
- L'érablière Charbonneau située au pied du Mont Saint-Grégoire, est l'endroit idéal pour une réunion familiale célébrée dans la plus pure tradition.
- XML/XSL avec PHP - Club d'entraide des développeurs francophones
- Tutorial sur l'utilisation de XML/XSL avec PHP grâce au mode XSLT
- RU3 - Les réseaux de l'intelligence collective
- Archimed Studio
- Origine de la carte Opus Montréal
- Adbusters' Person of the Year | Adbusters Culturejammer Headquarters
- Groupe ECP (Entreprises de Création Panacom)
- MySecureShell - Descriptif complet
- Bienvenue chez Micro Informatique Extreme
- Gildas Renault
- La guerre au laser, c’est pour bientôt | Rue89
- Jim Lego Photographe - Centre photo Laval, 5 min. de Montreal, Mariages, Portfolio, Commerciales
- Design 3000 Home Page
- Mozilla Labs
- Lantic.ca
- Archimed Studio
- Our Mission is to maximize unitholder value by being a high performance organization, supported by proud employees and focused on operational excellence and customer loyalty.
- EmChart
- Twitter / Home
- Twitter is a free social messaging utility for staying connected in real-time
- Identi.ca
- Cours Linux : Les permissions - Génération Linux
- Index of /
- jQuery documentation, manuel en francais, jQuery par jarodxxx
- Artisan Numérique » Créer un module Drupal
- Certificat d'études individualisées (1-962-5-0) - UdeM
- Cours Linux : Les permissions - Génération Linux
- Condition d'admissibilit un programme de premier cycle de l'Universit de Montral
- Andre LeClair on MySpace Music - Free Streaming MP3s, Pictures & Music Videos
- MySpace Music profile for Andre LeClair. Download Andre LeClair music singles, watch music videos, listen to free streaming mp3s, & read Andre LeClair's blog.
- French Translations of W3C Documents
- The Real Myspace Profile Editor
- Edit your myspace profile, add a banner, or choose from 1000's of other layouts to start with. To find images, you can easily access your photobucket account, or use our built-in image search. Also you can forget cut-and-paste, just use our auto-save feat
- Voxco - Logiciels d’enquête pour études de marché, centres de contacts, EFM et institutions
- Voxco: spécialiste mondial des logiciels pour la collecte et le traitement des données. Voxco est reconnue dans l’industrie des études de marché, auprès des centres d’appels et de contacts, des institutions et des grandes entreprises (EFM)
- Koolu - Works Everywhere - Home
- Main Page - Openmoko
- Mycroft Project: Search Engine Plugins - Firefox & IE7
- Mac4Ever.com • Voir le sujet - Accéder aux données Time Capsule à distance ?
- Main Page - Openmoko
- L'intégralité sur le Mac, iPod et iPhone : actualités, articles, forum, événements...
- Tuto: Comment créer votre serveur Time Capsule sous Debian | Le blog de Pierre de La Celle
- La conjugaison, les synonymes et la définition de plus de 8 000 verbes Français
- Yulbiz Montréal
- La collection Rivière Bleue
- Le Ramat de la typographie - 9e éd.: Amazon.ca: Aurel Ramat: Books
- Peristyle Nomade | Site
- RDF pour nous autres
- SchemaWeb - RDF Schemas Directory
- UdM- Module en programmation internet
- BeginnersGuide/NonProgrammers - PythonInfo Wiki
- Forum Colibris • Page d’index
- XMLRésuméLibrary
- Comprendre XSLT
- La conjugaison, les synonymes et la définition de plus de 8 000 verbes Français
- XSLT expliqué aux débutants
- Livre Comprendre XSLT - B. Amann, P. Rigaux - - Librairie Eyrolles
- Librairie Eyrolles, livres informatique et nouvelles technologies ( langages de programmation, réseaux, graphisme et multimédia ) vente de livres bureautique, librairies en ligne spécialisées
- A List Apart: Articles: Using XML
- XML is not just a rulebook for building markup languages; it's a family of technologies. This article describes how to validate markup and use XSLT to transform a single XML document for multiple uses.
- Jaxe - Editeur XML en Java
- DocBook - Wikipédia
- Relax NG - Wikipédia
- XSL-FO Tutorial - Qu'est que c'est XSL-FO
- TUTMarks - didacticiels, guides et tutoriaux sur internet
- DocBook - Wikipédia
- TUTMARKS est un site web collaboratif spécialisé dans le partage et la promotion de tutoriaux sur Internet, il permet aux internautes de proposer des tutoriaux trouvés sur le web, de les commenter et d'en évaluer l'intérêt par un système de vote/notation.
- Le langage XSL - Sommaire
- Main Page - MDC
- XSLT - MDC
- Tutorial XSLT et XSL
- Main Page - MDC
- L'acronyme XSL signifie EXtensible Stylesheet Language. Le W3C a commencé la création de XSL parcequ'il y avait un besoin pour des feuilles de styles basées sur le language XML. XSLT signifie XSL Transformation. Dans ce tutorial, vous apprendez à utiliser
- phpMyAddressbook - PHP & mySQL - Logiciels Libres - Framasoft
- un carnet d'adresse personnel en ligne
- RCI Environnement - Gestion des matières résiduelles
- RCI Environnement est la plus importante entreprise du Québec spécialisée dans la gestion des déchets, des matières résiduelles et du recyclage.
- Colibris (Zone libre en éducation)
- Apple Time Capsule - Page 2 - Ubuntu Forums
- Page 2- Apple Time Capsule Networking & Wireless
- Permissions Unix - Wikipédia
- [Astuce] Monter un répertoire distant | Linux, BSD, stuff and life… | Pwet Pwet ^o^
- RDFa dans XHTML — Syntaxe et traitement
- Introduction à RDFa
- Woof - simply exchange files
- Artisan Numérique » Un serveur HTTP à usage unique pour transferer vos fichiers
- The Free Software Movement - Free Software Foundation
- [Astuce] Monter un répertoire distant | Linux, BSD, stuff and life… | Pwet Pwet ^o^
- Montreal, Quebec, Canada. 1455 de Maisonneuve Blvd. West, Room H-763. Room number and exact time to be determined. Richard Stallman will speak about the Free Software Movement, which campaigns for freedom so that computer users can cooperate to control th
- Swoogle Semantic Web Search Engine
- Getty Vocabulary Program (Research at the Getty)
- Semantic Computing Research Group (SeCo)
- Accueil - percolab
- XMLfr: l'espace XML francophone
- INF 6450 - Gestion de l'information avec XML
- Blogue de Daniel Lemire - Professeur, Téluq, Université du Québec à Montréal (UQAM)
- RIGAUX, PHILIPPE AMANN, BERND - Comprendre XSLT - Informatique - LIVRES - Renaud-Bray.com - Ma librairie coup de coeur
- sitemaps.org - Accueil
- WEB DESIGNER HEAVEN | RESOURCE X LINKS
- Performance web
- Économie Autrement: Accueil
- Les meilleurs cours XML - Club d'entraide des développeurs francophones
- Getty Vocabulary Program (Research at the Getty)
- Les meilleurs cours XML
- Ezi Communication Marketing
- Dailymotion - Regardez Comment Les Medias Vous Manipulent !!, a video from pooky3000. guerre, religion, bible, secret, sarkosy
- Installation d'XFCE sous Slax 6
- Installation de Jelix 1.1 sous Ubuntu - Creaone.fr - Ingenieur multimedia IMAC
- Inéation | 100% Drupal : Actualité, Documentation, Formation, Module, Thème
- biboo.net | Webdesign CSS, Tutoriels vidéos Drupal, Kits graphiques, Thèmes Dotclear 2 / Drupal 5/6
- The Man in Blue > Experiments > widgEditor
- Dailymotion - Regardez Comment Les Medias Vous Manipulent !!, a video from pooky3000. guerre, religion, bible, secret, sarkosy
- widgEditor
- Marc L***
- Opera: Web Standards Curriculum
- cd
- Consommation responsable, commerce équitable, achat écologique. Zetika!
- Esclavage 2.0 : Eux, nous et moi
- «J'ai quitté Flickr à la surprise de nombreuses personnes. Le choc de mon départ pour ceux qui appréciaient mes photographies ne durera pas plus d'un ou deux mois. La première question que l'on m'a posée est : « Pourquoi ? » La réponse est multiple.»
- Hotmail sur Thunderbird, c’est possible
- Home | The Onion - America's Finest News Source
- Social-Bookmark.me |
- Ressources sur l'Accessibilité - Forum Alsacréations : CSS et Standards Web
- Les Vergers Denis Charbonneau
- Home | The Onion - America's Finest News Source
- Les Vergers Denis Charbonneau sont membres du club d'encadrement technique Pro-pomme
- Techniques pour les règles d'accessibilité du contenu Web 1.0
- Les formulaires d’inscription doivent disparaître (traduction) | Les intégristes
- IntraMessenger : messagerie instantanée en entreprise (intranet : réseau local/lan) (logiciel gratuit : freeware)
- Lunascape Web Browser - The World's First Hybrid Engine Browser
- Les formulaires d’inscription doivent disparaître (traduction) | Les intégristes
- The Lunascape Web Browser from Tokyo is the world’s fast hybrid browser. Get the faster, more secure, and fully customizable browser.
- Sunshine Polishing
- quebecfoncier.com - Accueil
- Pigiste Québec
- Benchmarking PHP Localization - Is gettext fast enough? » Pablo’s Development Blog
- Localizing PHP web sites using gettext » Pablo’s Development Blog
- NetBeans
- Treasureland of Heroturko
- BlueGriffon.org
- Professional haXe and Neko (Programmer to Programmer): L. McColl-Sylvester, F. Ponticelli: Books
- haXe - Bienvenue !
- SEDI
- Articles sur le bien écrire et le bien coder pour le référencement naturel
- 9 conseils d’experts en référencement pour 2009 » Blog Axe-Net
- Quand l'album de Nine Inch Nails bouscule toute l'industrie musicale - Framablog
- cssCheckbox, jQuery plugin
- DD_belatedPNG: better PNG background-image support in IE6
- Claudia Prévost
- 2005 Tselepos Agiorgitiko Driopi Nemea (Greece, Peloponnisos, Nemea) - CellarTracker!
- Extension:OggHandler - MediaWiki
- ARCHELIOS, le photovoltaïque en liberté
- The Bill Nobody Noticed: National DNA Databank
- Twitter / Home
- quebecfoncier.com - Accueil
- Twitter is a free social messaging utility for staying connected in real-time
- PSP GEN : le site consacré à la console portable PSP de Sony : utilitaires, homebrew, thèmes, émulateurs, multimédia, firmwares, personnalisation, tutoriaux - Tout pour votre console PSP
- Conjugaison, grammaire et histoire de la langue française | Améliorer son français
- Les repères de Languirand
- Le Québec en Baladodiffusion
- Zeitgeist - The Movie
- iXmédia
- Conjugaison, grammaire et histoire de la langue française | Améliorer son français
- iXmédia est un studio de développement Web créatif et innovateur qui aide ses clients à d'atteindre leurs objectifs de communication web.
- Learn to Program, by Chris Pine
- mengloong
- Berlusconi plans to use G8 presidency to 'regulate the internet' • The Register
- Soirée des Grands Communicateurs - Saison 2008-2009
- Internet et Google vont-ils finir par nous abrutir ? - Framablog
- Institut National de l'Audiovisuel (INA)
- Kryzalid Communication inc. in Montréal, QC ((514) 278-5050) @ Ziplocal.com
- mengloong
- Kryzalid Communication inc. details, maps, reviews and photos. Located at 3011-5505 Boul Saint-Laurent in Montréal. Contact them at (514) 278-5050
- Tenco (CDN) Ltée
- Fondée en 1976, Les Machineries Tenco (CDN) Ltée est une entreprise spécialisée en machinerie de déneigement et de déglaçage. Plus spécifiquement, elle offre une large gamme de produits pour les routes et les pistes d'aéroports, notamment des souffleuses,
- Zim - A Desktop Wiki
- featured drupal sites | latest showcase | drupal sites network
- Banksy
- French Translations of W3C Documents
- SEO - Search Engine Optimization | Read SEOmoz, Rank Better
- Les tendances du référencement en 2009 - Actualité référencement par WebRankInfo
- Le blogue d'Infoglobe, des nouvelles du Québec
- Solutions et actions concrètes pour faire la différence, un pas à la fois. — Comment Changer le Monde
- Intervale | home
- Royal Canin Canada - La nutrition santé pour les chats et les chiens
- A la découverte du Web sémantique - SlideShare
- Conception Internet 101 | Le web à sa plus simple expression…
- Nexun Media
- featured drupal sites | latest showcase | drupal sites network
- Conception de site web, hébergement sites internet, référencement site web: Nexun Media offre toute la gamme de produits et services que vous attendez d'un spécialiste Internet et nouveaux médias en plus de la conception de cd-rom multimédia ou de dvd-rom
- FOCUS Conception web Montréal - Site web à bon prix !
- Conception web à Montréal. Design de site web à Montréal. Hébergement web et nom de domaine gratuit.
- Conception Web Création Site Internet Marketing en ligne | NVI
- Pour une solution complète pour votre conception web et votre stratégie Internet, confiez la création de votre site web à NVI, les spécialistes du marketing en ligne.
- Conception de site Web | Activis | Agence Internet e-commerce marketing web design Montréal Beloeil Québec Canada
- Activis est une agence Internet multidisciplinaire basée à Montréal Québec Canada spécialisée en conception de site Web, e-commerce, optimisation de site Web, multimédia, développement Flash, programmation ActionScript, stratégies marketing Internet, prog
- Création de site Internet | Positionnement de site Internet | Creation site web
- Agence spécialisée dans la création de site Internet, le positionnement de site Internet ainsi que le marketing en ligne.iSolu.net offre des solutions Internet pour les petites et moyennes entreprises depuis 1999. Creation site web
- Création Web Blak Kat | Conception sites internet | Design graphique à Montréal
- Création web, création site web, conception site web signée Blak Kat. Création site internet, conception web: Blak kat offre des services de conception de site internet et de design graphique à Montréal.
- Sondage - professionnels en communication et médias sociaux
- Agence TYPO3 - Création site web Montréal Quebec Conception web CMS Modulis
- Agence TYPO3 - Création site web Montréal, conception web par Modulis cms. Conception et création de site internet, portail web, cms, site web à Montréal au Québec.
- Cyber Génération - Conception et création web
- Cyber Génération offre des services de stratégie Internet, de conception de sites web, de marketing en ligne, de référencement et d'hébergement web pour les PME, les grandes entreprises et les agences de communication et ce, depuis 1997.
- The Mozilla Manifesto
- Internet fait partie de nos vies d'une manière de plus en plus importante. Le projet Mozilla est une communauté mondiale de personnes qui pensent que l'ouverture, l'innovation et la saisie des chances qui nous sont offertes sont les clés de la vitalité d'
- Jivespace: Jive Talks: XMPP (a.k.a. Jabber) is the future for cloud services
- Intuiti Inside » Blog Archive » Les (vrais) référenceurs demandent à leurs clients beaucoup de travail à la maison….
- Ethica Clinical
- Intuiti Inside » Blog Archive » Les (vrais) référenceurs demandent à leurs clients beaucoup de travail à la maison….
- Organisme de recherche sous contrat (ORC) offrant des solutions de recherches cliniques novatrices dans le contexte du développement de nouveaux médicaments, d'instruments médicaux et de produits de santé naturels.
- Could Instant Messaging (XMPP) Power the Future of Online Communication? - ReadWriteWeb
- XMPP Standards Foundation
- Les MicroFormats (fr): MicroID
- MicroID - Small Decentralized Verifiable Identity
- Évolution publique - Identi.ca
- Guide d'utilisation du Dublin Core
- XMPP Standards Foundation
- Dublin Core
- Skype API Plugin for Pidgin/libpurple/Adium
- Lumen | Sonepar
- A List Apart: Articles: Dynamic Text Replacement
- beta.ONF.ca - Visionnez le meilleur du documentaire, de l'animation et de la fiction au Canada.
- Les intégristes
- The Programming Language Lua
- jQuery plugins, 240 tutoriels à découvrir | WebCssDesign
- jQuery SVG Demo
- ThirdPartyPlugins – Pidgin – Trac
- SVG with PHP - Zend.com
- Home | Email Standards Project
- Premailer — preflight for HTML e-mail — dunae.ca
- Le Plan A studio
- Lumen | Sonepar
- Le Plan A studio d'enregistrement professionnel
- UNetbootin - LiveCD GNU/Linux - Logiciels Libres - Framasoft
- Refuge des Pentes-Nord | Camp Nord | Chalet Scandinave
- Écoutez.ca - Musique Libre et Indépendante du Québec | Montréal
- Référencement magie, améliorer son positionnement avec résultats garantis !
- Refuge des Pentes-Nord | Camp Nord | Chalet Scandinave
- Le référencement par magie
- En cours: Incinerratum-Présentation | Parole Citoyenne
- freenode: frequently-asked questions
- Installing Aptana Studio on Linux - Aptana
- freenode: frequently-asked questions
- JRE
- Dr Daniel Tanguay - Orthodontiste
- Bienvenue à la clinique d'orthodontie du Dr Tanguay! L'orthodontie, telle que nous la pratiquons, s'adresse aux enfants, aux adolescents et aux adultes soucieux de leur santé buccale et désireux de s'offrir la liberté de sourire. Notre but est de réussir
- Knol : une unité de savoir
- Audiocite.net: Livres audio à télécharger gratuitement et librement
- Creer t shirt - personnaliser ses vêtements, créer son tee shirt : Spreadshirt
- Chuck Norris Facts
- Amazon.ca: R�USSIR SON R�F�RENCEMENT WEB: OLIVIER ANDRIEU: Books
- Instant Rimshot
- Home
- Le cybercarnet du XO
- Triple boot Leopard/Ubuntu/Xp sur macbook
- J.L. Freeman s.e.c.
- Open Flash Chart - Home
- evolt.org | Workers of the Web, Evolt!
- RFAVQ
- Un peu de tout » Blog Archive » Installation de Drupal en multisite
- xkcd - A Webcomic - Morning Routine
- Accueil hypertexte.fr
- Linux Command Directory: Index
- Cheap Flights, Airline Tickets, Cheap Airfare & Discount Travel Deals - Kayak.com
- Rhaptos Software Development - Etna XML Editor
- Artisan Numérique » Utiliser une clef USB comme mot de passe
- Fraser et Gauthier Inc.
- Audiocite.net: Livres audio à télécharger gratuitement et librement
- Les Entreprises Fraser et Gauthier, Projet Clé en main, Membre ACQ, Garantie Qualité Habitation, spécialités construction de logements sociaux.
- Accueil | AccessibilitéWeb
- LE SIGNET - Résultat de la recherche
- sebsauvage.net
- The Problem With Music
- Downhill Battle - Music Activism
- Métadonnées pour les nuls, épisode 1 - BlogOKat
- Open Source Mac - Free Mac software, all open-source, all OS X.
- FOAF, la première brique du Web sémantique ? | InternetActu.net
- FOAF : de la sémantique et des hommes - F. Palaci
- Christian Fauré - Hypomnemata : supports de mémoire
- Sémantique et XHTML | Les petites cases
- RDF pour tous : du publicateur au développeur web » Traduction, Web Semantique » Journal » Biologeek, l'avis d'un freelance passionné par le web et son évolution.
- Un Web sémantique facile - 2003-02-17 - Carnet Web Karl
- Avoir un curseur personnalisé sur son site - Babylon-Design - Tutoriaux WebDesign : Adobe Photoshop, XHTML/CSS, Accessibilité
- Liste des domaines de premier niveau d'Internet - Wikipédia
- Asterisk :: The Open Source PBX & Telephony Platform |
- Condos-Tremblant
- LE SIGNET - Résultat de la recherche
- Faites votre choix parmi deux très beaux condos à louer au coeur du village du Mont-Tremblant.
- Wikia Search - A New Way to Search
- SaveTheDevelopers.org :: Making The Web A Better Place, One Campaign At ...
- Modules pour Drupal
- Google Insights for Search
- HTML 5, un grand pas...
- Opera Web Standards Curriculum
- Web Sémantique:PagePrincipale
- RDFaiser votre blog, 2ème partie : la pratique | Les petites cases
- Le point sur RDF et RDFa
- Collabtive
- Caractères spéciaux et entités HTML - Doc Alex
- PCCZONE
- SaveTheDevelopers.org :: Making The Web A Better Place, One Campaign At ...
- Default Description
- Pivot
- Blueprint CSS
- The Unix and Internet Fundamentals HOWTO - HOWTO LINUX en français
- ABC d'Unix
- Cours de manipulation du DOM et DHTML
- InnerFade with jquery
- Top 10 CSS Table Designs | CSS, Events | Smashing Magazine
- Xulfr.org
- Redirect Visitors To a New Page or Site - HTML Tips and Tricks
- Shadowbox.js Media Viewer
- Exemple numéro 11
- Taxes Canada - General information
- Les imprimantes laser laissent des traces - Actualité techno -
- Exceptional Performance
- NCIX.com - Canada's Premier Computer Store - Great Technology, Service and Selection.
- Blueprint CSS
- NCIX.com is Canada's premier online computer store. Great Technology, Selection and Service on over 100,000 computer products, electronics and games.
- Unix Crash Course!
- Artothèque de Montréal
- Coccinella | Instant Messaging Client with Whiteboard
- ejabberd - High Performance Instant Messaging - ProcessOne
- Erlang en Français - Erlang - Process-one - Documentation
- École de joaillerie de Montréal
- Free Fax • Free Internet Faxing
- http://www.equimonde.com/index.html
- 60 questions, le blog
- Hab.la - Chat with visitors to your website using your IM client for free
- Chronicart.com | Webmag : French Netocracy
- La Spirale.org - An eZine for the Digital Mutants!
- Comment puis-je créer un sitemap pour mobile ?
- Artothèque de Montréal
- Official Google Webmaster Help Center: FAQs, tools and resources for webmasters
- What is sIFR in sIFR Documentation & FAQ
- Mike Davidson - sIFR
- Gestion des éléments Flash, des images et des autres fichiers sans texte
- Mars 2008 > L'optimisation de sites web en Flash pour un meilleur référencement (2ème partie) : le script sIFR - Lettre Recherche et Référencement du site Abondance.com
- Mike Davidson - sIFR
- Paru dans la lettre Recherche et Référencement du site Abondance.com le mardi 18 mars 2008, Titre : Mars 2008 > L'optimisation de sites web en Flash pour un meilleur référencement (2ème partie) : le script sIFR
- Comment construire un gestionnaire de contenu en utilisant Ajax
- Build an XML-Based Content Management System with PHP [PHP & MySQL Tutorials]
- Station C
- Build an XML-Based Content Management System with PHP [PHP & MySQL Tutorials]
- Station C est un espace de co-travail situé au cœur du quartier Mile-End de Montréal, au Québec. Nous fournissons à nos membres un environnement de travail qui facilite la collaboration, les échanges, les rencontres avec les clients, la tenue d'événements, et le développement de nouveaux projets excitants.
- Développer un site dynamique sans base de données !
- Taint the Data: how to quit Facebook the evil way | Free Infidel
- With friends like these ... Tom Hodgkinson on the politics of the people behind Facebook | Technology | The Guardian
- créer un site internet
- Taint the Data: how to quit Facebook the evil way | Free Infidel
- créer un site web, les étapes pour réussir sur internet : création, hébergement, référencement
- Best Practices for Speeding Up Your Web Site
- Techno Cycle - Bienvenue sur le site de Techno Cycle !
- 15 Days Of jQuery
- SimpleXML - Wikipédia
- Digital Web Magazine - PHP and XML Sitting in a Tree
- Techno Cycle - Bienvenue sur le site de Techno Cycle !
- Digital Web Magazine - PHP and XML Sitting in a Tree
- M / Z : Moteurzine 2.0 numero 152 -27 mai 2008- journal mensuel sur le référencement, les annuaires, les moteurs de recherche et le web-marketing
- Mon annuaire d’annuaires: qualiSEO !
- Mon annuaire d’annuaires: qualiSEO !
- Annuaire d'annuaires, repertoire d'annuaires, liste d'annuaires, outils pour webmasters
- E-annuaires.com est un annuaire d'annuaires. Cet outil a été développé pour tout webmaster désirant se référencer dans des annuaires répondant à une série de critères de leur choix.
- L'annuaire des annuaires - Les meilleurs outils de recherche
- Vous cherchez un annuaire ou un moteur de recherche thématique, professionnel ou régional ? Lesannuaire a sélectionné les meilleurs annuaires francophones et anglophones pour faciliter vos recherches thématiques.
- annuaire-info, + de 4000 annuaires pour le référencement manuel
- Indispensable pour le référencement manuel! Avec annuaire-info.com, vous sélectionnez plus de 4000 annuaires selon vos critères: PR, liens en dur ou redirections, gratuit ou payant, avec ou sans lien en retour,... Bien plus qu'un annuaire d'annuaires
- Annuaires et moteurs - Annuaires et moteurs de recherche. Ou soumettre?
- Liste d'annuaires et moteurs de recherche
- Mes astuces pour se référencer dans les annuaires - Référencement, Design et Cie
- Nicto
- Nicto
- Amazon.ca: La micro-entreprise de a à z: Laurence Piganeau: Books
- KRYZALID | Conception graphique, programmation et hébergement de sites web.
- Home page
- KRYZALID | Conception graphique, programmation et hébergement de sites web.
- Default Description
- Hotel St.Paul
- Official site. Experience the only Design Hotel ™ in Canada that is defining the hotel experience. Great urban views, hip restaurant “Vauvert”.
- Hotel Clarion Suites
- Elegant hotel located in Downtown Montreal offers comfortable accommodations and exceptional service.
- Tutoriels et cours PHP MySQL
- Liste de tous les tutoriels et cours PHP MySQL rangés par catégories : les bases du langages, introduction au langage PHP, la POO, les sessions, les cookies, les images, les bases de données...
- A-W Ressources webmestres : les balises META TAGS, conseils de l'expert en référencement
- Ressources webmestres : Comprendre Les balises META TAGS. Les principales balises META TAGS, le spamindexing, dangers des trucs et astuces de référencement, conseils de l'expert en référencement
- sophie perreault-allen | terminus1525.ca
- Liste des Caractères spéciaux
- æ
- Annuaire gratuit WRI avec liens en durs et des outils de référencement
- W3Schools Online Web Tutorials
- HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript Tutorials References Examples
- Ubercart! A free open source e-commerce shopping cart
- Ubercart is an exciting open source e-commerce suite, fully integrating your online store with the Drupal, the leading open source content management system.
- Zen Cart™ Features, Zen Cart | free shopping cart software
- Zen Cart | free shopping cart software, Zen Cart™ Features, Downloads, free shopping cart program, ecommerce, e-commerce, ecomerce, ecommerce web site design program, merchants, merchant account, website building, online shoppers, commercial programs, sup
- [ osCSS - web standard compliant open source online shop - Home ]
- osCSS - full CSS / XHTML osCommerce
- VirtueMart: Your free e-commerce solution. - Welcome...
- VirtueMart - a free, easy to use and up-to-date e-commerce solution. Fully integrated into a free, but professional Content Management System.
- Opquast - Bonnes pratiques qualité pour les services en ligne
- Un ensemble de bonnes pratiques pour améliorer la qualité des services en ligne et un outil de suivi qualité.
- AccessibilitéWeb : pour un accès universel au Web
- Club de Golf de la Vallée des Forts - Accueil
- RodiDesign.com
- Club de Golf de la Vallée des Forts - Accueil
- Basée à Montréal, Rodi Design est une entreprise de mobiliers rembourrés, manufacturière de sofas, causeuses, sectionnels, canapé-lits, inclinables, cinéma-maison, en cuir et en tissus. Fondée en 1992, elle n�a cessée depuis de croître pour être maintenan
- :: Aspect ::
- tapis,mohawk,bigelow,karastan,durkan commercial,wexford,mannington commercial,tapis modulaire et résilents,blueridge,arteca,carreaux de vinyle de haute gamme,tissus arcom,modular broadloom and vinyl,high-end vinyl tiles,arcom fabrics,carpet
- toutMontreal.com, services et répertoire de sites web de Montréal
- Repertoire de sites www et ressources internet de Montreal
- Répertoire des entreprises : Montréal : Arrondissement.com
- Annuaire web : Toile-régionale
- La Toile régionale est un annuaire web généraliste gratuit de sites de qualité. Inscrivez votre site à notre répertoire! Les sites d'entreprises, commerces, OSBL, site personnels et blogues / blogs sont tous les bienvenues!
- Navigateur Lynx - ressources
- Tutorial navigateur Lynx - ressources et download
- Links
- Links. The WWW Text Browser for Unix and OS/2.
- Plongez dans l'accessibilité : Sommaire
- Mobile Web Development
- Dev.mobi is the world's best resource for mobile web development and design. Get code samples, use our tools, read articles and blogs, post and find answers in our forums.
- POMPAGE - Design de poche : Porter votre site web au petit écran
- Comment porter son site aux petits écrans (Pocket PC, Palm, téléphones portables, etc.)
- Learning jQuery
- YouTube - Meet Adobe Illustrator (1987)
- 3669 HORLOGE PARLANTE © L'heure exacte : décalage horaire Amérique du Nord Canada Montreal
- Download Lynx
- Guide AccessiWeb - Accueil
- Développer avec les standards Web | 456 Berea Street
- Visual jQuery 1.1
- How microformats affect search engine optimization ( SEO ) - USWeb Blog - Internet and Search Engine Marketing Blog
- Opera Mini™ Simulator
- YouTube - Meet Adobe Illustrator (1987)
- Surf the entire Internet with Opera Mini - the revolutionary browser for nearly any mobile phone
- Interface elements for jQuery - About Interface
- JQuery: framework javascript
- Jasmine Cuisine: Pad Thai
- » screenfluent | the web's most favorite collection for zeitgeist of screen design | by thomas marban
- 10Dollar.ca -- Look No further
- Moissonneuse d'adresses email
- SitePoint CSS Reference
- JQuery: framework javascript
- Learn CSS at the SitePoint CSS Reference. With full descriptions, working examples, and browser compatibility information on the entire CSS language.
- New-Window Links in a Standards-Compliant World [HTML & XHTML Tutorials]
- CSS tests and experiments
- DLFP: Un pas de plus vers la démocratisation du sftp
- Zamzar - .docx to .doc converter
- CSS tests and experiments
- Convert files
- Linux Command Line Tips
- Content Repository - AlfrescoWiki
- Install Photoshop CS2 on Your Ubuntu PC - No hacking required! - Softpedia
- QuebecOS - Accueil
- [Paris-Beyrouth] Afficher du PNG 24 dans MSIE (SPIP 1.9 et GD2)
- FiQ | Accueil FiQ
- Genesis ROMS along with the emulators
- Accueil — Guide CMS
- Slimbox, the ultimate lightweight Lightbox clone · digitalia.be
- Tests de styles pour formulaires
- Debian Live Project
- CSS Remix
- Marius Roosendaal - Personal Portfolio
- Mark Wieman - Interactive Producer
- Microformats : republier et donner du sens aux contenus – La Case de l'Oncle Tom
- cours python
- Byte of Python:Main Page - Text
- Stardock ObjectDock
- Install multiple versions of IE on your PC | TredoSoft
- Testez le design de votre site dans différents navigateurs - Browsershots
- Endilog - Install DSL on usb
- Facebook respecte-t-il la vie privée de ses membres? - Actualité techno - International
- Les syntaxes de commentaires conditionnels pour IE Windows - Blog & Blues
- Home - Flux CMS - Public Liip Wiki
- XFN - XHTML Friends Network
- De l'avenir de Facebook et de nos données personnelles - Standblog
- Découvrir la lumière Comprendre la couleur Maîtriser les profils ICC et la gestion de la couleur
- Does what happens in the Facebook stay in the Facebook?
- Toil'd'épices, pour tout savoir sur les épices et les herbes aromatiques
- Les Classiques des sciences sociales
- the start kit
- Color Blender
- CSS: Unordered List Calendar | Mike’s Experiments | MikeCherim.com
- Content Repository - AlfrescoWiki
- Unordered List Calendar: Experiment using unordered list to create a calendar
- CSS Image Maps - Flickr-like Technique?
- CSS ~ Image Pop UP
- CSS ~ Image Pop-up
- Eric's Archived Thoughts: Reset Reloaded
- LeWiki404:IceCastDoc
- vorbis
- CSS2 Reference
- Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.
- SELFHTML: Aides à la navigation / Sommaire de référence: CSS
- Quels sont les éléments de langage des CSS - récapitulatif.
- Nick Rodrigues
- Linux - pmd's blog
- brandnewbox.co.uk : Removing padding from IE buttons
- Linux - pmd's blog
- brandnewbox.co.uk
- Portable usagé, ultraportable et tablet PC - Portafixe
- Linux bash commands - MAN Pages
- Lightbox, Slimbox, SmoothGallery, Fancy Menu ... Liste de 33 plugins pour Mootools que vous devriez connaitre ! » Gueschla.com
- Comparateur de prix - Québec - Comparaison de prix
- POMPAGE - La vengeance des menus déroulants
- Linux bash commands - MAN Pages
- Patrick Griffiths et Dan Webb contre-attaquent : leurs menus déroulants sont encore plus légers, plus efficaces et compatibles que lors du premier épisode. Mais où s'arrêteront-ils?
- ClickHeat | Visualisation des clics
- WellDev, développons un web de qualité. Freelance expert en conception d'applications web Django.
- WellDev est l'entreprise individuelle d'un passionné du web. Évoluant dans cet univers depuis de nombreuses années, j'essaye aujourd'hui de participer à son essor en développant des applications web de qualité. Mes connaissances dans les différents
- Everex TC2502 Green gPC w/ Via C7-D Processor - Wal-Mart
- gOS
- Propriétés CSS par défaut
- Centre National de Ressources Textuelles et Lexicales
- Le langage Ruby
- Internet Explorer 7 running side by side with IE6. (standalone) | TredoSoft
- Les noms de domaine et leurs extensions
- Mod_rewrite, ou la réécriture des URL "à la volée"
- gOS
- LoadModule rewrite_module modules/mod_rewrite.so AddModule mod_rewrite.c
- Railsfrance.org - Ruby on Rails
- CSS : les sélecteurs d'attributs - JDN Développeurs
- CSS : les sélecteurs d'attributs : Précisez le domaine d'application d'une règle CSS en indiquant un attribut obligatoire pour l'élément visé.
- A List Apart: Articles: Night of the Image Map
- Resurrect the long-dead image-map technique by using CSS and structurally sound markup.
- CSS Image Maps - Flickr-like Technique?
- W3Québec - Promotion des normes, standards ouverts et bonnes pratiques du Web et du multimédia au Québec
- Openweb.eu.org - Accueil
- Pixtyle.net : Le Noyau / PNG Transparent sous IE
- Download Free Vector Graphics at Vecteezy!
- evolt.org - Browser Archive
- W3Québec - Promotion des normes, standards ouverts et bonnes pratiques du Web et du multimédia au Québec
- A world community for web developers, evolt.org promotes the mutual free exchange of ideas, skills and experiences.
- zegenie Studios Linux Distribution Chooser
- PHP5 : SimpleXML - JDN Développeurs
- PHP SimpleXML une bref introduction | Sahid Ferdjaoui - Funraill Foundation'blog
- FEconnect | Building Online Communities with Drupal
- tutoriels:apache:ssl_module [Génération-Linux]
- Installing Lighttpd With PHP5 And MySQL Support On Debian Etch | HowtoForge - Linux Howtos and Tutorials
- 50 Designers x 6 Questions | Developer's Toolbox
- Webmaster Hub -> [Class] Vérifier si une adresse Email existe
- Web Accessible Website/Theme Tutorial | ZwahlenDesign
- 45 Excellent Blog Designs | Design Showcase
- Arkantos © Etablir une crédibilité autour de votre site web
- 10 Conseils Web 2.0 pour Promouvoir votre site
- KeepVid: Download videos from Google, Youtube, iFilm, Putfile, Metacafe, DailyMotion!
- multimedialab: cours: sommaire
- 17 conseils pour développer des applications Web
- EFF: Six Tips to Protect Your Online Search Privacy
- CSS Layouts
- Planet Libre
- Go-Referencement.org | Référencement, Marketing de Recherche et Web 2.0
- Cours informatique de haut niveau en ligne - Formation informatique
- pdftk - the pdf toolkit
- PdfRipImage
- http://www.adobe.com/products/acrobat/access_onlinetools.html
- SciTE : l'éditeur indispensable - The ASW
- LibriVox
- Django-fr | Le Framework Web python pour les perfectionnistes
- Make a Support Request to the Ubuntu Community
- Ubuntu Wiki (community-edited website)
- Le NTFS pour les nuls Sous Ubuntu Feisty (7.04 - Beta)
- MIT OpenCourseWare | OCW Home
- Trop Cool pour Internet Explorer
- Tutorial : un Tux avec Gimp !
- leweb2zero.tv - une autre télé est possible ! Karl Zéro t'invite à faire ta propre TV toi-même sur le web2zero !
- Popular Science
- Mod_python - Apache/Python Integration
- Programmation Web avec mod_python
- Ubuntu Support Home
- Ubuntu
- Brilliant Button Maker by LucaZappa.com
- PHP5 : SimpleXML - JDN Développeurs
- This is a web interface to create 80x15 brilliant buttons
- Linux -- PageDeGarde - Projet de traduction Traduc.org
- Hackers -- Jargon File Resources
- ImageShack® - Hosting
- AutoViewer Download
- Hackers -- Jargon File Resources
- Airtight Interactive is the personal showcase site of Felix Turner. Felix Turner is a freelance multimedia/web programmer specializing in Flash, Shockwave and ASP.
- Fake Name Generator
- Introduction à XML avec PHP
- Les nouveautés de PHP5 - Club d'entraide des développeurs francophones
- Pluxml.org - Blog ou Cms à l'Xml
- BlogoText : publiez votre Blog, sans base de données.
- Introduction à XML avec PHP
- BlogoText, outil de publication de blog pour Internet
- Tutoriel Ajax et XMLHttpRequest
- Qu'est-ce qu'Ajax? Comment l'utiliser? Construction d'une page AJAX, pas à pas.
- Les meilleurs cours et tutoriels Javascript - Club d'entraide des développeurs francophones
- Les meilleurs cours et tutoriels pour la programmation Javascript
- [ Curriculum Vitae ] Denis Boudreau // Consultant en gestion de la qualité technique des sites Web
- Caractères ISO
- Sites Flash : vingt-cinq raisons de dire non, Patrick Murris, Septembre 2002
- Open Clip Art Library Drawing Together
- Caractères ISO
- The Open Clip Art Library aims to create an archive of user contributed clip art that may be freely used. All graphics submitted to the project should be placed into the Public Domain according to the Public Domain statement created by the Creative Com...
- Fouineux - Tous les outils linguistiques et les moteurs de recherche efficaces du Web
- Votre portail de recherche au Québec, un point de départ vers les meilleurs engins de recherche du Web.
- GratteCenne.com - Le blog des cheaps! - Rabais - Echantillons
- Bien débuter avec Django : le framework web python pour les perfectionnistes pressés - Biologeek : Ubuntu, bio-informatique et geekeries libres d'un bio-informaticien au quotidien.
- Asher256's Repository
- Bien débuter avec Django : le framework web python pour les perfectionnistes pressés - Biologeek : Ubuntu, bio-informatique et geekeries libres d'un bio-informaticien au quotidien.
- Ubuntu repository ! Firefox, Jargon Informatique, Comix, Zim, d4x...
- Scapture - visualisez vos pages Web sous Linux
- Vérifiez en quelques secondes l'apparence de votre site sous Linux avec Firefox, Konqueror, Opera, Dillo, Lynx, Links....
- Lea Linux
- Ubuntu-fr.org
- Ekiga ~ Free your speech
- Ubuntu-fr.org
- Ekiga's home.
- Tutoriaux - Aëlore, le blog
- Cannabis : FAQ Cannabis
- FAQ sur le Cannabis et le Chanvre
- Viewable with Any Browser: Visible avec n'importe quel navigateur
- HTML Playground, html, css reference by example
- HTML XHTML CSS tutorials, references, code examples. Play with the code, try how it works
- 53 CSS-Techniques You Couldn’t Live Without | Smashing Magazine
- Dictionnaire biographique du Canada en ligne
- Former World Bank Chief Economist Predicts Global Crash
- Dans les laboratoires du mensonge au Venezuela, par Maurice Lemoine (Le Monde diplomatique)
- Dictionnaire biographique du Canada en ligne
- Jamais, dans l'histoire de l'Amérique latine, la participation des moyens d'information à un coup d'Etat n'avait été aussi directe. Disposant de 95 % des fréquences radio et TV, exerçant un quasi-monopole sur la presse écrite, ces « médias de ...
- Le nouveau manifeste du capitalisme mondial, par Lori M. Wallach (Le Monde diplomatique)
- IL faut remonter aux traités coloniaux les plus léonins pour trouver exposés avec autant d'arrogance dominatrice que dans l'Accord multilatéral sur l'investissement (AMI) les droits imprescriptibles du plus fort - ici, les sociétés transnationale...
- _Flash-France_ Portail Francophone sur FLASH, Tutoriaux, Forums, Ressources.
- Flash-France portail français de Flash et des technologies shockwave. Un site comprenant des tutoriaux, films, animations, des FLA, des mp3, des WAV des polices de caractères des forums tout pour apprendre flash pour les débutants
- Tutoriaux : Flash - ActionScript
- Des dizaines de ressources javascripts, dhtml et php pour tous les webmasters. Divers services gratuits pour votre site. Et bien sûr toutes les astuces pour dynamiser votre site.
- L’ÉPREUVE DE FRANÇAIS, 2E ÉDITION
- Ecole de bibliothéconomie et des sciences de l'information (EBSI) - Page d'accueil
- Page d'accueil du site Web de l'École de bibliothéconomie et des sciences de l'information (EBSI) de l'Université de Montréal
- Le pouvoir du moment présent
- consciencedupeuple.com
- LES BORDELS DU VATICAN - [IL FAUT LE SAVOIR ]
- consciencedupeuple.com
- Enrôlées comme religieuses à destination des couvents du monde entier, les jeunes filles du Tiers-monde sont utilisées comme esclaves sexuelles par le corps ecclésiastique. LES BORDELS DU VATICAN Des religieuses-prostituées comme ces filles chré...
- Vonage
- Effets javascript avec Prototype et Scriptaculous - Prendre un Caf
- blog.neolao.com
- Effets javascript avec Prototype et Scriptaculous - Prendre un Caf
- Site personnel de neolao, développeur multimedia.
- Upload de fichiers
- Flash Video Player
- The Flash Video (FLV) Player can be used standalone, without the need for the Flash authoring tool. The player allows you to show your videos more controlled and to a broader audience than with Quicktime, Windows Media or Real Media. It supports playba...
- Riva VX: Riva FLV Encoder
- Lafraise.com : éditeur de bien jolis tee shirts.
- Concours permanent, 1000€ à gagner par visuel imprimé.
- Outiref : Tous les utilitaires en ligne pour mieux référencer son site Web
- Outiref : Tous les utilitaires en ligne pour mieux référencer, optimiser et positionner son site Web
- Traduction française de la documentation de Django, le framework web python - Biologeek : Ubuntu, bio-informatique et geekeries libres d'un bio-informaticien au quotidien.
- Layout Gala: a collection of 40 CSS layouts based on the same markup and ready for download!
- Le blog d'Abondance - moteurs de recherche et référencement
- Layout Gala: a collection of 40 CSS layouts based on the same markup and ready for download!
- Le blog d'Abondance : Quelques réflexions sur les moteurs de recherche et le référencement
- KeyWord Crawler - Outils de recherche de mots-clés et d'optimisation de site web
- Keyword Crawler vous permet de parcourir un site web, de lister ses mots-clés, d'obtenir le PageRank des pages et bien plus encore. Un gain réel de temps dans la recherche des incohérences et de la visibilité des différentes pages. KWC génère au...
- Create your Google Sitemap Online - XML Sitemaps
- Free Online Google Sitemap generator
- Spider Simulator : comment les moteurs de recherche voient-ils votre site ?
- Comment les moteurs de recherche voient-ils votre site ? Tapez une adresse et visualisez la facon dont les moteurs interpretent votre site et suivent vos liens
- Validateur W3C Multipages pour une validation de site XHTML
- Validez votre site Internet en entier grâce à l'outil de validation W3C multipages.
- Breek » Architectes Web, Développement agile, GUI designer, Conseil Web 2.0
- Architectes Web, Développement agile, GUI designer, Conseil Web 2.0
- Temesis - Qualité, accessibilité et conformité des sites Internet
- Temesis : société spécialisée dans le conseil, la formation et l'information sur la qualité, l'accessibilité et la conformité des services en ligne
- http://aspirine.org/
- Logiciels anti spam et anti spyware gratuits
- Logiciels anti spam et spyware gratuits.
- High Resolution Stock Photography: Download Free Stock Photos and Royalty Free Images
- Stock photography community providing high quality stock photos and stock images. Free photos added weekly.
- Commande Linux, Commandes UNIX, Commande d'administration, Commandes de Base Linux, Chmod, Droits sous Linux, Organisation des répertoires, arborescence d'un système UNIX classique, processus
- ADNAVIGO - IRS, Informatique reseau et systeme
- The Yellow Icon : Quality Freeware Icons For You
- AgentSolo.com - La place d'affaires des professionnels indépendants et des entreprises
- AgentSolo.com est une place d'affaires facilitant l'échange et la négociation entre des agents solos (professionnels indépendants, travailleurs autonomes, micro-entreprises, pigistes et autres contractuels) et des offreurs de contrats. C'est le lieu...
- CSS tips and tricks, Part 2 | 456 Berea Street
- Tips and tricks for writing efficient CSS. Part 2 of 2.
- XHRConnection, classe de gestion de l'objet XMLHttpRequest
- XHRConnection permet d'utiliser facilement l'objet XMLHttpRequest
- NetLimiter - The Ultimate Bandwidth Shaper
- Application Bandwidth Limiter, Bandwidth Shaper Homepage
- Créer un moteur de recherche avec XmlHttpRequest et PHP
- Créez vous aussi facilement votre Moteur de recherche Live Search avec la technologie AJAX.
- Lightbox JS
- Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.
- The ultimate webdesign usability checklist at Not Usable
- Usable blogging about usability
- Un menu avec onglets en CSS et before / after
- osCommerce Service osCommerce module osCommerce Development design Shop - osCommerce Skins and Templates
- Holbi is a world wide leading provider for osCommerce solutions. We offer a wide range of knowledge base for osCommerce development and integration.
- Coder les adresses email sur les pages web pour qu'elles soient indétectables par les logiciels d'extraction
- Comment coder les adresses email sur les pages web pour qu'elles soient indétectables par les logiciels d'extraction
- Protéger son addresse email sur le web - Logiciels anti spam et anti spyware gratuits
- Protéger son addresse email sur le web - Logiciels anti spam et spyware gratuits.
- RFC-Editeur.org : Toutes les RFC en Français
- Toutes les RFC traduites en Français (les normes des réseaux de type Internet).
- Règles de typographie française - A propos du site - Logiciels Libres - Framasoft
- Nhk - Tutoriel : Lecteur Video Flash
- Nhk - Développeur industriel et web. News, liens, photos, travaux, profil, ...
- Flagfox Extension
- Flagfox Firefox Extension, displays the flag of the location of the current server. Using IP address to country database.
- 80x15
- 80x15
- Référencement, Design et Cie
- Open Source Flash - red5
- Video en Ligne - Mettre une video en ligne
- Open Source Flash - red5
- Le guide pratique de la vidéo en ligne. Apprenez comment mettre facilement vos vidéos sur le Web. Retrouvez les bonnes adresses et les bons conseils pour faire du streaming.
- evolt.org - Browser Archive
- A world community for web developers, evolt.org promotes the mutual free exchange of ideas, skills and experiences.
- Scriptaculous: Utilisation des effets - Peut-être une réponse ?
- Comme vous, j ai été confronté à quelques problèmes de CSS, d HTML, de javascript ou de gestion intrinsèque de notre hébérgeur chéri. Ce blog à pour but de vous aider à les résoudre.
- Protolize | Essential web tools in one place
- John Mills | Web Designer
- John Mills | A Web Designer Living and Working in Milwaukee, WI
- CSS Showcase - A Showcase site for CSS Showcase Sites
- Maryland Media is a service portfolio and testament to well designed, standards-compliant, user-friendly web design. Portfolio of Martin Ringlein: Washington D.C based Creative Director, Graphic Designer and Web Designer
- Flash Nifties - Flash image galleries, slideshows, guestbook and more
- Collection of flash image galleries, xml slideshows, php guestbooks, and other dynamic flash goodies.
- The Choppr - Your Design & Our XHTML - The only place to get your design chopped up!
- Choppr is your one-stop-chop service, from the time you submit your design you only have to wait 3 days to receive the files you need to get your web project underway. Choppr will take your design and chop it up into optimised images and combine them w...
- 45royale, Inc. | Atlanta Web Design and Development
- Référencement Google, Yahoo!, MSN : actualité, forum, conseils - Formation référencement
- Site d'information sur le référencement spécialisé sur Google, Yahoo et MSN, avec des conseils pour améliorer son positionnement (articles, astuces, FAQ, forum, glossaire, outils gratuits, etudes).
- NYOKIGLITTER - TUTORIALS
- a beginners guide to moo.fx - a tutorial by nyokiglitter
- Soumission-Manuelle.com : Mesurez la présence de votre site sur les outils de recherche
- Soumission-Manuelle.com : Mesurez la présence de votre site sur les annuaires et moteurs de recherche francophones et anglophones majeurs
- AlltheWeb.com: Web results for "www.fromagex.com"
- PHP ET JAVASCRIPT : AFFICHER UNE HORLOGE BASÉE SUR L'HEURE DU SERVEUR temps, unix, serveur, javascript, php ☼ Code source N°39230 ☼ Javascript / DHTML
- PHP ET JAVASCRIPT : AFFICHER UNE HORLOGE BASÉE SUR L'HEURE DU SERVEUR temps, unix, serveur, javascript, php
- DaVinci Gourmet – Flavored Syrups, Sauces And Tea Concentrates
- DaVinci Gourmet carries several flavored syrups, sauces and tea concentrates. We also offer a variety of recipes using DaVinci products, including hot and cold drinks, desserts and entrees.
- CSS Mania
- CSSmania, the most updated css showcase all over the globe
- nameless web design - Bristol, London, Glasgow, Cardiff and the world
- Our team of creatives specialises in the web and digital media; from web design, e-commerce, content management systems, web application development, accessibility and communities through to search engine optimisation.
- BOON Creative / The Online Portfolio of Aaron Smitthipong
- free stock photos and images - stock photo resource - stockvault.net
- High quality free stock photos and high resolution images
- Hydra
- Editions L'Harmattan - livres, revues, ebooks (édition numérique) - PENSER LE WEBDESIGN - Détail de l'ouvrage
- PENSER LE WEBDESIGN - Modèles sémiotiques pour les projets multimédias
- Outlook Express : customisez vos mails - Fiche pratique
- Outlook Express : customisez vos mails - Fiche pratique
- Free Website Icons: :
- Get access to over 2000+ professional icons
- WhatIsMyIP.com - 207.134.124.97
- WhatIsMyIP.com is the easiest way to determine your IP address.
- La fraternité de la mort.
- Livres : sectes, sociétés secrètes, franc-maçonnerie. Infos sectes, sociétés secrètes, franc-maçonnerie, politique.
- Project for the New American Century - Wikipédia
- AMERICA: Freedom To Fascism. Aaron Russo Interview. - Google Video
- Sommaire HTML
- AMERICA: Freedom To Fascism. Aaron Russo Interview. - Google Video
- Web-Programmation est un site dédié à la porgrammation. Vous y trouverez des cours sur de nombreux langages (surtout orienté WEB).
- Accueil - W3QCwiki
- TUTMarks - didacticiels, guides et tutoriaux sur internet
- TUTMARKS est un site web collaboratif spécialisé dans le partage et la promotion de tutoriaux sur Internet, il permet aux internautes de proposer des tutoriaux trouvés sur le web, de les commenter et d'en évaluer l'intérêt par un système de vote...
- Les Pages Hub - L'annuaire du Hub
- Les pages Hub, le répertoire des pros du Web
- Incipit Blog » Blog Archive » FLORENT LATRIVE - Du bon usage de la piraterie (2004) - [adaptation audio]
- www.audiobooksforfree.com
- AudioBooksForFree.Com = All FREE, All MP3, No BANNERS
- pub - comité contre les chats - Google Video
- pub - super timor - Google Video
- Django | The Web framework for perfectionists with deadlines
- pub - super timor - Google Video
- Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- Dynamic Drive DHTML(dynamic html) & JavaScript code library
- Click here for Dynamicdrive.com, a comprehensive DHTML site featuring DHTML scripts, tutorials, and more.
- Afficher les x derniers billets de Dotclear en page d'accueil - Biologeek : Ubuntu, bio-informatique et geekeries libres d'un bio-informaticien au quotidien.
- Forum Alsacréations : CSS et Standards Web
- Forum pour webmasters, création de sites web avec HTML, XHTML, CSS et Standards W3C
- Commande Linux, Commandes UNIX, Commande d'administration, Commandes de Base Linux, Chmod, Droits sous Linux, Organisation des répertoires, arborescence d'un système UNIX classique, processus
- ADNAVIGO - IRS, Informatique reseau et systeme
- Nice titles
- Script Javascript : Tooltip
- Script d'affichage d'une bulle d'aide dans une page HTML conforme, en Javascript
- Csoft.net
- The Yellow Icon : Quality Freeware Icons For You
- Special Characters
- The Yellow Icon : Quality Freeware Icons For You
- The Web Develper's Resource
- Aasman Design Inc.
- Aasman Design Inc. is the Yukon's premiere full service communications agency.
- Jamendo : Albums pour le tag reggae
- Téléchargez et écoutez des albums complets, légalement. Utilisez eMule et BitTorrent, les plus puissants outils peer to peer, pour découvrir et partager de nouveaux artistes talentueux sous licences Creative Commons et Art Libre.
- Un site dynamique avec PHP ! - Le Site du Zér0
- Nexen.net: Portail PHP et MySQL
- Nexen.net : portail PHP & MySQL
- Trucs et astuces CSS I
- Max Design - Sample CSS Page Layouts
- Here are a range of 2 column and 3 column CSS based page layouts - free to use and abuse as needed
- Pixeleden : Portfolio of Allan Reyes, Graphic + Web Designer
- Pixeleden is Allan Reyes' online portfolio and it is also where he discusses web design, information architecture, business, usability, typography and photography.
- Door Hangers : Hotcards
- CSS Reboot Spring 2006
- Schwarzy Président ! Successeur ou pantin ?
- CSS Reboot Spring 2006
- Textism: Tools: Textile
- Français · Textpattern Support Forum
- Textpattern
- Textpattern Resources
- youngpup.net - Labels.js
- Conversion - conversion A
- CSS Reboot Spring 2006
- ♥ Conversion,conversion,miles,mille,pied,gallon,imperiale,troy,Degrees Fahrenheit,Degrees Celsius,Centimeters,Inches,Inches,Centimeters,Meters,Feet,Feet,Meters,Kilometers,Miles,Miles,Kilometers,Kilograms,Pounds,Pounds,Kilograms,Milliliters,Ounces,Oun...
- Hello, nice to meet you / NOS
- Galerie Photo Flash - Club d'entraide des développeurs francophones
- Galerie Photo Flash
- The City Church
- The City Church is one church in many locations in the Seattle area.
- FROMAGEX
- osCSS Open Source E-commerce
- AgoraVox le média citoyen
- Agoravox le media citoyen
- UFO Publication
- Actualités quotidiennes sur les grandes enigmes, la planète et l'insolite. ,
- Manuel de référence MySQL 5.0
- PHP: Manuel PHP - Manual
- osCSS Forum
- ThinkGeek :: Tshirts
- POMPAGE - Vous aimez l'accessibilité ? Les moteurs de recherche aussi !
- PHP: Manuel PHP - Manual
- Traduction de l'article de Andy Hagans publié sur A List Apart: High Accessibility Is Effective Search Engine Optimization. L'article met en avant la corrélation entre l'accessibilité du web et le référencement efficace des sites internet.
- Ergologique.com - Ergonomie et utilisabilité d'interface web - Conception centrée utilisateur
- Ergologique.com est un site d'actualités et de conseils pratiques sur l'ergonomie web et la conception centrée utilisateur. Apprenez à réaliser des sites Internet que vos visiteurs n'auront pas de mal à utiliser.
- David Degrelle - 1ère Position "La différenciation entre les liens naturels et les liens achetés est cruciale"
- La différenciation entre les liens naturels et les liens achetés est cruciale : Identifier un référenceur compétent, le spamdexing est-il éthique, où en est le concours mangeur de cigognes, comment être bien référencé... David Degrelle, PDG ...
- Ergonomie web et logiciel, architecture de l'information, utilisabilit
- Ergolab - Ergonomie web et logiciel, utilisabilité, architecture de l'information
- LDLC.com - Toute l'informatique d'un simple clic (vente en ligne)
- LDLC.com tous vos besoins informa