Wednesday, May 19, 2010

SilverLight 4 Virtual Office Phase 1

We have visualizing something that is a combination of how a web-based security system with multiple simultaneous cameras works.

We have developed Silverlight client - Phase 1 where in addition to name, a thumbnail sized live video image is presented, whether or not one is having an audio based conversation with that client or not. The video transmits continuously when a person is sitting in front of their computer.

More to come in PHASE 2

Tuesday, May 11, 2010

ASP.NET WEB FORUM with Web Servceis

  1. Home Page

This is the main page of DVD forum


  1. Support Forum Main Page

This is the support forum page; here user can start new thread or new poll



  1. Register Page





  1. Login Page

This is the Login page of DVD Forum.



  1. Profile Page

After successful authentication, user can edit his/her profile information through this page.

  1. All Threads Page

After login user can see the all threads of the current DVD forum as shown below.


  1. Add New Thread Page

By clicking the New Thread system will redirects to create new thread page. At this page user needs to enter the subject, message of the thread. User also can add the available smiley in their subject and message.

  1. View Thread Page

After adding new thread user can see it’s like below. Reply and Edit links are also available to update his/her opened threads.




  1. New Poll Page

Another great thing in DVD forum is to create a poll for any question. Users just need to enter the Poll question in Poll textbox and mention the poll options in the options textbox. Make sure that each option should start from the new line.


  1. Register VOTE for the Poll

This is the page through which user can register his/her VOTE for any Poll. Select any of the provided options and click “Vote To See Results” button.


  1. View Poll Page

After registering VOTE the poll results shows as follows.



Tuesday, May 4, 2010

Vb.net snmp printer toner status

A command line tool that does

Receive an ip address as parameter and a community string (public).
Return a collection of toner information (if the device is a printer)
Also returns the printer status (paper jam, out of paper, ...)

Library in use : http://www.snmpsharpnet.com/

Class toner information contains: 

Toner name, 
Color,
Total toner capacity,
Toner status,
Toner used.
 

For the colors we have used a new set of constants to uniquely define the colors.
 

Example:
Black = 1
Green = 2
...

Works on the major printer brands (with the possibility to extend the function later for other vendors).


Graphics & Designing