hosting

Google app engine vs mochahost or similar

Hi to everyone, I have developed a site with google app engine using python and django, now I have another similar project to develop. Well I have got some well-known problems using the datastore: query: there's no "LIKE CLAUSULE" and GQL is not Sql documentation is not so clear and easy to find backup database is not so trivial dja...

Getting error when connecting to APNS using php need help urgently

Warning: Invalid argument supplied for foreach() in /home/content/t/3/k/t3kmast3r/html/PushService.php on line 13 Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Connection refused) in /home/content/t/3/k/t3kmast3r/html/PushService.php on line 53 Failed to ...

why does my site take so long to load?

Hi Here the problem. I have my site hosted on a shared hosting for asp.net mvc. I login and say and fill in one of my forms in and want to submit it. The submit is done using jquery ajax request. Now all of a sudden it will hang and won't do something for like 20 seconds then all of a sudden it will finish my request of saving the fo...

is there a way to find out the specs of the server the website is running on?

particularly hardware? ...

Can a website subdirectory be served by a different web server?

Suppose I have a website hosted at the url: http://www.mysite.com/ Say this is hosted by hosting provider "A". Now, I want to host a subdirectory within this site at another host: http://www.mysite.com/blog/ ...say I host this with hosting provider "B". So all the pages under this site would be at a completely different data...

Hello World hosted ActiveX

I apologize in advance if this seems excessively newbie, but I've been looking and Googling for days without the answer. I want to write a Hello World ActiveX control. My requirements: Users should not have to install any runtimes (like the .NET framework) in order to run it Users should not have to muck with their security settings....

Setting write permissions on godaddy hosting.

I have godaddy asp.net hosting. Every time I upload the build, it’s a manual laborious task of setting write permissions(to folders) through the web interface. Is this something I can automate? Are there any nant /script tasks with which can do this? ...

Hosting Google Apps UI in my app

I'm investigating the possibility of re-using Google Apps/Docs in a local hybrid desktop/browser application. I've been going through the Google documentation on manipulating docs, eg. the Spreadsheet. I can't seem to find any info on actually hosting the UI. Is this possible, or does it require some form of permission from Google? Tha...

CSS/JS hosting with Tumblr

I'm setting up a custom themed Tumblr site for someone that doesn't want annual hosting fees. Are there any free places out there to host under 10mb of css/js/jpeg files? (Tried Google docs but they don't allow css/js.) If not, what are some cheaper options? Grazie. ...

cloud hosting vs. managed hosting

Hi all, It seems the hype about cloud computing cannot be avoided, but the actual transition to that new platform is subject to many discussions... From a Theoretical viewpoint, the following can be said: Cloud: architectural change (you might not install anything you want) learning curve (because of the above) ...

Django: vps or shared hosting?

I am new to web development and everything involved with it. Im finishing my website in django and i will soon have to find a hosting and deploy it. I heard there are vps or shared hosting types. So here are the questions: 1. How many visits/clicks per day make it worth choosing vps? shared? 2. How hard is it to tune and maintain a vps o...

Thousands of instances of index.php opening at the same time

Hi all, Suddenly my hosting account has been suspended due to thousands of instances of index.php opening at the same time. The site is built around the latest version of Wordpress and bbpress. here's the email from the hosting company: *Action Taken: Please be aware we have suspended this account at this time in order to mainta...

How to deal with the 200MB limit of Godaddy database?

Hello. For the 'unlimited plan', Godaddy's web hosting offers 'unlimited' databases (SQL Server & MySQL). However what beats me is the maximum size of each database, which is 200MB. I am not sure if this is a challenge to many out there but it would be for me as the time passes. So what I am looking for is a mechanism to be able to grow...

Hosting ASP.NET - knowledgeable programmer, hosting noob - Scaling and Speed Question

Apologies for this huge question.....please bear with me and try to help :) Previous employers have all had in house hosting or people other than me to deal with that side of stuff and all my personal projects (ie low traffic) have been comfortably handled by servergrid.com who allow any number of domains even in their basic package. I...

1and1 windows hosting with asp.net

Not sure if anyone has used 1and1 MS Hosting and encountered problems with their trust levels? I am simply trying to send mail using system.net.mail in asp.net (which works fine) but when its online with 1and1 I get this error: Description: The application attempted to perform an operation not allowed by the security policy. To...

Linux patterns and practices for hosting web application

I work mostly on desktop application on Windows platform. Now I am focusing on Linux platform to host web applications. While hosting the application on Linux, I don't follow any procedure. I simply CHECKOUT the files from SVN and run the application on home directory. I don't know where to store the application data (example: mysql/p...

A good magento shared host

Hello, I am looking for a good shared host which can host magento based web store. Any recommendations would be more than welcome. Thanks. ...

BlueHost vs. VNhosting for Drupal

I'm dropping Godaddy, and moving my drupal websites to a new host. The word seems to be that bluehost and VNhosting architecture is best suited for MySQL intense Drupal. I've heard a lot of people on the drupal forums say that VNhosting is faster than Bluehost, almost unanimously. After some investigating, I learned that VNhosting doesn...

Free .NET (shared) hosting

I refer to this question every once in a while http://stackoverflow.com/questions/59791/free-online-private-svn-repositories and now i want to do the same for .NET hosting. There are lots of free but limited php hosting. I dont like to use php and sometimes i may write a quick app for friend. I may want a quick host for myself or friend...

Have a webservice and website in the same web root?

Hi I have an asp.net mvc site and a asp.net web service. I am wondering if it is possible to have them in the same root(wwwroot) folder? Like could I have wwwroot -> all mvc files wwwroot -> webservice folder -> webservice files Would this work? I don't want them all mixed together and I am sure having 2 web configs in the same roo...