|
Could anyone give me some idea to why git developers made a design decision to store contents of files (blobs), so when the content changes a new blob needs to be created?
I believe subversion stores revisions rather than contents, so when the content...
Started by cometcomet on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Made a design decision to store contents of files (blobs), so when the content changes a new blob needs to be created?
Quite good explanation of the (initial) Git design can be found in Tom Preston revisions rather than ....
|
|
Currently I am designing a new website and I want to plan it properly.
The main page consists of a Top Content (Header including logo etc) The body with the menu on the left and obviously the footer at the end of the page.
In the menu I have 50 pages ...
Started by David Bonnici on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
One good site that illustrates, is the 50 pages almost the same, in ... .
An example of this is to have your content in one your content at will and not have to redo all of your style.
content from form if you haven't already done so.
|
|
I'm looking for best practise on designing database schema for content management system. any reference on this?
p/s: i do not plan to use open source lib. as i need to get it work on google app engine + JAVA
Started by cometta on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Review:
http://www.digitalsandwich.com.
Funny, I just read a review for a book about CMS design.
|
Ask your Facebook Friends
|
Multi language content application in ASP.Net can usually be overcome by using resource files. However when it comes to dynamic content that need to be multi-language. what would be the ideal system design?
Example like having a questionnaire application...
Started by Ethan Chan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, if you are storing each individual survey.
Survey system design, you have a few options.
|
|
A client asked me to redesign her web site, built several years ago in WP by another developer. Although I've never worked with WP before, I'm pretty comfortable with html, css, and php, and I more or less understand how WP stores content and dynamically...
Answer Snippets (Read the full thread at stackoverflow):
(see administration panel)
I, really, advise you: /about/mingos - that....
Exporting content, as Soufiane Hassou remarked, is possible from within the admin, there's a import/export tool in WP to tranfer content.
For a "wow" design :).
|
|
When developing a web application using ASP.NET, do you have any hints about how to separate the development of content/functionality from the design, so that the two can be developed separately and in parallel?
The situation is:
Customer has agreed on...
Started by ChrisW on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Can go ahead and develop all the application logic you want in your services and have your design team-align: left;
margin-right: auto; margin-left: auto; }
`#content { margin-right: auto; margin-left: auto; width: 850px; margin-top: 10....
|
|
How would you design a content voting mechanism that could be applied polymorphically to multiple models / classes. (in a ruby on rails context preferably, but others are fine)
Given that instances of these classes can be voted on: - Article - Question...
Started by Dave Rapin on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Checking the user-agent here should help too.
Of content by clearing their cookies or scripting hits.
|
|
I'm trying to decide the best way of having radiobuttons switch around the contents of a panel (or another container), using Windows Forms .NET (C#), and maintaining the ability to use the Visual Studio designer on the form/usercontrol that contains these...
Started by ulrikj on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Then, like ....
That would give you design-time flexibility.
You could design each panel as a User Control.
Can't be too hard, I guess (even though design with the visibility feature.
I guess I would simply build such a page control .
|
|
I have one content type Restaurant. For each restaurant, I would like to record their menu.
The sample data would look like this:
Beverages
Coke $4.99 Mineral Water $2.99 Cocktail
Blue Lagoon $9.99
(X combined with Y etc)
Red Sapphire $9.99
(Another X...
Started by Ferry on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
In a module I would create the....
However this is how I would give it a shot:
How would you recommend the content type design?
I would define a field type for each "category" (Beverages, Main course, Cocktails choice for you.
By other devs.
|
|
I am tasked with updating a family of web sites that promote scientific conferences that cater to a niche scientific field. The sites are currently written with some modest CSS layout for the shared common page template structure, but the details of each...
Started by Chris Farmer on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As for inspiration, I'm a pretty big fan of the text design over at Information Architects Guide
As for style guidelines....
Web Design From Scratch: Style Guide
Web Design as possible.
The content is good.
EBooks incessantly.
|