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.

JMCDesigner

Members
  • Joined

  • Last visited

  1.    JMCDesigner reacted to a post in a topic: Getting backlinks these days?
  2.    JMCDesigner reacted to a post in a topic: Getting backlinks these days?
  3. Aye, .gov.uk are powerful indeed, which is why it's nigh impossible to get links on those kind of sites lol. I know what you mean about the reciprocal link thing though. Just need to frame it with my own site.
  4. So I've just checked out a competitors backlinks and they include links to college type websites, and they're also the cms builders for some local council website (.gov.uk). hmm... more tricky than I thought to get that gig... they to seem to have footer links to sites they've built so maybe that's where I'm going wrong?
  5. Of course I know of one dofollow backlink that is incredibly effective GO on then I'll bite - what's that then?
  6. Thanks for all your input folks. I certainly agree with the article writing bit, but I think that would be easier for some businesses over others. Realistically I don't think smaller businesses would have the time or inclination to write regular articles for their seo. There'd only be so many articles you could write about 'window cleaning' for example.
  7. Hi Neil, Yeah I agree completely with the not putting my link on clients websites - I don't do that any more. I did actually check out the Web Design Association but even their directory links are nofollow. Creating good, unique content or website would work well for people in creative type of industries like myself but I'm not sure how that would be practical for a business in a fairly mundane sector which needed to have backlinks for a particular topic. I think the whole process of getting backlinks is a lot more difficult now, and I've only been able to concentrate on on-site seo really. You make a fair point about writing articles though, which I've been trying to do with my blog and it's just a case of getting those articles noticed!
  8. I just wanted to ask and see how you guys get back links for yourselves as web designers, other than posting a link in the footer of a website you've built. I notice a lot of forums are nofollow now (even comments in wordpress blogs), so I'm left scratching my head about it *looks sadly at signature* . Your thoughts and input on this would be greatly appreciated - thank you in advance!
  9. Found this: http://www.hobo-web.co.uk/seo-blog/home-page-title-is-wrong-in-google-search-results/ It might be to do with it being on DMOZ, so added the meta tags mentioned...will wait n see...
  10. Site was uploaded aaaages ago (couple of months maybe?)...I have never used 'HSES Limited' as a title tag. The search engine caches are recent, so should be right...
  11. Shortened the meta titles....see if that's anything to do with it.
  12. I'm a bit confused by the following when I search for hses.co.uk (search term 'hses'): google.co.uk: link title = 'HSES Limited' yahoo.co.uk: link title = 'The Number One Bespoke Health, Safety and Environmental...' bing.com = link title = 'HSES Limited' yahoos title is correct, and the site has been up for ages. When I look at the cache for bing and google the titles are correct. So why is the link title wrong? 'HSES Limited' isn't even referenced ANYWHERE on the site??? Can anyone enlighten me as to what's happening here?
  13. Fair enough....solved it myself...I put a header location redirect and changed text field code <input type="text" name="businessname" id="businessname" <?php if (!in_array('businessname', $missing)){stickyfield($SET_BNAME);} ?>/>
  14. That's right I do want a specific line of the settings file each time. The problem is as follows: 1. My form input field reads specific line from text file (as an example) and makes field value 'plumbing inc' 2. I change the input field to 'electrician inc' and press submit 3. The specific line on the text file is updated, but the form field still says 'plumbing inc'
  15. I have a form which loads its values from a text file. When I update a field and press submit, the text file is updated with the new value but the sticky field still shows the prior value. Can anyone enlighten me as to what I've done wrong? It's far too late in the evening and my brain has become mush... form fields look like this: <input type="text" name="businessname" id="businessname" <?php stickyfield($SET_BNAME); ?>/> external config file (php include) looks like this: function stickyfield($fieldname){ if(isset($fieldname)){echo ' value="'.trim($fieldname).'"'; }; }; I have ommited the other data but $SET_BNAME refers to the array element im extracting from the text file as follows: $settingsfile = file(SETTINGS); for ($i = 0; $i < count($settingsfile); $i++) { // separate each element and store in a temporary array $tmp = explode(': ', $settingsfile[$i]); // assign each element of the temporary array to a named array key $settingsfile[$i] = array('setting' => $tmp[0], 'value' => $tmp[1]); } $SET_BNAME = trim($settingsfile[0]['value']); (SETTINGS is defined to text file location)
  16. pure CSS3: http://www.subcide.com/articles/pure-css-twitter-fail-whale/
  17.    Lev reacted to a post in a topic: You are not as good with css as you think
  18. http://www.romancortes.com/blog/homer-css/

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.