hosted

How do you instantiate .NET hosted controls dynamically loaded via JavaScript?

I am trying to load a bunch of .NET hosted controls into a page dynamically using JavaScript to inject OBJECT tags into the HTML. My problem is that the objects do not instantiate, only the static object that is visible on page load will appear. Is there any way to get these objects to load? <h1> Visible static</h1> <div id="st...

hosted proxy to monitor web access

Hello, I am looking for a hosted proxy to monitor web access of some of my employees workstations. Could anyone indicate me where can I find such a service? Cheers Patrice ...

Architecture advice for hosted software?

Hello, I was wondering what advice, or what best-practices are currently being employed specifically for hosted software? EDIT: It appears I'm being extremely vague :P The type of structure i'm inquiring about is most demonstrated by 37signals. Thanks a mil! ...

Hosted bug tracking system with mercurial repositories (Summary of options & request for opinions)

The Question What hosted mercurial repository/bug tracking system or systems have you used? Would you recommend it to others? Are there serious flaws, either in the repository hosting or the bug tracking features that would make it difficult to recommend it? Do you have any other experiences with it or opinions of it that you would lik...

Is is possible to host Silverlight widgets from a WPF app?

If I wanted to create some Silverlight widgets and host them within WPF is this possible? I've searched for examples & found a few concepts online but no approaches that actually panned out / work / and a bunch of dead links. Has anyone successfully done this or any ideas for how to do this? Any help is appreciated. ...

Hosted Continuous Integration

I'm currently looking for a (cheapish!) hosted continuous integration service for my private projects and they seem a bit thin on the ground. Does anyone have any experience of using one? ...

WPF HwndHost keyboard focus

The chart area in the screenshot is a HwndHost control which hosts a native Win32 window (with it's own registered WNDCLASS) implemented in C++/CLI and drawn with Direct2D. The HwndHost is hosted in a WPF Border control. The problem I have is that I can't set the keyboard focus to the hosted Win32 window. I want the focus to move to the...

How to grant unmanaged code acess to a windows forms hosted in a html?

I am trying to host a windows forms control in C# inside an html page and then host that web page in IIS in order to be accessible by other client machines. The problem is: the usercontrol uses some unmanaged code, which triggers a securitypermission exception when accessing using another machine. I've managed to dumb down my code to a...

Lazy Git repository updater

I'm using Git as the repository for my hosted-server web application. I know the way you're supposed to use a local repository with a remote project is to copy each file you edit to your local machine and add it to the repository to keep changes up to date. My question is: If I usually edit or create lots of new files every day, is th...

Sonatype nexus snapshot deploy into hosted repository - snapshot request doesn't translate into timestamp

Hey, I created hosted snapshot repo, deployed snapshot artifact, added to the public repo...and now maven http request cant get the artifact-1.5.-SNAPSHOT.jar. It's there, but the request is not translated into the timestamp instead of SNAPSHOT. Metadata contains correct values. public/org/exist/exist-core/1.5-SNAPSHOT/exist-core-1.5-20...

hosted service to post software releases for users with signup form?

I'm a sole developer looking for an online service where I can host files of my software releases for users. I want them to register first before downloading so I can get a sense of who downloaded the software. Does a service like this exist and what would be recommended? I also have manuals that I keep online for the software. ...

fullcalendar not working on hosting server

I'm developing a website with FullCalendar and jQuery. My application works fine and renders events properly on all dayAgenda/weekAgend/month views. But when I run it from the server, it doesn't render events! Also in the current month, it doesn't show anything in month view. For example, If I have an event on 3rd Oct, it shows it only ...