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.

elfynity

Members
  • Joined

  • Last visited

  1.    terydinho reacted to a post in a topic: First meetings with new clients...
  2. Oh right, you were looking at it from more of a discussion, personal point of view. I usually can suss peeps out from the start, so no pre-determined questions can take care of that, those questions happen as you find out more. I think my first first steps are tuning into that person's vibe and falling into it. And if they are trying to create something that is different from the way they are, then both of you together can make that vibe happen and sync .. you can just feel it. Hope i got your topic right this time! It is a very interesting topic.
  3. ok, I tried to load up your pages on my notepad and view them, but it is late, and i can't follow what you are saying, exactly. My trick with getting the footer to always stay separate and at the bottom of the page is to put this inbetween the main content and the footer: <div style="clear:both"></div> And then you can margin it to the center of your page no matter what size the browser by adding: margin:0 auto; into your footer css. I could be totally wrong here! Sorry, I'm off to bed and I'll check up here tomorrow to see if you came right with this.
  4. I think that everyone who says that they should offer any of their work for free, or under-valued is wrong. The whole of life is on a barter system, and what you put into something is what you should get out. The reason why we have to do free stuff is because someone somewhere started the whole thing, and now, the exact person that you do a free website for was the person who did something for free for someone else and now can't afford to pay for his own website ... and all of this means that if you do something for free, or even under it's value of worth, then you are gonna be the next one that needs something for free from someone else! And the cycle will never end! Everyone who does any kind of work should get paid what it is worth; and if someone can't afford to pay it, then that is because they should probably not have it in the first place!
  5. That's really easy, this article http://www.webdesignermag.co.uk/blog/site-storyboarding-and-design/ completely covers everything you've just asked.
  6. Hi Melpa, I used this http://wordpress.org/extend/plugins/wpforum/, and had no trouble interating onto a page on my website. You just add <!--WP FORUM--> to a new blank page in Wordpress and the Forum shows up. I'm not using that forum anymore though; but it worked perfectly, and i easily changed the colour schemes and sizing in css and in the php files in the tables, etc. Hope that helps.
  7. oh, wait! It worked, sorry, I'd forgotten to change the theme page after editing the functions page! Thank you!!!!!!!!!
  8. Hi Andyl, the good news is that the code is working, the bad news is that it is returning this error above my page - Warning: Cannot modify header information - headers already sent by (output started at /home/drumshac/public_html/wp-content/themes/drumshack/functions.php:73) in /home/drumshac/public_html/wp-content/plugins/wp-forum/wpf.class.php on line 1375! Any ideas?
  9. Ok, but how do i put the two codes together so that i can make it work?
  10. hi there! I have been trying to figure this out, and can't find a clear answer on the internet. I have this string where i am fetching post information. <p><?php query_posts('showposts=3'); ?> <?php while (have_posts()): the_post(); ?> <p ><?php the_title(); ?></p> <?php the_excerpt(); ?> <a href="<?php the_permalink(); ?>"> <img src="/images/arrow_sml.png" border="0" alt="go!"/></a><br /> <?php endwhile; ?></p> What i want to do is fetch only a few words of the the_excerpt, say about 20. So, i tried to use this code by putting it in the above coding; but it is not working. if(strlen($the_excerpt) > 20 ) { $totalChars = 20; $the_excerpt = substr($the_excerpt,0,$totalChars)."..."; } Does anyone know how to do this? Is it possible?
  11. Hi guys, Just to let you know, i noticed that this works for both emails to block them: if ($email) { if ( strpos($email,"@bm-01.vm.gam.co.za") !== false ) { $errors[] = "you do not have permission"; } } if ($email) { if ( strpos($email,"@cattechnologies.com") !== false ) { $errors[] = "you do not have permission"; } } But this doesn't, it only blocks @cattechnologies.com: if ($email) { if( strpos($email, '@cattechnologies.com') > 0 ) { $errors[] = "you do not have permission"; } } if ($email) { if( strpos($email, '@bm-01.vm.gam.co.za') > 0 ) { $errors[] = "you do not have permission"; } }
  12. thank you so much!!! it works!!!
  13. Hi there, I have created a form mail, and it has been very successful. I have also managed to block certain email addresses using this: if ($email) { if ($email=="arif@cattechnologies.com") { $errors[] = "you do not have permission"; } in my form mail. what i would like to do now is block all emails coming from the extension, eg: @cattechnologies.com. So, whether they use info@cattechnologies.com or ima_spammer@cattechnologies.com; the email will be blocked.
  14. Yes, I'm in the process of doing that. I had to install the plug in from the wordpress interface, and i also had to copy and paste the coe into my page where i wanted it to go, and that worked. I'm in the process of looking for a plug in that allows users to upload images from their pc and write a message, but only got one that uploads from a url so far. Shew! Lots of php bussing in my head!
  15. I think that i have to install it and then put it into the code.
  16. hi! I'm having trouble with a plug in. I've successfully installed comment image embedder into wordpress, and activated it. What i can't figure out is how do i get it to show up on a page? I looked in my widgets to see if it had created a new widget that i can just throw in there, but, it doesn't show up there.

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.