Tuesday, July 21, 2009

Taregna Solar Eclipse village of india






Taregna, has suddenly hit national and international headlines. Which is located nearly 35 km from Patna and names have astronomical associations, Taregna coming from tare (stars). Now targna people’s having temporary toilets, new roadways and electricity facility.

The people thanks to Eclipse for having this kind of facility. The NASA sayas that the sky over the region is likely to be less cloudy than at other places in the 250-km. he total duration of the eclipse will be six minutes thirty-nine seconds, visible over the Pacific Ocean.


It’s a one of the place where the prominent scientist of India—Aryabhatta done his research. He was done at Sixth-century astronomer-mathematician Aryabhatta is said to have camped at Taregna.


Tuesday, July 7, 2009

Mouse events in silverlight with animation



In this blog I have created sample application for mouse events in Silverlight and C# as business logic.

This application shows that, there are 3 grid in single page. Grid 1 is used as background(light blue) like title of the page(till now), I used grid 2 as a side bar of the page with brown color & it have 2 button, then grid 3(green) used as a content space of this page. like below




When compile the application the above shot to begin.. then click the home button mono4mano textblock to be appeared.



when mouse over the login button the following fields are display with animation like login button to be expanded..

Thursday, June 25, 2009

Silverlight Plugin


A Software or Hardware module that adds a specific feature or service to a larger system. The idea is that the new component simply plugs in to the existing system. For example, there are number of plug-ins for the Netrscape Navigator Browser that enable it to display different types of audio or video messages. Navigator plug-ins are based on MIME file types.

Plug-in applications are programs that can easily be installed and used as part of your Web Browser Initially, the Netscape browser allowed you to download, install, and define supplementary programs that played sound or motion video or performed other functions. These were called helper applications. However, these applications run as a separate application and require that a second window be opened. A plug-in application is recognized automatically by the browser and its function is integrated into the main HTML file that is being presented.

Monday, June 15, 2009

Difference between HTML and XML


1.HTML is presentaton language where as XML is not either a programing language or a presentation language. It is used to transfer data between applications and databases.

2.HTML is not case-sensitive where as XML is case-sensitive.

3.In XML we can define our own tags as it is not possible in HTML.

4.In XML it is mandatory to close each and every tag where as in HTML it is not required.

5.XML describes the data where as HTML only defines the data.

How to create Deepzoom composer

Step by step Procedure:

Open the Deep Zoom Composer.

Create a new Deep Zoom Project

Select the Add Image button to add multiple images to the project .

Select Compose and then to arrange the images whatever you wish.

Select Export. Assign the project a name, select the checkbox to create a collection after that click the Export button.

After completing export process, close the Deep Zoom Composer and save the project.

Start or open Visual Studio 2008.

Open the Silverlight project that was created by the Deep Zoom Composer.

Compile the project.

Tuesday, April 28, 2009

Expand controls when Mouse over the Grid

Here i just posts for simple example for mouse events in silverligth... It's just look like some animation's.. whenever u hold mouse over the button it's automatically shows respected pages.... u can modify and add some more items as easily....

Copy the following code in Page.xaml file



xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="400" Height="300" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d">


Tuesday, April 21, 2009

Difference between silverlight1.0 and 2.0

Silverligth 1.0

It’s a subset of 2.0, which offers greater potablity through the virtual machine and should replace the first version. It’s cross-platforms and cross-browsers plug-in to display web pages holding XAML code.

Silverlight 1.0, which was developed under the codename Windows Presentation Foundation/Everywhere (WPF/E), consists of the core presentation framework, which is responsible for UI, interactivity and user input, basic UI controls, graphics and animation, media playback, Digital rights management, and DOM integration. It is made up of the following components:

Input – handling input from devices like keyboard, mouse, stylus etc.

UI core – managing rendering of bitmap images (including compressed raster images like JPEG), vector graphics, text and animations.

Media – playback of MP3, WMA Standard, WMV7, WMV8 and WMV9/VC-1 streams.

XAML – to allow the UI layout to be created using XAML markup language.

To facilitate this, Silverlight exposes a DOM API, accessible from any scripting language supported by Silverlight, which in version 1.0 release is limited to JavaScript running in the browser. Support for data formats is limited to XML and JSON only.