Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
7answers
1k views

Tools/Components for building a Survey Application

We are designing a survey application with the following features The users will be able to select questions from a set of predefined questions. Each question has a question type defined which ...
3
votes
5answers
2k views

IE6 and Caching

It seems that IE6 ignores any form of cache invalidation sent via http headers, I've tried setting Pragma to No Cache and setting Cache Expiration to the current time, yet in IE6, hitting back will ...
2
votes
1answer
34 views

htaccess redirects from old site to new site

There is an existing site h*tp://www.oldsite.com/ which I need to redirect to the new site h*tp://www.newsite.co.za/. The oldsite is already setup as parked domain on the newsite host account. Below ...
2
votes
3answers
321 views

is it possible to generate HTML 5 page from XML data?

I have data coming from a server in pure XML format, but I want to render the output as a rich HTML 5 page for the user. I got to use only client side scripting for this purpose (that too just ...
2
votes
2answers
251 views

How can I make a sortable, changeable, addable, removable web-page element?

I'm creating a web-app interface which will allow users to construct sentences by clicking on words/phrases. Each word of phrase will be contained in its own page element, eg. a <div>. So the ...
1
vote
4answers
70 views

PHP: User id dynamic pages

Hi I am making a website where the users can visit eachother. Therefore i need to make dynamic pages so that if i go to let's say... www.mypage.net/user.php?id=32 Then i would end up on John Smiths ...
0
votes
2answers
34 views

dynamic pages with .htaccess

I currently have dynamic pages. For example, index.php?p=proposal opens a page from /pages/landing.php in the root of my website www/researchportal/ Currently, the page ...
0
votes
1answer
55 views

will there be any problem in adding multiple head tag into php dynamic page?

Some pages are dynamically generated and for that page I want to set title dynamically from database. The problem (actually not) is page layout is virtually broken by app_top, header.php, content.php, ...
0
votes
2answers
557 views

Dynamic Pages - Codeigniter

Update: I have tried Sheldon's code below but I have struck a couple of issues: When using the line $this->load->view($page->template, array('content' => $page->content), ...
0
votes
0answers
146 views

Different category in different page dynamically by PHP

There are 4 different categories to be displaying on 4 Tables at 1 single PHP web page. I have successfully read record-sets from 4 different tables in MySQL. For example, 4 TV channels (Fox TV, ...
0
votes
1answer
264 views

How to display different table in different page on PHP?

I have a PHP web-page contains few dynamic tables. For example, I have 5 different categories of database tables: Math, Physic, Chemistry, Biology, and History. I retrieve them onto my PHP page, and ...
0
votes
1answer
350 views

Generating Dynamic web pages without server side scripting

I am trying to control a media device which has lot of multimedia content that it can play using another device(remote control device) like an ipad connected to the LAN. (UPnP) I want the media ...
0
votes
2answers
1k views

Create Dynamic pages in asp.net mvc

I need to integrate the functionality of creating dynamic pages (like google sites) to my regular asp.net mvc(C#) application. I like to write my own code with database. Any suggestions or reference ...