Informatique

TwitterFacebook
Get flash to fully experience Pearltrees
One of the challenges with writing a presumably successful Facebook application is taking care of scale. with an ever growing user base and the high viral growth potential brought by this social platform you could be looking at a very high traffic if your application is successful.

Creating a Facebook app with Google App Engine and Google Web Toolkit (GWT) | .dev.blog

http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/

Programmation GWT 2 : Sous le capot de GWT

http://sami-jaber.developpez.com/tutoriel/java/web/gwt2/compilateur/ Toute l'ingéniosité de GWT est d'avoir su construire un compilateur Java vers Java- Script. Un compilateur intelligent capable d'optimiser et de générer du code tout en respectant les préceptes de base du Web. Toute cette face cachée de GWT est encore très méconnue du grand public, qui, après tout, n'a pas à se soucier des implémentations internes du compilateur.
FileUpload with GWT I need a file upload solution in my Google Web Toolkit (GWT) project. http://www.jroller.com/hasant/entry/fileupload_with_gwt

Hasan's Weblog ~ Experiences @ workspace

http://media.dice.com/report/july-2012-top-tech-talent-gaps/ Finding certain hard-to-find, skilled technology professionals continues to be a battle. The most difficult hires to find and secure among today’s pool of tech candidates: Java developers, mobile developers, .NET developers and software developers. Those positions are cited by hiring managers and recruiters about double or triple the frequency of other skill sets in the employment marketplace. Many of the top 10 positions have figured prominently on the list each time we’ve asked America’s tech hiring managers and recruiters for their toughest openings to fill.

July 2012: Top 10 Tech Talent Gaps | media.dice.com

It's not a good day for LinkedIn. After reports that its iOS app potentially violates user privacy by sending detailed calendar entries to its servers, comes a report that 6.46 million encrypted LinkedIn passwords have leaked online. A Russian forum user claims he has hacked LinkedIn, uploading 6,458,020 encrypted passwords (without usernames) as proof. The passwords are encrypted with the SHA-1 cryptographic hash function, used in SSL and TLS and generally considered to be relatively secure, but not foolproof . http://mashable.com/2012/06/06/6-5-million-linkedin-passwords/

6.5 Million Encrypted LinkedIn Passwords Leaked Online [REPORT]

http://www.inforisque.info/actualite-du-risque/index.php?post/2080/2010/01/26/Analyse-detaillee-de-32-millions-de-mots-de-passe-de-consommateurs#.T-hwNyp5mSM Article du 26/01/2010 _ Catégorie : Risques informatiques Les pires habitudes de mot de passe des consommateurs En Décembre 2009, une faille majeur de mots de passe est apparue, ce qui a conduit au piratage de 32 millions de mots de passe ( 1 ). En outre, le hacker a envoyé sur Internet ( 2 ) la liste complète des 32 millions de mots de passe (sans autre renseignements d'identification). Les mots de passe ont été stockés en clair dans la base et ont été extraits par le biais d'une vulnérabilité d'injection SQL ( 3 ). Les données fournissent un aperçu unique de la façon dont les utilisateurs sélectionnent les mots de passe et une occasion d'évaluer la résistance réelle de ceux-ci comme mécanisme de sécurité.

Analyse détaillée de 32 millions de mots de passe de consommateurs

Watch a video on signing out of Gmail . Picking a good password: Creating a unique password helps stop someone from breaking into your Google account. http://support.google.com/mail/answer/29409?hl=en

Choosing a password and security question - Gmail Help - Gmail Help

The new canvas tag in HTML5 is known for its illustration power. It’s basically an empty element on which you can write and sketch using Javascript. But there’s a hidden power: image manipulation. http://spyrestudios.com/html5-canvas-image-effects-black-white/

HTML5 Canvas Image Effects: Black & White

Using HTML5 Canvas To Turn Image Into Grayscale

http://www.permadi.com/tutorial/jsCanvasGrayscale/index.html HTML 5 introduces Canvas object which can be used to draw and manipulate images. In this example, I used a Canvas to turn an image into grayscale. If your browser supports Canvas , you should see two images above: the normal image and the grayscale one. The grayscale one is not a separate image, it is generated by utilizing Canvas . Here's the JavaScript code
http://xlinux.nist.gov/dads/ This web site is hosted in part by the Software and Systems Division , Information Technology Laboratory . This is a dictionary of algorithms, algorithmic techniques, data structures, archetypal problems, and related definitions. Algorithms include common functions, such as Ackermann's function . Problems include traveling salesman and Byzantine generals . Some entries have links to implementations and more information.

Dictionary of Algorithms and Data Structures

Java Look and Feel Design Guidelines

Oracle Oracle Technology Network > Java Article
The Google+ API is the programming interface to Google+ . You can use the API to integrate your app or website with Google+. This enables users to connect with each other for maximum engagement using Google+ features from within your application. View the Google+ API reference with resources People, Activities, Comments and Moments. Note: The Google+ API currently provides read-only access to public data. All API calls require either an OAuth 2.0 token or an API key .

API - Google+ Platform

gwt_hmtl5 - gwt-examples - My GWT HTML5 notes - Google Web Toolkit examples, demos and source

To branflak...@gmail.com: yes, I have tried context.setGobalAlpha(D).
JCGs (Java Code Geeks) is an independent online community focused on creating the ultimate Java to Java developers resource center; targeted at the technical architect, technical team lead (senior developer), project manager and junior developers alike. JCGs serve the Java, SOA, Agile and Telecom communities with daily news written by domain experts, articles, tutorials, reviews, announcements, code snippets and open source projects. Java Code Geeks content is offered under Creative Commons Attribution-ShareAlike 3.0 Unported License . For any reuse or distribution, you must make clear to others the license terms of this work. The best way to do this is with a link to this web page.

Tutorials

The Java™ Tutorials

The Java Tutorials are practical guides for programmers who want to use the Java programming language to create applications. They include hundreds of complete, working examples, and dozens of lessons. Groups of related lessons are organized into "trails". The Java Tutorials primarily describe features in Java SE 7. For best results, download JDK 7 . What's New