hosting

Free private Bazaar online source host

Apologies if this is a duplicate question. I am looking for a free private online Bazaar source host. Does anybody know of any? I had a quick look and it seems there are lots of Git, Mercurial, and SVN options, but no Bazaar? EDIT: Just to clarify, when I say "private" I mean in the sense that you get your own private repository where ...

Where should JS library reside (host)

JS library like JQuery can be linked directly from other site (e.g. google). Usually I use <script type="text/javascript" src="/js/jQuery.min.js"></script> But I can use <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"&gt;&lt;/script&gt; or similar. I like to take full control o...

glassfish hosting

I will need to develop/deploy an EAR (webapp + ejbs, webservices) and its the time to know 'where on Internet?'. this Ear is a simple webapp jsf + ejbs 3, webservices. app: affiliations system for who: health sector users: aprox 2000 users are going to hit (get affiliated) to the app, aprox only 50 simultanely. server: sun glassfish v2 ...

Change scripts extension to .php5 for php 5 execution?

Is there any drawback to this setup? I want to be able to run PHP5 filters and functions... Will renaming a file to something.php5 allow me to do this? My hosting provider suggested this instead of upgrading to PHP5. The default is still php4 with registered_globals ON ...

Hosting Help- Custom Gems on DreamHost

I am attempting to deploy a RoR app using Passenger onto my DreamHost hosting account, but am having trouble getting it up and running. My application requires two custom gems 'amazon-ecs' and 'nokogiri.' As per the instructions on the DreamHost wiki (http://wiki.dreamhost.com/Freezing%5FGems) I froze the gems to vendors by coding them ...

WCF service running on localhost:4040

Hi I hope this is a quick question. I have a WCF service running on IIS port 4040. I have added the following headers to this service 4040 (non load balanced domain) 4040 localhost So locally I can reference this service as http://localhost%3A4040/service.svc and also by the fully qualified domain name. This is no problem for all th...

Winforms hosting excel spreadsheet

Can I host an instance of excel application within a winforms application? Meaning, I want to use the excel as my datagrid in a winforms application. thank you for your input. ...

Is there a Subversion host that lets end-users file bug reports/is friendly towards end-users?

Is there a Subversion host that: lets end-users file bug reports arranges bug reports/customer support as a message board is free? I'm using Unfuddle right now and pretty happy with it, and I'm trying out Fogbugz now, I was just curious as to what my other options are as well. ...

ASP.Net MVC requirements vs ASP.Net? (hosting question, plus LINQ-to-SQL question)

Hi everyone, I'm jumping into ASP.Net MVC and wanted to know how tough it's been for hosting providers to support it. One thing that I'd like to know is how I can port my local MVC app to a hosted provider if I'm using LINQ to SQL. I assume I have to move the dbml files over in some way? What else that's special in contrast to a regu...

What Rails deployment techniques best overcome environmental differences?

I work on Ubuntu developing a Rails app for my church. We use a hosted VPS also on Ubuntu. I use Capistrano to deploy periodic updates. Inevitably, however, an app that works on my local box, always has a handful of problems after deploying to the host, most likely because the environments differ. What are some practices/techniques t...

Where Java applets game portals?

I have started making some small Java games that run in a browser and have found a couple of game portals where I can host then (GameJolt.com, JavaGameTomb.com and Games4j.com). Most of the other portals I find either only allow Flash or offer the games for download. Apart from those above, what other portals exist that allow hosting ap...

Top 10 gotchas using shared hosting with ASP.NET

I have recently started using a shared-host for my clients so see project progress or to play with a new technology for myself. I seems like every time I deploy a new project that runs fine locally, I run into something new on the shared-host. Do you have a shared hosting deployment checklist? What are the common problems you run ...

Are there any free web hosting solutions for a commercial startup using dJango?

There was a question about hosting for django on SO, but I am looking for free one, to experiment with my first "startup" :) There is only one free on http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts , but it couldn't be profitable (http://www.ambitiouslemon.com/). My app eventually will be, I hope! :) Do you know any easy to ...

Optimal Configuration for Disgusing Identity of Scraping

I'm running a bunch of scripts that are scraping data from a website. For reasons I won't bore you with, I can't run them all off the same host--instead I need to set up six different hosts. I want to configure my hosting setup to disguise the fact that all six hosts have the same owner. I have gotten six different shared hosting acco...

Where cab I find a host with stored procedures

Hi I have created a project that uses mysql stored procedures and views. I have a lot of difficulties to find a hosting service that would support them. Do you know where I can go? thank you. ...

Setting up a fresh web developer environment OS X or Unix?

I am doing a clean install of OS X Snow Leopard and I was wondering what people think should go into the ideal web developer environment? Can I get a good rundown of things you would do when setting up a clean system? My main focus is HTML, CSS, PHP, and Actionscript work. But I would also like to dabble in other languages and framewo...

Are there any image hosting services with a public API?

I've been considering image hosting services for a project but am starting to wonder if that's just too complicated for my target audience as they'd have to upload all their images to the hosting service and then "attach" the images to the CSS file using the links the hosting service provides them. While that's a fairly simple process f...

assembly does not allow partially trusted callers

Hi, I am building a site using fluent NHibernate, which works just fine on the dev box. However, after I uploaded it to my host I get the following when trying to run it. "System.TypeInitializationException: The type initializer for 'NHibernate.ByteCode.Castle.ProxyFactory' threw an exception. ---> System.Security.SecurityException: ...

My website is a Video BroadCasting Site. Whether I MUST host on ffmpeg hosting or can i use normal hosting?

Im Implementing a Video Broadcasting site, I need to generate thumbnail for every video when the video is uploaded. For that i had to install ffmpeg and modify php.ini. My doubt is whether can i host on normal hosting or I MUST select ffmpeg hosting?? ...

Asp.net hosting equivalent of Dreamhost (pricing, features and support)

Disclaimer: I have browsed http://stackoverflow.com/questions/tagged/asp.net+hosting and didn’t find anything quite similar in value to Dreamhost. One of the biggest impediments IMHO for developing web applications on asp.net is the cost of deployment. I am not talking about building sites like Stackoverflow.com or plentyoffish.com....