Posts

Showing posts from July, 2014

Animation (Flying kite) in blend

Image
Today i will write some words about the animation making in blend.  Let me first tell you the structure what actually it is.In an application if you want to make some animation. It can be possible through blend. Like if you want to bounce a ball, fly a mosquito and many other things like that. I 'm going to make a kite using an eclipse and two rectangles. By joining them together into a grid. Adding behaviors and events. After working on animation my application looked something like this. Where the kite moves. I hope you will find it great. First create a xaml application in blend. Now take a rectangle from the left side bar. and add it. Then rotate it to give an illusion of thread. Copy an another triangle and paste it above that triangle.  Now take an eclipse from the right bar and add it here. you can change the color from the side bar properties too so that i will look good. rotate the square and give it the illusion of a kite. Now press shift

Convert HTML website into ASP.NET

Image
Today, i 'm going to discuss about the conversion of html website to asp.net ! First, lets just discuss the little about the asp.net. It's a developing framework for web based languages. Like HTML,Css, JavaScript and server scripting languages. It was introduced by Microsoft in 1998. Now after open the visual studio first create a new project. Now click web-> visual studio 2012 and create asp.net empty application. After that in properties section click the name of the page and after right clicking it add new item then add web form master page as shown in the picture. click add. A page will open as shown below. Now the task is that we have to make master page where we have to place the header and footer of the page. Now we have to add the html template or theme of website that is made in asp.net. and have to include them in the project. As the header and footer will appear in all pages so a page has been made where the code is static and will appear i

Launchers, Choosers and Navigation

Image
Launchers, Choosers and navigation in Windows phone Today i , 'm coming with a new application that will be new to you. An application that can send email, SMS and can make call to the desired number. Some other things will also be added in the application lets see further. Launchers: Launchers allows your code to activate a native built in application.Data can be passed to the native application when the native application is launched. Your application is deactivated. Launchers are there to active dialers, media, browser,  and other native applications. Choosers: Choosers are used to send the data back to the application. Choosers are used to retrieve photographs, phone number, physical address, phone number etc. Choosers are used to deactivate an application. Lets start the application,as you can see i have added 6 buttons, their core detail will be discussed below. As you can see these buttons have some properties. You can make buttons as shown below. These are just sim

Parsing Xml or RSS with Expression blend and scope of Sample Data

Image
Parsing Xml or RSS with Expression Blend  As you have seen in the precious articles where Xml and RSS is parsed without using Blend. Here is another technique used that is with the help of blend that makes the work more easy for us. Here are the first few steps you should keep in mind.  First create a blank silver light application.After that in the solution explorer right click it and open the application in expression blend. There you will have to click on the "Create Sample Data". In that button you have to click import sample data from xml. lets see the example below. Now here you will find two text boxes in the windows first one is for the name you will give for it .Other is for the URL path that will will be provided to get the xml code from the website.As here is the URL of bbc is provided. So it will bring the data from tha URL.  Clicking on the porject means that the values or pages are accessed from everywhere. Just like the global variables. clickin

Parsing Xml or Rss Feeds through Data Binding

Image
Parsing Xml or Rss Without Blend Have you ever thought of an application that will get required information from a particular website and display it on the phone. Now after this tutorial it will not be difficult to do so. Lets just first see what's RSS. It stands for "Really Simple Syndication". A way to keep update some application or content with latest information. When we subscribe with RSS feeds latest information is downloaded automatically. There is another code XML that is used in this process. Xml data is used to arrange some of the information and put the data in it. That will be discussed below. First of all the main grid contains the stack panel that is displaying the news feed and BBC news icon. After that a grid is made as you can see in the picture below. That contain a stack panel in that stack panel there are three text boxes according to which data is binded. Title pubData and description are three tags that are or Xml. If we see the code of the

Sample Data Binding in Expression Blend

Image
Sample data binding: Today, we are going to see the magic of expression blend. That how simply an application can be created in blend studio. Let me tell you the basic about the application. The application is about the creating a list of products or list of any thing. Now it depends upon us that how wisely we make use of tool and logic to output a fascinating application. This application will give the facts about some things. where picture and some other information will be placed Designer:  The designer makes the application according to his or her own perspective. The sample data is useful creating a beautiful appearance of controls that will display  data that you might not access at design time. you can create sample data in the form of class to, that will be in the XAML file. 1- First of all open an application in c# giving it any name. I 'm making 8facts application. That will give some information about little things. Numbers and their description.  Now open the a