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.

_webbie00_

Members
  • Joined

  • Last visited

  1. Webhost? I thought only domain extension matters when it comes to targeting your audience in specific country (UK based) but webhost could be anywhere? I'm currently using US host but that's because I needed something for my Uni portfolio for personal use but planning to switch to a UK based one. I find my current host to be a little slow when loading the page. current host: ipage
  2. That's why I gave up using DW and switch to Sublime Text instead.
  3. Without being rude too, I'm a front-end web dev and working in a prof environment and our agency clients have professional designers yet they fail to provide us a proper design. I could design it or I could get someone else to design it, that's not a problem to me what I want to know is how much would someone charge or as a quote for this kind of brief. forget the design for now! so DEV people need your input.
  4. Hi, A colleague of my mum has asked to develop and design a website and asking for the price but I don't have a price in mind yet but I just read her specs for her site and it doesn't seems to be that complicated. The design is pretty straight forward I suppose, so if you are going to make this website how much would you charge for it? Planning on doing it using WP and RWD. current website: http://jrproviders.co.uk/ Thanks
  5. Looks like a good addition to your dev tools .
  6. Yeah I've tried it before but I thought I'll create something myself so I can learn than relying on plugins.
  7. Yeah a little, but was worried about spam though not entirely sure how to set it up and sanitizing the information.
  8. Hi, I've been looking around google and youtube a tutorial how to create your own contact form, I'd use plugins but I want to try building it myself as some of the plugins are way too heavy. Was wondering if anyone of you guys have a good tutorial that you can share? Thanks.
  9. I have this code which works okay for what I wanted but I will probably need to put a condition if there's only 2 posts then wrap it in a <div class="large-6"> then if there's 3 posts then wrap it in large-4. Just a little confused how to add a condition statement. <?php $loop = new WP_Query( array( 'post_type' => 'portfolio', 'posts_per_page' => '3', 'offset' => '1' ) ); ?> <?php while ( $loop->have_posts() ) : $loop->the_post(); ?> <div class="large-4 columns"> <h5><?php the_title(); ?></h5> <?php edit_post_link(); // Always handy to have Edit Post Links available ?> <?php if ( has_post_thumbnail()) : // Check if thumbnail exists ?> <?php echo get_the_post_thumbnail(); ?> <?php endif; ?> </div> <?php endwhile; ?>
  10. Oh I see, I wanna try EE but I think its not an open-source though and I'm not really a fan of joomla too :/. So what are you currently using as a replacement to WP?
  11. Oh why are you trying to stay away from WP, if you don't mind me asking.
  12. Hi, just thought I'd ask people about their preferred WP framework? I've been using html5 blank to build my personal WP sites. Looking for other free but good framework for WP. So what's yours and why?
  13. Maybe there is too much padding on a regular screen therefore you need to reduce it when it hits certain break-point. Showing your code would be helpful
  14. Bootstrap or Zurb which ever you think its easy for you, its a matter of preference rather than which one is better as they are both such great frameworks. Some prefer lighter framework than those two, but I personally like Zurb. Found this video ages ago that talks about bootstrap and zurb. or Youtube: bootstrap vs foundation by TeamLearnable Not sure if I can post youtube video, if not please remove it.

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.