jessica Davis

Interactive Design and Development

Flower

Archive for the ‘’ Category

Charlotte, NC

Well I took the plunge and am now a proud resident of Charlotte, North Carolina! I am still looking for a job, so if anybody is looking for a web developer / programmer in the charlotte area, please contact me! (jessd21 at gmail dot com)

C is for cookie, that’s good enough for me

Oh man, I have no idea why.. but when I saw this, I cracked up for a good 5 minutes about it.

The End: Sprout, developed for Microsoft Silverlight plug-in.

SPROUT OFFICIAL RELEASE

We would like to announce the official release of our web application prototype, Sprout! For the past twenty weeks we, the Xamlhouse team, have been hard at work exploring Microsoft Expression Studio software and the Microsoft Silverlight plug-in. Sprout, does not mark the end of our journey as interactive designers and developers, but rather the beginning to our careers.

Today we begin our real exploration, but we leave behind our knowledge via our blog, in hopes that it may help others who are designing for, developing for, or just enthusiastic about Silverlight.

Launch Sprout
Learn About Sprout

PHP Trivia Quiz

triviaQuiz

This is a simple trivia quiz that gets questions from XML. Each quiz has an attribute, determining whether or not the quiz you chose is active or not. If it is inactive it will just forward you towards the results page, which shows a graph of how many people vote for which option, and if you were wrong or not.

UPDATE #1:

Well, no longer is it using xml, it is now using mySQL, same functionality basically (with the trivia quiz) however now, what was added was an administrator section, where you can add, edit, delete topics, change topics, etc. I have a username and password, but I am not just going to post it here (internets are dangerous) sooo.. if you really want to see the functionality just email me: jessd21@gmail.com.

VIEW THE NEW PHP TRIVIA QUIZ

UPDATE #2:

Another update we have now is for non admin users, who can change the stylesheet of the page, and can also change which RSS feeds show up at the bottom. The rss feeds are done using a cron job and update twice daily (and only for the month of may (2008) so if you view this after may, the feeds won’t be up to date. Also added is a web service to get your local weather by an area code you enter. Along with that there is user sign-up capability.

VIEW THE NEW PHP TRIVIA QUIZ

XML Made Pretty

I never new XML could look so pretty. Just think about it, basically in every language that I have worked with, I have accessed XML. Actionscript, javascript, C#, etc. So that is why I chose to do this course, a course solely on XML itself.

Code Examples

Here are just a few code examples for you to look at:

Deep Zoom (note that it is a bit messy because it is a work in progress)

Amazon DVD Search (Ajax, Javascript, etc.)

A work in Progress - Silverlight Deep Zoom

So this is a bit of a work in progress. I am working on this new Deep Zoom thing in using the Deep Zoom Composer, made by the same people that brought you PhotoSynth. And this is pretty cool, click a thumbnail image on the right to zoom in to the corresponding image in the zoom composer. There are still a few things to get sorted out, and a few bugs here and there (thus the ‘work in progress’) but I think this a great looking tool. Try zooming in, it looks really really nice:)

View

Xamlhouse Silverlight Exploration

xamlhouse
For my final senior project, a group of 3 developers (I being one of them) and 6 designers are working on a Silverlight project. During these 20 weeks we will be exploring Silverlight (2.0 version) and using C# …Our mission statement:

Together we represent the future of interactive media. We are the next generation of new media designers, new media developers, animators, 3D modelers, conceptualists, and directors. We are nine seniors from Rochester Institute of Technology who are looking for the next best thing.

For twenty-weeks we will be researching and experimenting with the Microsoft Expression Studio and the Microsoft Silverlight plug-in. You are invited to follow us, guide us, and interact with us, as interactivity is what we have grown to love.

Our goals are:

1) To explore and showcase the power, advantages, and disadvantages of Microsoft Expression Studio and the Microsoft Silverlight plug-in. We have been bred to be Adobe enthusiasts, but we realize there is more to life than CS3.How does Silverlight interact with Adobe products? How does Expression Studio compare to Adobe products? What can Silverlight do? Where are the boundaries? What rocks? What stinks?

2) To create an interactive application that rocks so hard that Microsoft welcomes us with open arms to their online gallery at www.Silverlight.net.

3) To document every step of our exploration, challenges and failures, successes and innovations via our blog. To craft this blog in such a way that it becomes not only our story, but also a resource for developers and designers alike.

So how can you help us on our voyage? E-mail us ideas. Help us through our problems. Critique us. Make comments and suggestions. Tell us how your experience with Expression Studio and Silverlight has been or how you hope it will be. Send us a project sample and show us what you are doing. Recommend our blog to a co-worker or friend. Or just drop us an e-mail with a ‘Hello.’

Please go check it out (xamlhouse.com) we have a lot of great blog posts, source code, and even comments from microsoft themselves.

Silverlight Widgets

tweeningbuttons.JPG

imagemanipulation.JPG

silverlightAccordion.JPG

accordionvertical.JPG

accordionvertical.JPG

accordionvertical.JPG

NOTE: You will need to download Silverlight 2 Beta 1

DVD Collection Project

proj3.JPG

  • Idea:
    This was a project for my Web Client Side Programming class. It uses mootools and the Amazon Web Services API to search for DVD’s. You can choose if you want to search by title, actor, or keyword, then the DVD search results will animate in. Then drag and drop items into the right column to build your collection! (It saves your collection in a cookie)
  • How:
    Ajax, CSS, XHTML, XML, JSON, OOP Javascript, Adobe CS3 Suite, Mootools Javascript Library
  • View