Questions tagged [presentation]
The presentation tag has no summary.
26 questions
1
vote
3
answers
418
views
How to best present alternative ways to write a piece of code (in a slideshow)?
I'm working on a 'slideshow'-type presentation (e.g. using LO Impress) which involves me showing people different alternatives for writing some pieces of software code.
We're not talking about large ...
4
votes
3
answers
389
views
Does Presentation Logic constrain design of Business layer?
We have an email plugin which encrypts a mail's attachments when the user sends an email and gives the mail's recipients permissions to decrypt the attachments. The recipient permissions are stored on ...
1
vote
1
answer
101
views
is the logic defining how the data should be converted in different formats, presentation or business logic?
In a calendar app adopting a MVC architecture, the Model consists of objects representing the days of the week.
The View consists of labels displaying the days as strings or integers, depending on ...
2
votes
2
answers
237
views
What strategy to better articulate myself when summarising technical details
I am required to speak at daily stand ups, change review and architect reference group meetings.
I usually find that I speak too quickly, include too much or not enough details, or go back and forth ...
4
votes
2
answers
305
views
Showing custom data in presentation layer
I have couple of models Merchant and Offer. A merchant can have multiple offers. I am developing a web application and writing a custom component which show offer details like title, description etc. ...
5
votes
0
answers
377
views
Putting together a business case for moving to git from TFS? [closed]
I'm probably going to be giving a presentation to my company (mainly management, but also senior developers) on the benefits of moving to Git from a centralized TFS setup. I know that I massively ...
13
votes
2
answers
3k
views
What is "presentation logic" and how much is acceptable in views?
In my web application I have to provide a form for creating and editing. The forms for creating and for editing have minor differences, so I am thinking of doing something like this in my view:
<...
0
votes
4
answers
201
views
Is it possible to make a printable 'template' document?
I'm writing a piece of software to generate and print nametags. The issue I'm having is that nametags need to be formatted the same, but have different values (ie. different names, titles), and can be ...
2
votes
3
answers
1k
views
Building presentation layer directly on data layer
My application is currently quite a mess and I'm trying to untangle it all. My current idea is that I should have 3 separate layers:
data layer that knows how to keep stuff in database (and handle ...
1
vote
4
answers
1k
views
Separation of presentation and logic
I'm now writing a program, which will allow processing data expressed in the form of graphs. These graphs will determine workflow of the processing and they are actually an essence of this program (in ...
3
votes
3
answers
632
views
Simple questions to test understanding of Dependency Inversion Principle
I am preparing a short (1-2 hour) presentation about DIP to several (~5) junior developers (1-3 yr xp) in the office. At the end of the presentation I want to know whether they understood what I was ...
7
votes
1
answer
788
views
Is the separation of program logic and presentation layer going too far?
In a Drupal programming guide, I noticed this sentence:
The theme hook receives the total number of votes and the number of votes for just that item, but the template wants to display a percentage. ...
2
votes
2
answers
175
views
Do you think we will ever settle on a "standard" platform? [closed]
The recent explosion of phone platforms has depressed me (slightly), and made me wonder if we will ever reach any kind of standard for presentation?
I don't mean language or IDE. Different ...
2
votes
8
answers
2k
views
Should PHP view files be called something other than '.php'?
By default, any file that PHP touches is usually suffixed with .php. It's universally understood by Apache / Nginx as the default for PHP files and most setups expect PHP files to end in this ...
3
votes
1
answer
464
views
How to explain the history of programming to non-programmers? [closed]
Sorry if this question is not appropriate for this stack exchange site, I've never used this one before.
I am doing my senior project on computer programming. I'm going to be presenting the project ...