background preloader

Read Later

Facebook Twitter

The Pull of Procrastination. Dealing With Procrastination. Concert (23 avril 2012) – 1995 et Method Man au Zénith de Paris. 1995 et Method Man au Zénith de Paris Lundi 23 avril, 19h10, sorti du métro Porte de Pantin, je prends la direction du Parc de la Villette, en compagnie de mon supérieur hiérarchique Franckie Small aka le CEO du site Baskets Blanches, pour me rendre au concert de 1995 et Method Man au Zénith de Paris.

Concert (23 avril 2012) – 1995 et Method Man au Zénith de Paris

Oui, je vous confirme que vous avez bien lu : 1995 ET Method Man. Les noms de ces deux artistes sont effectivement côtes à côtes, car il s’agit là, non pas d’un concert de la seule superstar américaine, dont le groupe du moment assurera la première partie, mais bien d’un plateau rap à part entière, où les artistes se produiront à tour de rôle, un peu à la manière d’un festival. 1995 bénéficiera donc d’un set complet, au même titre que l’ogre du Wu Tang (et selon moi, l’un des meilleurs rappeurs que ce game ait connu), dans l’une des plus prestigieuses salles parisiennes.

Mais je sais ce que certains d’entre vous se disent… et je dois vous l’avouer, j’ai moi-même pensé la même chose ! Dessine-moi l'éco : tout savoir sur la création monétaire. "The requested URI is invalid for this FTP command" PowerShell FTP Dir Listing. This was kind of fun to do :) I made a simple dir listing of the root.

PowerShell FTP Dir Listing

It uses anonymous access to hop on the ftp and just do a dir. from the code you should be able to figure out how to manipulate it from there. Its all .NET webresponse stuff. The one net thing i learned that stumped me for a bit is how to use a .'ed name. if you look at the MSDN docs for the WebRequestMethods.FTP (which you'll need to get more info out of this) you'll find the .FTP isnt too happy in powershell. apparently you need to use a + there. PS, i took the stream reader code from Lee. Recent images by @CassieSuper... Proto.io - Silly-fast mobile prototyping. LolaViande : C'est l'heure du gouter ht... The #1 Travel Dating Site. Stéphane Guillon appelle à voter... Nicolas Sarkozy. La Vidéo Sexy Du Mercredi : Julia. « Juste Fais Rien.

How to write a simple interpreter in JavaScript. Download source - 2.9 KB Writing interpreters and compilers Writing an interpreter or a compiler is one of the most educational tasks in programming because you can become familiarized with the details of the code interpretation and evaluation process.

How to write a simple interpreter in JavaScript

You can obtain much deeper knowledge of what sorts of things are going on behind the scenes and gain some insights into the decisions behind language design. Queens of Disco Sleaze. Carnage chez Ruquier. Battle clic - Présidentielle 2012. Hip Hop. Hors d'Œuvres - Enough words, let's focus on sounds. Personal Branling. CSS3 Family Tree. We're Lumi. Jsdo.it HTML5-Games. UCAYA Agence Interactive, Design & Développement Web, Windows Phone, Multitouch, Silverlight, HTML5. Génération free-lance. Example of a simple Facebook Canvas App: “Never Forget a Birthday” - Bob Belderbos. Hi there, I just finished another Facebook App to check out your friends’ birthdays and send them easily a wall post or a personal message.

Example of a simple Facebook Canvas App: “Never Forget a Birthday” - Bob Belderbos

This post shows some of the technologies behind it. PHP SDK library First you need to grab a copy of the PHP SDK 3.0 library. This great article by Mahmud Ahsan shows a nice code example how you can implement it. Also when creating the app, in the dashboard you are provided with a simple example (this was a test app) You can administer your apps from the developer’s apps page (you need to sign up first) Countdown. Nouvel onglet. C’est avec un très grand plaisir que je vous annonce la sortie de ma première application Windows Phone 7 : Tile’s up !

Nouvel onglet

