Development Development rss
 

  1. Kohana events cheat-sheet

    Views: 2155

     

    Simple cheat-sheet of Kohana events sequence.

     
  2. .NET and web development cheat sheets

    Tags: .net

    Views: 30

     

    With web frameworks, technologies changing and being developed at such a fast pace no developer can remember all the methods, classes, functions etc. in all the frameworks or even in any one of the frameworks. Documentation can be cumbersome most of the times (I think always), thats why I like cheat sheets. They are quick references. You can print them out and hang them on your wall, or just keep them handy in your bookmarks for quick reference.

     
  3. ActionMailer Cheatsheet

    Views: 3844

     

    ActionMailer is the Rails framework which handles email delivery. This comprehensive cheatsheet will help your email on its way.

     
  4. Approximate Conversion from Points to Pixels

    Tags: font

    Views: 16

     

    Here's a chart that converts points to pixels (and ems and %). It's an approximation, which will depend on font, browser and OS, but it's a good starting point.

     
  5. Blueprint CSS Cheat Sheet

    Tags: css, blueprint

    Views: 47

     

    People were asking about a cheat sheet for Blueprint… a reference page with all the important class names that you can print out and keep on your desk.

     
  6. Cheat Sheet: SEO for Wordpress

    Tags: wordpress, seo

    Views: 721

     

    Steps to create and optimized Wordpress blog.

     
  7. CSS Cheat Sheet

    Tags: css

    Views: 96

     

    The CSS cheat sheet is a one-page reference sheet, listing all selectors (as of CSS 2.1) and properties. It includes a visual example of the box model, unit reference for CSS units and the various media types CSS makes allowance for.

     
  8. CSS Help Sheet. Panic Over.

    Tags: css

    Views: 26

     

    If you're a pro web designer, a wannabe pro web designer or just someone who likes cheet sheets, then you'll love our new CSS help sheet.

     
  9. CSS Shorthand Cheat Sheet

    Tags: css

    Views: 36

     

    This cheat sheet contains all of the cases where a CSS property has a shorthand notation.

     
  10. CSS Specificity

    Tags: css

    Views: 152

     

    One of most common difficulties with CSS is determining what CSS rule will be applied on the page. That was my nightmare when I started with CSS. But actually is not so hard to understand how these rules are applied and the order of CSS Specificity. I created CSS Cheat Sheet that I hope it can help you understand CSS Specificity better.