<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for jakerocheleau</title><link>http://disqus.com/by/jakerocheleau/</link><description></description><atom:link href="http://disqus.com/jakerocheleau/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 14 Jul 2016 12:04:16 -0000</lastBuildDate><item><title>Re: Examining Bad Logos For Mistakes To Avoid</title><link>http://www.vandelaydesign.com/?p=28902#comment-2783086261</link><description>&lt;p&gt;Thank you I have updated the article accordingly.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Thu, 14 Jul 2016 12:04:16 -0000</pubDate></item><item><title>Re: Examining Bad Logos For Mistakes To Avoid</title><link>http://www.vandelaydesign.com/?p=28902#comment-2783042945</link><description>&lt;p&gt;These are all fair points and the two you defend are not abhorrent logos. My only critique for that section of the post was based on the symbolism used in these logos. To me they didn't immediately sink in, especially the Sushi logo. As Kyle Hale mentioned below the "wood" of the fire is supposed to be a pair of chopsticks too. By sticking with that theme it makes more sense but still a bit confusing.&lt;/p&gt;&lt;p&gt;I admit now that seeing the Aries logo as a Ram in reference to the astrological sign of Aries the symbolism makes more sense.&lt;/p&gt;&lt;p&gt;But my point with this article was not to say all these examples are bad. I actually said in the beginning that there's a fine line between great logos and good logos. I think these are all examples of good logos with small nitpicks and critiques to demonstrate certain ideas(like matching typography and relevant symbolism).&lt;/p&gt;&lt;p&gt;Lastly I'd like to say I'm not deriding anything. Derision is contempt and mockery. I have no intention of putting down any designer or their work. These critiques are meant to be my interpretations of logos which stand out as recognizable/relatable compared to logos which don't have that same feeling, contrasting the differences and explaining how I see them.&lt;/p&gt;&lt;p&gt;If you take a tone of derision or mockery from any of this writing please let me know and I'll update the language.&lt;/p&gt;&lt;p&gt;Thanks for the reply your thoughts are certainly valid and do make sense.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Thu, 14 Jul 2016 11:41:00 -0000</pubDate></item><item><title>Re: The Basics of REST and RESTful API Development</title><link>http://www.hongkiat.com/blog/rest-restful-api-dev/#comment-2716422066</link><description>&lt;p&gt;Generally I've found that POST is used to create a new object. It's totally OK to use PUT to create a new object(and POST to update).&lt;/p&gt;&lt;p&gt;But when it comes to semantics and standards compliance for most public REST applications I've seen POST headers for creating new data, and PUT headers for updating/replacing data. But this isn't a strict requirement.&lt;/p&gt;&lt;p&gt;In fact many devs are fine with PUT used for creating elements and POST for updating. Please check out this stack thread it has much more detail on the subject: &lt;a href="http://stackoverflow.com/a/2691891/477958" rel="nofollow noopener" target="_blank" title="http://stackoverflow.com/a/2691891/477958"&gt;http://stackoverflow.com/a/...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;But generally speaking you're not wrong to use PUT and nobody's wrong to use POST either. In many ways PUT is advantageous because it's idempotent which means multiple requests won't have additional results(avoiding accidental repeat server calls).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Tue, 07 Jun 2016 06:39:17 -0000</pubDate></item><item><title>Re: Why You Need Code Sniffers for Web Development</title><link>http://www.hongkiat.com/blog/code-optimization-code-sniffers/#comment-2671040615</link><description>&lt;p&gt;Sorry I must have missed it. Feel free to send another message I'll look out for it&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Wed, 11 May 2016 19:33:23 -0000</pubDate></item><item><title>Re: Build a Pure CSS Animated Slide-In Dropdown Nav Menu</title><link>http://www.vandelaydesign.com/?p=22370#comment-2549143956</link><description>&lt;p&gt;Correct it wasn't built to be fully responsive. Nirmalya is right it would be better if it was. The difficulty is handling a menu that grows in height on smaller screens, but also needs a secondary menu to "fly in" at a specified location via absolute positioning.&lt;/p&gt;&lt;p&gt;Granted I'm not saying it's impossible; far from it. I was just not able to solve the problem of responsivity myself.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Thu, 03 Mar 2016 07:35:20 -0000</pubDate></item><item><title>Re: 30 Regex Code Snippets All Web Developers Should Know</title><link>http://www.hongkiat.com/blog/regex-web-developers/#comment-2430722249</link><description>&lt;p&gt;Thanks for posting and tacking on some additional concepts.&lt;/p&gt;&lt;p&gt;With Example 2 I think it can work either way, as I saw the delimiters as 3 OR 6, not 3-6. This could be a syntax issue though.&lt;/p&gt;&lt;p&gt;With example 24 I'm certain that ,.0 will not match because it requires a prior number and the dollar sign. Please check this Regexr page where I've demonstrated how it works: &lt;a href="http://regexr.com/3cg4r" rel="nofollow noopener" target="_blank" title="http://regexr.com/3cg4r"&gt;http://regexr.com/3cg4r&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Everything else you've posted makes sense and cleans up some general formatting issues. Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Tue, 29 Dec 2015 11:30:00 -0000</pubDate></item><item><title>Re: Responsive CSS3 Horizontal Application-Style Form Fields</title><link>http://blog.templatemonster.com/2014/12/15/responsive-css3-form-fields-tutorial/#comment-1778206244</link><description>&lt;p&gt;Yes the submit button is disabled because I wanted this demo to be static. If you're using this form on a live website you need to edit the &amp;lt;form&amp;gt; element in HTML by deleting this line: onsubmit="return false"&lt;/p&gt;&lt;p&gt;Once that's deleted the submit button will work just fine. Then you'll want to add your form's "action" and "method" attributes.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Thu, 08 Jan 2015 08:12:09 -0000</pubDate></item><item><title>Re: How to Code a Fixed Auto-Hiding Nav Bar with JavaScript</title><link>http://blog.templatemonster.com/2014/07/21/how-to-code-fixed-auto-hiding-nav-bar-with-javascript/#comment-1703837193</link><description>&lt;p&gt;The only difference in WordPress is how you add the files. headroom.js should be added to the header.php theme file, and the lower JS code should be added into the footer.php. If you're using a different ID for the top bar just change #header in the JavaScript code to whatever ID you're using.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Thu, 20 Nov 2014 15:08:28 -0000</pubDate></item><item><title>Re: Color-Coded Dropdown Navigation with Submenus</title><link>http://blog.templatemonster.com/2014/11/10/color-coded-dropdown-navigation-with-submenus/#comment-1687639483</link><description>&lt;p&gt;I actually explained this in the 3rd paragraph:&lt;/p&gt;&lt;p&gt;"It is possible to build this entirely in CSS but only modern browsers would support that functionality. I’ve chosen jQuery because it’s more efficient and universally supported."&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Tue, 11 Nov 2014 07:43:37 -0000</pubDate></item><item><title>Re: A Detailed Look at Restaurant Web Layout Design Trends</title><link>http://marketblog.envato.com/web-design/analyzing-latest-restaurant-web-design-trends/#comment-1650175234</link><description>&lt;p&gt;I definitely agree the UX on their website is not great. But the company's branding is so cohesive both physically and digitally that I just had to include them.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Thu, 23 Oct 2014 12:26:46 -0000</pubDate></item><item><title>Re: Coding a Responsive Horizontal Posts Slider using CSS3 and jQuery</title><link>http://blog.templatemonster.com/2014/04/11/coding-responsive-horizontal-posts-slider-using-css3-jquery/#comment-1557621192</link><description>&lt;p&gt;The autoRotate option can take a number in milliseconds which will force an autoplay duration(ex. 5000 = 5 seconds). Check out the plugin options link below and do a CTRL+F search for "autorotate" there are code examples on that page.&lt;/p&gt;&lt;p&gt;&lt;a href="http://basilio.github.io/responsiveCarousel/#options" rel="nofollow noopener" target="_blank" title="http://basilio.github.io/responsiveCarousel/#options"&gt;http://basilio.github.io/re...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Sun, 24 Aug 2014 21:12:13 -0000</pubDate></item><item><title>Re: Responsive Navigation Design Trends</title><link>http://marketblog.envato.com/web-design/taking-look-current-responsive-navigation-trends/#comment-1557617904</link><description>&lt;p&gt;That's a great point. Medium was the first website I noticed with this effect and it makes the process of reading long articles much easier.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Sun, 24 Aug 2014 21:07:53 -0000</pubDate></item><item><title>Re: Occult Message to the Elite in Recent Speech by IMF’s Christine Lagarde? You Decide.</title><link>http://investmentwatchblog.com/occult-message-to-the-elite-in-recent-speech-by-imfs-christine-lagarde-you-decide/#comment-1485121262</link><description>&lt;p&gt;Interesting analysis thanks for posting&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Mon, 14 Jul 2014 18:55:58 -0000</pubDate></item><item><title>Re: Animated Content Slider with Bubble Navigation Icons</title><link>http://blog.templatemonster.com/2014/07/01/animated-content-slider-bubble-navigation-icons/#comment-1464796152</link><description>&lt;p&gt;Which version of Chrome are you using? Try updating and see if that helps.&lt;/p&gt;&lt;p&gt;I built this on Chrome for Mac &amp;amp; did testing on Chrome for Mac+PC, never ran into any problems.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Wed, 02 Jul 2014 07:36:09 -0000</pubDate></item><item><title>Re: How to Build WordPress Navigation Using wp_nav_menu()</title><link>http://blog.templatemonster.com/2013/12/17/how-to-build-wordpress-navigation-using-wp_nav_menu/#comment-1464793535</link><description>&lt;p&gt;It's easiest to do this from the wp-admin Appearance -&amp;gt; Menus page. The vertical accordion menu has Pages/Links/Categories. Click on Links and you can manually enter a hyperlink by just deleting the http:// and using whatever you want for the HREF value.&lt;/p&gt;&lt;p&gt;You could alternatively add the menu items manually in functions.php. It's a bit more complicated but here's a nice guide with code samples: &lt;a href="http://www.wpbeginner.com/wp-themes/how-to-add-custom-items-to-specific-wordpress-menus/" rel="nofollow noopener" target="_blank" title="http://www.wpbeginner.com/wp-themes/how-to-add-custom-items-to-specific-wordpress-menus/"&gt;http://www.wpbeginner.com/w...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Wed, 02 Jul 2014 07:32:56 -0000</pubDate></item><item><title>Re: Coding a Responsive Horizontal Posts Slider using CSS3 and jQuery</title><link>http://blog.templatemonster.com/2014/04/11/coding-responsive-horizontal-posts-slider-using-css3-jquery/#comment-1464791058</link><description>&lt;p&gt;Make a copy of the .crsl-items div elsewhere on the page and change up the content. Notice the attribute data-navigation also needs to be changed to a new navigation ID. Again you just copy/paste the navbtns ID and change that to something else, like navbtns2.&lt;/p&gt;&lt;p&gt;You'll notice my entire slider is wrapped inside a div with the class .slidernav. You can just copy that entire div and change the navbtns ID, update the data-navigation to that same ID value and you're set to go.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Wed, 02 Jul 2014 07:29:56 -0000</pubDate></item><item><title>Re: Coding a Responsive Horizontal Posts Slider using CSS3 and jQuery</title><link>http://blog.templatemonster.com/2014/04/11/coding-responsive-horizontal-posts-slider-using-css3-jquery/#comment-1464788520</link><description>&lt;p&gt;Very simple to do this, just add another line in the carousel() options list that looks like this:&lt;/p&gt;&lt;p&gt;autoRotate: true&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Wed, 02 Jul 2014 07:26:54 -0000</pubDate></item><item><title>Re: Build a Vertical Timeline Archives Page using Bootstrap</title><link>http://blog.templatemonster.com/2014/04/23/tutorial-build-vertical-timeline-archives-page-using-bootstrap/#comment-1352742759</link><description>&lt;p&gt;It's in there! The HTML code from the article doesn't include the full timeline - just a brief snippet to help with my explanation.&lt;/p&gt;&lt;p&gt;View source on the live preview or download my source code and you'll see the full unordered list is in-tact with a closing tag.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Wed, 23 Apr 2014 20:41:26 -0000</pubDate></item><item><title>Re: Customize Your Own MailChimp E-Mail Newsletter Signup Form</title><link>http://designshack.net/articles/css/custom-mailchimp-email-signup-form/#comment-1258657031</link><description>&lt;p&gt;AFAIK the data.msg response comes from MailChimp's server. What you'd need to do is check the response for a success or error message, then display your own custom message instead.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Mon, 24 Feb 2014 13:55:50 -0000</pubDate></item><item><title>Re: How to Design Animated Sliding Page Elements With CSS</title><link>http://designshack.net/?p=42008#comment-1168130350</link><description>&lt;p&gt;Perfect example thank you for sharing&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Tue, 17 Dec 2013 19:03:46 -0000</pubDate></item><item><title>Re: How to Design Animated Sliding Page Elements With CSS</title><link>http://designshack.net/?p=42008#comment-1167507520</link><description>&lt;p&gt;Mostly WordPress themes on ThemeForest have this kind of effect.. there are many actual live websites but I can't think of any domains off the top of my head.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Tue, 17 Dec 2013 10:25:56 -0000</pubDate></item><item><title>Re: Paul Walker Murder Conspiracy Theories Link &amp;#039;Family Guy&amp;#039; &amp;amp; Typhoon Haiyan To Death</title><link>http://www.ibtimes.com/paul-walker-murder-conspiracy-theories-link-family-guy-typhoon-haiyan-death-1491980#comment-1148560796</link><description>&lt;p&gt;Also Fast &amp;amp; Furious is the name of a gun-running operation where the border patrol agent Brian Terry was murdered. The Family Guy episode has Brian &amp;amp; Stewie going back in time to retrieve guns from indigenous natives...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Tue, 03 Dec 2013 06:59:45 -0000</pubDate></item><item><title>Re: Mobile Web Design with the Meta Viewport Tag</title><link>http://blog.templatemonster.com/2013/11/26/meta-viewport-tag-in-mobile-web-design/#comment-1143122734</link><description>&lt;p&gt;In mobile browsers like iOS Safari the website still displays at full 100% width, but zoomed out. Users would need to pinch-and-zoom to get in at regular scale. Forcing the screen size using viewport makes the site appear at the proper scale while using vertical/horizontal scrollbars for potential overflow content. This is where CSS3 media queries definitely come in handy!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Thu, 28 Nov 2013 11:34:19 -0000</pubDate></item><item><title>Re: A History Lesson on the Rise and Fall of Adobe Flash</title><link>https://speckyboy.com/a-history-lesson-on-the-rise-and-fall-of-adobe-flash/#comment-1098322506</link><description>&lt;p&gt;A free graphics editor like GIMP can work fine. If you need something for code editing try Notepad++, or check in Google for free IDE(Integrated Development Enviroments). This is basically software for writing HTML, CSS, JS code so that you also get syntax highlighting.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Sun, 27 Oct 2013 08:07:38 -0000</pubDate></item><item><title>Re: Code a Path-Style Flyout Navigation Wheel Menu</title><link>http://blog.viram.dev/tutorial-how-to-code-flyout-navigation-wheel-menu/#comment-1058954719</link><description>&lt;p&gt;Why? I am the author, that is my bio and my picture so people can get to know me better. I'm not a girl. I'm a boy with long hair.... "Jake" is not a girl's name.&lt;/p&gt;&lt;p&gt;Not sure if you have a problem with that but it certainly doesn't affect my writing skills in any way.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jake Rocheleau</dc:creator><pubDate>Wed, 25 Sep 2013 15:26:25 -0000</pubDate></item></channel></rss>