Questions tagged [dynamic-pages]

75 questions
5
votes
3 answers

PHP dynamic DB page rewrite URL

How can I make www.mydomain.com/folder/?id=123 ---> www.mydomain.com/folder/xCkLbgGge I want my DB query page to get it's own URL, like I've seen on twitter etc etc.
user1121487
  • 2,662
  • 8
  • 42
  • 63
3
votes
3 answers

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 Javascript). So, is it possible to generate HTML-5 page…
KillBill
  • 31
  • 1
  • 3
3
votes
6 answers

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 always pull up a cached version of a page I am…
FlySwat
  • 172,459
  • 74
  • 246
  • 311
3
votes
6 answers

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 dictates the type of answer (multiple choice, DB look…
Nimesh Madhavan
  • 6,290
  • 6
  • 44
  • 55
3
votes
1 answer

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 for this?
Prasad
  • 58,881
  • 64
  • 151
  • 199
3
votes
2 answers

JQuery Mobile: Using 'data-rel="back"' with dynamic page generation

I have an issue with moving backwards through the history stack in my jquery mobile app. Essentially, I have three pages: search form (prebuilt div with page role. limited nav: only to results list page) results list (prebuilt div with page role,…
dmgig
  • 4,400
  • 5
  • 36
  • 47
3
votes
1 answer

Passing parameters from Dynamic Page List to Semantic Mediawiki

I'm trying to created a template that will output a dynamic report by generating a list of pages with Dynamic Page List and then run queries on each page using Semantic Mediawiki, outputting the whole mess in a table. The structure of the template…
2
votes
1 answer

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 are the file structure of the newsite…
2
votes
2 answers

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
. So the div class would need to allow: dragging into a different…
2
votes
3 answers

Website Infinite scrolling - return scroll position after user 'go back' in browser

Quite often on pages with infinite scroll you might face scenario: you're scrolling a lot, then you click some link from inifinite list, you dont like what you've clicked so you go back you'd like to continue scrolling from the point you've…
Adam Pietrasiak
  • 12,773
  • 9
  • 78
  • 91
2
votes
1 answer

Dynamic table with data from infobox data on other pages in a MediaWiki

We're using mediawiki at our office and we needed to create infoboxes to store informations about softwares that we manage. We created an infobox for softwares, we have now 40 infoboxes in 40 softwares pages. Each software page is in the software…
2
votes
2 answers

Is it possible to run an aspx file in background as "In memory" operation

I have an physically existing aspx file on IIS. It has a asp.net Grid View controls and few lines of html. Now what I want is , the code will render the aspx somewhere in memory with the grid view populated with database in runtime. Then through my…
user240141
2
votes
1 answer

How to properly redirect to a dynamic page in Jquery Mobile?

I'm running a dynamic page generator in JQM and am struggling to get it to work correctly. When a user clicks on a link, I intercept the changePage call like this: ... .on("pagebeforechange", function (e, data) { if (typeof data.toPage ===…
frequent
  • 27,643
  • 59
  • 181
  • 333
2
votes
1 answer

table-layout:fixed not expanding table-cells inside absolute 100% width table-row (elements not collapsing either)

This makes no sense to me, but then again, I'm not anywhere close to a CSS expert (probably not even a good novice). I'm using relative/absolute because I'm using dynamically paginated tables from huge tables. I do this to allow the user to rapidly…
user1382306
1
vote
0 answers

Strapi - Add recent collection types in dynamic zones

I want to create a new component having the user selected number of records of a collection type named articles . I dont need the user(admin) to select the related articles but only the number of published recent . i have done this in my json…
1
2 3 4 5