Jump to content

administrator

Administrators
  • Posts

    3,105
  • Joined

  • Last visited

  • Days Won

    380

Posts posted by administrator

  1. Hi,

     

    I was just checking through the records and noticed that this new forum is already over a year old!

     

    :o

     

    ... Still not as popular as the old forum when it comes to the search engines, but I think in terms of aesthetics and functionality (especially with the latest upgrade) we are better off.

     

    Anyway, thanks to all for making this place worthwhile.

     

    Stefan

  2. Always test in the browsers.

     

    The 'design view' in Dreamweaver is only there to give you an idea (a good idea though ...) of what the page will look like in the browsers. F12 is your friend in Dreamweaver - it pops open your browser so you can see your page as it actually looks. But you have to set this in the preferences.

     

    In terms of what browsers to test with, you always want to go with the browsers that are being used by the public. These days, that's:

     

    • IE 8
    • IE 7
    • IE 6
    • Firefox on Windows and Mac

     

    If your site looks good in Firefox, it should work in most other browsers (not including IE6, and IE7).

     

    Stefan

  3. My question is this....do you guys charge for the edits that only take 5 minutes or so?

     

    YES!

     

    Just make it clear to them that you are tracking time ... and then track it.

     

    Arrange a billing schedule with them (in advance) so that everyone knows what to expect. Whatever you do, don't let them think your time is not worth much by jumping every time they ask for something ... learn to respect your own time, otherwise they will quickly come to not respects yours.

     

    ... It is human nature.

     

    Stefan

  4. Warning: file_get_contents(catalog.xml) [function.file-get-contents]: failed to open stream: No such file or directory in/home/jdportfo/public_html/alonso/functions.php on line 11

     

    The error message is hinting at what you need to do; PHP can't find the file:

     

    'No such file or directory ...'

     

    So take a look at where PHP thinks the file should be, and put the file PHP is looking for there. Does that make sense?

     

    Stefan

  5. Very briefly, if you make your design in Photoshop or in Fireworks it is just one big image. This mockup is very useful so that you have something tangible you can show a client, that he can approve or modify, before you get into the actual coding of the site.

     

    That's the way to do it. Get the final approval to the design before even writing one line of HTML or CSS.

     

    Stef

×
×
  • Create New...