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.

CyberWizard

Members
  • Joined

  • Last visited

Everything posted by CyberWizard

  1. That was my initial thought they have since told her if she doesn't agree to pay they will remove her site from their server and email a zip file of the html files.
  2. Hi Guys, I have been approached by a potential client who has a recruitment website on which visitors can register and the site uses a cookie for the remember me checkbox. Her current developer has said it will cost around £1000 to bring her site up to date with the 2011 cookie compliance legislation that must be corrected by the 26th of May 2012. Everything I have managed to find by googling seems rather confusing so I was hoping somebody might be able to break it down into plain english for me. I must confess to not really knowing this existed until starting discussions with this client and I am a bit concerned about a couple of other sites I have developed that may need to be updated for this. Any help would be greatly appreciated. CyberWizard
  3. Cheers Chris i'll take a look now
  4. Hi Guys, I hope you can help me. A client wants a piechart type navigation image on their site. Basically a circle split into 7 sections each of which will link to a sub page and the image/background image to change on hover. Initially I tried doing this the old fashioned way with an imagemap. But I couldn't get the hover effect to work at all. So I decided to try 7 absolutely positioned images, this works to an extent as you can see here. However the hover effect using just css is wrong because it changes as it hovers over the edge of the image not the segment obviously. Any ideas? I assume I need some javascript but i'm unsure where to start. Cheers guys. Cyber
  5. I have a potential client who would like me to quote for an e-commerce site. I am struggling to find a software that will suit her needs. She has had some exceptional product pictures taken and they can't really be cropped to be certain proportions like they are with OpenCart and Magento (the solutions I have experience of) so I was hoping you guys may be able to recommend a professional solution that allowed for random image sizes. Apart from this requirement and the obvious like product options, newsletter modules etc her only other must have is that it will allow Paypal integration. Having researched her competitors it looks like most of them have used website builder softwares that have a paypal integration option like PappaShop. Not really a road I want to have to send her down. Cheers
  6. Look into the wp_nav_menu() function in the codex. It allows you to setup custom nav menus in your theme so you can select which pages/posts/categories appear in your navigation. wp_nav_menu
  7. <table> </table> <style type="text/css"> </style> <p> <br> <br> </p> <form method="post" action="/index.php"> They are there look also remove whats in orange style declarations should be in the <head>
  8. Not sure if this is the best solution but a quick play about in firebug seemed to help. I changed your html for the swatch div to <div class="swatch" id="swatch"> <div class="swatch_pic"><img src="../Location/images/PremierInn.jpg" width="60" height="60"></div> <div class="swatch_text">Wine Wharf, Wine Wharf and Brew Wharf, Experience the finest wines and ales.</div> <div class="swatch_pic"><img src="../Location/images/PremierInn.jpg" width="60" height="60"></div> <div class="swatch_text">Wine Wharf, Wine Wharf and Brew Wharf, Experience the finest wines and ales.</div> <div class="swatch_pic"><img src="../Location/images/PremierInn.jpg" width="60" height="60"></div> <div class="swatch_text">Wine Wharf, Wine Wharf and Brew Wharf, Experience the finest wines and ales.</div> <div class="swatch_pic"><img src="../Location/images/PremierInn.jpg" width="60" height="60"></div> <div class="swatch_text">Wine Wharf, Wine Wharf and Brew Wharf, Experience the finest wines and ales.</div> <div class="swatch_pic"><img src="../Location/images/PremierInn.jpg" width="60" height="60"></div> <div class="swatch_text">Wine Wharf, Wine Wharf and Brew Wharf, Experience the finest wines and ales.</div> <div class="swatch_pic"><img src="../Location/images/PremierInn.jpg" width="60" height="60"></div> <div class="swatch_text">Wine Wharf, Wine Wharf and Brew Wharf, Experience the finest wines and ales.</div> </div> Alternating the picture div then text div. I also changed the float of the text divs to left from right. float: left; And added a height to the text div I added 45px. height: 45px; But you can play about with that to give more space between the swatches. Like I said maybe not the best solution because I would of suggested wrapping the text in <p> tags but working with what you had it worked for me.
  9. Your footer on the second link is outside the #wrapper div where as on the first link it is inside the #wrapper div. To correct close the wrapper div after you close the footer div. At the moment on the second link you close it before the footer starts.
  10. Should be if (($_POST[text1] == "") || ($_POST[func] == "")) { header("Location: generic_form.html"); exit; }
  11. Red Devils :diablo:
  12. Thanks for the advice guys. I also start with why do you need a site but then I try and get an idea of sites they like the look of and if they have a colour scheme in mind or any existing branding in place. I was thrown a curve ball today when the client to any question about style or look with anything professional! Would you rather have a clean slate to start from or more of a guide from the client?
  13. Hi Guys, I have just had a conversation with a potential client through skype. The client wants a website for a hotel that he is buying this week. :bangb: Normally when I discuss a project with a client I try to get an idea of the type of sites they like, a colour scheme they have in mind etc etc. This particular client however responded to my question about a colour scheme etc that it didnt matter as long as it was professional he was sure it would be ok? Do people work like this? I am really interested to know what kind of information you try and get out of new clients before you sit down at a computer or sketch pad and start working on a design? Or are you happy to work on an anything professional basis? Looking forward to hearing your techniques and ideas on this. Cheers CyberWizard
  14. This is also available with cs3
  15. Welcome to WDF this is definately the place to learn.
  16. It was for a potential client they were worried about google penalising them for duplicate content. Passed the work onto somebody else now but thanks for your help.
  17. Hi Everyone, Is there a way to redirect from one magento store on one domain to a magento store on a different domain. I want to redirect from domain.com/brand/blahblah/product.html to domain.co.uk/brand/blah blah/products/product.html using a permanent redirect as the sites are currently both still live I am having problems. the massredirect module I found isnt picking up the csv file with the redirects listed. I have tried the inbuilt rewrite tool but it says the request path already exists because of some system redirects that are in place. Any help would be greatly appreciated sorry for rambling.
  18. The link to one of my sites has disappeared from google. Is there a way I can find out why they have dropped it? One other link to the site still remains (a flash file) so I am confused because I thought if google thought I had breached a guideline they would drop all links to the site. The last change I made to the site was embeding a youtube video.. Any help would be great
  19. It doesnt for me I type in www.handspun.co.uk on google and this topic is the second option but my site doesnt appear at all!
  20. I'm very confused then because if I do a site:cyberwizard.co.uk for my personal site. I get www.cyberwizard.co.uk/ www.cyberwizard.co.uk/webextras.html www.cyberwizard.co.uk/webdesign.html www.cyberwizard.co.uk/portfolio.html but for site:handspun.co.uk I get www.handspun.co.uk/index.html www.handspun.co.uk/work.html www.handspun.co.uk/gallery.html www.handspun.co.uk/contact.html My concern is the client intends to give the web address out when she gets enquires by telephone. Her prospective customers are unlikely to be web savvy (her words) so if the customers type the url in google as many people do www.handspun.co.uk doesn't bring up the page they have to type www.handspun.co.uk/index.html or /work.html etc My question is y for some sites does it index www.domain.co.uk/ and other times www.domain.co.uk/index.html and is there any way to entice google to index www.handspun.co.uk like it has for my own cyberwizard site
  21. Im a complete newbie when it comes to SEO. I recently did a 4 page site for a client and submitted it 2 google. When google indexed the site it indexed 3 pages. It hasnt however indexed the root URL ie www.handspun.co.uk, www.handspun.co.uk/index.html is indexed however. Is there something I can do to entice google to index the root url? Also any good books on SEO you can recommend PS: Sorry if I ramble - If you need any more info let me know...
  22. Thanks Guys

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.