site

Uploading a Content Management System Website to the internet

Hi everyone, Before I start I want to say this is my first site I am uploading that has a database - so I will appreshate any help whatsoever! What site is the best for webhosting - the cheapest and most reliable? I'm not sure how big my database will get - but I need to have a lot of space! (just in case). I, of cource, don't want my...

trying to redirect to external site with php

I'm trying to redirect mobile users and am attempting the following, but it doesn't actually redirect at all... $ua = strtolower($_SERVER['HTTP_USER_AGENT']); //print $ua; $search = array('windows ce', 'avantgo', 'mazingo', 'mobile', 'iphone', 't68', 'syncalot', 'blazer'); foreach($search as $sk => $sv) { if(preg_match('/\b'.$sv....

How to add OpenID to a php site?

I absolutely love StackOverflow's usage of OpenID for registration. How would I go about adding this to my site? It is PHP based. I went to openid.net and looked at the libraries there, but could find little in the way of documentation or examples. ...

Web Application within a Web Site in Visual Studio?

Visual Studio allows you to make "Web Sites" and "Web Applications", but, inside a project, can you have one within the other? Say I have my website "www.mysite.com" and I have an application called "BudgetCalculator". One the production server, this is supposed to be located at: www.mysite.com/BudgetCalculator And the BudgetCalculat...

Python Django simple site

Hi, I'm trying to create site using Django framework. I looked on tutorial on Django project site but contains much information which I don't need. I have python scripts which provides output and I need to have this output on the web. My question is how simply manage Django to have link which start the script and provides its output on ...

C# How to i store website list in xmlnode

I am trying to store website contents in XmlNode. my website structure is Site1 List1 Folder1 Folder2 a] file1 b] file2 Folder3 List2 Site2 List1 List2 Site3 ............... Site4 ......................... So how do i store it in XMLNode. my method should return whole struc...

how to include content from an external site?

This is a great big mess... I know I could use an iframe, but the problem there is that there are some cross-site limitations that wind up botching what I'm trying to do. Namely, the source content is a fixed height div that allows scrolling, but without the scrollbar. If I load that up in an iframe, it won't have the same effect. I...

how do I setup a site for customers to download video or txt/pdf files after paying or becoming a member?

I have a customer who would like to do the following on his site: Have people sign up as members of his fitness services and get access to free downloads of pdf/txt files. If a customer pays by Paypal, they would be able to download a video of an exercise routine. Any applications/methods/techniques that can accomplish this? ...

Preventing spam bots on site?

We're having an issue on one of our fairly large websites with spam bots. It appears the bots are creating user accounts and then posting journal entries which lead to various spam links. It appears they are bypassing our captcha somehow -- either it's been cracked or they're using another method to create accounts. We're looking ...

Recommendation needed for text content, should I use text files or database?

I'm doing a web application in asp.net mvc. Now I'm at the point where I do alot of text info such as help texts, eula, privacy policy etc. I realized that I'm not sure what would the best way to store these texts. 1. Directly in the aspx page 2. In text files and then load the text via ViewData[] to the aspx file 3. In my sql database ...

Problem add site to IIS6

I have installed IIS6 in my pc that have the OS in XP. I have installed - IIS6 Manager, - IIS6 Resource Kit Tools I can open: Start>Control Panel>Administrative Tools>Internet Information Services (IIS6) Manager , But I cant add new site in IIS, I can't see the wwwroots site. In the right click in Internet Information Services I can ...

Why does my Sharepoint page's custom content type change to "Page" when editing?

I have a custom Sharepoint 2007 site definition with custom content types for the different page layouts. When editing a page using a custom layout from the main "View all contents" tree view, the page content type is fine, but if I view the page directly and edit it from there, the content type gets stripped and replaced with "Page." I ...

why sitecolumn title is blank after feature activation....

After installing using stsadmin, and activating using site UI "Site Collection Feature" these columns shows up but no title is showing for them. So no link is attached. It looks like this. Site Column Type Source Car Custom Columns Single line of text SiteCol1 Single line of text SiteCol1 Single line of text SiteCol1 ...

How to get Site Template Back?

Hi Everybody, I have saved a site as tempalte (i.e. MyMarketing.stp) and added to sharepoint server using stsadm addtemplate command and after few days lost MyMarketing.stp file. Now it is available for creating top level sites as well. I want to get this site template back as MyMarketing.stp file. Is it possible to extract it from the...

How To Discover RSS Feeds for a given site.

The quest is, given a site url (say http://stackoverflow.com/ ) to return the list of all the feeds available on the site. Methods acceptable: a) use a 3rd party service (google?, yahoo?, ...) programmatically b) using a crawler/spider (and some tips on how to configure the spider to return the rss/xml feeds only) c) programmatically u...

Possible Ways to Communicate Between iFrame and Parent Page across domains

Please suggest possible techniques to trigger events in parent page from an iFrame. I tried out url Hashing and using window.postMessage techniques but without any success. ...

Site monitoring tool to look for javascript errors

I am currently working on a site that includes javascript code that we get from several different sources and need to run on the site I maintain. Every once and a while some of this code breaks without our knowing until its too late. Is there a monitoring tool that will crawl our site and look for javascript errors and report them or cou...

How do I generate site map from MySQL database

Hi all I am new to Php and working on a project which needs to generate sitemaps from URLS which stored in MySQL database. how can I do this?? Is there any one have any idea?? site maps can be in php extension too and only requirement is list of sites display in each page ...

Looking for fastest and least-programming-required path to implement a web site with user submitted content with voting and comments

I'm looking to throw up a web site that supports user submitted entries and allows voting and comments. Similar in form and function to FMyLife. Basic requirements of site: Users can submit text entries - generally 1 liners Enters can be up or down voted Comments allowed - presentation collapseable Would like the fastest path possi...

How to protect web site against hackers?

Hi Guys, Like everyone of us, I have my own dreams about developing the next cool product that will be adopted by many users and become industry standard. Surprisingly, I find that the most challenging task is to keep my website up & running. My site is being hacked again and again no matter what I do - I blocked the FTP connections, cha...