From 5576c06d4f548c5dc5dca3d28b83d7975c5d90d1 Mon Sep 17 00:00:00 2001 From: "Peter deHaan (Sencha)" Date: Mon, 17 Dec 2012 14:05:21 -0800 Subject: [PATCH] fixing a couple bad links --- cmd.md | 4 ++-- extjs4.md | 14 +++++++------- touch1-charts.md | 2 +- touch1.md | 2 +- touch2.md | 6 +++--- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/cmd.md b/cmd.md index 87a7d36..1bb419d 100644 --- a/cmd.md +++ b/cmd.md @@ -4,12 +4,12 @@ The following learning pathway will help you get started scaffolding a new proje ## Prerequisites -- **(Download)** [Download Sencha Cmd](undefined) — _Sencha_ +- **(Download)** [Download Sencha Cmd](http://www.sencha.com/products/sencha-cmd/download) — _Sencha_ ## Beginner -- **(Guide)** [Introduction to Sencha Cmd](undefined) +- **(Guide)** [Introduction to Sencha Cmd](http://docs.sencha.com/ext-js/4-1/#!/guide/command) — _docs.sencha.com_ Introduction to using Sencha Cmd. - **(Blog)** [Behind the Sencha Command Utility and the Build Process](http://www.sencha.com/blog/behind-sencha-command-and-the-build-process/) — _Jacky Nguyen_ on May 02, 2012 diff --git a/extjs4.md b/extjs4.md index 873bb5a..7aec687 100644 --- a/extjs4.md +++ b/extjs4.md @@ -148,25 +148,25 @@ Typically, a Hello World program illustrates the quickest way to get anything (s - **(Blog)** [Optimizing Ext JS 4.1-based Applications](http://www.sencha.com/blog/optimizing-ext-js-4-1-based-applications/) — _Don Griffin_ on March 1, 2012 Sencha improved performance with Ext JS 4.1, but when it comes to optimal performance of Ext JS-based applications, that's only part of the battle. The rest comes from optimizing applications for performance, which often includes making a few changes so your code can take advantage of Ext JS enhancements. -- **(Community)** [JavaScript Performance Tips & Tricks](http://moduscreate.com/javascript-performance-tips-tricks/) — _Grgur Grisogono_ on July 31, 2012 +- **(Community)** [JavaScript Performance Tips & Tricks](http://moduscreate.com/javascript-performance-tips-tricks/) — _Grgur Grisogono (moduscreate.com)_ on July 31, 2012 Some say spending time developing for performance is not worth it when hardware upgrades are usually a cheaper alternative. If I would tell them that spending 10 minutes reading this could save more than 50 new upgrades with simple code improvements that account for a 50x+ performance increase, do you think they would listen? -- **(Community)** [JavaScript Performance Tips (Video) (36:39)](http://moduscreate.com/javascript-performance-tips-video/) — _Jay Garcia_ on October 8, 2012 +- **(Community)** [JavaScript Performance Tips (Video) (36:39)](http://moduscreate.com/javascript-performance-tips-video/) — _Jay Garcia (moduscreate.com)_ on October 8, 2012 Filmed at our NoVa JS meetup on 10/2/2012, Grgur Grisogono discusses JavaScript Performance tips. This video goes along with Grgur’s recent ... -- **(Community)** [localStorage Caching of Reference Data with ExtJS](http://moduscreate.com/localstorage-caching-of-reference-data-with-extjs/) — _Aaron Smith_ on October 15, 2012 +- **(Community)** [localStorage Caching of Reference Data with ExtJS](http://moduscreate.com/localstorage-caching-of-reference-data-with-extjs/) — _Aaron Smith (moduscreate.com)_ on October 15, 2012 Do you have a ton of reference data that needs to load with your app? Lots of combo boxes with mostly static data? Previously I had used a custom ... -- **(Community)** [Expert Ext JS: Reading and Writing Structured Data](http://moduscreate.com/expert-ext-js-reading-and-writing-structured-data/) — _Aaron Smith_ on July 9, 2012 +- **(Community)** [Expert Ext JS: Reading and Writing Structured Data](http://moduscreate.com/expert-ext-js-reading-and-writing-structured-data/) — _Aaron Smith (moduscreate.com)_ on July 9, 2012 Often times front-end developers don't have the option to change server-side behavior. This can be highly frustrating. I'll discuss a few ... -- **(Community)** [Expert Ext JS: Managing Model Associations Across Independent API Calls](http://moduscreate.com/expert-ext-js-managing-model-associations-across-independent-api-calls/) — _Aaron Smith_ on July 9, 2012 +- **(Community)** [Expert Ext JS: Managing Model Associations Across Independent API Calls](http://moduscreate.com/expert-ext-js-managing-model-associations-across-independent-api-calls/) — _Aaron Smith (moduscreate.com)_ on July 9, 2012 A few weeks back, Rob Boerman reached out to us with questions about creating linkages between models. As our de facto Associations expert, I ... -- **(Community)** [Expert Ext JS: Associations in Forms](http://moduscreate.com/expert-ext-js-associations-in-forms/) — _Aaron Smith_ on June 18, 2012 +- **(Community)** [Expert Ext JS: Associations in Forms](http://moduscreate.com/expert-ext-js-associations-in-forms/) — _Aaron Smith (moduscreate.com)_ on June 18, 2012 Associations were a major addition to the data package in Ext JS 4 and, to me at least, appeared to be a great answer to problems I had faced ... -- **(Community)** [Expert Ext JS: Model Integration in Forms](http://moduscreate.com/expert-ext-js-model-integration-in-forms/) — _Aaron Smith_ on June 11, 2012 +- **(Community)** [Expert Ext JS: Model Integration in Forms](http://moduscreate.com/expert-ext-js-model-integration-in-forms/) — _Aaron Smith (moduscreate.com)_ on June 11, 2012 In Ext JS 4, the data package received a lot of attention and the improvements made were, for the most part, quite impressive. However, the ... - **(Learning Pathway)** [Theming Sencha Apps Learning Pathway](/learn/theming) — _Sencha_ diff --git a/touch1-charts.md b/touch1-charts.md index cad26a1..7898409 100644 --- a/touch1-charts.md +++ b/touch1-charts.md @@ -4,7 +4,7 @@ The following learning pathway will help you get started building rich, interact ## Prerequisites -- **(Download)** [Download Sencha Touch](undefined) — _Sencha_ +- **(Download)** [Download Sencha Touch](http://www.sencha.com/products/touch/download) — _Sencha_ ## Beginner diff --git a/touch1.md b/touch1.md index bf5cad3..77009f2 100644 --- a/touch1.md +++ b/touch1.md @@ -4,7 +4,7 @@ The following learning pathway will help you get started with building mobile HT ## Prerequisites -- **(Download)** [Download Sencha Touch](undefined) — _Sencha_ +- **(Download)** [Download Sencha Touch](http://www.sencha.com/products/touch/download) — _Sencha_ ## Beginner diff --git a/touch2.md b/touch2.md index 8bffa3f..32738eb 100644 --- a/touch2.md +++ b/touch2.md @@ -97,13 +97,13 @@ The following learning pathway will help you get started with building mobile HT - **(Blog)** [Building Sencha Touch Custom Components, Part 3 of 3](http://www.sencha.com/blog/building-sencha-touch-custom-components-part-3/) — _Andrea Cammarata_ on November 16, 2012 In the final part of our tutorial series on Sencha Touch components, we'll cover styling for our Ext.tux.AudioCover component. Over the last few posts, we've walked through the component's code development, but now we want to customize our component's look. -- **(Community)** [Sencha Touch 2.0 Tip: Increase the speed of your app rotation by temporarily removing DOM (4:18)](http://moduscreate.com/sencha-touch-2-0-expert-tip-how-to-increase-the-speed-of-your-app-rotation-by-temporarily-removing-dom/) — _Jay Garcia_ on July 17, 2012 +- **(Community)** [Sencha Touch 2.0 Tip: Increase the speed of your app rotation by temporarily removing DOM (4:18)](http://moduscreate.com/sencha-touch-2-0-expert-tip-how-to-increase-the-speed-of-your-app-rotation-by-temporarily-removing-dom/) — _Jay Garcia (moduscreate.com)_ on July 17, 2012 In the screencast below, I demonstrate how you can increase the speed of your apps by temporarily removing DOM that is not viewed by the user. ... -- **(Community)** [Sencha Touch 2.0 Tip: Make the Carousel fire show events at the proper time!](http://moduscreate.com/sencha-touch-2-0-expert-tip-make-the-carousel-fire-show-events-at-the-proper-time/) — _Jay Garcia_ on July 16, 2012 +- **(Community)** [Sencha Touch 2.0 Tip: Make the Carousel fire show events at the proper time!](http://moduscreate.com/sencha-touch-2-0-expert-tip-make-the-carousel-fire-show-events-at-the-proper-time/) — _Jay Garcia (moduscreate.com)_ on July 16, 2012 Recently, I came across a requirement where I needed to know when a Sencha Touch 2.0 Carousel Item is shown to the user (active item 0) to render ... -- **(Community)** [Sencha Touch 2 Touch Events Re-firing](http://moduscreate.com/sencha-touch-2-touch-events-re-firing/) — _Stan Bershadskiy_ on July 11, 2012 +- **(Community)** [Sencha Touch 2 Touch Events Re-firing](http://moduscreate.com/sencha-touch-2-touch-events-re-firing/) — _Stan Bershadskiy (moduscreate.com)_ on July 11, 2012 While generally we try to avoid native browser alert() and confirm() we sometimes have no control over their use. I have come across a situation ... - **(Blog)** [Build a "To Do" Application with Sencha Touch, Sencha.io, and Facebook Integration](http://www.sencha.com/blog/build-a-to-do-application-with-sencha-touch-senchaio-and-facebook/) — _Jason Cline_ on June 26, 2012