Travel, eCommerce & Learning Around The World With Thibaud Clément. Why We’re Going With HTML(5) Instead Of Silverlight. I recently had to research which UI technology would be the best choice for the applications that my client is going to build in the next couple of years.

Why We’re Going With HTML(5) Instead Of Silverlight

This is a .NET shop, so there are 2 major directions you could move into: standards-based web development, or Silverlight. When you have to recommend one over the other, you ideally want to be able to back up your choice with more than just some opinions. So we made a list of candidates and did a POC for each one. Then we came up with a list of criteria, grouped in a bunch of categories. The criteria were all assigned a weight, and we scored each of them for all candidates. In this post, I want to go over the categories of criteria, and discuss our findings. Debugging JavaScript with Chrome. March 26, 2012By Paul Ballard The Chrome Developer Tools are a bit quirky, but for script debugging I currently like them the best.

Debugging JavaScript with Chrome

Here is a quick brain dump on some areas of interest (these are all in the stable build 17.0.963.79). The Toolbar Under #1. Good Old Static HTML Sites Aren’t Dead Yet. Should They Be? Static HTML sites look so last century that sometimes you might be wondering if they don’t belong to the past.

Good Old Static HTML Sites Aren’t Dead Yet. Should They Be?

There is no doubt that dynamic, database-driven sites, offer more and they make static HTML sites look like a poor relative but are static sites to be extinct? Historically, static sites were first and for some years they were the main way to create a site. Content Management Systems (CMS) appeared a couple of years later, mainly as an easier and faster way to have online presence.

CMS were meant mainly for blogs but because of all their numerous advantages they soon overtook and began to be used for any kind of site. Wwwfr.kobojo.com/wp-content/uploads/2012/03/Développeur-Web-KOBOJO-French.pdf. L'érotisme sulfureux d'Helmut Newton au Grand Palais. Bottlenose. Trouver une idée de business. MapItOut! Sky Flavour — a better design & software company. 8000 € avec son blog photo. Oauth - How do you renew an expired Facebook access token. Multi-Device Layout Patterns. Through fluid grids and media query adjustments, responsive design enables Web page layouts to adapt to a variety of screen sizes.

Multi-Device Layout Patterns

As more designers embrace this technique, we're not only seeing a lot of innovation but the emergence of clear patterns as well. I cataloged what seem to be the most popular of these patterns for adaptable multi-device layouts. To get a sense of emerging responsive design layout patterns, I combed through all the examples curated on the Media Queries gallery site several times. How to write low garbage real-time Javascript. Edit 27th March 2012: wow, this article went a long way, thanks for the great response!

How to write low garbage real-time Javascript

There has been some criticism of some of the techniques here, such as the use of 'delete'. I'm aware things like that can cause other slowdowns, we use it very very sparingly in our engine. As always everything involves tradeoffs and you have to use judgement to balance GC with other concerns. Make MVVM Simple With Knockout – Free Video. March 13, 2012By Paul Ballard Creating structured Javascript code is never easy, but in this video excerpt from John Papa’s course Building HTML5 and JavaScript Apps with MVVM and Knockout you’ll find out how Knockout’s declarative framework for databinding makes things much easier.

