Jump to content

virtual

Advanced Member
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by virtual

  1. Eddie, would you care to explain a little more how that is done. I have a client who wants his site temporarily removed from public and SE view and access, but I need to be able to work on it and show him what's going on. My solution was to put a landing page as the hierarchy is http://sitename.com/default.htm or html and then move the whole site to a different folder (with a robots.txt file) but I'm concerned that might mess up the link to the database.. Your solution seems a little easier.
  2. I love the general look of the website and would just make a few comments: In the navigation FAQ's might look better than "Frequently Asked Question", which if you are going to keep it as is should be plural. Compared to the rest of the site, the footer logos are way too big, it seems to give them more importance than the actual site and text. The store would look more balanced if it was the full width of the site. If it has to stay that size then I would center it. The Gallery would look better with a full page (like the store) and a plugin like Fancybox which enlarges the images on click and automatically makes a scroll through gallery.
  3. Thanks Ben, I wasn't sure.
  4. Just a quick question, when I am developping Wordpress sites on MAMP and localhost, can I use the same username, password and email to login to the different sites, or do they each have to be different?
  5. I totally agree with Ben, the Mac is the superior machine and you do not have to change it every 2 - 3 years. Just update the OS. With an Intel Mac you have a PC too so you are getting two machines in one. As for running your Dreamweaver on it. That isn't a problem as you can always install it on the PC side. I have both DW and Photoshop on the PC side as well as on the Mac OS. Great piece of info about the free testing version Ben, I was wondering how to install IE9 without overwriting 7 and 8.
  6. If you get Webmaster Tools at Google you can submit a site and then see all the statistics of which pages are visited etc.
  7. I occasionally have to update a Drupal built site, using the CMS which the client does not know how or want to use. Not surprising, I have to call the Drupal programmers regularly because even I have a hard time using the CMS. Now that's daft, talk about a learning curve, it should be easy for the client.
  8. virtual

    CSS Layouts

    I would add that if your client requires his site be accessible on cell phones then you will have to adapt to that particular requirement. Otherwise as Ben said, if I am accessing a website from my phone it's because I want quick access and info, so I will zoom in to see the area that I'm interested in and not even look at the overall "eye candy"
  9. As per your previous post, my patience level is probably just like the Holy Spirit's, who might suggest you take another puff of whatever you were smoking and let him have one too.... Are you looking for a coding critique or a design critique? Andrea will knock you into shape with the coding. As for the design, I would say it's a little bland, needs a little more imagination and more art. At least you have not fallen into the newb trap of flashing scrolling things. However your choice of font for the header is not very legible, the logo definitely needs work and the navigation would look better on one line only with a rollover effect. Also be very careful of spelling mistakes, they give a bad impression and running a spell check or a validation check is no big deal.
  10. No he was just probably inhaling the surrounding air.....
  11. You should be updating the index.html file directly, then you can (ctrl+s). When you made your index.txt file you saved it as index.html which opens another file, so if you are writing in index.txt you will have to save as each time.
  12. and to think some people actually believed it is even more incredible. I love a good laugh.
  13. virtual

    Honing CSS skills

    Absolutely and that's why I don't have one...LOL Besides I find screens harder to read than print.
  14. Hi Ryan,

    Glad to see you on this forum.

  15. virtual

    Centering issues

    I believe it ships with every new PC (for which I have another name) to give the new owner access to the internet and the possibility to then choose another browser. Which most people do not do.
  16. virtual

    Honing CSS skills

    I had a good laugh at the "ladies" bit and totally agree with everyone here. If the code you are writing does not give you any problems across major browsers and platforms and only a few errors in IE (which everyone expects anyway) then you are definitely doing it the right way. So do not listen to your "friends" who are telling you otherwise. As for learning, to keep up in this every changing internet world, you will need to learn the basics of PHP and Jquery and all that information is usually out there on the web. Google is your friend. Books are outdated, nobody reads paper anymore, big bookstores are going out of business and everyone has a Kindle or Nook of some sort if they really want to read.
  17. I think jackmark is missing the mark....Designing work is not done in DW, that is done in Photoshop or Illustrator. DW is just a tool that can write (usually not very efficiently) the code necessary to display the design and functionality of a site. As LSW says, it may well have a future, but with the increase in demand for CMS sites, coders will not bother with an expensive tool like DW to write their code and their end user just needs a browser to change whatever he wants in a CMS based website. Just my 2 cents.
  18. One minute and still waiting for it to load..then it timed out. I checked Susie's link and it tells me that it's just me. So I punched it in again and then it did come up quickly. Definitely something wrong going on there though.
  19. Thank you Ben, I have PM's you the file.
  20. Stef, that sounds really simple for someone who understands the language, but could you possibly explain that in English or preferably Javascript to me? JS is like Chinese to me, I don't speak or write it and am just barely able to implement it. My brain doesn't work that way unfortunately (even after several courses) although I am fluent in several human languages. But thank you for your time and for replying.
  21. Had a snooze while the site loaded, even once I got there the intenal links took forever to load. From San Diego, CA
  22. I am using a fade transition which I have set to auto loop, but I would like it to stop after one loop. What do I need to change or add to the following JS. I have tried lots of different things but nothing has worked for me so far. Thanks for any help. // autoplay var autoPlayTimer; function restartPlay(){ stopPlay(); if (options.autoPlay) autoPlayTimer = setTimeout(function(){ go(curIdx<elementsCount-1? curIdx+1: 0); restartPlay(); }, options.delay + options.duration ); }; function stopPlay(){ if (autoPlayTimer) clearTimeout(autoPlayTimer); autoPlayTimer = null; }; function forceGo(event, index){ stopPlay(); event.preventDefault(); go(index) restartPlay(); }
  23. Genius, what would I do without you! Thank you it works like a charm.
  24. This is the error message from the source code, We are very sorry, but there were error(s) found with the form you submitted. These errors appear below.<br /><br />The Email Address you entered does not appear to be valid.<br /><br /><br />Please go back and fix these errors.<br /><br /> As you can see it does not close the divs, body and html tag.
  25. Thanks Ben, I tried taking out the php include and it still doesn't close the divs. I can live without the footer content in the error message, I would just like it to close out the design which has a rounded background image. I tried your link but got a 404 message
×
×
  • Create New...