Fullasagoog

Eric Feminella

Some insight into how the Goog sees your feed. You might find it useful for trouble shooting - we certainly do.

Stomach Contents: Structure - struct
description Thoughts on Modern Web Application Development
encoding UTF-8
feedextension DublinCore
generator http://wordpress.org/?v=3.5.1
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 APIs
3
Stomach Contents: Structure - struct
value Code Review
4
Stomach Contents: Structure - struct
value Design Patterns
5
Stomach Contents: Structure - struct
value JavaScript
6
Stomach Contents: Structure - struct
value Object Oriented Design
7
Stomach Contents: Structure - struct
value Refactoring
8
Stomach Contents: Structure - struct
value Software Engineering
9
Stomach Contents: Structure - struct
value expressive api design
10
Stomach Contents: Structure - struct
value fluent apis
11
Stomach Contents: Structure - struct
value method chaining
comments http://www.ericfeminella.com/blog/2013/05/13/fluent-apis-and-method-chaining/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value Of the vast catalog of Design Patterns available at our disposal, often times I find it is the simpler, less prominent patterns which are used quite frequently, yet recieve much less recognition; a good example of which being the Method Chaining Pattern. Method Chaining The Method Chaining Pattern, as I have come to appreciate it [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5461
link http://www.ericfeminella.com/blog/2013/05/13/fluent-apis-and-method-chaining/
pubDate Tue, 14 May 2013 00:30:22 GMT
title Fluent APIs and Method Chaining
2
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Git
2
Stomach Contents: Structure - struct
value Quick Tips
3
Stomach Contents: Structure - struct
value github
comments http://www.ericfeminella.com/blog/2013/04/03/github-quick-tip/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value Recently, I was looking for a simple way to view an html page which is part of a GitHub project’s source. In particular, I wanted to provide links on the Backbone.EventBroker project’s main page so users could run the specs and view the example. Fortunately, as is the case with most things on GitHub, this [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=6499
link http://www.ericfeminella.com/blog/2013/04/03/github-quick-tip/
pubDate Wed, 03 Apr 2013 12:21:57 GMT
title GitHub Quick Tip
3
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Agile
2
Stomach Contents: Structure - struct
value Backbone
3
Stomach Contents: Structure - struct
value Code Review
4
Stomach Contents: Structure - struct
value Design Patterns
5
Stomach Contents: Structure - struct
value JavaScript
6
Stomach Contents: Structure - struct
value Object Oriented Design
7
Stomach Contents: Structure - struct
value Refactoring
8
Stomach Contents: Structure - struct
value Software Engineering
comments http://www.ericfeminella.com/blog/2013/03/29/pseudo-abstraction-in-backbone/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value As has been mostly disseminated, JavaScript, being a dynamic, prototypal language, affords developers the ability to design outside the rigid confines inherent to statically typed languages. Interestingly, perhaps even somewhat paradoxically, this same flexibility also allows for programmatically simulating specific features commonly found in statically typed languages, if desired. While JavaScript does not have a [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5456
link http://www.ericfeminella.com/blog/2013/03/29/pseudo-abstraction-in-backbone/
pubDate Fri, 29 Mar 2013 12:23:49 GMT
title Pseudo-abstraction in Backbone
4
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Browsers
2
Stomach Contents: Structure - struct
value CSS3
3
Stomach Contents: Structure - struct
value HTML5
4
Stomach Contents: Structure - struct
value box model
5
Stomach Contents: Structure - struct
value box-sizing
6
Stomach Contents: Structure - struct
value CSS
7
Stomach Contents: Structure - struct
value css3
comments http://www.ericfeminella.com/blog/2013/02/14/natural-box-model-sizing/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value As Web Developers, the benefits to be afforded by simply taking the time to aquire a fundamental understanding of CSS layouts can not be overstated; for it is these very skills that provide the basis from which designs can be achieved with ease; making the task of designing the Web an enjoyable, and rewarding experience. [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5969
link http://www.ericfeminella.com/blog/2013/02/14/natural-box-model-sizing/
pubDate Thu, 14 Feb 2013 12:35:06 GMT
title Natural Box Model Sizing
5
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Browsers
2
Stomach Contents: Structure - struct
value HTML5
3
Stomach Contents: Structure - struct
value Mobile Web
4
Stomach Contents: Structure - struct
value Tablets
5
Stomach Contents: Structure - struct
value User Experience Design
6
Stomach Contents: Structure - struct
value Windows 8
7
Stomach Contents: Structure - struct
value Live Tile
8
Stomach Contents: Structure - struct
value Metro
9
Stomach Contents: Structure - struct
value Pinned Site
comments http://www.ericfeminella.com/blog/2013/02/05/windows-8-web-app-start-screen-tiles/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value Having had to certify a Web Application for use on the HTC Windows Phone 8X, as well as the Microsoft Surface Tablet, I was interested in providing a Start Screen Tile similar to that of the application’s current iOS Web Clip Icon. Not the least, the new Tile Based UI in Windows 8 presents significant [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5903
link http://www.ericfeminella.com/blog/2013/02/05/windows-8-web-app-start-screen-tiles/
pubDate Tue, 05 Feb 2013 22:54:43 GMT
title Windows 8 Web App Start Screen Tiles
6
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Agile
2
Stomach Contents: Structure - struct
value Continuous Integration
3
Stomach Contents: Structure - struct
value Object Oriented Design
4
Stomach Contents: Structure - struct
value Refactoring
5
Stomach Contents: Structure - struct
value Software Engineering
6
Stomach Contents: Structure - struct
value Test Driven Development
comments http://www.ericfeminella.com/blog/2013/01/29/test-first-workflow-a-short-story/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value As a depiction of the typical approach taken when solving a problem with Test First practices in mind, below is a brief excerpt from a recent conversation with a collegue who inquired of me as to how one generally goes about solving a problem using Test First methodologies. My explanation was rather simple, and read [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5781
link http://www.ericfeminella.com/blog/2013/01/29/test-first-workflow-a-short-story/
pubDate Tue, 29 Jan 2013 14:45:46 GMT
title Test First Workflow – A Short Story
7
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 Code Review
4
Stomach Contents: Structure - struct
value Design Patterns
5
Stomach Contents: Structure - struct
value HTML5
6
Stomach Contents: Structure - struct
value JavaScript
7
Stomach Contents: Structure - struct
value Object Oriented Design
8
Stomach Contents: Structure - struct
value Refactoring
9
Stomach Contents: Structure - struct
value Software Engineering
10
Stomach Contents: Structure - struct
value Test Driven Development
11
Stomach Contents: Structure - struct
value browsers
12
Stomach Contents: Structure - struct
value chrome
13
Stomach Contents: Structure - struct
value Firefox
14
Stomach Contents: Structure - struct
value html5
15
Stomach Contents: Structure - struct
value Ian Hickson
16
Stomach Contents: Structure - struct
value javascript
17
Stomach Contents: Structure - struct
value mobile web
18
Stomach Contents: Structure - struct
value Opera
19
Stomach Contents: Structure - struct
value Options Arguments
20
Stomach Contents: Structure - struct
value Parameter Objects
21
Stomach Contents: Structure - struct
value pushState
22
Stomach Contents: Structure - struct
value safari
23
Stomach Contents: Structure - struct
value webkit
comments http://www.ericfeminella.com/blog/2013/01/22/simplifying-designs-with-parameter-objects/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value Recently, while reading the HTML5 Doctor interview with Ian Hickson, when asked what some of his regrets have been over the years, the one he mentions, rather comically so as being his “favorite mistake”, also happened to be the one which stood out to me most; that is, his disappointment with pushState; specifically, the fact [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5558
link http://www.ericfeminella.com/blog/2013/01/22/simplifying-designs-with-parameter-objects/
pubDate Tue, 22 Jan 2013 22:15:51 GMT
title Simplifying Designs with Parameter Objects
8
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Agile
2
Stomach Contents: Structure - struct
value AMD
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 Object Oriented Design
7
Stomach Contents: Structure - struct
value Refactoring
8
Stomach Contents: Structure - struct
value RequireJS
comments http://www.ericfeminella.com/blog/2013/01/06/function-modules-in-requirejs/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value Having leveraged RequireJS as part of my preferred client-side web stack for some time now, I find it rather surprising how often I recall various features from the API docs which I have yet to use, and how they may apply to a specific solution I am implementing. One such feature is the ability to [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5382
link http://www.ericfeminella.com/blog/2013/01/06/function-modules-in-requirejs/
pubDate Mon, 07 Jan 2013 00:10:46 GMT
title Function Modules in RequireJS
9
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value APIs
2
Stomach Contents: Structure - struct
value Browsers
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 Mobile Web
7
Stomach Contents: Structure - struct
value Quick Tips
8
Stomach Contents: Structure - struct
value User Experience Design
9
Stomach Contents: Structure - struct
value WebKit
comments http://www.ericfeminella.com/blog/2013/01/01/invoking-native-mobile-applications-with-uri-schemes/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value In a previous article, I outlined how the native iOS Keyboard and it’s behaviors can be managed with HTML5 input types. In addition to this, iOS, Android and most A-Grade Mobile platforms implement standard URI Schemes (or parts thereof), which allow for easily launching native applications. URI Schemes When considering URI Schemes, more commonly (though [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5303
link http://www.ericfeminella.com/blog/2013/01/01/invoking-native-mobile-applications-with-uri-schemes/
pubDate Tue, 01 Jan 2013 16:30:34 GMT
title Invoking Native Mobile Applications with URI Schemes
10
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Browsers
2
Stomach Contents: Structure - struct
value HTML5
3
Stomach Contents: Structure - struct
value iPad
4
Stomach Contents: Structure - struct
value iPhone
5
Stomach Contents: Structure - struct
value Mobile Web
6
Stomach Contents: Structure - struct
value Quick Tips
7
Stomach Contents: Structure - struct
value User Experience Design
8
Stomach Contents: Structure - struct
value WebKit
comments http://www.ericfeminella.com/blog/2012/12/27/ios-html5-input-element-tips/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value Perhaps some of the most important UX considerations to make are those surrounding the simplicity with which forms can be completed. This is especially important when taking into account the constraints of Mobile devices. Input Elements and the iOS Keyboard While implementing a form for a Mobile Web Application, I found myself in need of [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5234
link http://www.ericfeminella.com/blog/2012/12/27/ios-html5-input-element-tips/
pubDate Thu, 27 Dec 2012 15:02:06 GMT
title HTML5 Input Elements on iOS
11
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value AMD
2
Stomach Contents: Structure - struct
value Design Patterns
3
Stomach Contents: Structure - struct
value JavaScript
4
Stomach Contents: Structure - struct
value Object Oriented Design
5
Stomach Contents: Structure - struct
value Refactoring
6
Stomach Contents: Structure - struct
value RequireJS
7
Stomach Contents: Structure - struct
value Software Engineering
8
Stomach Contents: Structure - struct
value Test Driven Development
comments http://www.ericfeminella.com/blog/2012/12/15/basic-dependency-injection-with-requirejs/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value Recently, I was having a conversation about the basic concepts of IoC/DI, and, specifically, how they pertain to modern (single page) JavaScript Web Applications. This discussion was quite interesting, and so I felt inclined to share some thoughts on the subject with a wider audience. Dependency Injection in JavaScript Being a dynamic language, when designing [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5067
link http://www.ericfeminella.com/blog/2012/12/15/basic-dependency-injection-with-requirejs/
pubDate Sat, 15 Dec 2012 19:00:52 GMT
title Basic Dependency Injection with RequireJS
12
Stomach Contents: Structure - struct
category
Stomach Contents: Structure - array
1
Stomach Contents: Structure - struct
value Browsers
2
Stomach Contents: Structure - struct
value Chrome
3
Stomach Contents: Structure - struct
value HTML5
4
Stomach Contents: Structure - struct
value JavaScript
5
Stomach Contents: Structure - struct
value Quick Tips
6
Stomach Contents: Structure - struct
value WebKit
comments http://www.ericfeminella.com/blog/2012/12/13/clearing-web-notifications-permissions-in-chrome/#comments
dc_creator eric
description
Stomach Contents: Structure - struct
value When implementing features which leverage HTML5 Web Notifications, specifically in Chrome, it can be rather convenient to have the ability to clear notification permissions from the host for which the feature is being implemented. As would be expected, Chrome allows for easily managing any setting; however, one needs to navigate through quite a few of [...]
guid
Stomach Contents: Structure - struct
isPermaLink NO
value http://www.ericfeminella.com/blog/?p=5022
link http://www.ericfeminella.com/blog/2012/12/13/clearing-web-notifications-permissions-in-chrome/
pubDate Thu, 13 Dec 2012 13:44:16 GMT
title Clearing Web Notifications Permissions in Chrome
language en-US
lastBuildDate Fri, 31 May 2013 14:16:58 GMT
link http://www.ericfeminella.com/blog
title Eric Feminella
version rss_2.0