User henrikpp - Stack Overflow most recent 30 from stackoverflow.com 2009-12-17T09:33:40Z http://stackoverflow.com/feeds/user/1442 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1103203/photo-safety-on-my-website/1103259#1103259 2 Answer by henrikpp for Photo safety on my website henrikpp 2009-07-09T11:18:30Z 2009-07-09T11:18:30Z <p>is it <em>really</em> worth the hassle to "protect" the images though?</p> <p>are they examples of your photographic portfolio? if so, they will be in a low enough resolution online to where they are obviously inferior to the originals.</p> <p>are they just pictures of you and your family or friends? if so, you might just be paranoid.</p> <p>like what was alluded to earlier, the moment someone even <em>looks</em> at your picture, buy the very nature of the internet, the image has been copied to their computer for viewing. </p> <p>why fight it?</p> http://stackoverflow.com/questions/1000036/what-sorting-technique-will-you-use/1000187#1000187 4 Answer by henrikpp for What sorting technique will you use? henrikpp 2009-06-16T08:30:09Z 2009-06-16T08:30:09Z <p>check out <a href="http://www.sorting-algorithms.com/" rel="nofollow">http://www.sorting-algorithms.com/</a> for a nice visual representation of different sorting methods.</p> http://stackoverflow.com/questions/818630/is-it-drupal-good-for-building-social-networking-site/950035#950035 2 Answer by henrikpp for Is it Drupal good for building Social Networking site? henrikpp 2009-06-04T11:48:52Z 2009-06-04T11:48:52Z <p>drupal allows user memberships out of the box and there are good modules for groups and buddy lists available. that seems like a good start of a social networking site to me.</p> http://stackoverflow.com/questions/881887/how-do-i-provide-info-to-google-about-interesting-important-pages-on-my-website/950012#950012 0 Answer by henrikpp for How do I provide info to Google about interesting/important pages on my website? henrikpp 2009-06-04T11:40:44Z 2009-06-04T11:40:44Z <p>It used to be that you needed to be pagerank 4 or higher to get the sitelinks to show up if you were the top result. (and then you could edit them via webmastertools)</p> <p>but it seems like google are currently changing things around. apparantly they were not clicked enough to warrant taking up valuable space on the resultspage.</p> http://stackoverflow.com/questions/910683/why-is-id-in-the-url-a-bad-idea/949972#949972 0 Answer by henrikpp for Why is ID in the URL a bad idea? henrikpp 2009-06-04T11:32:48Z 2009-06-04T11:32:48Z <p>1) you miss out on keywords in the url 2) it's harder for a human to read and understand what the link will be about 3) sql injection is a lot easier with IDs</p> http://stackoverflow.com/questions/947834/seo-strategy-for-website-with-similar-name-to-another-site-in-same-industry/949953#949953 2 Answer by henrikpp for SEO strategy for website with similar name to another site in same industry? henrikpp 2009-06-04T11:29:13Z 2009-06-04T11:29:13Z <p>unless the two company names are so confusingly similar that a user would type the wrong one into a search engine, you shouldn't have to do anything different with regards to SEO than if you were the only company out there.</p> <p>concentrate on what it is that your company <em>does</em> and what makes you special.</p> <p>why do customers come to you and not your competition? make sure that they find you based on that.</p> http://stackoverflow.com/questions/939760/does-blogging-affect-job-prospects/940190#940190 2 Answer by henrikpp for Does Blogging affect Job Prospects? henrikpp 2009-06-02T15:22:28Z 2009-06-02T15:22:28Z <p>where i work currently it's not just a plus, it's almost a necessity to blog and otherwise take part in various "social media" platforms. most resumes look dreadfully similar and if you can show of your enthusiasm and dedication for something (anything really, code/dogs/photography/whatever) then you're special.</p> <p>oh, and even if you don't put it on your resume we <em>will</em> find out more about you than you're telling us.</p> http://stackoverflow.com/questions/939975/whats-the-best-development-platform-for-a-social-networking-website/940162#940162 2 Answer by henrikpp for What's the best development platform for a social networking website? henrikpp 2009-06-02T15:17:37Z 2009-06-02T15:17:37Z <p>i would suggest <a href="http://drupal.org" rel="nofollow">drupal</a>. it runs on php/mysql and would allow you to set up a lot of things out of the box by installing various modules. depending on how comfortable you are coding php you could then extend it to do whatever you want.</p> http://stackoverflow.com/questions/940065/using-results-from-one-mysql-for-a-second-query/940129#940129 0 Answer by henrikpp for using results from one mysql for a second query henrikpp 2009-06-02T15:12:43Z 2009-06-02T15:12:43Z <p>a simple join wont work?</p> <pre><code>select posts.* from posts inner join listen on listen.listenID = posts.userID where listen.userID = ACTIVEUSER </code></pre> http://stackoverflow.com/questions/829338/online-time-logging-tool/833513#833513 0 Answer by henrikpp for Online time logging tool henrikpp 2009-05-07T08:43:47Z 2009-05-07T08:43:47Z <p><a href="http://www.timepost2.com/" rel="nofollow">timepost</a> pushes to <a href="http://unfuddle.com/" rel="nofollow">unfuddle</a>.</p> http://stackoverflow.com/questions/10072/personalized-icon-next-to-the-url-address-in-the-browsers-address-bar/30725#30725 0 Answer by henrikpp for Personalized icon next to the URL address in the browser's address bar? henrikpp 2008-08-27T17:52:58Z 2008-10-17T21:00:01Z <p>some good examples of what you can do via <a href="http://www.smashingmagazine.com/2008/01/01/favicons-episode-5-the-delicate-beauties/" rel="nofollow">smashing magazine</a></p> http://stackoverflow.com/questions/17996/how-do-you-fire-a-developer/30872#30872 0 Answer by henrikpp for How do you fire a developer? henrikpp 2008-08-27T18:52:31Z 2008-08-27T18:52:31Z <p>a) "We find it's always better to fire people on a Friday. Studies have statistically shown that there's less chance of an incident if you do it at the end of the week." - Bob Slydell</p> <p>b) while it's unfortunate, it's also almost inevitable that you have to fire someone. be up front with them regarding the reasons, take some of the blame yourself (really, you could have done better getting jobs in, or training them or whatever). and be civil about it.</p> http://stackoverflow.com/questions/26088/should-i-use-a-recruiter/30851#30851 0 Answer by henrikpp for Should I use a recruiter? henrikpp 2008-08-27T18:47:12Z 2008-08-27T18:47:12Z <p>Recruiters are <strong>great</strong> at helping you find a job. What they're not good at is finding the perfect job for you. They can talk to you and find out more about you, but ultimately, they're just trying to place you somewhere for the commission.</p> <p>It is up to you to determine whether or not that job is for you or not. </p> http://stackoverflow.com/questions/25238/100-min-height-css-layout/30815#30815 4 Answer by henrikpp for 100% Min Height CSS layout henrikpp 2008-08-27T18:29:38Z 2008-08-27T18:29:38Z <p>kleolb02's answer looks pretty good. another way would be a combination of the <a href="http://ryanfait.com/sticky-footer/" rel="nofollow">sticky footer</a> and the <a href="http://www.dustindiaz.com/min-height-fast-hack/" rel="nofollow">min-height hack</a></p> http://stackoverflow.com/questions/21274/what-is-the-easiest-to-use-web-rich-text-editor/30805#30805 0 Answer by henrikpp for What is the easiest-to-use web "rich text editor" henrikpp 2008-08-27T18:25:03Z 2008-08-27T18:25:03Z <p>i started out using <a href="http://freetextbox.com/default.aspx" rel="nofollow">free text box</a> when i was doing a lot of asp.net programming, but now that most of what i do is php i've moved to the <a href="http://www.fckeditor.net/" rel="nofollow">FCK editor</a>.</p> <p>while the change wasn't necessarily prompted by the language, i feel that the fck editor is a better choice because of it's versatility.</p> http://stackoverflow.com/questions/1578340/drupal-imagecache-not-working Comment by henrikpp on Drupal Imagecache not working henrikpp 2009-10-18T14:11:03Z 2009-10-18T14:11:03Z does the user role you are logged in as have permission to view this imagecache preset? http://stackoverflow.com/questions/1057416/how-to-make-div-click-able/1057452#1057452 Comment by henrikpp on how to make div click-able? henrikpp 2009-06-29T10:07:24Z 2009-06-29T10:07:24Z span doesn't take a width because it's an inline element (it's as wide as it's content), can you make it a div instead? http://stackoverflow.com/questions/946024/how-does-twitter-bring-in-enough-revenue-to-stay-in-business/946066#946066 Comment by henrikpp on How does Twitter bring in enough revenue to stay in business? henrikpp 2009-06-04T12:15:32Z 2009-06-04T12:15:32Z there are huge privacy issues to think about if you're going to sell information like that though. if you keep it anonymous then it's fine and could be helpful to larger corporations to see if people are responding well to their services/products in real time.