Tag Info

Hot answers tagged

3

Don't modify the bootstrap file. Just create a second file that adds more specific rules for the things you want to modify. For example: #my-app-id .alert { background-color: blue; } As long as you have a very specific override it will apply after bootstrap's rule, leaving the other rules in place. Then you can simply upgrade boostrap whenever you ...


2

Well, Many guys "forgot" the main purpose of "User Stories". User stories are so small that can be written on an index card. So many user stories are not really "cooked requirements" which developer can implement.And that is the "main point" of user stories: So developer should ask question and keep touch with customers-product owner while implementing it. ...


2

It is possible because when selecting a WorkItem, in the half screen on the bottom, you will have its details, and thus can change it. After you re done, you will be able to save all in one Ctrl-S Better way : I have done that by exporting result of query in MS Excel, modifying multiple columns and rows rapidly; then Publish the whole by one click.


1

As per I know from the software engineering course, every software development go through specific phases. You can use any of software/system development life cycle. If you want to read article about project planning then this is a good resource.


1

Mercurial offers subrepositories. This feature, however, has its limitations and is seen as a feature of last resort. That wiki page has a section describing alternatives. There's a relatively young extension called Hg Guest Repo that tries to address some of the limitations of subrepositories.


1

It may be possible, but I would not recommend writing a user story with all the edge cases and scenarios defined. Consider what (if any) the difference is between a "user story" and a "scenario". It seems that you have a complex story that would benefit from being decomposed into several stories, perhaps one for each of those scenarios. Your concern over the ...


1

If you use a proper CMS (e.g. Kentico CMS) that stores content in a database, the backend depends on how the CMS organizes the data in its database. Learn about how the content maintainers will organize the language-dependent content (in the way that you are already thinking about it - content for what defined page sections per language)...and how that will ...



Only top voted, non community-wiki answers of a minimum length are eligible