active questions tagged portfolio - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T04:29:43Zhttp://stackoverflow.com/feeds/tag/portfoliohttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/519405/whats-wrong-with-bringing-code-to-a-programming-job-interview6What's wrong with bringing code to a programming job interview ?Morendil2009-02-06T07:17:24Z2009-11-05T20:32:23Z
<p>I'm baffled by the responses to <a href="http://stackoverflow.com/questions/519219/what-to-bring-to-a-programming-interview">another question</a> that say you <em>shouldn't</em> bring a code portfolio to a programming job interview.</p>
<p>Why the heck not ? Others <a href="http://grok-code.com/58/the-power-of-a-programming-portfolio/" rel="nofollow">recommend</a> this; it's even one of the "classic" stories in <a href="http://rads.stackoverflow.com/amzn/click/0932633439" rel="nofollow">Peopleware</a>:</p>
<blockquote>
<p>“It would be ludicrous to think of
hiring a juggler without first seeing
him perform. That’s just common sense.
Yet when you set out to hire an
engineer or a designer or a programmer
or a group manager, the rules of
common sense are often suspended. You
don’t ask to see a design or a program
or anything. In fact, the interview is
just talk.”</p>
</blockquote>
<p>So, what gives ? Any "war stories" of what went wrong when you showed up with a code portfolio ? Or of when you interviewed a candidate who had one ?</p>
http://stackoverflow.com/questions/1492603/tips-needed-for-a-skills-presentation-website1Tips needed for a skills-presentation websiteAndrei2009-09-29T13:35:24Z2009-09-29T15:52:07Z
<p>Hello everyone,</p>
<p>I want to create a dummy presentation website that would show my .NET webprogramming skills; I could put a link to this dummy website on my blog and show it at interviews.</p>
<p>If you would need to create a presentation website that shows your web programming skills, what functionality would that website contain? Or if you were a hiring person, what would you like to see in such a website? </p>
<p>I need a few examples of web applications that I could implement in there. Someone told me already I could make a digg it system so for now I'm looking into that.
Anything in frontend, backend, any tip could help me. </p>
<p>Thank you in advance for any suggestion.</p>
<p>Regards,</p>
<p>Andrei</p>
http://stackoverflow.com/questions/1485495/freelance-agreement-to-add-client-projects-to-public-portfolio2Freelance agreement to add client projects to public portfolio?Jakobud2009-09-28T05:04:33Z2009-09-28T05:14:45Z
<p>First of all, this is not exactly a direct programming question, but you guys seem to be the best ones to ask.</p>
<p>I'm a freelance software developer. I'd like to put together a publicly viewable portfolio of projects that I have worked on for clients, or a client list or something similar. Just something to display or describe my work on a webpage or something.</p>
<p>My question: What type of agreement or contract do I need to have my client(s) sign in order for me to legally describe or display my work on a webpage or some other similar publicly visible portfolio? Or even if I want to simply display my client's name/logo in order to make it known that I do work for them. Is there a certain name for this type of contract?</p>
<p>On a side note, obviously there are NDA's involved some of the time and in lots of cases displaying or describing projects publicly just isn't feasible. My question is only really in regards to clients who wouldn't mind the project being displayed publicly or at least even having their company name/logo on my webpage to display the fact that I do work for them.</p>
http://stackoverflow.com/questions/1453280/legal-issues-surrounding-an-online-portfolio0Legal issues surrounding an online portfolioDave2009-09-21T07:41:56Z2009-09-21T08:03:57Z
<p>I am a web developer based in London, UK. As part of my personal website, I include examples of projects I have worked on. This includes projects that I have worked on personally along with projects I have worked on during my time with two previous employers.</p>
<p>One of these employers is now insistant that I should remove all work from my portfolio relating to my time working with said company.</p>
<p>I'm reluctant to do this, since I rely on showing examples of previous work to gain new employment opportunities. I'm a bit confused about the legal implications surrounding this issue. Most (95%) of the projects in my portfolio are publically available websites - I simply screenshotted and wrote some text about what my role was. I have never signed any "Non Disclosure Agreement".</p>
<p>I'm not sure if the issue is the actual screenshots themselves that the employer has an issue with, or just the mere mention of the projects. To remove all mention of projects would mean rewriting my CV and would seem particularly draconian. But then if it's just the screenshots, these are publically available to everyone - by the very nature of a website!</p>
<p>Has anyone else had similar experience with a previous employer and what was the outcome?</p>
<p><a href="http://davegardner.me.uk/experience/" rel="nofollow">http://davegardner.me.uk/experience/</a></p>
<p>Thanks</p>
<p>EDIT:
A few people have suggested that reason is the best plan - speak to the previous employer and come to a compromise. I agree this is the best plan. But what if this just isn't possible? What if keeping them onside is just not an important consideration anymore? Is it possible to <em>enforce</em> removal of items from online porfolio?</p>
http://stackoverflow.com/questions/1278511/jquery-tabs-hide-until-loaded0jQuery Tabs Hide Until LoadedBrad 2009-08-14T15:25:10Z2009-08-14T15:48:47Z
<p>I am using jQuery UI Tabs to control the presentation of content on a portfolio page I am implementing. The page consists of many large images and the tabs take about a second or two to fully load. I want to know if their is a way to hide/mask all content until the tabs are loaded. Optimally I would like to have a loading graphic appear until the tabs are loaded.</p>
<p>Please advise.</p>
<p>Thanks,
Brad </p>
http://stackoverflow.com/questions/992247/why-portfolio-gallery-isnt-loading-into-ajax-jquery-window-need-fix0Why Portfolio Gallery isnt loading into Ajax/JQuery window- Need fixoli2009-06-14T05:34:50Z2009-08-02T09:00:03Z
<p>Can someone tell me why this:</p>
<p><a href="http://dageniusmarketer.com/DigitalWonderland/pages/Portfolio.html" rel="nofollow">http://dageniusmarketer.com/DigitalWonderland/pages/Portfolio.html</a></p>
<p>works fine on its own page all by iself, but when I try to load it inside my current site using ajax and jquery, which is, </p>
<p>dageniusmarketer.com/DigitalWonderland/</p>
<p>On the portfolio page, i get this error:</p>
<pre><code>this.loader = new GalleryLoader('gallery.xml', 'gallery', "Madeira"); this.prefetching = 'all';
</code></pre>
<p>instead of loading my gallery the way i want? Id really like to know how to fix it as its been bugging me for a few days now.</p>
<p>Any and all help is appreciated,</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/444066/ppm-project-portfolio-management1PPM - Project Portfolio Management Bruno Lopes2009-01-14T18:10:39Z2009-07-20T16:33:03Z
<p>Hello,</p>
<p>What is your company solution for PPM (managing projects, demands, timesheets, etc)? And what is your experience with it?</p>
<p>I'm trying to know about the tool prespective and not your company's particular business process.</p>
<p>Regards for you all!</p>
http://stackoverflow.com/questions/1091495/which-php-scripts-for-creating-a-portfolio-do-you-know0Which PHP scripts for creating a portfolio do you know?mourique2009-07-07T10:15:13Z2009-07-07T10:24:07Z
<p>I know indexhibit, indexr and the core CMS</p>
<p>are there any more?</p>
http://stackoverflow.com/questions/998826/gallery-css-into-jquery-ajax-page-div20Gallery CSS into JQuery / Ajax page div2oli2009-06-15T22:46:18Z2009-06-15T22:46:18Z
<p>Please someone help me out with this:</p>
<p>I have the gallery html page loaded and getting called in correctly to my mainContent div in my page. if you go here:</p>
<p><a href="http://dageniusmarketer.com/DigitalWonderland/index-jquery.html" rel="nofollow">http://dageniusmarketer.com/DigitalWonderland/index-jquery.html</a></p>
<p>click on portfolio, you will see that the gallery loads, but, the image thumbnails and display is way off. its supposed to look and act like this:</p>
<p>dageniusmarketer.com/DigitalWonderland/pages/Galleriffic/advanced.html</p>
<p>I believe it has everything to do with loading the stylesheet for the gallery into my mainContent div, only that I do not know how to do it. I may be wrong, but i believe that is the problem. Could someone view my source and tell me how to fix it so the gallery displays the correct way in my main site?</p>
<p>I also would like to load the home page into the mainContent div upon initial loading of the site. How do I do this?</p>
<p>Any and all help is appreciated.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/837841/best-way-to-show-of-different-projects-on-a-portefolio-1Best way to show of different projects on a portefolioEspenhh2009-05-08T01:25:31Z2009-05-08T01:48:26Z
<p>Hey,</p>
<p>i have been browsing the jQuery webpage for cool ways to create a webpage-portefolio and am looking for cool ways to show of my work on my webpage. Please give me some examples of this, so I can make the best possible experience of my website :)</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/04/29/ultimate-guide-to-using-wordpress-for-a-portfolio/" rel="nofollow">Wordpress as a Portefolio</a></li>
<li><a href="http://www.smashingmagazine.com/2009/02/26/10-steps-to-the-perfect-portfolio-website/" rel="nofollow">10 steps to the perfect portefolio</a></li>
<li><a href="http://www.smashingmagazine.com/2008/11/26/50-beautiful-and-creative-portfolio-designs/" rel="nofollow">Examples of a good portefolio</a></li>
</ul>
<p>I will update this post as I get good tips for good techniques for showing of your work creativily :)</p>
http://stackoverflow.com/questions/617017/what-is-the-legality-of-putting-projects-in-your-web-portfolio6What is the legality of putting projects in your web portfolio?unknown (yahoo)2009-03-05T22:44:17Z2009-05-02T08:56:54Z
<p>I have been with a company for over 3 years, and I have always put the work I do for them in my portfolio. Their company is unrelated to programming. They have known about me having the work I do for them in my portfolio. Today they told me that the work I do for them they own and to remove any all their projects and any reference to their company off my site. The projects I had in my portfolio are were entirely made by me (no team) and it is about 90% of my entire portfolio. If I remove them I mine as well remove my whole portfolio. In my portfolio I am clearly just trying to show examples of my work. Right now my portfolio is open to public but if I put a password on my portfolio and only allow access for potential clients to see it, and it is not public.</p>
<p>Where do I stand legally?</p>
http://stackoverflow.com/questions/790947/best-hosting-for-students-practice-and-pet-projects-should-support-rails0Best hosting for student's practice and pet projects? Should support railsulver2009-04-26T14:33:21Z2009-04-26T23:32:18Z
<p>Hi I'm looking for the cheapest hosting that would allow me to deploy a number of rails and non-rails apps along with maybe a blog and other goodies. Traffic is likely to be rather low, but still important. </p>
<p>Like a portfolio site.</p>
<p>What are good hosting providers for that?</p>
http://stackoverflow.com/questions/741858/evaluating-different-kinds-of-code-in-a-programmers-portfolio4Evaluating different kinds of code in a programmer's portfoliomizipzor2009-04-12T14:27:24Z2009-04-12T16:25:48Z
<p>I'm soon going to look for a new job and is trying to put together a portfolio. I have a hard time deciding which of my projects that I should include. I've decided to categorize different kinds of projects and then get some feedback from the community as to what kind of code should be part of a portfolio.</p>
<p><strong>Type A</strong>: These projects are written in a group with a tight deadline. Due to the iterating nature of the project and involvement of many people, at least one of the following three suffers; design, documentation or implementation. The goal wasn't always (perfectly) set when the project started, much was designed as the team went along. If something wasn't working smoothly, it was changed.</p>
<ul>
<li><em>Good:</em> Almost all of these projects are games, which is good since I want to get into the games industry. It also shows that I can function in a team and adapt quickly to the designers tweaking the game idea. But most importantly, it shows that I can deliver a working product and the end of the deadline including all fundamental ideas.</li>
<li><em>Bad:</em> As stated above, the code usually suffers from the time pressure and changing project goals. And since it was written in a group, there is no way to tell what I wrote and what somebody else wrote.</li>
</ul>
<p><strong>Type B</strong>: These are small projects and written solely by myself, with no time pressure or bumps along the road of any kind. The project goal was clearly defined and set in stone before it was started. The code itself is very good written and documented.</p>
<ul>
<li><em>Good:</em> These projects shows what a great programmer I am. My attention to detail, abstract thinking and thorough design documentation.</li>
<li><em>Bad:</em> I personally think that everyone can show the qualities mentioned above given no restrictions regarding time and effort spent on the project. So this only shows what coder I am under perfect conditions, something you rarely see in the industry.</li>
</ul>
<p><strong>Type C</strong>: These are my involvements in open source projects. Submitted patches and fixed bugs.</p>
<ul>
<li><em>Good:</em> These projects best shows my ability to grasp a codebase that's both mature, established and to me foreign. And like B, I can spend enough time to come up with a really great solution to a problem. And like A, it shows I can function when coding with others. Also, due to the nature of open source projects, the bugs and changes are very clearly documented, so its not hard to find and point out the parts I've written.</li>
<li><em>Bad:</em> Since I've only written parts, I can pick the parts I'm good at, skipping the rest. Although the quality is probably better, it doest show that much versatility compared to B.</li>
</ul>
<p><strong>Good answers</strong> include one or more of the following:</p>
<ul>
<li>A fourth category</li>
<li>Which category best suits a programmers portfolio</li>
<li>How to display the code I've written in case of type A and C</li>
<li>More good and bad things about any of the types</li>
</ul>
<p><strong>Also note</strong> that I've read other questions here on SO regarding the portfolio's importance compared to a cover letter, resume, recommendations and so on. The question isn't about how much time or emphasis I should put on the portfolio, rather on what's going to be in it and how it is to be presented.</p>
http://stackoverflow.com/questions/512699/website-for-soon-to-be-grad4Website for soon-to-be-grad...john2009-02-04T18:40:52Z2009-02-05T01:50:58Z
<p>I am a junior computer engineering student and will graduate a semester early (December of 2009). I have started applying to jobs and have had a couple of interviews. Two of my internships were in web development and I want to showcase some of my work online.</p>
<p>I'm thinking about starting a 'blog' or an online 'portfolio' type of website. My primary goal is to showcase projects and things I have worked on for fun and school to potential employers. I want to keep the site professional and technical.</p>
<p>I also thought of keeping an up-to-date resume on the 'blog'.</p>
<p>For those that have hired recent graduates, did they have a website? Is it a consideration or something you would even look at?</p>
<p>I am planning on using Wordpress and customizing it to my own needs. As a computer engineer, is this acceptable or do I need to roll-my-own? I can definitely do it, I'm just not sure if it's worth the headache.</p>
<p>I would appreciate any tips, advice, or things to avoid.</p>
<p>** I'm using 'blog' loosely because there may be a blog-like aspect to it. Such as, any recent Stackoverflow.com topics that relate to a project I may post or discuss.</p>
http://stackoverflow.com/questions/306232/breaking-into-the-programming-industry-college-education-and-portfolios7Breaking Into the Programming Industry: College Education and PortfoliosAK2008-11-20T17:54:59Z2008-11-20T18:54:30Z
<p>I'm currently working professionally in the arts/entertainment industry where the quality of your work (as seen in your portfolio) comes before all else. An employer cares about the following in this order:</p>
<ol>
<li>Portfolio</li>
<li>Work Experience</li>
<li>College Degree</li>
</ol>
<p>A college degree is a small footnote, easily overshadowed by a strong portfolio.</p>
<p>My question:<br/>
<strong>How important is a college degree in breaking into the programming industry?</strong> Could the above be ordered in importance to the programming industry? Are there other factors that are just as important?</p>
<p>I have practically no college education, but have been programming in my free time since I was < 10 and still continue to actively study it. The lack of college education has actually been a plus for some employers in my current industry as it comes off as self-motivated and passionate (which I am). I'm considering making my programming hobby a career. <strong>Does my experience and education (or lack of), help or hurt me?</strong></p>
<p>As a sub question:
<strong>How common is something like a programming portfolio and what form would it be in?</strong> Is it common to send in code samples, links, or otherwise with your resume and application?</p>
http://stackoverflow.com/questions/25895/what-kinds-of-code-would-you-want-to-see-in-a-portfolio7What kinds of code would you want to see in a portfolio?Thomas Owens2008-08-25T11:47:13Z2008-09-20T05:43:13Z
<p>Is there anything that a potential employer look for in any portfolio, or is it mostly job-specific?</p>