-
(Difference between revisions)
(27 intermediate revisions not shown) Line 1: Line 1: ==Web Development====Web Development==- [[HTML]]+ ===HTML5 Boilerplate===- [[CSS]]+ * [https://mozillademos.org/demos/dashboard/demo.html HTML5 Dashboard]+ * [http://html5boilerplate.com/ HTML5 Boilerplate] - [https://github.com/paulirish/html5-boilerplate HTML5 Boilerplate (github)]+ * [http://html5boilerplate.com/#v2 HTML5 Boilerplate v2]+ * [http://html5boilerplate.com/mobile/ Mobile Boilerplate] - [https://github.com/shichuan/mobile-html5-boilerplate/wiki/Mobile-Boilerplate-Beta Mobile Boilerplate Beta (github)]+ * [http://html5doctor.com/downloads/h5d-sectioning-flowchart.png HTML5 Element Flowchart]- [[Javascript]]+ ===WordPress===- [[PHP]]+ * [http://wp-snippets.com/ WP Snippets]+ * [http://wp.tutsplus.com/tutorials/hosting/migrating-wordpress-across-hosts-servers-and-urls/ Migrating WordPress Across Hosts, Servers and URLs]+ * [http://wp.tutsplus.com/tutorials/hosting/migrating-a-wordpress-site-from-a-local-server-to-production/ Migrating a WordPress Site From a Local Server ]+ * [http://wp.tutsplus.com/tutorials/add-facebook-comments-to-your-wordpress-theme/ Add Facebook Comments to Your WordPress Theme]+ * [http://coding.smashingmagazine.com/2011/05/10/new-wordpress-power-tips-for-template-developers-and-consultants/ New WordPress Power Tips For Template Developers And Consultants] (Pagination)+ * [http://wp.tutsplus.com/tutorials/advanced-wordpress-queries-part-3/ Advanced WordPress Queries, Part 3]+ * [http://wp.tutsplus.com/tutorials/advanced-wordpress-queries-part-2/ Advanced WordPress Queries, Part 2]+ * [http://wp.tutsplus.com/tutorials/advanced-wordpress-queries-part-1/ Advanced WordPress Queries, Part 1]+ * [http://wp.tutsplus.com/articles/tips-articles/10-code-snippets-wp-theme-developers-should-have-on-speed-dial/ 10 Code Snippets WP Theme Developers Should Have on Speed Dial]+ * [http://coding.smashingmagazine.com/2011/06/02/how-to-build-a-media-site-on-wordpress-part-1/ How To Build A Media Site On WordPress (Part 1)]+ * [http://coding.smashingmagazine.com/2011/06/08/how-to-build-a-media-site-on-wordpress-part-2/ How To Build A Media Site On WordPress (Part 2)]+ * [http://digwp.com/2011/05/loops/ 4 Ways to Loop with WordPress]+ * [http://www.noeltock.com/web-design/wordpress/custom-post-types-events-pt1/ How-to - Custom Post Types for Events]+ + ===Mobile===+ + * [http://iwebkitmozilla.trynull.com/index.html iWebKit Mozilla]+ * [http://snippetspace.com/projects/iwebkit/ iWebKit]+ + ===Design===+ + * [http://design-seeds.com/index.php/search Color Palettes]+ + ===Testing===+ + * [https://saucelabs.com/ Cross Platform/Browser Testing]+ + ===Links===+ + * [[Git]]+ * [http://net.tutsplus.com/tutorials/other/the-perfect-workflow-with-git-github-and-ssh/ The Perfect Workflow, with Git, GitHub, and SSH]+ * [http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/ Easy Version Control with Git]+ * [https://github.com/anchepiece/statuspanic Status Panic] - Panic Status Board+ * [http://weenudge.com/ Teach your clients about the mysteries of the web]+ * [http://pow.cx/ Pow from Panic]+ * [http://webdosanddonts.com/ Web dos and don'ts]+ * [http://na.isobar.com/standards/ Code Standards]+ * [http://programmers.stackexchange.com/questions/46716/what-should-a-developer-know-before-building-a-public-web-site What should a developer know before building a public web site?]+ * [http://net.tutsplus.com/articles/web-roundups/the-top-8-placeholders-for-web-designers/ Top 8 placeholders for web designers]+ * [http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/en/us/webmasters/docs/search-engine-optimization-starter-guide.pdf Google SEO Guide]+ * [http://browsersize.googlelabs.com/ Browsersize.googlelabs.com]+ * [[HTML]]+ * [[CSS]]+ * [[Javascript]]+ * [[PHP]]+ * [http://www.smashingmagazine.com/2010/11/03/how-to-build-a-mobile-website/ How to Build a Mobile Website]+ * [http://net.tutsplus.com/tutorials/other/speeding-up-websites-with-yslow/ Speeding Up Websites With YSlow]+ * [http://www.smashingmagazine.com/2010/06/24/the-ultimate-guide-to-a-b-testing/ The Ultimate Guide to A/B Testing]+ + ===Software===+ + * [http://code.google.com/p/zen-coding/ Zen Coding] is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code.+ + ===To Research===+ + * [http://www.kadavy.net/blog/posts/wordpress-optimization-dreamhost-rackspace/ WordPress Optimization: How I Reduced Page Load Time by 75%][[category:HTML]][[category:HTML]]Line 16: Line 75: [[category:Javascript]][[category:Javascript]][[category:PHP]][[category:PHP]]+ __NOEDITSECTION__Current revision as of 15:09, 8 February 2012
Contents
Web Development
HTML5 Boilerplate
- HTML5 Dashboard
- HTML5 Boilerplate - HTML5 Boilerplate (github)
- HTML5 Boilerplate v2
- Mobile Boilerplate - Mobile Boilerplate Beta (github)
- HTML5 Element Flowchart
WordPress
- WP Snippets
- Migrating WordPress Across Hosts, Servers and URLs
- Migrating a WordPress Site From a Local Server
- Add Facebook Comments to Your WordPress Theme
- New WordPress Power Tips For Template Developers And Consultants (Pagination)
- Advanced WordPress Queries, Part 3
- Advanced WordPress Queries, Part 2
- Advanced WordPress Queries, Part 1
- 10 Code Snippets WP Theme Developers Should Have on Speed Dial
- How To Build A Media Site On WordPress (Part 1)
- How To Build A Media Site On WordPress (Part 2)
- 4 Ways to Loop with WordPress
- How-to - Custom Post Types for Events
Mobile
Design
Testing
Links
- Git
- The Perfect Workflow, with Git, GitHub, and SSH
- Easy Version Control with Git
- Status Panic - Panic Status Board
- Teach your clients about the mysteries of the web
- Pow from Panic
- Web dos and don'ts
- Code Standards
- What should a developer know before building a public web site?
- Top 8 placeholders for web designers
- Google SEO Guide
- Browsersize.googlelabs.com
- HTML
- CSS
- Javascript
- PHP
- How to Build a Mobile Website
- Speeding Up Websites With YSlow
- The Ultimate Guide to A/B Testing
Software
- Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code.
To Research
__NOEDITSECTION__
-
Meta