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.

RowruffDesign

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    RowruffDesign got a reaction from steveking in rounded corners   
    You can use border radius for that!
     
    This would be the easy way to give every cornver the same rounded corner
     

    -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
     
    If you want to give every corner an other value you can use this code:
     

    -webkit-border-radius: 10px 15px 20px 5px; -moz-border-radius: 10px 15px 20px 5px; border-radius: 10px 15px 20px 5px;
     
    The first value is for the left-top corner, the second value for the right-top corner, the third value for right-bottom corner and the fourth value is for the left-bottom corner.
     
    Goodluck
  2. Like
    RowruffDesign reacted to wdh in Possible to build a WP site offline?   
    http://www.onextrapixel.com/2011/03/08/how-to-code-a-wordpress-3-0-theme-from-scratch/
     
    A good tutorial I used for my first template, you can build it as you would a normal website and then use the tutorial to split it up into the relevant sections.
     
    And as above for working offline.
  3. Like
    RowruffDesign reacted to Renaissance-Design in Specificity Huh ?   
    As a general rule, try to give your CSS only as much specificity as it asolutely needs. Inherit values where possible, and use the cascade to your advantage.
     
    If you need to use !important to override something, it's a fairly good sign that your CSS sucks.
  4. Like
    RowruffDesign reacted to Renaissance-Design in Code in wordpress post   
    I use wp-syntax on my site. It uses GeSHi, which supports more languages than you'll ever need - see here for PHP without line numbers, and here for Apache config files with.
  5. Like
    RowruffDesign got a reaction from mfs in grunge details   
    I would say make your website design in Photoshop and then slice it out in to peaces, then you have your grunge border
     
    grunge border
     
    PSDtoHTML
     
     
    btw: I think borders for a whole page are outdated!
     
    Cheers
  6. Like
    Better yet, try to learn how to actually code: HTML+CSS
     
    Best way is to spend time with http://codecademy.com
  7. Like
    RowruffDesign got a reaction from Trustworthy3 in Business template   
    That is looking much better
     
    Great job
  8. Like
    Did this last week, a little 'making of' vid...
     
    http://www.webdale.co.uk/blog/making-a-mercenary/
     
    Back into the corporate world now though so nothing else of interest just yet!
  9. Like
    RowruffDesign reacted to Gibson in Photoshop Help   
    Maybe the OP is an animist?
  10. Like
    RowruffDesign got a reaction from David Cook in How is this done?   
    http://tympanus.net/codrops/2012/04/05/slideshow-with-jmpress-js/
     
    You can probally change the CSS and turn the dots into numbers
     
     
     
  11. Like
    RowruffDesign reacted to sash_oo7 in Javascript practise routine   
    see here
  12. Like
    +1 illustrator
  13. Like
    RowruffDesign reacted to sonja in when advertising, is 'www.' really needed?   
    Is Domain the name of the company, or is Domain.co.uk the name? I would put the company logo large, and the the www. Address below it, in a simple font to make it clear for everyone. A friend of mine has a completely online company, and he uses domain.com and domain, depending on the add. Take a pic of you vehicle, and photoshop the 2 different approaches. Ask some friends and random people for their opinion. Fresh eyes are always good. Stickers are fun.

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.