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

Everything posted by _webbie00_

  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.
  15. _webbie00_ replied to _webbie00_'s topic in Frontend
    Oh I wasn't saying using section to contain unrelated sections, just asking whether its okay to use it like how I example it. Perhaps this next example would give a better explanation of what I was trying to say in my first post.
  16. _webbie00_ posted a topic in Frontend
    So this might sound stupid but I thought I'll ask it anyway just to clarify it. As everyone know html5 has semantic structure therefore they use pretty straight forward tags now such as header, aside, section and such but do you actually structure your html using html5 tags? So far I'm using section as a container like this; <section> <div></div> <section> or do you do it the other way around? please if you have any ways of using them properly could you possibly please share it. Thanks
  17. Photoshop - layouts Illustrator - vector but still learning Sublime Text - Text Editor Foundation Zurb - speed responsive approach FileZilla - FTP MAMP PRO & Wamp - apache server for testing Youtube - Music is a must for me.
  18. I like Foundation Zurb because I find their Docs easier to follow.
  19. I kinda started using this kind of subject but I thought I'd post +1 in this thread to get more ideas. Any one has a site where they get their inspiration from? I've been around pinterest but maybe you have other sites you could recommend for us who are just starting out?
  20. +1 I'd like to know too as well.
  21. Thanks Fuzzy Will add more spacing in each sections and will also play with the swatches I downloaded for PS. As for the logo I'm still working on it as I still don't know the final website name yet or I might just use my initial as my logo to make it simple but my initial is (ME) so I don't know what business extension name I'm going use.
  22. Its not so glamorous or fancy but rather simple, again like my previous post its based on 960-grid. Need your opinions to improve it (grid web solution is probably just a placeholder for now) I still need to think a better name.
  23. I wouldn't edit the live site really I would instead download it on my local machine and edit that then just re-upload it when its finished.
  24. I think I've tried the last link before and I thought flexbox don't support other/older browsers?

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.