Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
130 views

Is it possible to schedule posts with Jekyll?

I suspect that one of the limitations of running a static site is that the administrator has to be at the helm when he wants a post to be published. I'm looking for that suspicion to be validated. Is ...
1
vote
4answers
615 views

Rails 3 can't find route to static page

Am working my way thru Ruby on Rails Tutorial: Learn Rails by Example. I'm in the section entitled Mostly Static Pages. I get an error after I create an HTML page in the public directory which is ...
1
vote
2answers
115 views

How can i create a route that returns a URL without controller reference in ASP.NET MVC

I have a controller call DefaultController. Inside this controller i have views for what would be the equivalent of static pages. The URLs look like www.site.com/Default/PageName Is it possible to ...
1
vote
1answer
727 views

C# VirtualPathProvider Static-Pages

I've got a virtual path provider (VPP) that serves simple aspx pages. The problem lies when I introduce static references such as *.css, *.jpg files, etc ... I noticed my VPP is capturing these ...
0
votes
1answer
27 views

Is there any php script that using regex or other methods to clean html pages?

Here is my idea, I want to create a tool that can create static html pages, out of php pages, perhaps generated by a cms. Then I want to use some kind of regex, or clean tool, to reorganize the html ...
0
votes
1answer
91 views

404 static error pages in Rails, path context to public resources changes depending on request URI

I was working on overriding boiler plate 404 Rails page in RAIlS_ROOT/public. This is Rails 3.1.1 hosted on Pasenger. I noticed that paths in the html document loose context on routes inside a ...
0
votes
1answer
372 views

Rails 3.1 and static pages

I'm just in the middle of upgrading a large application from Rails 3 to Rails 3.1 and struck a problem with my implementation of the pages controller: when templates doesnt exist should render ...
0
votes
1answer
70 views

Semi static page menu partials

I've created a semi static pages which I would like to add to a menu in my application.html.erb file, and call via a partial to all view but it only works in the page. Error on user index You have a ...
0
votes
1answer
201 views

How to get rails response object in code?

I want to manipulate response object from a controller, I just know I can get response like this: class HomeController < ApplicationController after_filter :generate_html def index end ...
0
votes
2answers
142 views

How can I route HTTP requests through a python script?

I've thoroughly searched for the answer for my question, but I don't think I know the correct terminology to make my searches effective. Anyway, I'm looking to set up my web server to route a request ...
0
votes
1answer
145 views

How to add two Posts in a static wordpress page

All I am trying to do is to add two Posts in a wordpress Static home page. Such as the one in the following picture. I can't seem to find any option in the admin part of wordpress, and there is only ...
0
votes
3answers
80 views

database structure for static pages

please help me on this one:) Most of the time I am creating static pages like Contact Us, About Us, FAQs etc If I want to store some dynamic items in the page, how will my table look like? Let's ...
0
votes
2answers
109 views

Utilitiy dynamic creation of static pages…(I'm not asking this because I want to, rather becasue I have to…)

Does anyone know of a utility for **ahem** stringing together static pages. For instance: Say I wrote a header and a footer of a page, and I only wanted to change the content without **sigh** ...
-1
votes
0answers
23 views

Magento: Add a custom menu block to the left column of a 3-column-layout

Magento ver. 1.5.1.0 I have static pages which I want to link to without ruining my categories-menu on top. I want a separated menu in a block, with a block-title (like the blocks for polls, ...