Search results

  1. D

    Load content onClick?

    You'll have to also force a page reload since php is server side. So the link actually opens up the same page but with a variable in appended to it that says to open up the include <?php if ($_get['include'] == 'yes') { include ("includedfile.php"); } ?> <a...
  2. D

    First attempt at js

    Can you paste what you have currently? Also one other things that I noticed in your other code is you must make sure to watch your qoutes inside qoutes.. such as: //wrong onclick="changeClass("1")" //correct onclick="changeClass('1')" onclick='changeClass("1")'
  3. D

    Making a Mobile Site

    I think you'll find just like css3, media queries don't have wide enough support quite yet. Not sure if it'll ever happen. *** actually i'll rephrase that. it may be not necessarily because it's not supported but because that even small cheapo phones like my sony-ericsson with a 320x320 screen...
  4. D

    First attempt at js

    Hey notary.. The called function in your onclick doesn't match the function in your javascript (function called changeClass, function in javascript is showInfo). Also you can grab the element id with this.id or the element name with this.name such as: onclick="changeClass(this.id);" or...
  5. D

    Showing Clients their Site

    I'd say you'd just have to trust them. If they know how to go about getting every bit and piece for a site they should have built it themselves in the first place. If your website uses external css, js, php classes, includes etc it'll make it that much harder for them to find everything...
  6. D

    Making a Mobile Site

    There are a few ways to go about it, one being a whole seperate website and just forward mobile users to this website, the other is to use css to strip down the site/images/adjust widths etc, and a third option is to use javascript show/hide to hide mobile sections of your site from large...
  7. D

    Centering a Jump Menu ?

    Can't really see anything on the screen shot but what you described should work to center the menu. There must be something else pushing it over. Try playing around with a couple empty divs, one inside the other with background colors set and some height and width so you can see each one. Once...
  8. D

    Help needed

    So are you looking to shut off the summary feature? or is it just not displaying your summaries? If you want to shut off the summary and you don't seem that option in the backend controls you may be out of luck.
  9. D

    connecting comment box to data base

    what scripting language are you using? what database type are you using? can you provide us samples of what you have currently for trouble shooting?
  10. D

    Trying to Gauge What I'll Need...

    More like a classified ad? you may be able to find an extension for joomla or one of the other popular cms. Or if you really want to get into it you can create this with PHP and MySQL
  11. D

    Crit redesign?

    Yeah that looks good. Make sure you post your finish product :-)
  12. D

    Is this taking too long?

    It may be something to do with your browser cache. Your website has displayed for me fine.
  13. D

    Is this taking too long?

    Yeah there is definately something wrong there. It's max three days but usually happens fairly fast, usually. I take it the hosting company is setting up the domain for you, pointing the dns etc? What is the domain name? There are some tools out there that you can check DNS records to see...
  14. D

    Crit redesign?

    That looks much better than it was. I'd suggest centering the whole thing and fill the background with blue. You can work a way to get the top to be a gradient blue only a few hundred pixels high and repeat-y then fill the rest with the darker blue.
  15. D

    hyperlinking images

    It has been a long time but I know you can do it easily with Adobe Fireworks and it'll export the html for it as well. It is called image maps. HERE is a nice tutorial for creating one manually.
  16. D

    Submit a name, and have it show up in a table?

    You should be able to do this very easily with php and mysql. As far as wordpress, you can check out THIS petition plugin.
  17. D

    What would you design for $500?

    Yeah I think that sounds about right. Make sure you write out in your proposals the details of work covered for that price so they know when the design ends and it doesn't stray from it's original agreement. Also detail what services the support covers etc. I include a statement in my...
  18. D

    Hi all - looking for advice, and opinions on website!

    Beautiful design.. I agree with omglookitsagoat in a way about the tab at the top. I don't think it should extend past the main border of your site in order to make it a bit more noticable. Definately need more content if you want to pick up traffic from search engines. Also you may want to...
  19. D

    Internet Explorer problem with Media

    You can edit your original post, you don't have to keep replying to your own thread. You can also delete posts that you don't want (hint hint).
  20. D

    Submitting to Googlebase

    I haven't done it in ages myself but everything you should need will be on Google Base Help site HERE.
Top