Search results

  1. G

    Easy Portfolio uploads

    go to http://designgoo.com and search for "product type" > "wordpress" and "category" > "art and photography", you will find a bunch of templates to choose from that should work.
  2. G

    Travel site

    i build websites... northstarwebdesign.com
  3. G

    how do i split test landing pages using 1 domain

    here is the code for it... <?php $urls = array("www.site1.com", "www.site2.com"); $url = $urls[array_rand($urls)]; header("Location: http://$url"); ?>
  4. G

    help

    Here is HTML and CSS for it... Here is HTML and CSS for it... http://www.alistapart.com/articles/multicolumnlists/ found it on this great site called Google. You will find most answers to basic questions there.
  5. G

    Need a Coding Exercise

    What are you looking for? Are you looking for layout design ideas?
  6. G

    Logo review please

    Your Logos I think your logos could be improved by trying to simplify them. For instance the Blue logo, lose the vertical lines separating the CAD. They do not really serve a purpose other than complicating the logo for the viewer. It is also to create a "mark" that makes your logo...
  7. G

    Header Height Question

    Check out Responsive Design Responsive Design is the newest thing in web design... it involves adjusting your layouts for the many devices there are out there: cell phones, pads, etc... in addition to computers. Lessframework.com is a good site to look at for reference. We are going to...
  8. G

    problem link css stylesheet

    do not use dots... if you use no dots it will work no matter what file you call the code from. this code should work as long as you are not setting a base href... <link href="/assets/css/bootstrap.css" rel="stylesheet"> <link href="/assets/css/bootstrap-responsive.css" rel="stylesheet">...
Top