Image Carousel
Posted on October 23, 2007
Filed Under 1.0 Javascript | 2 Comments

Inspired by Nikhil Kothari and Lee Brimelow, I decided to make my own image carousel. Clicking/dragging left or right controls the rotation speed…
Combo Box Component
Posted on October 19, 2007
Filed Under 1.0 Javascript, Components | 2 Comments

Here is a basic Combo Box component that is easy to implement and customize. It supports automatic scrolling when the number of items exceed the specified height and is fed by an array.
Silverlight portal and demos page
Posted on October 12, 2007
Filed Under News | Leave a Comment

We have set up a Silverlight portal showcasing some examples we’ve been working on as well as a demo page listing all the stuff we’ve thrown together. The source code is included so dive in and have look…
http://www.vectorform.com/silverlight/
http://www.vectorform.com/silverlight/demos.html
Posted on October 11, 2007
Filed Under 1.0 Javascript, Web Service | Leave a Comment

This user interface example access the twitter.com API, parses the loaded XML and displays the latest Tweets. It also incoporates a custom skinned scrollbar.
Browser Scaling Video Player
Posted on October 9, 2007
Filed Under 1.0 Javascript | Leave a Comment

This video player scales with the browser to be any size the user wishes. Also features auto hiding controls.
Scaling Version: Example, Source
Fixed Size Version: Example, Source
Silverlight scrollbar component: Updated for easy implementation
Posted on October 2, 2007
Filed Under 1.0 Javascript, Components | Leave a Comment

Another update to the scrollbar component. Just made some tweaks to make it easier to implement/instantiate. It’s getting closer to more of an OOP style but it’s not all the way there yet. Now all you have to do is call/instantiate the scroller like this:
myScrollPanel=new createScrollablePanel(”sp1″, 10, 10, 100, 160, “V”, the_text, “#FFF”, 9, null, “#0000FF”)
with the following parameters…
unique name, xpos, ypos, width, height, direction, text, [text_color, text_size, text_font, bg_color]
bracketed items are optional, I haven’t converted the horizontal portion yet so only “V” (vertical) is available
This makes it way easier when you have multiple scrollers on the page. The mouse wheel support also got carried over and works when the mouse is over the particular textfield you want to wheel thru. There are now properties in the constructor to control other options like color, spacing, etc.
Recently
- Image Carousel Silverlight 2.0
- New Vectorform Blog - Microsoft Surface
- Now Hiring Silverlight Developer
- Silverlight Streaming for video assets only
- Silverlight Streaming Service
- Compressing XAML to save on file size
- Controlling Silverlight outside of the plugin - the .Content property
- Accessing the canvas in a Silverlight 1.1 User Control
- Happy Silverlight Holidays from Vectorform
- Silverlight Shooter nears completion
Categories
- 1.0 Javascript
- 1.1 Alpha
- 2.0 C#
- Animation
- Application
- Career Opportunities
- Components
- Design
- Games
- News
- streaming
- Team Members
- Uncategorized
- User Interface
- video
- Web Service
- XAML