|
Assume I have a website called Website A and it has some links on it to other websites. One of these links could be a link to Website B. Is there a way, using some existing solution, open source, or something you have to pay for where you can track who...
Started by Xaisoft on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you control....
Note a meaningless id number.
From Website A so you know where they came from:
<a href="www.websiteb.com?from=websitea">
The method be done instantly, don't give them a "forwarding you to Website B in 3 seconds!" page).
|
|
Consider I am having a website with 5 to 10 static information pages and there is no database. How difficult will it be to convert it to a dynamic website with userlogin and interaction, typically a cms? Do you have an easiest method to do the same?
Started by BALA on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Look into Joomla, Wordpress (Blog software, but works, too), Drupal (a little more complicated), SilverStripe... .
The easiest way is to use some open source software and stick with the out-of-the-box functionality, possibly using a readily available (free) template .
|
|
What I am asking, is what is the best way (i.e. the way that is easiest for neophyte web developers) to consume/integrate data that I make available on my website, into their own website.
I have a website written in asp.net/sql server back end.
I have...
Started by E.J. Brennan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Example....
This code calls back to your website to pull the most recent data, then displays it on the client's website.
Like to be able to incorporate selections of data (...) into their website, so that the data looks in to their page.
|
Ask your Facebook Friends
|
From a usability perspective, is it better to integrate admin section on the main website or have a separate section to manage content?
Any thoughts are greatly appreciated.
EDIT: the application is a CMS for very non-techno friendly staff.
Started by TMB on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Otherwise the mods would have.
Section of the website that is devoted specifically to administrative tasks makes the tasks easier in the website itself by showing a "delete" linkbutton for each comment.
|
|
I've got a website that was created about an year ago and its been constantly revised since then. The website is coded in classic ASP, contains about ~50 pages -- some are multi-purpose, and contains old-school style links such as:
/news.asp?PageIndex...
Started by Salman A on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Don't forget to permanently redirect each and every ....
I'm not trying to be funny here but seriously how long would it really take to convert 300 links manually? I really suspect that it would take less time than trying to find some automated approach .
|
|
Hi,
We have our production server running our website. Then we have a test server which has exact same data but with changes to code to do some new functionality. This web app has over 500 pages.
Is there any program that can
Login to the test site Crawl...
Started by ToughPal on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
To change across any significant size website from day to day as part of it's standard functionality..
|
|
How important is compliance with the various accessibility guidelines when developing a website, especially if you don't know who will be using your site?
Using the HiSoftware Cynthia Says Portal , I actually checked StackOverflow and found that there...
Started by Thomas Owens on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Also, when I would give demos of....
There are generally reviews that any software project must go through to ensure the product is 508 compliant before it is released .
I don't know about the commercial sector, but it is required for the government sector .
|
|
I have a website based game that has login accounts that I want to integrate into facebook (not facebook connect, I want to use an iframe canvas page).
My question is how can I authenticate a user and how can I check if a user is coming from facebook ...
Started by Mark on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You can verify the request comes from Facebook by verifying the signature in the same... .
For the facebook you will have to use the facebook's iframe method to work under facebook .
Yes you can create a app that works independently as well as facebook app .
|
|
I want to get the download urls of files( the files type is .exe,.zip or .msi) on one websit, how can I use "wget.exe" to get them?
does the wget can automatically give the urls list for me ? I donot want to find the download urls myself.
Answer Snippets (Read the full thread at superuser):
I suspect you mean "I have a website full of pages, all full of links, I want to get all those links to specific files, but I do not want to download the entire website.
What the question is.
|
|
Hi, I have multiple sub domains that should point to the same website and the top-level domain should point to another website. All of these are under SSL. For example:
abc.mydomain.com ---> Website A, def.mydomain.com ---> Website A, ghi.mydomain...
Started by Mark Atkins on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
You can use the same wildcard certificate....
IIS doesn't support reading host headers and redirecting using SSL .
In this case you would need separate ports if they were on the same IP, or separate IPs if you wanted them on the same standard SSL port (443) .
|