Quote: Original post by JedimaceWPF is a WinForms replacement; it is not made for, nor is it good for, games. Even when using Silverlight, it's not going to replace actual graphics code. It's "easier", but it is also not a replacement for DirectX or OpenGL. Furthermore, Blend lets you work with WPF, but you still have to code everything; that's why it comes with Visual Studio.
My dad is buying me Expressions, and I'll actually have a graphics creation program other than default Flash. And it includes WPF, for creating games, which hopefully will solve my problem here with the bad site design (and I know it was bad), and my problem with creating 3D games. It looks so easy compared to OpenGL or DX10!
(Side note: using DirectX10 is a great way to limit the people who might play your game to Vista. Given the enormous installed base of XP, I think that DirectX9 will remain in use for a very long time.)
Quote: Plus the fact that it comes with a what you see4 is what you get interface, I can probably do better with the site part,WYSIWYG tools aren't very good. You're better off learning HTML and CSS directly. I use Dreamweaver mostly because its CSS IntelliSense is very good and I don't have to remember all the attributes, but relying on them to actually generate your working code...probably not a good idea.
Quote: and using Blend partially so I can still have ads and use a program to interact with my site called Expressions Blend.Silverlight has the exact same problems as Flash. It's still embedded in an HTML page, still can't scroll (while you can code--emphasis on code--scrollable portions, as an embedded chunk your browser won't let you scroll up and down while it has focus), and still has the same problems with presenting a good user interface. Silverlight also has a much, much smaller installed base than Flash. None of these attributes are a win for you. You're better off with HTML/CSS and maybe using Flash or Silverlight to accent your site, with proper fallbacks for people who don't have either installed.
It's also not Google-searchable, which won't be a problem as you don't currently have anything for people to search for, but if you do in the future it will be considerably harder for anyone to find you because your PageRank will be in the toilet. While ads are a bad idea for a "corporate" website, they also won't even get seen on an all-Flash site because nobody will visit, unless you have a ton of other people linking to you to make up for the fact that GoogleBot thinks your page is basically empty.
Quote: And I can make awesome shiny buttons. I love shiny things = )[rolleyes]