-
Recent Posts
Recent Comments
Twitter Updates
- If you like tinkering with the Arduino, Netduino then you got to check out the Electric Imp! http://t.co/lxiQJk2p 1 day ago
- I'm attending That Conference 2012 -- http://t.co/KPdNFA2k 2 days ago
- I'll be learning to code this weekend for free thanks to @codeschool and @cloudspokes. http://t.co/4yigfZxc 3 days ago
Archives
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
Categories
- .net
- .netmf
- agile
- ajax
- arduino
- asp.net
- best practice
- build
- business logic
- c#
- ci
- css
- dasBlog
- data access
- design
- di
- engineering
- geolocation
- GoDaddy
- hardware
- heartland
- html
- javascript
- jQuery
- linq
- linux
- mac
- mapping
- mono
- mr marky
- mvc
- mysql
- netduino
- nhibernate
- ninject
- paint.net
- photogallery
- php
- preso
- product review
- python
- release
- Remote Desktop
- repository
- security
- silverlight
- subversion
- technology
- testing
- tools
- Uncategorized
- VISTA
- visual studio
- WCF
- web
- web service
- WIN32
- WIN7
- winform
- wordpress
- wp7
Meta
Category Archives: photogallery
Image Compression in C# for ASP.NET MVC
The last couple of posts I have been developing a web based application (ASP.NET MVC) that can be used to monitor remote computers. Transporting image data can generate a lot of network traffic and effect the performance of this type … Continue reading
Posted in Remote Desktop, asp.net, c#, mvc, photogallery
2 Comments
Image Handler in ASP.NET WebForms and MVC
Image handlers allow your application to enforce policy or apply business logic before serving up the image. For example you may want to do one of the following: Enforce authorization based upon user credentials / roles to limit access to … Continue reading
Posted in asp.net, c#, mvc, photogallery
Leave a comment
MobileMe Scrolling Image Viewer
My friend showed me photos that he has posted on-line in his MobileMe Gallery. Apple did a great job designing this web site. There is a lot to learn from this user experience. One element that I particularly like was … Continue reading
Silverlight Photo Gallery
I have been working on converting the photo gallery ASP.NET application to Silverlight. Previously the application relied on jQuery and a host of web services to deliver a rich user experience. The conversion to Silverlight has been very easy because … Continue reading
Posted in photogallery, silverlight
3 Comments
Photo Gallery – A modal Silverlight login user control.
A common task in any application is to present the user with a modal dialog to gather additional information. The photo gallery uses a dialog of this type to allow the collection of login information. The following wireframe is the … Continue reading
Posted in photogallery, silverlight, web service
Leave a comment
Photo Gallery – Silverlight Film Strip
I have done 10 posts in the past building up a photo gallery. The following summarizes some of those past blogs: Roadmap & Requirements – A description of the requirements for the project. Most important was that I want this … Continue reading
Posted in photogallery, silverlight, web service
Leave a comment
Photo Gallery – jQuery Release
My initial goal of using jQuery was to leverage the library to enhance the photo gallery user experience. Along the way, I decided to use AJAX to remove all page post backs (except the first one of course). So now … Continue reading
Posted in ajax, asp.net, jQuery, photogallery, release, web service
Leave a comment
Photo Gallery – jQuery Slide Show Player
Most photo galleries have some option to allow the user to see an automated slide show. It is a nice feature and I wanted to use jQuery to implement it in the photo gallery that I have been working on. … Continue reading
Posted in html, jQuery, javascript, photogallery
1 Comment
ASP.NET UserControl in an ASMX Service
In my Photo Gallery project I have been looking for a way to remove all post backs and utilize AJAX calling web services to update content. I was having a difficult time moving a static page method from the page … Continue reading
Posted in ajax, asp.net, c#, photogallery, web service
Leave a comment
Photo Gallery – jQuery Film Strip
As previously detailed the Photo Gallery utilizes a film strip on the left and a high resolution view in the center. The previous implementation showed all the thumbnails in a vertical film strip that could be scrolled. The high resolution … Continue reading
Posted in css, html, jQuery, javascript, photogallery
Leave a comment