User Clayton Bellmor - Stack Overflow most recent 30 from stackoverflow.com 2009-12-06T11:05:16Z http://stackoverflow.com/feeds/user/53875 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/432849/designing-websites-in-browser-gasp 1 Designing Websites In Browser (gasp!) Clayton Bellmor 2009-01-11T12:39:03Z 2009-04-03T22:49:37Z <p>I'm interested in people's opinions on the pros and cons, or downright "hell no's" on designing websites in the browser, and moving away from Photoshop, Fireworks, etc.</p> <p>I've been designing a relaunch for my website, and trying it out in the browser, and I'm not looking back. </p> <p>For example (I use a 960px grid with 12 columns): </p> <pre><code>&lt;div id="news_section" class="floatleft columntwo spanfourcolumns"&gt; …content &lt;/div&gt; &lt;div id="recent_work" class="floatleft columnfour spansevencolumns"&gt; …content &lt;/div&gt; </code></pre> <p>Not only has designing become fun again, but using grids, vertical rhythm, even the golden ratio, has never been more easy. Not to mention, it completely annihilates the gap between designing and static coding.</p> <p>What do you think? </p> http://stackoverflow.com/questions/695586/blurring-fisheye-effect-on-a-vertical-text-menu 1 Blurring fisheye effect on a vertical text menu Clayton Bellmor 2009-03-29T23:12:18Z 2009-03-30T00:22:08Z <p>I'm searching for existing scripts that will animate a vertical text menu by blurring text and zooming it according to the mouse pointer.</p> <p>I'm trying to accomplish these actions: <br /> 1. OS X-like movement on mouse hover that can 'zoom' the text in and out<br /> 2. In an un-focused state, the text would be blurred <br /> 3. When a user moved their pointer closer to the text, the text would sharpen.<br /></p> <p>Here's a flash example that demonstrates some of the effects, but I'd really prefer to use javascript. [edit] and not use 'down', 'up' and 'select' buttons… naturally. <br /><a href="http://www.flashden.net/item/vertical-fisheye-menu/19994" rel="nofollow">http://www.flashden.net/item/vertical-fisheye-menu/19994</a></p> http://stackoverflow.com/questions/507141/uploading-rails-apps-with-mediatemple 0 Uploading Rails Apps with MediaTemple Clayton Bellmor 2009-02-03T13:54:43Z 2009-03-18T14:38:11Z <p>Any recommendations of a <strong>recent</strong> tutorial, or guide, on uploading Rails applications to a (gs) rails container?</p> <p>I've followed a couple tutorials already, both of which haven't worked.</p> http://stackoverflow.com/questions/593335/web-design-contracts/599216#599216 0 Answer by Clayton Bellmor for Web design contracts Clayton Bellmor 2009-03-01T03:52:39Z 2009-03-01T03:52:39Z <p>I'd suggest you browse <a href="http://www.freelanceswitch.com/" rel="nofollow">FreelanceSwitch</a> dot com, they deal with every topic a freelance web professional could have. </p> <p>You may also want to become a member of their forums.</p> <p>For the most part, they'll link you to what Andy gave you (above), but there's lots of existing posts that should answer specific questions you might have.</p> http://stackoverflow.com/questions/588719/making-a-fixed-tooltip-vanish-by-scrolling 1 Making a fixed tooltip vanish by scrolling. Clayton Bellmor 2009-02-26T01:22:09Z 2009-02-26T04:06:17Z <p>I'm trying to create a messagebox that is fixed to the bottom of a webpage, so when a user scrolls, it stays put (simple css). However, I'd like the messagebox to disappear when the user scrolls to a certain point in the webpage.</p> <p>For example, if you have a signup form on the bottom of your site, I'd like to create a messagebox that reads "scroll down to signup", and when the user scrolled down to the top of the sign up form, the message would disappear, or get covered up by the form. So when they scrolled up, the message would reappear.</p> <p>This isn't my implementation, but an accurate illustration of the concept. </p> <p>I haven't any experience developing with javscript, but was hoping there was an existing method for this. I'm willing to learn though, this is something I'd like to use.</p> <p>Any thoughts? Or concepts to start learning?</p> <p>Thanks guys! (I think this could be a really clever method of highlighting certain content that perhaps users would miss if they didn't scroll through the entire page.)</p> http://stackoverflow.com/questions/432849/designing-websites-in-browser-gasp/589049#589049 1 Answer by Clayton Bellmor for Designing Websites In Browser (gasp!) Clayton Bellmor 2009-02-26T04:00:51Z 2009-02-26T04:00:51Z <p>I've chosen to stay with wireframes and designing from paper right into the browser. Of course, it's what works me for, and it has made me a much more creative designer.</p> <p>Although I like to use my own CSS libraries for it, take a look at <a href="http://www.blueprintcss.org/" rel="nofollow">Google Blueprint</a>, and check out <a href="http://www.markboulton.co.uk/journal/comments/drupalorg%5Fdesign%5Fiterations%5Fand%5Fdesigning%5Fin%5Fthe%5Fopen/" rel="nofollow">this article</a> by web designer, Mark Boulton.</p> http://stackoverflow.com/questions/56630/how-can-i-get-a-fixed-position-menu-like-slashdots-comment-filtration-menu/584853#584853 0 Answer by Clayton Bellmor for How can I get a fixed-position menu like slashdot's comment filtration menu Clayton Bellmor 2009-02-25T05:49:15Z 2009-02-25T05:49:15Z <p>Do either of you have a working example of the code you've pasted? I am extremely interested in implementing something much like this, with a different application altogether. </p> <p>I'd be very very interested!</p> http://stackoverflow.com/questions/439966/correct-model-data-structure-my-1st-rails-app 0 Correct Model Data Structure? (My 1st Rails App) Clayton Bellmor 2009-01-13T17:36:30Z 2009-02-24T23:22:41Z <p>I'm about to build my first Ruby on Rails application (and first anything beyond xhtml and css), and I'm looking for some helpful feedback on my model structure.</p> <p><strong><a href="http://img523.imageshack.us/img523/523/demoox9.jpg" rel="nofollow">I've included a mockup to help visual the application.</a></strong></p> <p>The only models I'm sure I need so far are:<br /> 1. a <strong>movie</strong> model <em>(to serve as the main model, named movie so URL's will look like, "sitename.com/movies/1-Willy-Wonka")</em> and<br /> 2. a <strong>user</strong> model</p> <p>Other than those, I don't know what to make the others; like 'filming locations', 'actors', and most importantly, the attributes like 'willy wonka' and 'johnny depp'. </p> <p>Should I make all of those models, even the attributes? If so, is it possible, and recommended, to let people create models as attributes?</p> <p>I try to see the app as data created by forms and stored in databases, and with that pov I can't decide how to connect attributes (character &lt;=> actor) to sections (actors, filming locations, artwork, etc.) inside a movie listing; while allowing the attributes themselves to be hyperlinks to related attributes/movies/even sections: clicking on 'steven speilberg' would bring you to a page with movies he's acted in, films he's directed, produced, written, etc.</p> <p>Thoughts?</p> http://stackoverflow.com/questions/55574/learning-ruby-on-rails/436323#436323 1 Answer by Clayton Bellmor for Learning Ruby on Rails Clayton Bellmor 2009-01-12T17:54:38Z 2009-01-12T17:54:38Z <p>I'm currently learning RoR, here's what I've done so far: 1. Read, and followed, SitePoint's "Simply Rails 2.2" 2. Read, and followed, Oreilly's "Rails, Up and Running" 2nd edition.</p> <p>Those two books are very instructive, and take the same approach in different styles; the second book is a little more aggressive, which is good if you have some RoR knowledge. </p> <p>As posted above, be extremely careful when reading resources, there are A LOT of outdated videos and articles.</p> http://stackoverflow.com/questions/432849/designing-websites-in-browser-gasp/432860#432860 Comment by Clayton Bellmor on Designing Websites In Browser (gasp!) Clayton Bellmor 2009-03-05T16:24:09Z 2009-03-05T16:24:09Z Nice, thanks for the link, Ross! http://stackoverflow.com/questions/432849/designing-websites-in-browser-gasp/589049#589049 Comment by Clayton Bellmor on Designing Websites In Browser (gasp!) Clayton Bellmor 2009-02-26T04:15:59Z 2009-02-26T04:15:59Z I've been following his blog for a while, and I recommend reading his new book if you haven't heard of it, &quot;A Practical Guide to: Designing for the Web&quot;. It's good stuff. http://stackoverflow.com/questions/432849/designing-websites-in-browser-gasp/432862#432862 Comment by Clayton Bellmor on Designing Websites In Browser (gasp!) Clayton Bellmor 2009-02-26T03:57:59Z 2009-02-26T03:57:59Z Could you elaborate on Hell No #2. What convention should I use for class names? http://stackoverflow.com/questions/507141/uploading-rails-apps-with-mediatemple/507492#507492 Comment by Clayton Bellmor on Uploading Rails Apps with MediaTemple Clayton Bellmor 2009-02-03T19:54:35Z 2009-02-03T19:54:35Z That's fairly out of date though. I've already had loads of difficulty implementing that method. Are you using the latest versions of rails, capistrano, etc? http://stackoverflow.com/questions/439966/correct-model-data-structure-my-1st-rails-app/440045#440045 Comment by Clayton Bellmor on Correct Model Data Structure? (My 1st Rails App) Clayton Bellmor 2009-01-13T18:20:08Z 2009-01-13T18:20:08Z Tables also refers to models, right? Because when you create a new model and run migration, it creates a database table with the model name? http://stackoverflow.com/questions/439966/correct-model-data-structure-my-1st-rails-app/440005#440005 Comment by Clayton Bellmor on Correct Model Data Structure? (My 1st Rails App) Clayton Bellmor 2009-01-13T18:06:55Z 2009-01-13T18:06:55Z So in practice, I should scaffold a model named Actor with 2 text strings called 'character' and 'actorsname'? And that'd be it? Do that for each section, connect through relationships, and that would - in a nutshell - be it? http://stackoverflow.com/questions/432849/designing-websites-in-browser-gasp/432868#432868 Comment by Clayton Bellmor on Designing Websites In Browser (gasp!) Clayton Bellmor 2009-01-13T16:27:20Z 2009-01-13T16:27:20Z I found that working with slices is a hassle. If one image needs a transparent bg, then I have to hide layers, if one needs a background, then I have to reveal those layers, and on and on. I found it much more freeing to have individual files for certain elements; like photos, effects and type. http://stackoverflow.com/questions/432849/designing-websites-in-browser-gasp/433099#433099 Comment by Clayton Bellmor on Designing Websites In Browser (gasp!) Clayton Bellmor 2009-01-12T17:40:01Z 2009-01-12T17:40:01Z I think fluid designs are absolutely atrocious. Websites should have structure, paragraphs should span X number of words, no more. To apply fluid widths is to throw out hundreds of years of design and typographic knowledge. <i>shudders</i>