Tagged Questions
The static-html tag has no wiki summary.
3
votes
2answers
48 views
How to make static Html page go through HttpModule in IIS7.0?
I have created a simple HttpModule which removes whitespaces from response before sending it to the client. This works fine for an aspx page on IIS7.0 but if i create a static html page and call it, ...
3
votes
3answers
471 views
What are benefits of serving static HTML and generating content with AJAX/JSON?
http://blog.urbantastic.com/post/81336210/tech-tuesday-the-fiddly-bits
Heath from Urbantastic writes about his HTML generation system:
All the HTML in Urbantastic is completely static. All ...
1
vote
0answers
124 views
Serve Static Files from Node.js with POST data
I run a node.js server, and use node-static to serve static HTML files.
var nodeStatic = require('node-static');
var file = new nodeStatic.Server('./public');
..
file.serveFile('/file.html', 500, {}, ...
1
vote
4answers
449 views
Serve static file using App Engine
I created an App Engine application. Till now, I only have a few HTML files to serve. What can I do to make App Engine serve the index.html file whenever someone visits http://example.appengine.com/ ?
...
1
vote
2answers
301 views
Strictly using static html files, jquery, ajax and json web services for a website?
I've been using ASP.Net MVC for a while now and I've been thinking that this:
<% foreach(ItemRow in Items) { %> <div><%=ItemRow.Description%></div> <% } %>
Reminds me ...
1
vote
2answers
308 views
Web CMS That Outputs to Flat Static Pages (.html) via FTP to Remote Server?
I have a web app project that I will be starting to work on shortly. One of the features included is going to be a content management system where users can add content and then that content will be ...
0
votes
2answers
24 views
Are there any good Visual Studio static html generators?
We are a .NET shop (usually ASP.NET MVC) and we have a customer requirement for a static HTML site. As we have gone through this exercise the thing the only part of it that has gotten under my skin ...
0
votes
0answers
86 views
Code Review: Python Markdown Static Blogger program [closed]
I was hoping I might get some of the brains in Stack Overflow to take a look at my Python static blogger application. I've been using it a few years in a pretty hacked up form. Lately I decided to ...
0
votes
2answers
736 views
Static HTML to Drupal 7
Peers
I have some static html content which are 120000 files. i want to do an import of all the files and store individual file contents as nodes. by giving the node title as html file name and node ...
0
votes
1answer
97 views
I am using the static html app in facebook but cannot get my code to work
this is my first question so please bear with me. I am creating a landing page in Facebook but the code just does not seem to be working for anyone other than me. The app provides two boxes. One for ...