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 ...
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"></script>
or similar.
I like to take full control o...
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 ...
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
...
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 ...
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...
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
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.
...
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...
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...
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...
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 ...
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 ...
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...
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.
...
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...
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...
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: ...
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??
...
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....