Read Later

TwitterFacebook
Get flash to fully experience Pearltrees

The Pull of Procrastination

I try very hard not to procrastinate. I’ve been this way my whole life. In college, I’d work ahead of the syllabus just so I knew I would get everything done. http://freelanceswitch.com/freelance-news/commentary-analysis/the-pull-of-procrastination/

Dealing With Procrastination

Right now I am procrastinating. I should be working on writing a story about American Legion Baseball, but I’m writing this blog post instead. I am not a serial procrastinator—in fact, rarely do I procrastinate. But when there is a story that I know I have to write on a topic that I’m not all that interested in, I tend to put it off. I KNOW that I will get it done, eventually, because I have to, it’s just hard to get started. http://freelanceswitch.com/freelance-news/commentary-analysis/dealing-with-procrastination/
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. Oui, je vous confirme que vous avez bien lu : 1995 ET Method Man .

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

http://basketsblanches.com/concert-23-avril-2012-1995-et-method-man-au-zenith-de-paris/
http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/20431c47-bf83-4425-963d-c833f491d71b

PowerShell FTP Dir Listing

This was kind of fun to do :) I made a simple dir listing of the root. 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.

Queens of Disco Sleaze

http://www.letagparfait.com/2012/04/24/queens-of-disco-sleaze/ Par : Gonzo Taulier et créateur du Tag Parfait. @desgonzo Dinky Loop se définit comme le groupe le plus groovy du monde ; Maude, Daisy et Drella comme les Queens of Disco Sleaze (les reines du disco salace). Ces dernières ont demandé l’autorisation au premier pour réaliser des clips de leurs morceaux préférés. Après une longue séance de brainstorming elles en ont conclu que leurs clips devaient faire référence à : Peter Saville (designer des pochettes du label Factory Records), le sample d’Apache des Shadows, Chelsea Girls d’Andy Wahrol, le riff de basse de Ceremony de New Order, le montage de la scène de petit déjeuner dans Citizen Kane , et surtout pas des clips en slow motion qui ressemblent à une pub.
View code Play Walkthrough Learn to display organizational data or a family tree just using CSS, without any flash or javascript. Very simple markup - just nested lists. Pseudo elements are used to draw the connectors. It also has hover effects - try hovering on a parent and the entire lineage will be stylized. [1st May, 2012] Note: I am working on a new version of this family tree which will have IE support to some extent and will have multiple parents to make it a practical solution for a family tree. <p style="text-align:right;color:#A8A8A8"></p>

CSS3 Family Tree

http://thecodeplayer.com/walkthrough/css3-family-tree
http://www.lenouveleconomiste.fr/generation-free-lance-14025/#.UVd4GtF-P0M Management Bienvenue dans les nouveaux modes d’emplois, nomades et hybrides Imaginez un monde sans CDI, sans bureaux ni employeur attitrés. Vous y êtes ? Normal, ce monde existe déjà.

Génération free-lance

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. 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.

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

http://bobbelderbos.com/2011/07/example-simple-facebook-canvasapp-never-forget-a-birthday/
http://kenzasmg.blogspot.com/2012/04/countdown.html J-1 avant notre départ à Los Angeles ! Nous décollons donc demain (lundi) matin. Nous passerons ensuite trois jours à Los Angeles, pour nous remettre à l'endroit (sale décalage horaire), voir des amis sur place et surtout... Nous reposer avant la bataille (Coachella).

Countdown

On le sait, cela a été largement abordé il y a deux semaines lors de la //Build conférence : le futur du développement est dans l’asynchrone. Bien entendu, il était déjà possible de réaliser des contrôleur asynchrone dans les versions précédente d’ASP.NET MVC et ce en dérivant nos contrôleurs de la classe AsyncController. Le moteur MVC se basait alors sur des conventions : MonAction Async : méthode qui retourne void et qui démarre un traitement asynchrone MonAction Completed : méthode qui retourne un ActionResult (le résultat de l’action MVC “MonAction”, dans ce cas). Afin de synchroniser le tout, l’AsyncController fournissait une propriété AsyncManager permettant notamment au moteur MVC de connaître le nombre d’opération asynchrone en cours, de gérer celles-ci et de passer les paramètres à la méthode de retour d’action (MonActionCompleted) à la fin du traitement asynchrone, et ce pour retourner le résultat.

Blog de Julien Corioland (MVP) - [ASP.NET MVC 4] Contrôleurs asynchrones !

http://www.juliencorioland.net/Archives/aspnet-mvc-4-controleurs-asynchrone#.T3W4lblKzBk.twitter
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 ! Tile’s up est la première application « metro » de comptes à rebours qui utilise les tuiles ! Cette application vous permettra d’épingler des compteurs sur votre écran d’accueil afin de suivre en temps réel le nombre de jour restant avant votre événement. Liste des fonctionnalités : - créer/éditer des compteurs - les mettre en favoris dans l’application - les épingler sur l’écran d’accueil D’autres fonctionnalités seront disponibles très prochainement…

Nouvel onglet

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. 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.

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

Debugging JavaScript with Chrome

The Chrome Developer Tools are a bit quirky, but for script debugging I currently like them the best. 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. 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.