Resources

TwitterFacebook
Get flash to fully experience Pearltrees
We Recommend These Resources This article comes right after Facebook rejected me after 3 phone interviews, but it is not going to be a hate-post. In fact, I’ve been planning to write it for a couple of months. But now onto the topic: tech companies (Google, Facebook, VMWare, at least, but certainly many more) are all trying to find the best technical talent. (So they contacted me and asked if I’m interested in “exploring opportunities” with them).

My Problem With Your Interviews | Javalobby

http://java.dzone.com/articles/my-problem-your-interviews
http://cloud.dzone.com/articles/comprehensive-developers-guide

A Comprehensive Developer's Guide to Payment Card Industry Compliant Web Apps | Cloud Zone

We Recommend These Resources When I first started working at CashStar.com three and a half years ago, I had heard about PCI before, but I didn't really know what that meant. Since we were building an ecommerce platform that was going to be accepting credit cards over the internet, I knew we needed to make sure we were fully PCI compliant.
http://sourcemaking.com/

Design Patterns and Refactoring

SourceMaking — is the best information source on the Web on such software development topics as design patterns, refactoring and UML. A lot of information freely available through the site's pages, so feel free to use bookmarklet to leave interesting chapters for further reading. You may start browsing the site by following one of these topics:
Spam

Lorem ipsum

http://builtwith.com/pearltrees.com Coyote HTTP/1.1 Connector element represents a Connector component that supports the HTTP/1.1 protocol. It enables Catalina to function as a stand-alone web server, in addition to its ability to execute servlets and JSP pages. P3P Policy The Platform for Privacy Preferences Project (P3P) enables Websites to express their privacy practices in a standard format that can be retrieved automatically and interpreted easily by user agents. P3P user agents will allow users to be informed of site practices (in both machine- and human-readable formats) and to automate decision-making based on these practices when appropriate.

pearltrees.com Technology Profile

How To Write A Dead-Simple Online Network Drive using Java & WebDAV | North Concepts

http://northconcepts.com/blog/2011/07/29/how-to-write-a-dead-simple-online-network-drive-using-java-and-w/ There are a variety of ways you can enhance your application with WebDAV access which we will be going into in a latter part of the WebDAV series. For now we will show you how to create a basic online network drive using WebDAV via Milton, a Java WebDAV Server library. Example We will write the logic to create a network drive containing just one file, scratchpad.txt, which can be modified at will from any location where the drive is mounted. public class Scratchpad { private static final Scratchpad INSTANCE = new Scratchpad ( ) ; private String text = "" ; private Date modifiedDate ; private final Date createdDate = new Date ( ) ; public static Scratchpad get ( ) { return INSTANCE ; } public String getText ( ) { return this . text ; } public void setText ( String text ) { this . text = text ; this . modifiedDate = new Date ( ) ; } public Date getModifiedDate ( ) { return modifiedDate ; } public Date getCreatedDate ( ) { return createdDate ; } }
http://slodive.com/freebies/free-ebooks-web-developer/ May it be a Web Developer or a Web Designer, every one needs a doze of knowledge every now and then to increase the knowledge. A person can master a skill only when his concepts are clear. With emergence of E books, skill enhancement is much more easier.

10 Free Ebooks Every Web Developer Should Have

➠ December 24th, 2011 We've got a new tool on the site, a Text to Code ratio tool. This tool will scan a web page, and tell you what percentage of the html is actual text content. This tool can be very useful in fine tuning your SEO.

What's My IP Address? Networking Tools & More

http://www.whatsmyip.org/
Testez si votre ordinateur est infecté par le malware DNSChanger Mon-ip.com est le plus rapide et le plus simple chemin pour déterminer votre adresse IP . Votre adresse ip est elle dynamique? Verifiez si elle a changé depuis votre derniere visite en ajoutant mon-ip.com à vos favories ou à votre barre google *Il faut compter 24h pour déterminer si votre adresse IP est fixe ou pas. Actualiser cette page réguliérement le message doit changer. http://www.mon-ip.com/

Adresse Ip Fixe - Mon IP - Localiser trouver mon adresse IP

http://www.fordham.edu/academics/programs_at_fordham_/mathematics_departme/what_math/

What Math?

For more than two thousand years, mathematics has been a part of the human search for understanding. Mathematical discoveries have come both from the attempt to describe the natural world and from the desire to arrive at a form of inescapable truth from careful reasoning. These remain fruitful and important motivations for mathematical thinking, but in the last century mathematics has been successfully applied to many other aspects of the human world: voting trends in politics, the dating of ancient artifacts, the analysis of automobile traffic patterns, and long-term strategies for the sustainable harvest of deciduous forests, to mention a few. Today, mathematics as a mode of thought and expression is more valuable than ever before. Learning to think in mathematical terms is an essential part of becoming a liberally educated person. -- Kenyon College Math Department Web Page

Java Code Geeks: Things Every Programmer Should Know

http://www.javacodegeeks.com/2010/12/things-every-programmer-should-know.html At ui-programming , one of our JCG program participant sites, articles about "Things Every Programmer Should Know" are occasionally posted. As stated in the author's first post , the 97 Things Every Programmer Should Know project, pearls of wisdom for programmers collected from leading practitioners. The collection is intended simply to contain multiple and varied perspectives on what it is that contributors to the project feel programmers should know. This can be anything from code-focused advice to culture, from algorithm usage to agile thinking, from implementation know-how to professionalism, from style to substance, etc. No matter how comfortable a schedule looks at the beginning of an iteration, you can't avoid being under pressure some of the time. If you find yourself having to choose between "doing it right" and "doing it quick" it is often appealing to "do it quick" on the understanding that you'll come back and fix it later.
Here’s a list of 140 Google interview questions. Many of our clients have interviewed and received Google job offers. Contact us for a free 15 minute interview analysis before your Google interview.

140 Google Interview Questions | Seattle Interview Coach

Design

Where is my hosts file ?