Comments for Mike Pinkowish http://mikepinkowish.com What's Up? Mon, 21 Mar 2011 13:00:06 +0000 hourly 1 http://wordpress.org/?v=3.3 Comment on Hackathon: RPI by Jean http://mikepinkowish.com/2011/03/19/hackathon-rpi/comment-page-1/#comment-89 Jean Mon, 21 Mar 2011 13:00:06 +0000 http://mikepinkowish.com/?p=281#comment-89 I think you are wonderful! I think you are wonderful!

]]>
Comment on What I Learned from Redesigning My Site by IE9 Detection and CSS Stylesheet Selection in WordPress | Mike Pinkowish http://mikepinkowish.com/2010/09/15/what-i-learned-from-redesigning-my-site/comment-page-1/#comment-61 IE9 Detection and CSS Stylesheet Selection in WordPress | Mike Pinkowish Thu, 16 Sep 2010 07:40:41 +0000 http://mikepinkowish.com/?p=239#comment-61 [...] My recent redesign makes use of many CSS3 features for presentation, which Chrome, Safari, and Firefox support beautifully.  However, I also wanted the site to look nice in Opera (no support for background gradients) and IE 8 (almost completely lacking CSS3 support).  To do that, I used a simple code bit to detect browsers and add an appropriate stylesheet if either browser was detected. <?php $user_agent = $_SERVER['HTTP_USER_AGENT']; if (strpos($user_agent, 'MSIE') !== false) { ?> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/ie.css" /> <?php } else if(strpos($user_agent, 'Opera') !== false) { ?> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/opera.css" /> <?php } ?> [...] [...] My recent redesign makes use of many CSS3 features for presentation, which Chrome, Safari, and Firefox support beautifully.  However, I also wanted the site to look nice in Opera (no support for background gradients) and IE 8 (almost completely lacking CSS3 support).  To do that, I used a simple code bit to detect browsers and add an appropriate stylesheet if either browser was detected. <?php $user_agent = $_SERVER['HTTP_USER_AGENT']; if (strpos($user_agent, 'MSIE') !== false) { ?> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/ie.css" /> <?php } else if(strpos($user_agent, 'Opera') !== false) { ?> <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'template_url' ); ?>/opera.css" /> <?php } ?> [...]

]]>
Comment on What I Learned from Redesigning My Site by Felipe http://mikepinkowish.com/2010/09/15/what-i-learned-from-redesigning-my-site/comment-page-1/#comment-60 Felipe Thu, 16 Sep 2010 02:18:18 +0000 http://mikepinkowish.com/?p=239#comment-60 When I made a Wordpress theme I created a TODO list like yours that I never finished. This is the theme: http://colegioosaber.com.br/ (created in January of 2009). When I made a WordPress theme I created a TODO list like yours that I never finished.

This is the theme: http://colegioosaber.com.br/ (created in January of 2009).

]]>
Comment on Talk to Me by What I Learned from Redesigning My Site | Mike Pinkowish http://mikepinkowish.com/contact/comment-page-1/#comment-59 What I Learned from Redesigning My Site | Mike Pinkowish Wed, 15 Sep 2010 08:40:21 +0000 http://mikepinkowish.com/?page_id=94#comment-59 [...] These past few days, I finally got together enough time to polish off the design and create a WordPress 3 theme based on the design.  What you see today is the result of that effort.  I eventually want to create a more mobile friendly version of the site (I think the site actually looks decent on the iPhone 4) and optimize my CSS.  I’ll also be tweaking some design elements based on things I notice and feedback I get from you all, so keep it coming. [...] [...] These past few days, I finally got together enough time to polish off the design and create a WordPress 3 theme based on the design.  What you see today is the result of that effort.  I eventually want to create a more mobile friendly version of the site (I think the site actually looks decent on the iPhone 4) and optimize my CSS.  I’ll also be tweaking some design elements based on things I notice and feedback I get from you all, so keep it coming. [...]

]]>
Comment on Pulse of the Planet by App Engine Community Update | Moe Tamani's Internet Marketing and SEO Blog, Articles and Search Engine Optimization Tips http://mikepinkowish.com/2010/02/06/pulse-of-the-planet/comment-page-1/#comment-56 App Engine Community Update | Moe Tamani's Internet Marketing and SEO Blog, Articles and Search Engine Optimization Tips Sun, 21 Mar 2010 06:18:40 +0000 http://mikepinkowish.com/?p=219#comment-56 [...] lot of projects have centered around Twitter integration, with Pulse of the Planet letting you visualize tweets in real time on a map, while Lazytweet provides a friendly interface [...] [...] lot of projects have centered around Twitter integration, with Pulse of the Planet letting you visualize tweets in real time on a map, while Lazytweet provides a friendly interface [...]

]]>
Comment on How to Prepare for Phone Interviews by Steve http://mikepinkowish.com/2010/02/24/how-to-prepare-for-phone-interviews/comment-page-1/#comment-52 Steve Thu, 25 Feb 2010 23:35:53 +0000 http://mikepinkowish.com/?p=227#comment-52 Solid advice Mike! Sounds like it will make a phone interviews a little more bearable. Solid advice Mike! Sounds like it will make a phone interviews a little more bearable.

]]>
Comment on How to Prepare for Phone Interviews by Mike Pinkowish http://mikepinkowish.com/2010/02/24/how-to-prepare-for-phone-interviews/comment-page-1/#comment-51 Mike Pinkowish Thu, 25 Feb 2010 16:32:03 +0000 http://mikepinkowish.com/?p=227#comment-51 Hey, no problem. Hey, no problem.

]]>
Comment on How to Prepare for Phone Interviews by Chip T http://mikepinkowish.com/2010/02/24/how-to-prepare-for-phone-interviews/comment-page-1/#comment-49 Chip T Thu, 25 Feb 2010 13:27:35 +0000 http://mikepinkowish.com/?p=227#comment-49 Cool. bookmarked. thanks pinko Cool. bookmarked. thanks pinko

]]>
Comment on Talk to Me by Mike Pinkowish » How to Prepare for Phone Interviews http://mikepinkowish.com/contact/comment-page-1/#comment-48 Mike Pinkowish » How to Prepare for Phone Interviews Thu, 25 Feb 2010 00:31:22 +0000 http://mikepinkowish.com/?page_id=94#comment-48 [...] Contact [...] [...] Contact [...]

]]>
Comment on The Labs by Mike Pinkowish » Sensation and Perception Experiments http://mikepinkowish.com/labs/comment-page-1/#comment-46 Mike Pinkowish » Sensation and Perception Experiments Sun, 31 Jan 2010 19:38:24 +0000 http://mikepinkowish.com/?page_id=125#comment-46 [...] Labs [...] [...] Labs [...]

]]>