Twitter share button for silverlight? - silverlight

Have someone a idea how to implement the 'share button of Twitter' with Silverlight: i'm using the framework 4 of c#.

Basically, you'll have to use the Twitter API. My idea would be to use one of the twitter libraries for .NET found here.

Related

How to integrate OpenLayers in WPF application

I've already succeed to use Open Layers library in ASP.NET application but i don't succeed to integrate it in W PF Application and i don't found examples.
Is it possible? how can i load the map and interact? Is anyone have link or examples?
Best Regards.
It is possible via the WebBrowser Class: WebBrowser Class

Integrating GeoExt 2.0 with Sencha Architect 3

Does anyone know the best way to go about integrating GeoExt 2.0 into Sencha Architect 3?
It seems like it is possible but there is not a very clear way to do it based on some of the documentation I have looked at.
A forum post here(GeoExt Inside Sencha Architect) on Sencha's forums mentions adding GeoExt as an external resource then instantianting classes inside Sencha architect from the resource. I followed the links in the post and it takes you Sencha's user guide for using resources.
Based on this information here I should be able to do the following.
Add GeoExt Map Panel as a resource
Place a panel in my view
Set the extend property on the panel I just placed to be GeoExtMapPanel.
However, I am not finding an extend property.
The other option I have looked into is possibly creating Architect Extension definitions for GeoExt components that I want to use. This option does seem more involved. There is a guide on creating a user extension here(Creating an Architect Extension).
If you want to use the extend property you'll need to create a Class not a Panel.

Silverlight 4 page authentication attribute

In Asp.net MVC you can do:
[Authorize]
public class someController{}
Is there a way you can do this in silverlight pages? I saw a guy do this with his own code here. Is there anything built in silverlight like this?
Here is an article that give a decent overview of using ASP.NET Membership from within Silverlight:
http://www.silverlightshow.net/items/Leveraging-the-ASP.NET-Membership-in-Silverlight.aspx

Facebook Connect in Silverlight

Is there a good way to get Facebook Connect onto a Silverlight page? All I really need is simple authorization/registration. I've looked into the facebook developer toolkit, but the documentation is more or less non-existent for Silverlight, and I didn't really get anywhere with it.
Is there a good tutorial or a working library for adding Facebook Connect into a Silverlight app? Or is the best way to run Silverlight in Windowwless mode with HTML overlayed on top?
Are you looking for something like that? http://apps.facebook.com/chatmotion/
Before developing this small test app i took a look at these samples: http://facebooktoolkit.codeplex.com/releases/view/39727
Make sure to download the newest source code of the Facebook Development Kit for .NET and build it yourself since the release version(January) didn't work for me correctly.
Let me know if you have any problems.
I've decided to use the WebBrowser control that was added in Silverlight 4 to accomplish this.

Best looking administration panels for web applications

Please post a couple links to screenshots or demos to best looking administration interfaces for web applications and why do you think so.
Personally, I like what 37signals produces, also extJS based panels, though they tend to be rather slow.
lipsiadmin is what you're lookin' for I guess
Lipsiadmin is a new revolutionary admin for your projects.Lipsiadmin is based on Ext Js 2.0. framework (with prototype adapter) and is ready for Rails 2.0. This admin is for newbie developper but also for experts, is not entirely written in javascript because the aim of developper wose build in a agile way web/site apps so we use extjs in a new intelligent way a mixin of 'old' html and new ajax functions, for example ext manage the layout of page, grids, tree and errors, but form are in html code.

Resources