• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nicky123

#1
General Programming / Help - marquee tag in html
April 09, 2009, 12:11 AM
I want use marquee tag with color changing display in my page in text of "Click here.." i have no idea about this coding
so, any one guide me how can it be possible ?
#2
General Discussion / Re: Help?
April 09, 2009, 12:08 AM
why you do this your self, for that contact such kind of hard drive company, so hard drive company will give you proper solution, if you will you your self it will change to damage if you are not take care of this.
#3
Web Development / Re: Silverlight or ASPX ?
April 09, 2009, 12:04 AM
Quote from: MyndFyre[vL] on April 08, 2009, 11:37 PM
They have very different purposes.

Silverlight is exceptional at runtime-rendering of vector-based graphics.  It's very much like Flash, and creates rich internet applications (RIAs).  It has no support outside of web clients that have the Silverlight plugin installed.

ASP.NET is a tool for generating dynamic content based on HTML and other cross-platform, cross-browser normal web-based standards.  It can work on anything that can read HTML.  Its native language is HTTP, although lately there have increasing support for WS-* standards.

If you want to do flashy stuff, Silverlight will do better for you.  It's compiled, it will run much better than script will.  But there are a lot of web apps that wouldn't benefit from moving out of HTML - this forum, for example, is one - but that could be debated.

Thanks for sharing you knowledge and also for help me
#4
Web Development / Re: Silverlight or ASPX ?
April 08, 2009, 11:13 PM
But, I am confused with is best among of Silverlight or ASPX.
#5
Web Development / Silverlight or ASPX ?
April 08, 2009, 05:29 AM
I am using Silverlight since last 25 days and it changed the way of coding. I am embedding everything in xap which makes me little confuse.

My Question:

1.       To what extend we need to write the code in aspx

2.       If I am developing and ASP.NET application with Silverlight what proportion of code normally I need to put in XAML considering all pages are fully powered by Silverlight pages.