Pages tagged cheatsheets:

各種チートシートまとめ - goinger的日記
http://d.hatena.ne.jp/goinger/20090120/1232423745
A Coding Fool: jQuery 1.3 Cheat Sheet
http://acodingfool.typepad.com/blog/jquery-13-cheat-sheet.html
Python Cheat Sheet - Cheat Sheets - Added Bytes
http://www.addedbytes.com/cheat-sheets/python-cheat-sheet/

python language references
7 Essential SEO Cheat Sheets
http://www.searchenginejournal.com/7-essential-seo-cheat-sheets/8908/
効果的なSEOのポイントをまとめたものや、ユーザビリティのチェックポイント、検索エンジンのクエリ、Apacheのmod_rewrite、htaccessなどのチートシート。
haineault.com / blog / 10 useful jQuery authoring tips
http://haineault.com/blog/84/
Here's 10 tips that will makes you code more efficiently with jQuery.
haineault.com / blog / 10 useful jQuery authoring tips
Here's 10 tips that will makes you code more efficiently with jQuery. 1. Be lazy // Don't if ($('#item').get(0)) { $('#item').someFunction(); } // Or if ($('#item').length) { $('#item').someFunction(); } // Just do $('#item').someFunction(); jQuery will call the function only if there is a match, no need to double check. 2. Use shortcuts // You can but.. $(document).ready(function(){ // ... }); // There is a shorter equivalent $(function(){ // ... }); It should be well known, but obviously it is not. 3. Chain // Don't $('#frame').fadeIn(); $('#frame .title').show(); $('#frame a:visited').hide; // Do $('#frame').fadeIn() .find('.title').show().end() .find('a:visited').hide(); Unnecessary DOM traversal is a expensive operation, avoid it when possible. 4. Group queries // Ugly $('div.close').click(closeCallback); $('button.close').click(closeCallback); $('input.close').click(closeCallback); // Not ugly $('div.close, button.close, input.close') .clic
119 quick cheat sheets for some of the most widely used tools on the web
http://dreamcss.blogspot.com/2009/03/119-quick-cheat-sheets-for-some-of-most.html
How-tos for various web software
All the Best Linux Cheat Sheets
http://www.nixtutor.com/linux/all-the-best-linux-cheat-sheets/
Good list of cheat sheets
jQuery selectors and attribute selectors reference and examples | Pamaya - Web Design & Development North Wales - Software Development, Graphic Design and Branding
http://www.pamaya.com/jquery-selectors-and-attribute-selectors-reference-and-examples/
jQuery selectors and attribute selectors reference and examples
jQuery selectors and attribute selectors are some of the best features jQuery has to offer when it comes to DOM manipulation. Read this article to view a full table with examples.
The following table lists the different methods you have available to you to select nodes when using jQuery. All of the listed selectors should be wrapped in the following to stop your jQuery scripts conflicting with other libraries:
jQuery Cheat Sheet
http://www.javascripttoolbox.com/jquery/cheatsheet/
Html and Xhtml cheat sheets | Css Reflex - Design Blog | Web Design | Inspiration and Resources for Designers
http://www.cssreflex.com/2009/05/html-and-xhtml-cheat-sheets.html
Entity Code - A Clear and Quick Reference to HTML Entities Codes
http://www.entitycode.com/#featured-content
EntityCode A Clear and Quick Reference to HTML Symbol Entities Codes
Codes for HTML symbols
Decent reference.
14 Essential Wordpress Development and Design Cheat Sheets : Speckyboy Design Magazine
http://speckyboy.com/2009/06/17/14-essential-wordpress-development-and-design-cheat-sheets/
wordpress design helps
40+ Essential Front End Web Developer Cheat Sheets | tripwire magazine
http://www.tripwiremagazine.com/tools/cheat-sheets/front-end-web-developers-toolbox.html
100 Terrific Cheat Sheets for K-12 Teachers | Teaching Degree.org
http://www.teachingdegree.org/2009/07/01/100-terrific-cheat-sheets-for-k-12-teachers/
Cheat sheets have a bad rap as a way for students to succeed on tests without actually knowing the information, but now it’s time for them to have a more positive place in education. Cheat sheets can offer a succinct way for students to study their lessons and provide an excellent boost to what you are already teaching them in class. Cheat sheets can provide helpful information for teachers too. Browse through this selection to find cheat sheets for a variety of subjects.
23 Indispensible Ajax and Javascript Cheat Sheets | Design Reviver
http://designreviver.com/tips/24-indispensible-ajax-and-javascript-cheat-sheets/
Design Reviver
CSS 3 Cheat Sheet (PDF) | CSS, Freebies | Smashing Magazine
http://www.smashingmagazine.com/2009/07/13/css-3-cheat-sheet-pdf/
CSS3 Cheat Sheet(PDF)
Smashing Magazine
23 Extremely Helpful Wordpress Help Sheets And Resources | Graphic and Web Design Blog - Inspiration, Resources and Tools
http://www.1stwebdesigner.com/wordpress/23-extremely-helpful-wordpress-help-sheets-and-resources/
d there
This list features not only wordpress help sheets, but also SEO optimization articles, online theme generator and coding tips showing where you can look further if you've got problems with coding.
30 Handy Cheat Sheets and Reference Guides for Web Professionals | Webdesigner Depot
http://www.webdesignerdepot.com/2009/07/30-handy-cheat-sheets-and-reference-guides-for-web-professionals/
Cheat sheets and reference guides are useful for both beginners and advanced web professionals. They can be used to help you remember syntax or as a tool to aid in memorization. In this post, we aim to cover the reference guides for all of the most commonly used platforms, software and coding languages. Below you’ll find a compilation of the 30 most useful and well-organized cheat sheets, checklists and reference guides. If you know of a useful cheat sheet that we haven’t covered here, please share the link in the comments’ section at the end of the article.
13 Helpful Cheat Sheets for Building WordPress Themes | Web Design Ledger
http://webdesignledger.com/resources/13-helpful-cheat-sheets-for-building-wordpress-themes
jQuery 1.3 Cheatsheet
http://oscarotero.com/jquery/
jQuery 1.3のオンラインチートシート
Photoshop Tutorials - HV-Designs.co.uk
http://hv-designs.co.uk/2009/07/27/cheat-sheets-you-shouldnt-be-without/
Carsonified » 17 Awesome Web Developer Cheat Sheets
http://carsonified.com/blog/dev/17-awesome-web-developer-cheat-sheets/
I am sure we have all been in the situation where we’ve learned a new piece of software and only a couple of weeks later we’ve forgotten all but the basic commands. This happened to me recently when moving back to SVN after working with Git. Thankfully I have a handful of “cheat sheets” that I call upon at these times.
17 Awesome Web Developer Cheat Sheets
cheat sheets for all sorts of foo
50+ Cheat Sheets for Building WordPress Themes and Plugins | tripwire magazine
http://www.tripwiremagazine.com/tools/design/50-cheat-sheets-for-building-wordpress-themes.html
16 Cheat Sheets on 16 Essential Topics for Web Designers | Pro Blog Design
http://www.problogdesign.com/resources/16-cheat-sheets-on-16-essential-topics-for-web-designers/
Getting Started with PHP Regular Expressions
http://www.noupe.com/php/php-regular-expressions.html
Getting Started with PHP Regular Expressions
95+ Exceptionally Useful jQuery Plugins, Tutorials and Cheat Sheets | tripwire magazine
http://www.tripwiremagazine.com/tutorials/tools/95-exceptionally-useful-jquery-plugins-tutorials-and-cheat-sheets.html
95+ Exceptionally Useful jQuery Plugins, Tutorials and Cheat Sheets http://ow.ly/nLrP [from http://twitter.com/10minuteexpert/statuses/3714335547]
If you’re serious about creating state of the art dynamic web solutions using jQuery this is the right place for you! Fortunately for all of us highly skilled developers have dedicated their precious time and passion to create open source frameworks that encapsulate most of the browser related difficulties and in many ways these make difficult parts of client side scripting fun and it is not a nightmare any more. This article will briefly introduce you to the Javascript framework jQuery and then provide excellent examples of the low hanging fruits waiting for you if you’re starting to use jQuery. jQuery is just one of several frameworks that all have powerful features. Why focus on Javascript frameworks anyway? Because they provide NEED TO HAVE functionality out of the box that can be accessed so easily you wont believe it. Trust me the effects you’re going to roll out soon will impress your co-workers, friends and most important your customers
40 Must Have Cheat Sheets for effective Web Designers | tripwire magazine
http://www.tripwiremagazine.com/tools/design/40-must-have-cheat-sheets-for-effective-web-designers.html
As a follwoup on the article 40+ Essential Front End Web Developer Cheat Sheets it is now time to deliver a similar package to Web Designers. Creating Web Designs isn't easy at all as it is first of all a creative process. To get the creative pro
Web design cheat sheets
40 Must Have Cheat Sheets for effective Web Designers | tripwire magazine
HTML 5 Visual Cheat Sheet by Woork
http://woork.blogspot.com/2009/09/html-5-visual-cheat-sheet-by-woork.html
A simple visual grid with a list of all HTML tags and their related attributes supported by HTML versions 4.01 and/or 5.
HTML5 きたよー
HTML 5 And CSS3 Cheat Sheets Collection
http://www.webresourcesdepot.com/html-5-and-css3-cheat-sheets-collection/
55+ Seriously Useful Front End Web Developer Cheat Sheets | tripwire magazine
http://www.tripwiremagazine.com/tools/tools/55-seriously-useful-front-end-web-developer-cheat-sheets.html
WordPress Cheat Sheet - Nettuts+
http://net.tutsplus.com/freebies/cheat-sheets/wordpress-cheat-sheat/
http://ekinertac.com/
14 Great Cheat Sheets & Posters to Make You a Software Wizard
http://www.makeuseof.com/tag/14-great-cheat-sheets-posters-to-make-you-a-software-wizard/
16 Favorite Cheat Sheets for Web Design and Development | TutorialFeed
http://tutorialfeed.blogspot.com/2009/09/16-favorite-cheat-sheets-for-web-design.html
web designer cheatsheet
web design
The Ultimate Programming Cheat Sheet List For Web Designers And Developers | Web Design Tutorials | Creating a Website | Learn Adobe Flash, Photoshop and Dreamweaver
http://www.webdesigndev.com/programming/the-ultimate-programming-cheat-sheet-list-for-web-designers-and-developers
SEOmoz | SEO Cheat Sheet: Anatomy of A URL
http://www.seomoz.org/blog/seo-cheat-sheet-anatomy-of-a-url
SEO topline
One topic that seems simple but that generates a ton of questions here on SEOmoz is URLs. I've created a 1-page sheet all about the URL and how to optimize it.
URLs: How to construct them, how to optimize them, what the pieces are, etc. In the spirit of great SEOmoz cheat sheets like Danny's web developer cheat sheet, I've decided to put together a 1-page guide to all things URL
Anatomy of A URL http://bit.ly/2x0FoF [from http://twitter.com/inti/statuses/4683499911]
ASP.NET MVC Cheat Sheets
http://elijahmanor.com/webdevdotnet/post/ASPNET-MVC-Cheat-Sheets.aspx
Getting Started with ASP.NET MVC 1.0 ASP.NET MVC: The Request-Handling Pipeline ASP.NET MVC: View Cheat Sheet ASP.NET MVC: Controller Cheat Sheet ASP.NET MVC: Framework Cheat Sheet ASP.NET MVC: Proven Practices Cheat Sheet
System Administrator Interview Cheat Sheet
http://mj12net.org/index.php/system-administrator-interview-cheat-sheet.html
25+ Useful Linux and Unix Cheat sheets @ Techie Blogger
http://www.techieblogger.com/2009/10/linux-unix-ubuntu-solaris-cheat-sheets.html
De Web Times - Sharing Useful Resources. » Blog Archive » 25 Incredibly Useful WordPress Cheat Sheets & Checklists
http://www.dewebtimes.com/25-incredibly-useful-wordpress-cheat-sheets-checklists/
WordPress Visual Cheat Sheet – woorkup.com
http://woorkup.com/2009/11/01/wordpress-visual-cheat-sheet/
By http://bit.ly/Tweets2Delicious
WordPress Visual Cheat Sheet is the new document, of the Visual Cheat Sheet family, that contains a practical reference guide to WordPress 2.8. This cheat sheet (5 pages) contains the full reference guide to WP Template Tags with detailed descriptions and sample code. The simple visual style I used to design this sheet allows you to find at a glance everything you are looking for.
"WordPress Visual Cheat Sheet"
10 Useful Cheat Sheets for Designers and Developers » 2experts Design – Web Design and Graphic Design Blog
http://www.2expertsdesign.com/2009/11/05/10-useful-cheat-sheets-for-designers-and-developers/
great cheatsheet
34 cheat sheets for web designers and developers | Web and designers | Complete resource platform for web designers and developers
http://www.webanddesigners.com/34-cheat-sheets-for-web-designers-and-developers
145 new quick cheat sheets for some of the most widely used tools on the web
http://www.dreamcss.com/2009/04/145-new-quick-cheat-sheets-for-some-of.html
Useful cheat sheets for some of the most widely used
35 Ultimate Useful CSS Cheats to Streamline Web Development | Tutorial Lounge
http://www.tutoriallounge.com/2009/12/35-ultimate-useful-css-cheats-to-streamline-web-development/
WOW - any time I can gets helpful 'hacks', etc for CSS!!
7 jQuery Cheatsheets For Every Designer & Developer to Have | TutZone
http://tutzone.net/2009/12/7-jquery-cheatsheets.html
jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. A fast, concise, library that simplifies how to traverse HTML documents, handle events, perform animations, and add AJAX. Here we have collected 7 jQuery Cheatsheets which are definite to come in handy for web developers and designers too. Hope you like the collection.
jQuery is a lightweight JavaScript library that emphasizes interaction between JavaScript and HTML. A fast, concise, library that simplifies how to traverse HTML documents, handle events, perform animations, and add AJAX. Here we have collected 7 jQuery Cheatsheets which are definite to come in handy for web developers and designers too. Hope you like the collection.
jQuery 1.4 API Cheat Sheet — Future Colors
http://futurecolors.ru/jquery/
jQuery 1.4 API Cheat Sheet
14 Helpful Cheat Sheets for Front-end Web Development | Web Design Ledger
http://webdesignledger.com/resources/14-helpful-cheat-sheets-for-front-end-web-development
For web developers and designers, it can be difficult to memorize the syntax for multiple programming languages and frameworks, especially since they are always
For web developers and designers, it can be difficult to memorize the syntax for multiple programming languages and frameworks, especially since they are always evolving and growing. This is where cheat sheets come in handy. Most cheat sheets are designed to be printer friendly, so you can have them laying around on your desk as quick reference cards. Here is a collection of useful cheat sheets specifically for front end web development that will help you with HTML, JavaScript, and CSS.
16 useful Mac cheat Sheets @smashingtips
http://www.smashingtips.com/mac-leopard-cheat-sheets
16 useful Mac cheat Sheets @smashingtips - http://www.smashingtips.com/mac-leopard-cheat-sheets
Cheat Sheet and Quick Reference Card Directory | devcheatsheet.com - Cheat Sheets for Developers.
http://devcheatsheet.com/
Browse Cheat Sheets
The Google Analytics Cheatsheet | Internet Marketing Strategy: Conversation Marketing
http://www.conversationmarketing.com/2010/01/google-analytics-cheatsheet.htm
I'm an idiot. Last week, someone commented on a post I wrote for SEOMOZ's YouMOZ service that they'd like a Google Analytics Cheatsheet. I wrote back "OK, I'll do it." Guess what? Google Analytics has a ton of features. And even more tricks and hacks that folks have developed over the years. So this 2-page cheat sheet, which took 3 days and nights to pull together, is a tiny sliver of the whole system. But it does cover the stuff that I'd want my staff to use. You can download it for free, no strings attached: Version with links: The Google Analytics Cheatsheet Printer-friendly version: The Google Analytics Cheatsheet, Printer Friendly
The Ultimate Excel Cheatsheet
http://www.investintech.com/articles/excelcheatsheet/
extensive help for excel user
Should really mark this one private
Keyboard Shortcuts, Function cheatsheets, Formula cheatsheets, Tips and VBA sample code
40 Useful Print-Ready Cheat Sheet For Web Developers | Back to Essentials
http://www.backtoessentials.com/tools/40-useful-print-ready-cheat-sheet-for-web-developers/
opers to help them co
QuicklyCode - Cheat Sheets and programming stuff
http://www.quicklycode.com/
Programming cheat sheets, with functions, keywords, etc.
RT @webochronik: QuicklyCode - Cheat Sheets and programming stuff http://bit.ly/bC0UMV
20 jQuery Cheatsheets, Docs and References for Every Occasion - Speckyboy Design Magazine
http://speckyboy.com/2010/03/31/20-jquery-cheatsheets-docs-and-references-for-every-occasion/
20 jQuery Cheatsheets, Docs and References for Every Occasion
Friendly Cheatsheets | Coder-friendly
http://www.coderfriendly.com/friendly-cheatsheets/
50+ Ultimate Useful Cheat Sheets for Web Developers and Designers | Dzinepress
http://www.dzinepress.com/2010/04/50-ultimate-useful-cheat-sheets-for-web-developers-and-designers/
Cheat-Sheets - Cábula
Recopilación de Chuletas para desarrolladores
http://www.maestrosdelweb.com/editorial/recopilacion-chuletas-cheat-sheets-desarrolladores/
Cheat Sheets
php, .net, marcado y javascript
Apuntes para tener a mano cuando se esta desarrollando
Colección de APIs de lenguajes de programación.
CSS 2.1 and CSS 3 Help Cheat Sheets (PDF) - Smashing Magazine
http://www.smashingmagazine.com/2010/05/13/css-2-1-and-css-3-help-cheat-sheets-pdf/
Valuable Cheat Sheets for Web Designers and Developers
http://www.webdesignish.com/valuable-cheat-sheets-for-web-designers-and-developers.html
June 11, 2010 In this post, you can find cheat sheets of Browsers, Color, CSS, Dreamweaver, HTML, Illustrator, Javascripts ( jQuery and mootools ), Photoshop, SEO, Typography, WordPress.
Ultimate list of Cheat Sheets for Web Designers and Developers with wordpress, photoshop, html, css, color codes, JavaScript , jquery & mootools..
jQuery 1.4.2 Visual Cheat Sheet – woorkup.com
http://woorkup.com/2010/06/13/jquery-1-4-2-visual-cheat-sheet/
by @woork
Reference for the jQuery 1.4.2 API.
Drupal Cheat Sheet Desktop Wallpaper - Smashing Magazine
http://www.smashingmagazine.com/2010/06/14/drupal-cheat-sheet-wallpaper/
11 Helpful Cheat Sheets for Popular Google Products | Freebies
http://webdesignledger.com/freebies/11-helpful-cheat-sheets-for-popular-google-products
Henry Jones at Web Design Ledger provides 11 Helpful Cheat Sheets for Popular Google Products. Each one of these useful graphics maps out keyboard shortcuts for Google applications including: Gmail, Google Reader, Google Calculator, Google Presentations, Google Chrome, Google Spreadsheets, Google Reader, Google Maps, Google Documents, Google Search Advanced Operators
11 Helpful Cheat Sheets for Popular Google Products http://bit.ly/cKzus8 其实, 只要输入框没有获得焦点的情况下俺 shift+/ (即 "?") 就会出现 shortcuts...
Mega Collection Of Cheatsheets for Designers And Developers | SpyreStudios
http://spyrestudios.com/mega-collection-of-cheatsheets-for-designer-developers/
12 Valuable CSS Cheat Sheet For Upcoming Web Designers
http://resources.savedelete.com/12-valuable-css-cheat-sheet-for-upcoming-web-designers.html
12 Valuable CSS Cheat Sheet For Upcoming Web Designers
12 Valuable CSS Cheat Sheet For Upcoming Web Designers
http://resources.savedelete.com/12-valuable-css-cheat-sheet-for-upcoming-web-designers.html
cábulas
12 Valuable CSS Cheat Sheet For Upcoming Web Designers