Search results

  1. jnjc

    CMS Help, or another way to manage a website

    I started looking at CMS a couple of months ago and Joomla was the one I settled on. For a beginner it's very user friendly and intuitive and once you get more familiar with it , it's pretty easy to modify at an advanced level. HTH, JC
  2. jnjc

    Problem with Firefox displaying background

    I don't think this is good advice, you need to have your website work for your audience and most users are still on IE6 or IE7.
  3. jnjc

    Help With Godaddy Domain Setup

    Your hosting must allow you to have multiply domains. If it does then add the GoDaddy domain to your hosting account. Once you have do this you will need the Primary and Secondary DNS address of you Hosting server. Change the DNS addresses on you GoDaddy account to those of you hosting...
  4. jnjc

    Joomla Website Project Price + Help

    I am against picking an number from the air and charging that. Write down a list of the individual requirements and put a time allocation against each. If you are unsure about how you are going to achieve individual requirements (and want to keep the price low) then price them based on how...
  5. jnjc

    Joomla Website Project Price + Help

    You should work out how many hours/days it is realistically going to take, add a bit on top to give yourself margin for error and charge based on a daily/hourly rate....
  6. jnjc

    pop up windo for a .php

    Being a php file shouldn't make any difference. You may need to post a link to get more help.
  7. jnjc

    "wrapping" an existing blog?

    First of you'll need to find out her exact requirements. Then you'll need to find what CMS she is using (will probably be wordpress). From there look at either downloading a wordpress template that fits her requirements or cutting your own. You should be able to setup the data so it's...
  8. jnjc

    Need help with 2 site maps

    What does "but I am having problem uplodaing with front page" mean ? You will need to be more specific before someone can help you.
  9. jnjc

    Pop Up issues

    Do the embedded browsers have JS support ? If so then you could do one of two things 1) Use JS to open a modal pop-up (search the web you should find some examples) 2) Scrap the popup window altogether and use A JS dialog something like this: http://orangoo.com/labs/GreyBox/ HTH, JC
  10. jnjc

    I am new and need help - website works in Firefox but not IE

    Try removing the position:relative and see what that does ? div#div_container{ position: relative; margin: 0 auto; width: 1000px; text-align:center; }
  11. jnjc

    background

    Checkout this site, it'll will enable you to create your own really easily... http://bgpatterns.com/
  12. jnjc

    I need help!

    First thing I'd do now is change that username and password, you don't know who is reading this thread and you are leaving yourself wide open to be hacked. Nobody needs to see the actual user name and password to help (if they do you should probably PM them with the details). The error...
  13. jnjc

    Embed Video IE6

    adamblan is right, the site is loading the entire video before it starts playing it, I see the load delay on IE7 also (the video file may have been cached on the IE7 machine you test on, delete the IE temp. files on that machine and retest). I don't know a lot about what you need to do to set...
  14. jnjc

    Calling Information from the database

    It's not the correct way to use a database. The point of a database is that you can have multiply "records" within one table. As you change things you add/remove records. You are trying to do the same thing but only using one one record and as you change things adding/removing fields. The...
  15. jnjc

    Calling Information from the database

    I think we may be getting our wires crossed on terminology When I refer to a row I am referring to a record. So you can have one table with 10 fields and 100 rows (records). If this is what you mean by row then the example I have provided will do what you want. I suspect that you are...
  16. jnjc

    Calling Information from the database

    Are you trying to have a table that will store your links for each page/ whole site ? If that is the case then you should really have multiply records, one for each link. So the table would look something like: Fields: ParentPage Order URL LinkDesc Then use the...
  17. jnjc

    Calling Information from the database

    There are many different ways to do this. Basically you are looking at using a "while loop" on your table to extract each row. The exact code for this will depend on what PHP/MySQL you are running, but in a basic form it should look something like this: $sql = "SELECT id as userid...
  18. jnjc

    Best s/w for a Real Estate site?

    I'm finding the exact opposite, I'm finding when you get into it's guts it's very flexible. So far, for me, it's a pretty solid base to build a site on.
  19. jnjc

    Website Photo Gallery?

    It's JavaScript, called lightbox and it's free. http://www.huddletogether.com/projects/lightbox2/ HTH, JC
  20. jnjc

    Best s/w for a Real Estate site?

    What makes you say that ?
Top