| item |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
Agile
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
APIs
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
Backbone
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
Code Review
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
Design Patterns
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
HTML5
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 9 |
| Stomach Contents: Structure - struct |
| value |
Object Oriented Design
|
|
| 10 |
| Stomach Contents: Structure - struct |
| value |
Refactoring
|
|
| 11 |
| Stomach Contents: Structure - struct |
| value |
Software Engineering
|
|
| 12 |
| Stomach Contents: Structure - struct |
| value |
Test Driven Development
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/04/18/decoupling-backbone-modules/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>One of the principle design philosophies I have advocated over the years, especially through various articles on this site, has been the importance of decoupling. And while I could go into significant detail to elaborate on the importance of decoupling, suffice it to say that all designs – from simple APIs to complex applications – [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=4354
|
|
| link |
http://www.ericfeminella.com/blog/2012/04/18/decoupling-backbone-modules/
|
| pubDate |
Wed, 18 Apr 2012 12:40:52 GMT
|
| title |
Decoupling Backbone Modules
|
|
| 2 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
APIs
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
Backbone
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
Design Patterns
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
jQuery
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
Object Oriented Design
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/04/10/persisting-backbone-collections/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>Backbone.js provides a powerful, robust API which focuses primarily on general structure, and the utility of that structure, without requiring a rigid adherence to specific patterns or prescribing certain design philosophies. This focused approach affords developers a significant level of flexibility which can prove to be essential to the success of many modern client side [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=4256
|
|
| link |
http://www.ericfeminella.com/blog/2012/04/10/persisting-backbone-collections/
|
| pubDate |
Tue, 10 Apr 2012 13:34:21 GMT
|
| title |
Persisting Backbone Collections
|
|
| 3 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
AMD
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
Continuous Integration
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
Software Engineering
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/03/24/preprocessing-modules-with-requirejs-optimizer/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>RequireJS provides an effective means of bundling an application for production deployment by way of the RequireJS Optimizer; which allows for optimizing, concatenating and minifying modules via Node or Rhino. The Optimizer is quite powerful insofar that fine-grained control over various aspects of the optimization process can be implemented with relative ease. One such example [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=4123
|
|
| link |
http://www.ericfeminella.com/blog/2012/03/24/preprocessing-modules-with-requirejs-optimizer/
|
| pubDate |
Sat, 24 Mar 2012 05:41:14 GMT
|
| title |
Preprocessing Modules with RequireJS Optimizer
|
|
| 4 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
APIs
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
Handlebars
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
HTML5
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
Jasmine
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
Object Oriented Design
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
Template Engines
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/03/13/testing-handlebars-helpers-with-jasmine/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>For some time now, I have primarily been using logic-less templating solutions as they allow for a greater separation of concerns in comparison to many of their logic-based counterparts. By design, the decoupling of logic-less templates imparts greater overall maintainability in that templates become considerably less complex, and therefore, considerably easier to maintain and test. [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3991
|
|
| link |
http://www.ericfeminella.com/blog/2012/03/13/testing-handlebars-helpers-with-jasmine/
|
| pubDate |
Tue, 13 Mar 2012 21:36:49 GMT
|
| title |
Testing Handlebars Helpers with Jasmine
|
|
| 5 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
Agile
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
APIs
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
Object Oriented Design
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
Software Engineering
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
Test Driven Development
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
bdd
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
jasmine
|
|
| 9 |
| Stomach Contents: Structure - struct |
| value |
jasmine-sinon
|
|
| 10 |
| Stomach Contents: Structure - struct |
| value |
mocks
|
|
| 11 |
| Stomach Contents: Structure - struct |
| value |
sinon.js
|
|
| 12 |
| Stomach Contents: Structure - struct |
| value |
spies
|
|
| 13 |
| Stomach Contents: Structure - struct |
| value |
stubs
|
|
| 14 |
| Stomach Contents: Structure - struct |
| value |
test driven development
|
|
| 15 |
| Stomach Contents: Structure - struct |
| value |
unit testing
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/03/07/jasmine-matchers-for-sinon-js/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>Lately I have been finding myself writing custom Jasmine matchers which wrap the Sinon.JS API as a convenience. After repeating this process quite a few times I took a step back to see if there was a similar solution already available. After a brief search, I quickly came across jasmine-sinon which, to my surprise, provides [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3907
|
|
| link |
http://www.ericfeminella.com/blog/2012/03/07/jasmine-matchers-for-sinon-js/
|
| pubDate |
Wed, 07 Mar 2012 14:19:50 GMT
|
| title |
Jasmine matchers for Sinon.JS
|
|
| 6 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
Browsers
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
HTML5
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
Template Engines
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
handlebars
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
jquery
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
jquery templates
|
|
| 9 |
| Stomach Contents: Structure - struct |
| value |
kendo ui
|
|
| 10 |
| Stomach Contents: Structure - struct |
| value |
templating
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/03/05/integrating-handlebars-templates-in-kendo-ui/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>I have been evaluating Kendo UI recently for its rich set of Widget APIs and general HTML5 UI Framework capabilities. One of the first things I wanted to see was how easily Kendo UI Widgets could be integrated with different Templating Engines, Handlebars in particular. By default, Kendo UI provides out of the box templating [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3589
|
|
| link |
http://www.ericfeminella.com/blog/2012/03/05/integrating-handlebars-templates-in-kendo-ui/
|
| pubDate |
Mon, 05 Mar 2012 16:55:46 GMT
|
| title |
Integrating Handlebars Templates in Kendo UI
|
|
| 7 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/02/11/aptana-javascript-outline-view/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>Aptana Studio is a great IDE for developing Web Applications. The fact that it is built on Eclipse and completely free leaves little to be desired. That being said, there is one feature I have always found to be lacking, which is, the Outline View for JavaScript. Or, more precisely, the fact that it dosent [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3553
|
|
| link |
http://www.ericfeminella.com/blog/2012/02/11/aptana-javascript-outline-view/
|
| pubDate |
Sun, 12 Feb 2012 03:56:19 GMT
|
| title |
Aptana JavaScript Outline View
|
|
| 8 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
Agile
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
Design Patterns
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
Mobile
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
Mobile Web
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
Refactoring
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
Software Engineering
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/02/04/one-time-function-initialization/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>When developing Mobile Web Applications, even the seemingly marginal micro-optimizations can result in a noticeable performance improvement over time and, therefore should be implemented where possible. One could also argue (and rightly so) that this same principle applies when developing Web Applications on the Desktop; however, in the context of Mobile Web Experiences, such optimizations [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3492
|
|
| link |
http://www.ericfeminella.com/blog/2012/02/04/one-time-function-initialization/
|
| pubDate |
Sun, 05 Feb 2012 01:02:42 GMT
|
| title |
One-time function initialization
|
|
| 9 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
Android
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
Browsers
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
Design Patterns
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
HTML5
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
iPad
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
iPhone
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
Mobile
|
|
| 9 |
| Stomach Contents: Structure - struct |
| value |
Mobile Web
|
|
| 10 |
| Stomach Contents: Structure - struct |
| value |
Software Engineering
|
|
| 11 |
| Stomach Contents: Structure - struct |
| value |
Tablets
|
|
| 12 |
| Stomach Contents: Structure - struct |
| value |
User Experience Design
|
|
|
| comments |
http://www.ericfeminella.com/blog/2012/01/15/att-best-practices-guide-for-app-development/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>When considering the various best practices surrounding the design of Mobile Web Experiences and Architectures, such works as the W3C’s Mobile Web Application Best Practices guide, or the excellent Mobile Web Best Practices site, and of course, the seminal text, Mobile First, are likely to come to mind. The concepts and strategies presented in these [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3419
|
|
| link |
http://www.ericfeminella.com/blog/2012/01/15/att-best-practices-guide-for-app-development/
|
| pubDate |
Sun, 15 Jan 2012 11:00:20 GMT
|
| title |
AT&T Best Practices Guide for App Development
|
|
| 10 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
Browsers
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
Mobile
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
Mobile Web
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
Tablets
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
browsers
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
http
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
mobile web
|
|
| 9 |
| Stomach Contents: Structure - struct |
| value |
proxies
|
|
|
| comments |
http://www.ericfeminella.com/blog/2011/12/16/monitoring-http-traffic-on-ios/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>When developing Web Applications for the Mobile Web Experience it is often useful to have a clear view into all HTTP requests and responses sent between the client and server. This is quite simple to accomplish when developing Web Applications for the Desktop as, the browser is running locally so any standard HTTP Monitor will [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3378
|
|
| link |
http://www.ericfeminella.com/blog/2011/12/16/monitoring-http-traffic-on-ios/
|
| pubDate |
Sat, 17 Dec 2011 02:04:29 GMT
|
| title |
Configuring iOS HTTP Monitoring
|
|
| 11 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
APIs
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
Design Patterns
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
HTML5
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
jQuery
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
Template Engines
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
html5
|
|
| 9 |
| Stomach Contents: Structure - struct |
| value |
javascript
|
|
| 10 |
| Stomach Contents: Structure - struct |
| value |
jqote2
|
|
| 11 |
| Stomach Contents: Structure - struct |
| value |
jquery
|
|
| 12 |
| Stomach Contents: Structure - struct |
| value |
templating
|
|
|
| comments |
http://www.ericfeminella.com/blog/2011/12/12/external-templates-in-jqote2/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>The jQote2 API Reference provides plenty of useful examples which are sure to help users get up and running quickly. I found it a bit unclear, though, as to how templates could be loaded externally as, in the reference examples, templates are defined within the containing page. For the sake of simplicity this approach certainly [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3315
|
|
| link |
http://www.ericfeminella.com/blog/2011/12/12/external-templates-in-jqote2/
|
| pubDate |
Mon, 12 Dec 2011 12:00:56 GMT
|
| title |
External Templates in jQote2
|
|
| 12 |
| Stomach Contents: Structure - struct |
| category |
| Stomach Contents: Structure - array
|
| 1 |
| Stomach Contents: Structure - struct |
| value |
AJAX
|
|
| 2 |
| Stomach Contents: Structure - struct |
| value |
Android
|
|
| 3 |
| Stomach Contents: Structure - struct |
| value |
HTML5
|
|
| 4 |
| Stomach Contents: Structure - struct |
| value |
iPad
|
|
| 5 |
| Stomach Contents: Structure - struct |
| value |
iPhone
|
|
| 6 |
| Stomach Contents: Structure - struct |
| value |
JavaScript
|
|
| 7 |
| Stomach Contents: Structure - struct |
| value |
Mobile
|
|
| 8 |
| Stomach Contents: Structure - struct |
| value |
Mobile Web
|
|
|
| comments |
http://www.ericfeminella.com/blog/2011/11/23/dhtmlx-touch-1-0-released/#comments
|
| dc_creator |
eric
|
| description |
| Stomach Contents: Structure - struct |
| value |
<p>Last week, shortly after I blogged about the release of jQuery Mobile 1.0, I received an email informing me of the release of another Mobile Web Framework: DHTMLX Touch 1.0. Being that I was unfamiliar with DHTMLX Touch (as I have been using jQuery Mobile almost exclusively), I was quite interested to learn more; and, [...]</p>
|
|
| guid |
| Stomach Contents: Structure - struct |
| isPermaLink |
NO
|
| value |
http://www.ericfeminella.com/blog/?p=3284
|
|
| link |
http://www.ericfeminella.com/blog/2011/11/23/dhtmlx-touch-1-0-released/
|
| pubDate |
Wed, 23 Nov 2011 13:31:56 GMT
|
| title |
DHTMLX Touch 1.0 Released
|
|
|