1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323<!DOCTYPE html> <!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> <!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> <!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> <head> <meta charset="utf-8"> <title>Crap, where did I put that file? - TechBeats</title> <meta name="author" content="Deluan Quintão"> <meta name="description" content="Crap, where did I put that file? It looks like you have requested a file which no longer exists. Here is a list of recently published posts. …"> <!-- http://t.co/dKP3o1e --> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="http://techbeats.deluan.com/404.html"> <link href="/favicon.png" rel="icon"> <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> <script src="/javascripts/modernizr-2.0.js"></script> <script src="/javascripts/ender.js"></script> <script src="/javascripts/octopress.js" type="text/javascript"></script> <link href="/atom.xml" rel="alternate" title="TechBeats" type="application/atom+xml"> <!--Fonts from Google"s Web font directory at http://google.com/webfonts --> <link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> <link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-2382675-13']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body > <nav role="navigation"><ul class="subscription" data-subscription="rss"> <li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li> </ul> <form action="https://www.google.com/search" method="get"> <fieldset role="search"> <input type="hidden" name="q" value="site:techbeats.deluan.com" /> <input class="search" type="text" name="q" results="0" placeholder="Search"/> </fieldset> </form> <ul class="main-navigation"> <li><a href="/"> <span class="blue_light"> TechBeats </span> <span class="blue_dark"> ~ Show me the code! </span> </a></li> <li><a href="/">Blog</a></li> <li><a href="/blog/archives">Archives</a></li> </ul> </nav> <div id="main"> <div id="content"> <div> <article role="article"> <header> <h1 class="entry-title">Crap, where did I put that file?</h1> </header> <p>It looks like you have requested a file which no longer exists.</p> <p>Here is a list of recently published posts.</p> <div id="blog-archives" class="missing"> <article> <h1><a href="/profiling-web-requests-in-grails-application">Profiling web requests in your Grails application</a></h1> <time datetime="2010-12-29T00:11:39-06:00" pubdate><span class='month'>Dec</span> <span class='day'>29</span> <span class='year'>2010</span></time> <footer> <span class="categories">posted in <a class='category' href='/blog/tag/grails/'>grails</a></span> </footer> </article> <article> <h1><a href="/using-cache-headers-plugin-in-a-non-english-s">Using Cache-Headers plugin in a non-english server</a></h1> <time datetime="2010-12-21T00:03:35-06:00" pubdate><span class='month'>Dec</span> <span class='day'>21</span> <span class='year'>2010</span></time> <footer> <span class="categories">posted in <a class='category' href='/blog/tag/grails/'>grails</a></span> </footer> </article> <article> <h1><a href="/apache-shiro-tags-for-jsffacelets">Apache Shiro tags for Facelets - Securing your JSF pages</a></h1> <time datetime="2010-11-01T00:49:27-05:00" pubdate><span class='month'>Nov</span> <span class='day'>01</span> <span class='year'>2010</span></time> <footer> <span class="categories">posted in <a class='category' href='/blog/tag/java/'>java</a>, <a class='category' href='/blog/tag/jsf/'>jsf</a>, <a class='category' href='/blog/tag/shiro/'>shiro</a></span> </footer> </article> <article> <h1><a href="/using-spring-di-in-your-gaelyk-projects">Using Spring DI in your Gaelyk projects</a></h1> <time datetime="2010-10-11T00:07:55-05:00" pubdate><span class='month'>Oct</span> <span class='day'>11</span> <span class='year'>2010</span></time> <footer> <span class="categories">posted in <a class='category' href='/blog/tag/gaelyk/'>gaelyk</a>, <a class='category' href='/blog/tag/groovy/'>groovy</a>, <a class='category' href='/blog/tag/spring/'>spring</a></span> </footer> </article> <article> <h1><a href="/calling-the-right-grails-version-from-command">Calling the correct Grails version automatically from command line</a></h1> <time datetime="2010-10-04T23:48:53-05:00" pubdate><span class='month'>Oct</span> <span class='day'>04</span> <span class='year'>2010</span></time> <footer> <span class="categories">posted in <a class='category' href='/blog/tag/bash/'>bash</a>, <a class='category' href='/blog/tag/grails/'>grails</a></span> </footer> </article> <article> <h1><a href="/how-to-use-an-external-log4jproperties-in-you-0">How to use an external log4j.properties in you Grails project</a></h1> <time datetime="2010-09-30T22:33:52-05:00" pubdate><span class='month'>Sep</span> <span class='day'>30</span> <span class='year'>2010</span></time> <footer> <span class="categories">posted in <a class='category' href='/blog/tag/grails/'>grails</a>, <a class='category' href='/blog/tag/spring/'>spring</a></span> </footer> </article> <article> <h1><a href="/creating-permalinks-with-grails">Creating permalinks with Grails</a></h1> <time datetime="2009-03-18T21:51:37-05:00" pubdate><span class='month'>Mar</span> <span class='day'>18</span> <span class='year'>2009</span></time> <footer> <span class="categories">posted in <a class='category' href='/blog/tag/grails/'>grails</a>, <a class='category' href='/blog/tag/groovy/'>groovy</a></span> </footer> </article> </div> </article> </div> <aside class="sidebar"> <section> <h1>About Me</h1> <p> Senior developer and architect interested in backend development, DevOps and music :) </p> </section> <section> <h1>Recent Posts</h1> <ul id="recent_posts"> <li class="post"> <a href="/profiling-web-requests-in-grails-application">Profiling web requests in your Grails application</a> </li> <li class="post"> <a href="/using-cache-headers-plugin-in-a-non-english-s">Using Cache-Headers plugin in a non-english server</a> </li> <li class="post"> <a href="/apache-shiro-tags-for-jsffacelets">Apache Shiro tags for Facelets - Securing your JSF pages</a> </li> <li class="post"> <a href="/using-spring-di-in-your-gaelyk-projects">Using Spring DI in your Gaelyk projects</a> </li> <li class="post"> <a href="/calling-the-right-grails-version-from-command">Calling the correct Grails version automatically from command line</a> </li> </ul> </section> <section> <h1>GitHub Repos</h1> <ul id="gh_repos"> <li class="loading">Status updating...</li> </ul> <a href="https://github.com/deluan">@deluan</a> on GitHub <script type="text/javascript"> $.domReady(function(){ if (!window.jXHR){ var jxhr = document.createElement('script'); jxhr.type = 'text/javascript'; jxhr.src = '/javascripts/libs/jXHR.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jxhr, s); } github.showRepos({ user: 'deluan', count: 10, skip_forks: true, target: '#gh_repos' }); }); </script> <script src="/javascripts/github.js" type="text/javascript"> </script> </section> <section> <h1>Latest Tweets</h1> <ul id="tweets"> <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/deluan" data-widget-id="489593627404812288" data-link-color="#1863a1" data-tweet-limit="4" data-chrome="noheader nofooter transparent noscrollbar">Tweets by @deluan</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </ul> <a href="http://twitter.com/deluan" class="twitter-follow-button" data-show-count="false">Follow @deluan</a> </section> <section class="googleplus"> <h1> <a href="https://plus.google.com/+DeluanQuintao?rel=author"> <img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32"> Google+ </a> </h1> </section> </aside> </div> </div> <footer role="contentinfo"><p> Copyright © 2014 - Deluan Quintão - <span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span> </p> </footer> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#appId=212934732101925&xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <script type="text/javascript"> (function() { var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; script.src = 'https://apis.google.com/js/plusone.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s); })(); </script> <script type="text/javascript"> (function(){ var twitterWidgets = document.createElement('script'); twitterWidgets.type = 'text/javascript'; twitterWidgets.async = true; twitterWidgets.src = 'http://platform.twitter.com/widgets.js'; document.getElementsByTagName('head')[0].appendChild(twitterWidgets); })(); </script> </body> </html>