Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rhfmedia

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    rhfmedia got a reaction from iems in Allowing the user to edit websites   
    I've used Cushy CMS and others like it, and have found that it's great for anyone who does not want to deal with a database or having to keep a CMS updated. It's also really simple to use and most of my clients liked how easy it was to learn, but that of course comes at a price as you are unable to do a lot of things that you can do with the likes of WordPress or Joomla. Really all comes down to your clientele and what you need a CMS for. If all you want is something to give clients a way to quickly edit content on their sites, and nothing more, I would recommend a lightweight CMS such as Cushy or Surreal. If you need more functionality than that, I would recommend a more advanced CMS like WordPress Any way, that's my 2 cents. Hope it helps!
  2. Like
    rhfmedia reacted to andy9l in Your Setup   
    Fair enough, been a while since we had one of these threads. Worth keeping as a new one I'd say.

    Not a bad laptop you've got yourself there! Decent i7, SSD for OS/apps, 1 TB for junk...you're all set! If you don't mind me asking - and please don't feel you have to answer - what sort of price bracket was that laptop in? I'm looking at laptops at the moment, not just Apple ones.

    Here's my setup, right here, right now. It's dark and dismal in my Uni house bedroom, but only 2 weeks left! That's the W3C RDFa specification on my laptop screen - an enticing read I might add...okay, maybe not. Also, I will own a Focus RS...one day, one day.

    Late 2010 27" iMac
    - 2.8GHz i5 4-core
    - 8GB RAM
    - 240GB SSD + 1TB HDD

    Late 2009 15" MacBook Pro
    - 2.8GHz C2D
    - 4GB RAM
    - 120GB SSD



    Programs on dock (ones I use nearly daily):

    - Chrome (obviously)
    - Photoshop CS5
    - Sublime Text 2
    - Coda 2
    - Eclipse (*shudder*)
    - Wunderlist 2
    - Terminal
  3. Like
    rhfmedia's code should work a treat, but I suggest you set a width on #wrapper, also reduce width of #text to give space between #text and #images
     
    #wrapper { width:1000px; margin: 0px auto; padding: 0px; }
     
    Also, need to add this between images and footer divs:  
     
    <div style="clear:both"></div> Hope this helps too, here's a little mobile responsive mockup: <style> body {margin:0;padding:0} #wrapper { width: 1000px;margin: 0px auto; padding: 0px; color:#FFFFFF;background-color:#003366 } #header { width: 100%; height: 100px; background-color:#993300; margin:0} #menu { width: 100%; height: 100px; background-color:#99FF00; margin:0} #you-are-here { width: 100%; height: 100px; background-color:#FF3333; margin:0} #text { float: left; width: 77.5%; height: 100px; background-color:#9933CC; } #images { float: right; width: 20%; height: 100px; background-color:#666600 } #footer { width: 100%; height: 100px; background-color:#000000;margin:0} @media only screen and (max-width: 767px) { #wrapper,#text, #images {width:100%} } </style> <div id="wrapper"> <div id="header">header</div> <div id="menu">menu</div> <div id="you-are-here">you are here</div> <div id="text">text</div> <div id="images">image</div> <div style="clear:both"></div> <div id="footer">footer</div> </div>
  4. Like
    rhfmedia got a reaction from bernician in Creating a highlightable image?   
    Yeah, this is exactly what that demo I posted earlier accomplishes. Check it out (map and all): http://davidlynch.org/projects/maphilight/docs/demo_usa.html
  5. Like
    rhfmedia reacted to AaronAlderman in Hello to all!   
    Hello mate!
     
    Welcome to the forum
  6. Like
    rhfmedia got a reaction from mrsweet1991 in New Design - Early stages   
    Very nice! Not sure I like the blue button hanging like that. Almost looks like it's broken, but maybe that's just me. Normally I would say the angled/hanging blocks are very creative, but from looking at the company, it seems more like a serious/professional/structured type feel to it. Also, feels like there needs to be more content on the home page. Some place to put some content telling more about the company. Maybe try a 3 column by making those maps smaller?

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.