The sites tag has no wiki summary.
0
votes
0answers
6 views
How do I show google spreadsheet data as text?
I'm using Google Sites to build a website that will show information from a spreadsheet. I don't want to embed the spreadsheet, or even a section of cells. I want the page to extract the data from a ...
0
votes
0answers
4 views
Is there a limit on the number of sites that you can run off one instance of the Composite CMS?
Is there a limit on the number of sites that you can run off one instance of the Composite CMS? I am interested in running a large number of microsites with 10 or fewer pages. Initially we would start ...
0
votes
0answers
37 views
Django sites framework
I want use django sites framework to have multiple sites I can test using development environment as explain here: "sites framework" on a single django instance.
I want to create sub ...
0
votes
0answers
15 views
Wamp error when i try To Assign a Virtual Local Domain Name To my Localhost
I tried To Assign a Virtual Local Domain Name To my Localhost on wamp and i chenged the httpd file from Apace adding this:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
ServerName ...
-1
votes
1answer
29 views
Different themes for different domains with single instance Django [closed]
Hi. I have a site in django and I want to user this site functions for the other domain also. Actually I want to show different theme for different domains with single instance.
Like
for www.ex.com ...
0
votes
0answers
32 views
How can i copy a site on google Sites API using PHP?
I am trying to use a PHP CURL Request to copy a site, i got a token using authsub, and the token seems to work, but the google sites API gives me back:
Content-Type application/x-www-form-urlencoded ...
0
votes
1answer
28 views
How do I support different languages on Google Sites?
Is it possible to support different locales, not making use of Google Web Translation Tool?
Web translation does not seems to be working with Google Sites, once generated code (javascript) is ...
0
votes
0answers
29 views
File Cabinet (Sites) is not accepting the file uploading
I'm having an issue when I trying to upload a file (MHT extension) to a file cabinet in Google Sites using Apps Script. It gives this error message: "We are sorry, there's been an error. Wait a bit ...
0
votes
2answers
57 views
Display all bindings of site from IIS
Is there any powershell script or any vbscript which can display all bindings of sites from IIS?
0
votes
3answers
61 views
Check AD Site Existence
I would like to import sites in my Active Directory environment with a CSV containing sitenames:
Example of my CSV-input:
New York
Dallas
New Jersey
I want to make a script that checks the ...
0
votes
1answer
79 views
Access an iFrame with JavaScript in Google Sites
I'm currently working on a Gadget which displays comments, via google docs spreadsheet, on my Google Site. I want the Gagdet to automaticly fetch the Username of the currently logged in User and parse ...
1
vote
1answer
148 views
Google Sites - HTML Box - Problems [closed]
I've started using Google Sites to develop a simple facebook application but I wanted to use css, html and javascript. The HTML Box helps with that but, am I the only one to see the HTML Box taking ...
2
votes
2answers
537 views
Multi-site framework in Laravel
I've just started working on a Content Management Framework using Laravel 3. It is not designed to be a database-driven app (that may come later). It is designed for web-designers wanting an easy and ...
0
votes
0answers
60 views
Preserve conditional formatting in an embedded Google spreadsheet
Is there any way to preserve conditional formatting in an embedded Google spreadsheet when printing the Google Sites page in which it's embedded? I searched for "google spreadsheet embedded print" ...
0
votes
1answer
28 views
Contact without account does not show for lookup value in force.com sites
I have created a lookup field on my custom object to contact and it is used on visual force page.
Also i have used custom lookup page.
In salesforce org it works fine and display lookup value.
But ...
0
votes
0answers
91 views
django sites framework and aliases
I developed a blog engine with Django, and added the multi site support.
The problem is that I have two domain names :
example1.com
example2.com
The multi site is configured for :
example1.com
...
0
votes
1answer
52 views
OSX - pathname for file outside Sites folder
I've set up a local Git repository outside my Sites folder. In hindsight, this was possibly a mistake.
I want to test one of the Git files, but my test html page needs to be inside the Sites folder ...
0
votes
2answers
246 views
Replacing Rackspace Cloud SITES with Amazon EC2 Instances
So at work we run a bunch of sites on rackspaces cloud sites platform. This works alright, except I have no way of tweaking anything server side and I find that they sometimes aren't as responsive as ...
8
votes
1answer
342 views
Google Sites API via CURL in PHP - Getting “Content is not allowed in prolog.”
$curl = new Curl();
$data = 'Email='.urlencode('MYEMAIL@EMAIL.COM').'&Passwd='.urlencode('MYPASSWORD').'&accountType=GOOGLE&source=Google-cURL-Example&service=jotspot';
...
1
vote
1answer
56 views
jQuery works in FireFox, but not in Chrome with Google Sites Gadget
Please excuse my ignorance, but I am totally new to jQuery, HTML, Javascript, and so on. Network backround.
I am inserting a html file into a Google Gadget for a Google site. What it is supposed to ...
0
votes
0answers
43 views
Play music button won't work on google sites
This works fine on my google blog, but won't work on google sites. Any ideas why?
<audio controls="controls" height="100" width="100">
<source src="horse.mp3" type="audio/mp3">
<source ...
0
votes
0answers
41 views
Google Sites - scripts for template adjustment
I've been looking for a specific function in Google Sites. I made a portfolio on Google Sites, and this should become a template. This template includes my details (for example 'Portfolio of Bram') ...
0
votes
2answers
91 views
Adding my button to google sites
I click edit page on my google site and then add html box where i add this code
<button type="button" onclick="window.open('http://www.google.com','_blank','resizable=yes')" >Click to open ...
1
vote
1answer
59 views
Delay in Salesforce sites changes
I'm playing with Salesforce's "Sites" functionality today for the first time, whereby I can expose Salesforce functionality to anonymous users via VisualForce. It's cool, but I'm seeing some weird ...
1
vote
0answers
30 views
Google Sites - Portfolio
I'm currently creating a portfolio template for students. The portfolio template is supposed to be linked with a program like Dropbox/Skydrive/... (for syncing to desktop) But it also needs to have ...
0
votes
1answer
111 views
Creating a Multi-Site database architecture in PHP [closed]
By a multi-site system I am referring to a system that has multiple panes of the same version. An example of this is Gamespot, where it shows different release dates and even different games ...
1
vote
2answers
681 views
Alfresco Share site's dashlet for document library
I was wondering whether exists any dashlet which allows you to explore a site's document library. As far as I know doesn't exist such dashlet out of the box, there only exists the "Site Content" ...
1
vote
1answer
1k views
DOS command to list all virtual directories in IIS 6
I'm looking for a DOS command to list all sites and virtual directories in IIS 6 under Windows 2003. I know there are ways to do this using Powershell / WMI, VBS, C#, etc. But all I want is a quick ...
0
votes
1answer
197 views
Making Amazon EC2 windows instance as proxy server to access restricted sites [closed]
I've a windows ec2 instance and I install analog proxy there on ports 5866. I also opened this port in security group and firewall.
I put its ip address and port on Mozilla and try to access the ...
0
votes
3answers
138 views
Putting hyperlinks on Google sites using jQuery
I am trying to put a text (containing a hyperlink) using the click function in jQuery.
var publicationsText = "Rohit. <a href=\"http://www.google.com\" onmouseover=\"this.style.color=#EC4D48;\" ...
1
vote
1answer
101 views
How do I get other advertisements to work in google sites? eg Adbrite code not linking pic
I use the html box and paste the code adbrite supplies. I know nothing about code! But it seems to parse, no red lines. Google says javascript cannot link to images, so does this mean the ad will not ...
1
vote
0answers
157 views
Django sites framework country seperation
I'm developing a web site with Django where we list products and some comments for them. I'd like to have separate sites for each country with different product objects. For example:
us.domain.com - ...
0
votes
1answer
481 views
WebSharing Enable in mac 10.8
In mac 10.6.8 systempreference->sharing->WebSharing is there but mac 10.8 websharing not in sharing folder how can i add and enable websharing in systempreference panel.
0
votes
0answers
117 views
Google sites: Embed content doesn't work
I'm trying to add some content in a page on a Google site.
I would like to use the "embed code" that i can find on some other sites.
Here is a example of an embed code i want to use:
<embed ...
0
votes
0answers
74 views
Multisites django app similar to launchrock
I have a product similar to launchrock that I'm building on django. I am using sites framework to create one site for each client. This is how I am using it. Lets say my main app is on www.xyz.com-
...
1
vote
2answers
32 views
How does language change affects URL
When I view sites in other languages, their URLs either change to http://ru.wikipedia.org for example or http://somesite.com/ru/.
I think in first example they use third-level domain, in the second ...
0
votes
1answer
228 views
How can I merge 2 google calendars to display events in order?
I'm trying to replace the clunky google calendar agenda view in my googlesite with a display that I create myself doing via google script.
I can get the event detail on the page ok, but I need to ...
0
votes
1answer
147 views
Redirecting old dynamic links to seo friendly links
My links are like "http://www.shinylook.ro/product.php?id=58"
and I rewrite them like:
"http://www.shinylook.ro/produs/58/saboti-dama/"
using this code:
RewriteRule ...
0
votes
2answers
150 views
Deploy separate web sites azure
I have a single web project that I want deploy in Azure.
I want to create one IIS web site per country and I want to be able to deploy each web site independently (not all of them at a time). How to ...
0
votes
1answer
39 views
Unable to download google data python library/ links on google sites documentation page not working
I am unable to download the client library for java or for python. The link for python libs:
http://code.google.com/p/gdata-python-client/downloads/list
Also, The links
...
2
votes
1answer
227 views
css3 opacity google site
i try to make a container for my site in google site that will be transparent so that the
background image will be visible.
i guess opacity property of css3 is not supported by google sites,
so is ...
0
votes
2answers
269 views
Django multiple sites on same instance
How can I get a few sites similar in functionality, but different in appearance and content - all data will be different.
Change SITE_ID on the fly and write own template loader & staticfile ...
3
votes
1answer
487 views
How do you move the default user subdirectory “Sites” in mac os x 10.7? [closed]
I would like to move my Sites directory off of my start up disc and on to an external hard drive.
For example I moved all of the contents of my ~/Sites directory on to an external drive ...
0
votes
0answers
176 views
Redirect users to mobile site with htaccess when I have two sites hosted under one account?
I have a website and a mobile website (the mobile website is a subdomain where the files are in a subfolder). I have used an htaccess file to redirect mobile users to the mobile site where they can ...
0
votes
3answers
677 views
Can't delete files, IIS lock
I have a poweshell command which deletes the folder(i.e. Summer) from wwwroot directory and recreates the folder with the necessary files(images, css, dll etc) in it. The problem is every once in a ...
0
votes
1answer
35 views
Language Specific Site, Best Practice
I'm creating a site to be available in multiple languages.
What's the best way to do this? Some sites check the browser language setting and redirect to
/english_Version/some/path
My question ...
0
votes
1answer
302 views
Visualforce Sites HTTPS
What is the best way to make a sites page HTTPS only?
A pretty simple question but I haven't found been able to find a good solution.
Thanks.
0
votes
1answer
660 views
visualforce + jquery
I am trying to implement a jquery gallery plugin in a force.com site. I have uploaded a zip file containing all the required files as a static resource.
I am referencing the style sheets and ...
0
votes
2answers
349 views
Setting up multiple sites on single virtual host
So have an ubuntu server with lamp installed. We installed webmin so we would have a gui and we created a virtual host on it. There are three sites we want to host on this host and they are set up as ...
1
vote
1answer
216 views
CodeIgniter application package and loading the hooks
I'm building multiple sites, which are all connected together. Site A is a CodeIgniter application. Site B is a second CI-app, and I'm using the Application Package loader to use the models of the ...
