|
Definite continuity issues. Users expect the basic look and feel of a site to stay the same their entire visit. If you are using the lighter blues when you click a job link, use it on the front page as well somewhere. As far as a speed suggestion, I believe that when someone clicks a job category you are pulling a quick query to your db and displaying the results? Try implementing it asynchronously. This way the browser will paint the content while the listings are being prepared, leaving blank spot where they would appear, and then filling it. Make up a small loading gif, it will show the content within seconds, the user will not get bored or confused, and your site will appear to be much more responsive.
|