I need to dinamicaly generate pdf from html, but i have PDF Support disabled on my hosting, so is it possible to do without PDFlib GmbH library.
Thanks
I've got a couple of different projects that I'd like to post up as open source. I've been trying to decide which of the three big open-source project hosting sites makes the most sense, or if I should just host it myself.
Are there any inherent drawbacks or benefits to these three? Is there a "best" place to host a project? Do different sites make more sense for different kinds of projects?
Is it possible to require the user be authenticated (logged in) when downloading ZIP files from my site? Note that I don't have direct control of IIS7. (I'm on a shared hosting account.)
I can't simply alter the access for a particular directory because many directories are involved and most contain other files that can be accessed freely.
I've Googled this a bit and found similar questions. But I've been unable to find this exact question.
Hi!
I would like to create some kind of open free "group" posting of photos with geotags
First I thought about Panoramio, but seems there is no API for photos upload.
By now I can see only two ways:
Flickr - there are groups but you have to approve group membership anyway, or use tags for grouping which is bad for maintenance
Custom server solution which will cost efforts and hosting
Can you suggest other free photo services with geotags functionality, or opensource solutions?
Thank you!
I started a new project and created a local git repo with "git init" and now I have a few branches and everything works great.
However, since my webhosting company offers git hosting (details if you're curious), I'd like to push my entire repo to their servers to have a backup in the cloud in case something bad happens to my local repo.
How can I make the remote repo the "origin" since the repo was started locally?
So I am from the UK and have hosting in the US.
I contacted my host and said that my server time is set 6 hours behind GMT.
They said I need to alter this in my CMS.
How would i go about doing this?
Whenever i put now() i am getting the wrong time.
Never seen this before, could anyone offer any suggestions?
I am creating a social networking site and one of the requirements is to have the subdomain like URL for each user. For example, for the user1 his profile page will be user1.mysitename.com and for the user2 profile page will be user2.mysitename.com.
Can it be done using url aliasing? basically user1.mysitename.com should be www.mysitename.com/profile.aspx?username=user1
I will be hosting this in windows 2003 (IIS6), any help is highly appreciated.
In a production server there are index.html and index.php
By default index.html is getting loaded.
I want index.php to be the default script to load and if index.php is not present then index.html can load.
It is a shared hosting so we do not have access to the httpd.conf file
So i thought of creating .htaccess file which would do the above condition.
What is the directive to include in .htaccess file to do so?
Is there any lightweight mvc webframework which is not necessary to install to the server?
I need something simple, that i could just copy to the shared hosting. And it must handle urls other that localhost/test.py, something like this localhost/Blog/test
Dear friends,
I'm trying to set up a small full functional website for a small community on a shared hosting. Scientific computing is quite heavy. Scalability is not important. The only criterion is performance. Which framework would you suggest among the following:(or more) from your list)
1)Ruby on Rails
2) Grails
3) asp.net
4) zend
I'm really new to this area, only starting reading some books and googling different blogs...so your expertise is really appreciated!
thanks!
I am thinking of moving my static .JS files to a CDN such as Amazon S3 for performance reasons. As my PHP files and mySQL DB remain on my primary hosting domain what is the best way to manage my JS AJAX requests if they are now cross domain?
Currently they look like this within my .JS file (with relative paths):
$.ajax({
type: "POST",
url: "/myNearbyPhpFile.php",
data: {data:someData},
success: function($r){}
});
HI,
I used to have PHP websites and using url rewriting on picture to have SEO friendly urls,
On php I had links like
/image/blablablabla-1234-blablabla
rewriting to:
/image/1234.jpg
by using a url rewrite rule on apache .htaccess file.
Now I totally switched to ruby on rails and I would like to know what is the best way to do that on RoR? I am hosting websites on apache with passenger.
Thanks in advance
I'm thinking about using BlogEngine.NET to launch my blog. I'm a C# programmer and was wondering was BlogEngine.NET has in the belly.
Does it scale well? Is it caching properly? Is it memory intensive? Can you easily add/remove functionality?
I also accept any hosting recommendation :)
Hey
Is it possible with python to set the timezone just like this in php:
date_default_timezone_set("Europe/London");
$Year = date('y');
$Month = date('m');
$Day = date('d');
$Hour = date('H');
$Minute = date('i');
I can't really install any other modules etc as I'm using shared web hosting.
Any ideas?
Hi all,
I have to use the cache for the css files and js file which i used in the site.
my site running in a shared hosting server. nothing can be done with server.
so what could be the solution for use cache and compression for js and css files.
Hi Experts,
I am using asp.net 3.5.
My Hosting provider has given me a folder to upload my publish application, now when I am entering www.mysite.com, I am not getting my homepage , but when I am running the same application on my local I am getting home page.
Please let me know what I have to modify so that when usertype www.mysite.com it will open like www.mysite.com/homepage.aspx
Please help.
Thanks in advance
Hello my problem is this:
I have an account at my hosting providers server and I can't install my own copy of vim.
So the only personalization I can make is editing .vimrc in my account, but it won't suffice
What I'd Like to do is:
on startup I'd like to unload all the plugins and loaded stuff, and tell vim to use other folder as its' runtime.
Any idea how to aproach it?
I'm hosting my own svn repository on ubuntu 8.04. Is there a way for svn to send emails to team members whenever a commit has happened?
If coding is required, the only language I'm able to use on a linux server is PHP. So I could write a php script to be triggered by svn.
Can anyone tell me how to hook up my php script to an svn commit? Or is there another way to do this?
For OpenSocial, it requries that you have a separate webserver with a non-self-signed SSL Cert. Can I run one app server for multiple websites or is it always one server per website that will actually be running opensocial?
Also, can the app server be the same server that is hosting the website?
I'm running on an OS X environment and would like to create a flexible web development environment locally... including the option to run on an Nginx server for my PHP-based application.
At the end of the day (or, development cycle), I'd like to be able to hit a switch and have it all sync over to Amazon AWS hosting (EC2, S3) - instances, databases, files, configurations, and all.
Are there any simple ways to do this?
Hi,
I have recenlty stumbled into Zend Lucene port of Lucene project. I have a little bit experience with SOLR so I would like to know what is the difference between two of them especially from performance and installation side.
As much as I know SOLR requires Tomcat serverlet running in web hosting in order to work, what about Zend Lucene library?
I am also a bit confused what means "being implemented on the top of Lucene"?
Im on a not so great shared hosting plan. I cant get file privileges for mysql so i cant do SELECT INTO outfile, and i dont have command line access so I cant use mysqldump.
What can I do to get a decent table backup?
My hosting provider does not have curl extension enabled by default, however, I can load it using dl().
What would be the correct place in WordPress to load the extension so that it could use curl for wp_remote_* functions?
I'd like it to survive the possible upgrades of WordPress code.
DUPE: http://stackoverflow.com/questions/2512874/can-google-host-my-kml-file-all-my-site
i want to hosting on google,
and show it on my site ,
can we ??
thanks
HI
I develop the wcf service for hosting in IIS. test service in computer(which is service host in itself IIS) and as result this service work fine.
But When I try use that service from other Computer, service not responding and service cant be find!!!