Jump to content

rallport

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.web-design-talk.co.uk

Profile Information

  • Gender
    Not Telling

rallport's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Well if that's the case you may need some more intellegant loop logic. You could use a second loop, but that may get quite messy imo. Can you post your database structure?
  2. Just had a quick look: - Top menu items don't stand out enough - Have never understood why a website would have the current date and time printed on them - seems unecessary to me - Could combine your JS files into a single file to reduce HTTP request - do the same for the CSS files - Top search needs a button - not everyone would know you can press enter. alternatively, make it search automatically when a term has been typed into it - Never been a huge fan of square full page backgrounds like that - makes the site look odd to me. Fading out the edges of the background looks better imo.
  3. For things like the OPs issue it is always useful to output the contents of the sql query onto the page to debug - as it's hard sometimes to see the generated query directly from code. Just my 2c
  4. Just a quickie, but session_is_registered is depreciated as of PHP v5.3 - better to use isset to check for a session.
  5. Just a few things that pop out to me: - Forms need to be laid out better - are a bit of a mess currently - Not sure where you site is hosted, but I'm from the UK on a 14MB internet conenction and the site feels very sloppy and slow to load
  6. I started using a CodeIgniter a while back. Whilst the initial learning curve may seem painful, it does save time in the long run.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.