Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
3answers
415 views

Site like cplusplus.com for C++11

One simple question: does anybody know a site like cplusplus.com (that has functions and headers nicely organized, includes examples(that is very important to me)) and that it is up to date(C++11). I ...
4
votes
2answers
121 views

What is the maximum number of sites in Plone 4.1

I would like to know how many sites / virtual hosts are allowed in a single installation of Plone. I am currently using a zeocluster installation. I am interested in the theoretical maximum i.e. ...
3
votes
3answers
216 views

Creating 2 django sites that share 90% data and code

I have two closely related sites, a main site and a mobile site, hosted as a django app. They'll have a lot of the same functionality and need to access the same data. The main difference is the ...
3
votes
6answers
409 views

What are the best resources to get started with Eclipse plugin development?

I'm interested in writing eclipse plugins where do I start? What resources have helped you? I'm looking for: 1. Tutorials 2. Sites devoted to plugin development 3. Books
2
votes
1answer
38 views

Context specfic localisation in Django

I have a Django application. Localising this into multiple languages is a simple and straightforward but one part of the site is an complex rich internet application. This part of the site allows the ...
2
votes
3answers
299 views

How to improve my C++ with open source projects

I am studying Computer Systems and Networks engineering at London South Bank University. I know a bit about object oriented programming languages like PHP, Java and about C++... and indeed would like ...
2
votes
5answers
3k views

Creating Site Templates from MOSS publishing sites

I know that creating a site template from a MOSS publishing site is not currently supported by Microsoft. Can anyone tell me if creating a basic site, then turning on the publishing feature, then ...
2
votes
2answers
138 views

Site which shows algos in popular languages?

Is there a site like "language shootout"'s (shootout.alioth.debian.org and dada.perl.it/shootout/), which show how to do simple/advanced things in different languages? I.e. how to use hashes in ...
1
vote
0answers
25 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 ...
1
vote
1answer
29 views

Google Site in google Apps external site?

I have a Google Apps account with domain bought, through Google. I can create sites, but they will only be available to users within this domain. Question: How to create an external site - Like a ...
1
vote
3answers
466 views

multiple sites on IIS7 under the same URL and port but on different directories

I would like to host multiple applications on the same IIS. The problem is I need to use the same URL like www.example.com, but different directories. Also the port needs to be 80, or at least ...
1
vote
2answers
77 views

How to find out top links in a website?

I want to know what are the best links in a site are? It may be pagerank wise or popularity wise. For example http://www.pragprog.com is a site. I want to find out what are the most relevant links ...
1
vote
3answers
507 views

How do you build a Q&A site?

Is there an open source platform that allows a developer to quickly build a Q&A site? For example, was StackOverflow built from the ground up or did it leverage an existing platform?
1
vote
2answers
1k views

“sites framework” on a single django instance

I want to serve up specialized RSS feeds on a different subdomain from the rest of the site. Can I use the sites framework to use a different urls.py and settings.py file within a single django ...
0
votes
1answer
44 views

Can glassfish host multiple sites?

I would like to know if it is possible to have multiple sites running on glassfish. I am about to try to setup a glassfish server where different users can auto-deploy their applications and get their ...
0
votes
2answers
41 views

Need ideas on retrieving data from a website

I'm stumped and need some ideas on how to do this or even whether it can be done at all. I have a client who would like to build a website tailored to English-speaking travelers in a specific ...
0
votes
2answers
73 views

Django: configuring multiple domains for a website?

how can i manage in django multiple domains? Our website will be configured like this jobs.site.com cars.site.com homes.site.com jobs.site.co.uk cars.site.co.uk .... and so on. basically, we will ...
0
votes
0answers
37 views

Email alerts for a site in SharePoint

I am working in SharePoint Foundation 2010. I have a requirement in which I need to set up an alert for the entire site (which will have document libraries, lists etc.). How can I set up email alerts ...
0
votes
0answers
17 views

I am trying to make a site in google for an iphone with a list of pictures [closed]

How can I use Google Sites to make a website for the iphone/ipad and be able to upload photos to it. Thanks
0
votes
0answers
43 views

Buy a script for multi-sites [closed]

Looking to buy a script that will handle multiple sub-domains on one installation like the one Wordpress Networks (MU) does. I would want to buy a web-application similar to software on handling these ...
0
votes
1answer
36 views

Google advanced search with in specified sites

How can I search with in two sites say for ex stackoverflow and msdn only to be searched in google advanced search?
0
votes
1answer
427 views

Android- Public FTP sites to test uploading

Is there any public FTP site to test uploading ?
0
votes
2answers
158 views

Trusted Site in IE - html title is ignored

When we add our domain as a trusted site to IE, then the html 'title' tag is ignored and the page url is shown in the browser header bar. Whn we remove our domain from the trusted sites list then the ...
0
votes
1answer
104 views

What programming languages use the most favorite sites? [closed]

I would like to know what programming languages do the most famous and lucky sites use in order to understand the consensus of todays technology (at lease for several examples). What languages use the ...
0
votes
1answer
125 views

Loading Django sites (contrib.sites) in initial_data

Is there a way to load some initial sites (from the sites framework) thorough initial_data fixtures, so that I can avoid setting them up in each of my tests? I'm having this error trying to put it ...
0
votes
1answer
62 views

hosting mutiple sites on IIS6 windows server 2003

Hi I have 2 domains , egmahdi.com and 4xstats.com The first domain which I bought was egMahdi.com , I set the nameservers to ns1.egmahdi.com and ns2.egmahdi.com , after that I used the DNS server in ...
0
votes
1answer
108 views

Django: how to create sites dynamically?

I need to create an application for the company where I can create sites dynamically. For example, I need an admin interface (Django's admin is enough) where I can setup a new site and add some ...
0
votes
1answer
498 views

Django: Admin with multiple sites & languages

I'm supposed to build some Django apps, that allow you to administer multiple sites through one backend. The contrib.sites framework is quite perfect for my purposes. I can run multiple instances of ...
0
votes
1answer
292 views

Sharepoint 2007 - use same master page in all sites [closed]

Is it possible to use a master page on a root SP web application for all its children sites? In other words, for a site called http://myspsite I have a customized master page called "mycustom.master". ...
0
votes
1answer
87 views

creating Sites using java

i developed one application used to create google sites by referring the developer guide in which i don't know what are the three parameters in this is particular line SitesService client = new ...
0
votes
3answers
131 views

Why too little index on chinese sites from google?

It is really strange that my company website has been release for long time already and I also submit sitemap to google but the index seem very very little (about 300 links only) which is really ...
0
votes
1answer
2k views

Publishing multiple sites on a single instance of umbraco

I am looking to setup a parallel site to one already that already uses umbraco for its content management system. The new site would share admins, templates, macros, and media resources, but not any ...
0
votes
2answers
5k views

How to move SharePoint sites from one active directory domain to another?

I have a SharePoint virtual machine in one active directory domain (for example domain1) and I want to transfer all the sites it has to another active directory domain (domain2). I don’t know which ...
-2
votes
2answers
157 views

What sites do you know built on GWT + GXT? [closed]

I want to see sites using the GWT and GXTTechnology.
-3
votes
1answer
65 views

FTP sites in visual studio [closed]

It just sucks. I just dont get it sometimes. While I am editing my files on the bottom it says: downloading image.gif... Why??? I am working on file.aspx. I dont need image.gif!!! Or downloading ...