hosting

merge 2 Open source script?

I need some help on using two open sources scripts for a small project. The first one is an a URL shortener with image hosting function: http://bit.ly/18ZDo6 and the second is a pure image hosting script : chevereto (dot) com. The first script is object orientated code, and I'll like to know if it's a good approach or should I hire someb...

Need a web host that allows MySQL triggers on shared accounts

Does anyone have experience with or know of a web host that allows the use of MySQL triggers on shared (read "cheap") accounts? I currently use Surpass Hosting and they told me this was a feature they won't support for security reasons. Update I've checked with bluehost, Host Monster, and DreamHost and none of them support triggers. ...

Help diagnosing a subversion error

My site was down today for about an hour while my host was doing some updates to the box I am on. the updates were a PostgreSQL update, Apache Recompilation, and Cpanel update. After the updates were finished up I am getting this error from any SVN commands. svn: error while loading shared libraries: libpq.so.3: cannot open shared obje...

Is on-demand elasticity the only major feature of cloud computing that cannot be easily found with traditional hosting?

I am trying to compare cloud computing (on EC2) against traditional hosting on the following grounds to determine whether any of these features present unique benefits in the world of cloud computing versus more traditional hosting strategies: Real-time monitoring Server virtualization Deployment automation High performance computin...

Problem With Pear DB In Many Hostings !

Hi , I Connent and Query My Db Using PEAR DB Like This : if(stristr($_SERVER['HTTP_HOST'] , 'localhost')){ $dsn = 'mysql://root:@localhost/xxx' ; }else{ $dsn = 'mysql://xxx:xxx@localhost/xxx' ; } $dbc =& DB::connect($dsn); $dbc->query("set names utf8" ); if (PEAR::isError($dbc , array('debug'=>3))) { die($dbc->getMessage()); } i...

Do you host development with a hoster or in your home office

When you are developing at home and need to cooperate with others, do you open up your homenetwork, or do you rent a virtual server somewhere? Where are good places to look? Can you get around Microsoft license costs with trial versions and SQL Express editions the way you can at home? I think requirements are a bit different than a l...

Fully securing a directory

What are the different approaches to securing a directory? including an index page so contents can't be viewed the problem with this is that people can still access the files if they know the filename they're after including an htaccess file to deny all this seems to be the best approach, but is there any case that an htacces...

Free web hosts that support something other than PHP?

What's the best free web-hosting service that can run server-side code that's something other than PHP? I'm wanting to host Java server engines, or JSP's and servlets, as well as maybe Python, ASP, Perl, or Ruby based serverside scripts. All the free hosting services I find seem only to support PHP. Is there anything where I can run per...

Does anyone know why an Apple Push Notification development certificate would work locally, but not on my hosting server?

My client certificate seems to work locally, but not on my hosting server. So I have a "p12" that I exported my certificate to (for push notification development). I can perform a push from both my OSX and Windows boxes (on local network). The moment I move the push and certificate out to my hosting server, I get a timeout. The Apple Pu...

Mimic 'slowness' of web server on local computer

Hi, Is it possible to somehow mimic the slower download speeds of my website, as if it is hosted on a web server, but from my localhost? It's hard to test things like Ajax loading icons when the content loads so quick from your local machine so I think this could help me out a lot? I was wondering if there was a tool that you could us...

About asp.net hosting

How do I setup and configure my asp.net site and SQL Server database when I upload it to hosting server? Thank you best regards. ...

Free asp.net hosting

I need any free asp.net hosting (support access database or not) to test my website... and thank you very much... ...

Google App Engine -- How fast is it

Hello, I have been visiting some sites hosted on GAE and I found them to be very slow. Pretty much all of them take longer than usual to load. Time: (in seconds) [ YSlow ] 9.9 giftag.com 3.1 hotskills.net 1.9 jeeyo.net 1.5 appspot.com Is it that App Engine Cloud is too slow, Bigtable is too slow ... or what? ...

PHP file storing on webhosting service?

Hi, I was wondering - is it possible to change files that are stored on some sort of webhosting service via PHP? I mean I have a URL say: "plist.atwebpages.com/action.php" will it possible for this method to write a file onto the ftp server on the web hosting service? e.g. http://www.batcave.net ...

Good Ruby on Rails Free Hosting

Hello, What is the best place to go for free Ruby on Rails web hosting? I'm starting my project and I don't need a really good package for hosting, but if my project begins to grow then I'll pay for the best! Thanks. ...

Video hosting/upload API service for small business (other than YouTube)

I'm looking for a company that provides video hosting with an upload API, for a small businesses. Now, I know YouTube has an API for harnessing their technology, but the client doesn't like the idea of YouTube hosting their content. Other than trying to justify YouTube's API, has anyone had a good experience with another provider, or kn...

mosso alternative

Was using Mosso and loving it until they just changed there permissions, now reflection is not allowed - WTF - sweet, just as I migrated a bunch of stuff they change their setup. anyone have good experience with a similar company using .Net? ...

Git hosting with personal namespaces

I like the way that in launchpad if I want to host an app of little use to the public (like, say, a program which prints dots to the console, the count of them depending on which hour it is) I don't have to litter the global hosting site's namespace and fill it up with names such as HourDot but I can put it in my own personal namespace ~...

MySql or SQL Server?

Currently I have an Asp.net website. Basically it was a prototype that showed to my school who are interested in my product. I decided to use this as my industry project that I must complete to graduate. That way if my school decides not to go with it I still can host it myself and target individuals and I complete my requirement for m...

How to check if PDO support is enabled in my Apache Installation?

I am using a shared hosting through CIPL.in. They use cpanel. I am trying to deploy a ZEND app on my website. However it keeps giving the error. An error occurred Application error Exception information: Message: The PDO extension is required for this adapter but the extension is not loaded Stack trace: #0 /home/cubeeeco/worminc/libr...