By byJess.net on January 20, 2011

There’s hardly a more prominent financial product in America today than the almighty credit card. Nearly everybody has at least one — almost 80% of consumers in 2008, according to the Federal Reserve Bank of Boston – and many use it on a daily basis. Without a doubt, there are also those consumers who know their credit card numbers by heart (makes online shopping and booking travel so much easier, if anything). But how many of you know what those numbers really mean? Contrary to what you may think, they aren’t random. Those 16 digits are there for a reason and, knowing a few simple rules, you could actually learn a lot about a credit card just from its number. This infographic shows you how to crack that code.
Read more on Cracking The Credit Card Code…
By Matt Legend Gemmell on July 5, 2010
MGImageUtilities is a collection of useful UIImage categories for iPhone and iPad developers, which may be particularly handy if you intend to support the Retina Display on iPhone 4.
I use these in my visual speed-dial app, Favorites for iPhone, and I thought you might find them handy too.
Read more on MGImageUtilities…
By Richard Shepherd on June 30, 2010
Let me get something off my chest. WordPress sometimes, just ever-so occasionally, makes things sound a little harder than they actually are. Custom post types sound quite scary, but really they aren’t. Jane Wells, WordPress UI guru, commented on their name in my last article for Think Vitamin:
Read more on Create your first WordPress Custom Post Type…
By Matt Legend Gemmell on June 1, 2010
There’s been a lot of confusion about how the iPad VGA Adapter works. I received mine today, and I thought I’d try to clear things up a little (and give you some code to play with, if you’re an iPad developer with a VGA adapter of your own).
Read more on iPad VGA Output…
By Matt Legend Gemmell on May 9, 2010
A friend of mine recently asked how many simultaneous touch events the iPad supported; I wasn’t sure, so I promised to write some code to conduct an experiment and find the answer. I got around to doing so, and the answer is: eleven.
Read more on iPad Multi-Touch…
By Michael Wyszomierski on May 4, 2010
We want Googlers to have a firm understanding of the threats our services face, as well as how to help protect against those threats. We work toward these goals in a variety of ways, including security training for new engineers, technical presentations about security, and other types of documentation. We also use codelabs — interactive programming tutorials that walk participants through specific programming tasks.
One codelab in particular teaches developers about common types of web application vulnerabilities. In the spirit of the thinking that “it takes a hacker to catch a hacker,” the codelab also demonstrates how an attacker could exploit such vulnerabilities.
We’re releasing this codelab, entitled “Web Application Exploits and Defenses,” today in coordination with
Google Code University and
Google Labs to help software developers better recognize, fix, and avoid similar flaws in their own applications. The codelab is built around Jarlsberg, a small yet full-featured microblogging application designed to contain lots of security bugs. The vulnerabilities covered by the lab include cross-site scripting (XSS), cross-site request forgery (XSRF) and cross-site script inclusion (XSSI), as well as client-state manipulation, path traversal and AJAX and configuration vulnerabilities. It also shows how simple bugs can lead to information disclosure, denial-of-service and remote code execution.
The maxim, “given enough eyeballs, all bugs are shallow” is only true if the eyeballs know what to look for. To that end, the security bugs in Jarlsberg are real bugs — just like those in many other applications. The Jarlsberg source code is published under a Creative Commons license and is available for use in whitebox hacking exercises or in computer science classes covering security, software engineering or general software development.
Posted by Bruce Leban, Software Engineer

Read more on Do know evil…
By adamwulf on January 18, 2010