In the complete course, John also covers the topics of using bindings and observables, built-in bindings, templates, and custom binding handlers. [youtube John Papa is a well-known former Sr Technical Evangelist for Microsoft on the Silverlight and Windows 8 client teams. John is a Microsoft Regional Director and author of 100+ articles and 10 books, specializes in professional application development with technologies including Windows, HTML5, JavaScript, CSS, Silverlight, WPF, C#, .NET and SQL Server. He can often be found speaking around the world at keynotes and session for industry conferences such as Build, MIX, and PDC. About the Author Paul Ballard. Scalable Websites on Windows Azure. 9 Ways Your Brand New ASP.NET MVC Project Can Be Better. So you’re ready to start that new and ambitious ASP.NET MVC project.

6 Ways To Avoid Mass Assignment in ASP.NET MVC. One of the scenarios that I always demonstrate during an ASP.NET MVC class is how to create a mass assignment vulnerability and then execute an over-posting attack. It is a mass assignment vulnerability that led to a severe problem on github last week. Let's say you have the following model. public class User { public string FirstName { get; set; } public bool IsAdmin { get; set; } }

Building and Deploying Node.js Apps to Windows Azure using Cloud9 IDE - Shiju Varghese's Blog. In this post, I will demonstrate how to building Node.js apps using Cloud9 IDE ad deploying Node.js apps to Windows Azure from the Cloud9 IDE. Cloud9 IDE is a cross-platform, browser-based development environment for JavaScript and Node.js apps which is integrates with GitHub and BitBucket repository services. Cloud9 IDE is the most popular developer tool among the Node developers. Since Cloud9 IDE is working and running on the browser, developers can work from any OS platform. Using with Cloud IDE, you can build and deploy Node.js apps to Windows Azure. Hire a Freelance Programmer for Your Next Project - The Best Programmers Only.

Node.js : le livre du débutant. JavaScript et vous▲ Avant de rentrer dans les détails techniques, prenons un moment pour parler de vous et de votre rapport avec JavaScript. Bamboo. Mon webmail « Google apps » à petits coûts. Comment je crée mon webmail avec Google apps. Outsourcing, freelance, télétravail, prestataire. Cargo Bridge: Armor Games Edition. Development Chaos Theory » Blog Archive » REST is not secure. Simple Security Rules. MVC 4. COACHEO - Coaching Professionnel, Formation au Coaching et Marketing des Indépendants. 10 astuces à mettre en place pour booster votre site web. Livre Blanc : Gagnez plus avec Facebook. How to create WCF REST Service and host in Windows Azure « debug mode…… In this post, we will create a WCF REST Service and host in Windows Azure. We will learn following things in this post Working with WCF Web Role Enabling REST on WCF Web Role Returning XML and JSON from REST service Deploying WCF Service Web Role to Windows Azure We need to host WCF Service in Windows Azure.

So create project choosing WCF Service Web Role from Cloud tab. We are going to return list of Players from the Service as XML and JSON. After creating DataContract, we need to create ServiceContract. The Elements of a Clean Web Design. Backbone patterns. Hogan.js. Insoutenable légèreté. Weixiyen/messenger.js - GitHub. Unit Testing Backbone.js Apps With QUnit And SinonJS. Freelance-informatique : le portail des missions freelance. Www.f5.com/pdf/white-papers/cloud-enabled-storage-wp.pdf.

Créer votre boutique en ligne gratuitement - Création site e-commerce. Generative Objects - Accueil. Web API. Week-end en France - weekendesk.fr. FREELANCE PROGRAMMEUR PRESTATAIRE RECHERCHE WEBMASTER CONTRAT FREELANCE. Startupstages.com. Pourquoi Wikipédia est tout le temps en premier sur Google ? Get Started with WCF RIA Services. Www.ext.net. HTML5 : Nouveaux éléments de section, article, header, footer, aside, nav. Coaching entreprise, groupe mastermind, coaching entrepreneurs.

Les Bases de SOAP 1 : Qu'est-ce que SOAP? Skywalker Software Development - Writing an Orchard Webshop Module from scratch - Part 1. Initializr - Start an HTML5 Boilerplate project in 15 seconds! Skywalker Software Development - Writing an Orchard Webshop Module from scratch - Part 6. Aqua Animation. Conceptboard - Realtime Teamwork & Collaboration Software. Domain Name Search & Instant Availability Check - PCNames.com.

Gudrun og Gudrun. Fubiz™ Bienvenue - Technology Meeting. Custom logo for your company. Mon site - Viaduc Editeur CSW. Qu'est que le Cloud computing ? Tentative de définition... A Domain-Driven, DB4O Silverlight RIA. Restful WCF / EF POCO / UnitOfWork / Repository / MEF : 1 of 2. .net - Most useful NLog configurations.