This site is the digital home of Eric Appel, a web developer and photographer in Portland, Oregon.
Included in this site are tech related blog posts, my photography, and recent items from my digital life.
I currently work for Intel as the Lead Application Developer on Intel's Corporate Product Catalog.
My primary fluencies are in the Micrsoft stack (ASP.Net, C#, Silverlight, MS SQL Server, etc.), but I keep it fresh with platforms like jQuery/javascript and Expression Engine.
I've developed a number of sites that are live at the moment including ark.intel.com, EricAppel.net, AjaAppel.net, and SmartSetr.
Thank you to those who are willing to share their work with the community.
Site powered by DasBlog. Site also uses jQuery and Robert Penner's javascript easing equations.
Icons by FastIcon and Jvstin used in this site.
Subscribing to a feed will let you get updates to any content on this site automatically. You can subscribe to any of the feeds above using an RSS Aggregator (Feed Reader) such as Google Reader. Once subscribed, the content for that feed will be delivered to you automatically as soon as I publish it.
One of the challenging things about debugging an AJAX application is that it isn't obvious how to view the html source that is being rendered by the browser after you have made modifications to it via an AJAX callback. If you use the browser's built-in View Source command then it will show you the source that was used to render the original page, but it will not include any modifications made via javascript/AJAX calls.
To figure out how to view the generated source I turned to Google and found Rumen Stankov's post on telerik blogs.
If you are trying to view the generated source in Firefox, the simplest way is to first download and install the Web Developer extension. Then go to the View Source menu item and select "View Generated Source".
To view the generated source in IE you can type the following in the address bar
javascript:'<xmp>' + window.document.body.outerHTML+ '</xmp>'
Or you can use this bookmarklet (Drag to links bar or add to Favorites): View Generated Source
Remember Me
a@href@title, b, blockquote@cite, em, strike