Skip to content

Commit

Permalink
fixing a couple bad links
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter deHaan (Sencha) committed Dec 17, 2012
1 parent d2c0422 commit 5576c06
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ The following learning pathway will help you get started scaffolding a new proje

## Prerequisites

- **(Download)** [Download Sencha Cmd](undefined) <small style='color:#aaa;'>&mdash; _Sencha_</small>
- **(Download)** [Download Sencha Cmd](http://www.sencha.com/products/sencha-cmd/download) <small style='color:#aaa;'>&mdash; _Sencha_</small>


## Beginner

- **(Guide)** [Introduction to Sencha Cmd](undefined) <small style='color:#aaa;'></small>
- **(Guide)** [Introduction to Sencha Cmd](http://docs.sencha.com/ext-js/4-1/#!/guide/command) <small style='color:#aaa;'>&mdash; _docs.sencha.com_</small>
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/) <small style='color:#aaa;'>&mdash; _Jacky Nguyen_ on May 02, 2012</small>
Expand Down
14 changes: 7 additions & 7 deletions extjs4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) <small style='color:#aaa;'>&mdash; _Don Griffin_ on March 1, 2012</small>
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 &amp; Tricks](http://moduscreate.com/javascript-performance-tips-tricks/) <small style='color:#aaa;'>&mdash; _Grgur Grisogono_ on July 31, 2012</small>
- **(Community)** [JavaScript Performance Tips &amp; Tricks](http://moduscreate.com/javascript-performance-tips-tricks/) <small style='color:#aaa;'>&mdash; _Grgur Grisogono (moduscreate.com)_ on July 31, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Jay Garcia_ on October 8, 2012</small>
- **(Community)** [JavaScript Performance Tips (Video) (36:39)](http://moduscreate.com/javascript-performance-tips-video/) <small style='color:#aaa;'>&mdash; _Jay Garcia (moduscreate.com)_ on October 8, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Aaron Smith_ on October 15, 2012</small>
- **(Community)** [localStorage Caching of Reference Data with ExtJS](http://moduscreate.com/localstorage-caching-of-reference-data-with-extjs/) <small style='color:#aaa;'>&mdash; _Aaron Smith (moduscreate.com)_ on October 15, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Aaron Smith_ on July 9, 2012</small>
- **(Community)** [Expert Ext JS: Reading and Writing Structured Data](http://moduscreate.com/expert-ext-js-reading-and-writing-structured-data/) <small style='color:#aaa;'>&mdash; _Aaron Smith (moduscreate.com)_ on July 9, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Aaron Smith_ on July 9, 2012</small>
- **(Community)** [Expert Ext JS: Managing Model Associations Across Independent API Calls](http://moduscreate.com/expert-ext-js-managing-model-associations-across-independent-api-calls/) <small style='color:#aaa;'>&mdash; _Aaron Smith (moduscreate.com)_ on July 9, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Aaron Smith_ on June 18, 2012</small>
- **(Community)** [Expert Ext JS: Associations in Forms](http://moduscreate.com/expert-ext-js-associations-in-forms/) <small style='color:#aaa;'>&mdash; _Aaron Smith (moduscreate.com)_ on June 18, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Aaron Smith_ on June 11, 2012</small>
- **(Community)** [Expert Ext JS: Model Integration in Forms](http://moduscreate.com/expert-ext-js-model-integration-in-forms/) <small style='color:#aaa;'>&mdash; _Aaron Smith (moduscreate.com)_ on June 11, 2012</small>
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) <small style='color:#aaa;'>&mdash; _Sencha_</small>
Expand Down
2 changes: 1 addition & 1 deletion touch1-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following learning pathway will help you get started building rich, interact

## Prerequisites

- **(Download)** [Download Sencha Touch](undefined) <small style='color:#aaa;'>&mdash; _Sencha_</small>
- **(Download)** [Download Sencha Touch](http://www.sencha.com/products/touch/download) <small style='color:#aaa;'>&mdash; _Sencha_</small>


## Beginner
Expand Down
2 changes: 1 addition & 1 deletion touch1.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The following learning pathway will help you get started with building mobile HT

## Prerequisites

- **(Download)** [Download Sencha Touch](undefined) <small style='color:#aaa;'>&mdash; _Sencha_</small>
- **(Download)** [Download Sencha Touch](http://www.sencha.com/products/touch/download) <small style='color:#aaa;'>&mdash; _Sencha_</small>


## Beginner
Expand Down
6 changes: 3 additions & 3 deletions touch2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) <small style='color:#aaa;'>&mdash; _Andrea Cammarata_ on November 16, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Jay Garcia_ on July 17, 2012</small>
- **(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/) <small style='color:#aaa;'>&mdash; _Jay Garcia (moduscreate.com)_ on July 17, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Jay Garcia_ on July 16, 2012</small>
- **(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/) <small style='color:#aaa;'>&mdash; _Jay Garcia (moduscreate.com)_ on July 16, 2012</small>
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/) <small style='color:#aaa;'>&mdash; _Stan Bershadskiy_ on July 11, 2012</small>
- **(Community)** [Sencha Touch 2 Touch Events Re-firing](http://moduscreate.com/sencha-touch-2-touch-events-re-firing/) <small style='color:#aaa;'>&mdash; _Stan Bershadskiy (moduscreate.com)_ on July 11, 2012</small>
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 &quot;To Do&quot; 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/) <small style='color:#aaa;'>&mdash; _Jason Cline_ on June 26, 2012</small>
Expand Down

0 comments on commit 5576c06

Please sign in to comment.