site

Do you know update site addresses for *latest* eclipse components ?

I am looking for all addresses related to: 3.x eclipse itself (milestones and/or integration builds) 3.x other components (GEF, GMF, EMF, ...) In the spirit of answering my own question, I do have an answer for: 3.5 eclipse itself, with some details and caveats, 3.6 Helios, with the steps involved to follow the updates. However, ...

Coming up with a topology for a public facing SharePoint website

I'm currently planning the migration of a Microsoft Content Management Server (MCMS) website to a SharePoint 2007 publishing site. The top-level site is a public facing, anonymously-accessible website. It will contain two areas which need to be protected with forms-based authentication - each of which will have a distinct set of users. ...

Rules for using update sites in Eclipse?

Do you know any documentation about the rules of using update sites? I have managed the last 2 and a half years the update site of our company, and these are the problems I have to address: Not all projects use the same eclipse version. We had projects that used eclipse 2.1 (WSAD), eclipse 3.0 (RAD 6), eclipse 3.2 (RAD 7), eclipse 3.3 ...

SharePoint error relating to page layout after creating site from template

Inside SharePoint I've previously created a site template by appending _layouts/savetmpl.aspx to the end of my site and new sites have been created correctly and work as expected. I've now come to do the same thing again and yet this time the new site is throwing an error relating to the page layout. The error is: This page is not usi...

Generating a maven site including a Cobertura Report

I've got some projects that are already doing site generation via maven, and I want to integrate cobertura reports in them, but no maven goal I seem to run will generate a local preview for me to look at that includes the Cobertura reports in the site. I want to be sure they're generating correctly before I commit the pom changes to the...

How to get the lists of file and directory names of a site?

How exactly do you do this? The reason is my CMS has been breached, well, mainly because the username and password is fairly common (my bad). But I've always thought that it is save, since the directory name is pretty un-common and hard to guess (not the usual /cms/ or /admin/). Brute-forcing from a script? or maybe some Google tricks? ...

Why doesn't my site work in IE6 or IE7?

For some reason my site http://tom.hsc.be displays a "Cannot display this message" error in those browsers while working correctly in Firefox, Opera, Safari and IE8. It looks like this: http://www.reviewsaurus.com/images/pagedisplay.png This document was successfully checked as XHTML 1.0 Transitional! Found the problem: Was using the...

build ASP.Net default web site error

Hello everyone, I am using VSTS 2008 and I am using Create new ASP.Net web site and using default settings/automatically generated files. My questions are, How to use command line script (msbuild) to build the ASP.Net web site automatically? I want to build the web site into a DLL which could be easily copied to target IIS server lat...

Get IIS site id from a website

Hello, I have made a user control in asp.net c#. Becuase of some data I need to retrieve I would like to get the site id that is used for this site in iis. Is this possible, and if so, how? Thanks! ...

cross domain "cookie-ing" the master site is not my own

I currently have an apartment database website I pay for "http://www.apartmentdata.com/?SITEID=38207" This is the beginning of the search process. I am making my own custom site and I want it to have links that go directly to apartments, or any page past the initial search page. None of these will open unless the initial search page is o...

How decide what to put in a MOSS site template/definition

Hi When deciding on what elements to include in a MOSS site definition, i.e. lists, libraries etc. is there a rule of thumb on how best to make this decision? Would appreciate anyones suggestions. All the best ...

Tool for ActiveX Control Capabilities

Is there a tool out there that allows me to browse all the ActiveX controls I have installed on my system and the methods and properties that I can access? And of course their UUIDs. ...

MOSS Site Definitions, Features and the moving site collections

Hi The general consensus is that devlopment of MOSS publishing sites, should be done using site definitions, Solutions, Features but due to project timescales we had to do all list/site column/content type/master page development using the SharePoint UI and SPD. We then used the contentdeployment wizard to migrate everything from devlop...

Problems with a web based browser

Hi everyone! I want to develop an asp.net website which gets an address as an input and fetches all contents of the website and changes links and js path and css paths which causes the content to be displayed correctly, and then Response.Write all of this content to my website. My question is that what's problems with this work, I mean...

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. ...

Maven site deploy using ftp

Hi, I am using Maven2 and would like to deploy my generated site to a web server using ftp. i tried to use: <distributionManagement> <site> <id>website</id> <url>ftp://host/pub/</url> </site> </distributionManagement> the problem is that get an error that ftp is not supported. could it be that this basic feature d...

PayPal Subscriptions - IPN Handling and Site Flow?

For my membership site, I've got the IPN handler done. My question is one of site "flow". Here's how it goes: User -> Landing -> SignUp -> Verify -> PayPal -> ThankYou So here's the problem (which could just all be in my head). Let's say you've signed up and verified your account. Then you click the "Subscribe!" link and are sent to pa...

Tools for Website Content Cleanup?

I am working with a client to migrate a web site from the existing production hardware into a new hardware environment. Now seems like an excellent time to perform an audit and remove any old or obsolete content rather than just blindly copy it again. Are there any good free tools or scripts I can use to compare the web accessible cont...

What happens to sessions during deployments?

When deploying a web project written in ASP.Net, what happens to user sessions? Do users currently logged in lose their session data? And moreover, does the Web Application Project in Visual Studio differ from the Web Site Project in this respect? ...

Removing the About link from maven site

I'm using mvn site to generate my site's documentation. For the most part, I'm satisfied with the default site, but I'd like to remove the "About" link from the left hand menu bar and just have the default page be the "Project Information" page. Is there an easy way to do this? Thanks, Jeff ...