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.

Borf

Members
  • Joined

  • Last visited

  1. Thanks for the responses. I'm aware of the server's location playing a part so thanks for reminding me of that. No URL or pages will change, and if I can get the response time down( Flash to HTML ) then that will play another positive part! Thanks again.
  2. A vague question, granted. But I have a client who would like to increase traffic \ reduce bounce to their site. It's currently hosted and supported by Moonfruit (where users can build sites for free). At the moment the site ranks page 1 for a couple of keyword strings and ges around 600 unique per month. I'm confident the site can be improved SEO wise as it's flash based. To do this would require recoding the site from scratch and hosting it on my servers. Assuming I could do so without impacting its current SEO (I intend to improve it), would such a move away from Moonfruit affect its current rankings ? Has anybody gone through a similar experience and found Google preferred the site's original location? Of course, I don't want to carry out work resulting in a negative impact. Thanks for your help.
  3. Wow that's a nice lightbox...!
  4. Steve, Thanks for the response My home is www.limefox.co.uk My latest design which is 99% done is www.nkstonemasonry.com Would actually love some critique, i'm a bit of a lonely developer
  5. Just a quick hello from me. I currently work as a Business Intelligence Analyst for a UK bank but I am a freelance web designer in my spare time - I have a long history of programming in the banking industry, some of it for Intranet .NET applications and I have also designed a handful of websites. I like to think my designing skills are getting better with each site I create, although my organization and marketing skills are still shocking !! I joined this site to hopefully help people, and give back to a community I have, in the past, sponged so much from. Kind regards, Nick
  6. Apart from eating black meat and drinkning warm beer, I think the best thing about summer is the thunderstorms. The bigger the better. Even though the storms in the UK are pretty puny compared to some...
  7. Without seeing the HTML, i'm assuming you would need to change text-align to left and margin to 0px 1px 0 0 in the following section : /* */ /* global definitions for field labels */ /* */ .cform label { width:90px; margin:4px 10px 0 0; display:-moz-inline-box; /*for mozilla*/ display:inline-block; /*for Opera & IE*/ text-align:right; vertical-align:top; } so it readds /* */ /* global definitions for field labels */ /* */ .cform label { width:90px; margin:0 10px 0 0; display:-moz-inline-box; /*for mozilla*/ display:inline-block; /*for Opera & IE*/ text-align:left; vertical-align:top; } regards, Nick
  8. Google Webmaster Tools > Labs > Site Performance. Anything under 1.5 seconds - fast.
  9. You could do a speed test using this utility http://www.websiteoptimization.com/services/analyze/ I believe, while not having access at the moment, Google considers anything below 1 or two seconds, slow. The two most important things that will slow a site down is the size of your images and the number of seperate objects (HTTP requests) required to complete a page. Cheers, Nick
  10. This an annoying ie bug which, to confirm craftgeeks response, can be fixed by explicitly specifying the display property when an element is floated. I automatically add display:inline; when specifying float .
  11. You could at least use the selection tool - draw your rectangle than go to Select > Modify > Smooth... Or you can use the roudned rectangle from the auto-shapes menu. Google 'rounded rectangles photoshop' regards, Nick
  12. You could get a list of counties as a drop down here as an example: http://www.geekpedia .com/code150_Dropdown-List-Of-UK-Counties.html But to get towns - there would be too many to render all at once. You could have two dropdown boxes. One for the Counties as above. Upon selecting one, a postback would occur to populate the second with the towns of your selected county. This is a common method. Or you could incorporate AJAX as per Jay's suggestion.
  13. Well you could try changing { failureMessage:"First Name is required" } to { failureMessage:"<br/> First Name is required" } Just to see what would happen, but without seeing the context this code is in I couldn't suggest anything more. I wouldn't actually recommend the above, not very elegant!
  14. Hi there. Are you wanting to change this particular example or one of your own? It would just be a case of removing the JQuery animation and setting the position of the .caption class so it stays out.
  15. I was about to suggest reaching out to CSS3 but its rounded corners don't work on images, which is a shame. Unless you could make the image a background image to a div and round the corners of that DIV... That's a bit desperate though for your situation!

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.