background preloader

Development

Facebook Twitter

Howto

Tutorials 1. Java. Tutorials 2. Tutorials 3. Tutorials 4. 7 Key Principles of Lean Software Development. I haven’t blogged much about lean development.

7 Key Principles of Lean Software Development

I’m not an expert on lean, but agile development is a great example of lean thinking in action. So I thought it might be interesting to blog a bit about lean software development, and how I see it… Before you can really put anything into practice, I think it’s important first to understand the key principles. Lean principles originate from the lean manufacturing approach also known as ‘just-in-time production’, and pioneered by Toyota. Lean manufacturing is a process management philosophy that transformed the car manufacturer’s approach to building vehicles. Lean software development originated from a popular book by Tom and Mary Poppenieck that translates lean manufacturing principles to software development. So what are the 7 key principles of lean software development? 1. Over the next few weeks, I’ll blog about each of these lean principles in turn, explaining it as concisely as I can and giving you my personal perspective on it… Kelly.

Version Control with Subversion. The JavaScript Source: Text Effects: 3D Dynamic Text Twister. Crypto-js - JavaScript implementations of standard and secure cryptographic algorithms. CryptoJS is a growing collection of standard and secure cryptographic algorithms implemented in JavaScript using best practices and patterns.

crypto-js - JavaScript implementations of standard and secure cryptographic algorithms

They are fast, and they have a consistent and simple interface. If you have a problem with CryptoJS, if you want to discuss new features, or if you want to contribute to the project, you can visit the CryptoJS discussion group. SHA-3! RIPEMD-160 Typed arrays See the full ChangeLog. Hashers The Hasher Algorithms MD5 is a widely used hash function. <script src=" var hash = CryptoJS.MD5("Message");</script> The SHA hash functions were designed by the National Security Agency (NSA). <script src=" var hash = CryptoJS.SHA1("Message");</script> SHA-256 is one of the four variants in the SHA-2 set. <script src=" var hash = CryptoJS.SHA256("Message");</script> SHA-512 is largely identical to SHA-256 but operates on 64-bit words rather than 32.

Backgrounds in Web design, from TechRepublic Pro - White Papers, Webcasts and Case Studies - ZDNet. 20 Most Inspiring Interview Statements. In one of my latest posts - 9 Tips on How To Improve Yourself as a Web Designer , I made a quick reference to the fact that reading interviews is as important as reading magazines and books. That’s because in interviews you get straight and direct answers from the best in the field. For the purpose of this article, I’ve selected some of the best interview statements of several different professionals. Interviews give you great insights about how a person thinks, works and feels about his job and life. If you don’t usually read interviews, this is an opportunity to get an idea about how reading them can be an extremely useful learning method. Let’s get started! “Bonus Question! “Absolutely! Collis Ta’eed interview at DesignO’Blog “I see that you design brilliant icons. “An effective icon should be simple and meaningful. Nick La interview at Vector Tuts “What are your best methods for finding/attracting clients?”

Fabio Sasso interview at FuelYourCreativity David Airey interview at Colorburned. 5 Simple Tips for Creating an Effective FAQ Page. A Frequently Asked Questions page is necessary if you’re selling something, providing a service, or giving information about a complex subject.

5 Simple Tips for Creating an Effective FAQ Page

It takes the guesswork away from your visitors who may have questions, and makes the experience that much easier. When designing a FAQ page, usability should be at the top of the list of criteria to meet – after all you don’t want it to turn into a black hole of information. In this article I will present effective techniques and solutions to designing a FAQ page, with consideration given to how visitors will use the page.

Remember that a FAQ should supplement good content, with answers to those questions also found elsewhere on the site. It’s a section of questions that visitors genuinely ask and should be arranged with care. Gather Appropriate Questions In putting together questions for inclusion on your site, it’s essential they be real. After getting everyone’s comments, assemble the questions and group by category. Download FileZilla software for free. Holmes.css - CSS Markup Detective. What does it do?

holmes.css - CSS Markup Detective

The holmes.css file will display either an error (red outline), a warning (yellow outline), or a deprecated style (dark grey outline) for flags such as: Missing required attributes on tags, such as name attributes on inputs (lots of these) Potentially improvable markup, such as links with href="#" Deprecated and Non-W3C Elements - see W3C.org's article on obselete tags Non-W3C Attributes - as above, just the most important ones since there are MANY Thanks to Anthony Mann, holmes now displays an informative error message when you hover over the element. Support for :after/::after on images is non-existent however in most browsers.