Search results

  1. jnjc

    How to create a circle checkbox?

    http://www.no-margin-for-errors.com/projects/prettyCheckboxes/ Do a search on "Custom Check Boxes" or "JS Custom Check Boxes" to find more....
  2. jnjc

    need help to use more script in the body tag section

    I don't think anybody is going to be able to help you unless you post some more information. If you cannot post a url then maybe post a code sample.
  3. jnjc

    Make drop shadow frame around website

    The easiest way for you to achieve this effect is to use a three divs with background images. Top div containing the top of you rounded rectangle image with shadow. Middle Div which will have the content and a background image with just the left and right side of the box and then a bottom Div...
  4. jnjc

    mysql db design question

    Sounds like you may have gone a bit too far with Normalizing your data. Having the Order table with just a load if Id's in it will make it very cumbersome to work with. You are on the right track. You should probably structure your files along the lines of: Order Header Table: Order...
  5. jnjc

    Dreamweaver and CMS

    If you are embedding flash object amongst HTML content then you could just use one of the existing CMS packages. I am pretty sure all the big ones will support flash objects. If that is overkill there is also a package available wherein once you login as admin to your site it lets you edit...
  6. jnjc

    clients want to make updates... more stress?

    I have just started with Joomla and so far it seems to tick most of the boxes. I am currently putting together a custom template for a site. The way I did it was 1) designed the site in Photoshop 2) Cut a static HTML make from the Photoshop layout 3) I looked at one of the existing...
  7. jnjc

    html email marketing

    Personally I wouldn't just slice up images, not only will some users not display the images but I have a feeling spam filters are more likely to take exception to emails. I have just started using Joomla CMS and I have used the VeMod Mail extension with it and it's very good. HTH, JC
  8. jnjc

    What to Charge For Banner Ads

    Hi Folks, I have put together a site that's just starting to take off. I have been contacted by someone from a marketing company asking me what I charge for advertising on the site. I have no idea what to charge. I suppose I would have to base it on hits. I get between 40-100 hits a day...
  9. jnjc

    localhost server

    Are you running windows ? If so.. 1) Make sure IIS is running, go to http://localhost and see if anything is displayed. If not install it, it's one of the windows components. 2) Download and install mySQL community addition. Just take defaults all the way. 3) Download and install...
  10. jnjc

    CSS and PHP includes

    I presume you are talking about the hover color on the link. You are using the wrong property to set the color: a:hover { text-decoration: none; text-color: #0d4603; border: 1px dashed bottom; } Should be color: #0d4603; Not sure what you mean by this.. HTH, JC
  11. jnjc

    CSS and PHP includes

    There are a number of reasons that your css may not be taking effect, but it's difficult to say without a link. 1) Make sure you have the path right to your css file. 2) Clear your browser cache to make sure you not view a cached page 3) Install FF and Firebug and have a look at your page...
  12. jnjc

    Why doesn't my side menu work in some web browsers

    Looks fine when I checked it out (IE and FF). What browser and version is your work computer using? Maybe your work firewall has filtered some thing out...
  13. jnjc

    web design programs

    You could try Microsoft Visual Web Developer Express: http://www.microsoft.com/express/vwd/ or Kompozer http://www.kompozer.net/
  14. jnjc

    Art and Music Studio

    The link seems to be dead.
  15. jnjc

    Wedding Website Review

    I think the site is a little too red. I know you want to have a color scheme reflecting your name but I think it lacks contrast and that makes it look a little primitive. If I were you I'd look at somewhere like www.colorlovers.com and try and find some different colors or shades to use in...
  16. jnjc

    Super important!!!

    There is a slim chance this may have something to do with the way your host is configured. Try renaming you file to index.htm and see it that resolves the issue. Failing that post a url and we can have a look...
  17. jnjc

    Adding photo page

    Check out these links: http://blog.aplusmedia.de/moo-gallery2/ http://tutorialdog.com/javascript-image-gallery-using-mootools-part-2/ They both function similar to the link you sent. There are tonnes of free gallery scripts etc. My preference is to use a javascript library. To find...
  18. jnjc

    MySQL

    If you are trying to setup an appointment booking type functions, have you checked to see if it already exists in open source ? Use keywords like "PHP MYSQL Appointment System" Spend a couple of hours looking for something that does what you want (or as close to it as you can find)...
  19. jnjc

    I need to build a site like this one ...

    You didn't look very hard did you :) ? Check out the footer of the page:
  20. jnjc

    Need to 'time' how long folks are on site

    Your best bet is to use google analytics to see this sort of information. http://www.google.com/analytics/
Top