Jump to content

stuartpb

Members
  • Posts

    326
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by stuartpb

  1. Bevels and Embosses are very very very web 1.0,

    For web 2.0 you need smooth gradients, drop shadows that are close to the object, and thin(ish) text.

    Light blues and greys look clean and have been adopted by many web 2.0 sites, such as Facebook.

    I'll see what I can do to help out.

    I was just messing around with photoshop. :rolleyes: Also, why go with something that others have, isn't the idea of design to create new concepts? Also, call me old skool, but I find alot of the "Web 2.0" logos very boring, and very much alike, both in fonts used and in effects. I much prefer something that isn't too busy, but will stand out. That's my own personal feelings anyways :)

  2. I build and sell websites as a small part of my companies activities, and I learned very early on that you must have a professional image before you start trying to attract interest in your products. This means putting everything into place, eg your domain and website, BEFORE you try to attract customers. If you don't show you are committed and have a professional setup then customers are going to be very few and far between. Website dev companies are ten a penny on the internet, and you will be going up against each and every one of these, so it's essential that you do things right before you start trading.

    It's also very important to find a niche within the market, and to exploit this. In my case I studied what other companies in my area offered in the way of support and tried to offer better. I decided to target my existing client base, as I knew that word of mouth is always the best form of advertising. If I could convince these clients that the services I was offering were better than the opposition, then that's half the battle won. It paid off. The website development I do is not my main business activity, but it's nice to be able to offer these services should my clients require it. The extra turnover is always welcome too. The same logic also applies in any business activity though. It's essential that you make the right impression the first time, every time.

  3. Thanks for the feedback guys. It's pretty much confirmed what I was beginning to think myself.

    @ Simpilot, I was fooling around with logo's as the existing one doesn't look to good when doing the aircraft repaints. I will have to try and figure something out. Thanks for the advice too, it's appreciated B)

    I'm gonna swap the headers now.

  4. When using borders, Do it threw CSS, Not threw the actual table its self.

    I know that, I place styling on the tables whilst working on the pages, and then rewrite the CSS stylesheet once I am happy with the result. I did say that my page was a work in progress. I find it easier to work that way ;) If you check out the top pilots page, you will see that all styling is fromn the stylesheet.

    • Like 1
  5. Loving the profile there Simpilot!

    I am around half way through working on my profile page at the mo:

    profile.PNG

    I am concentrating on the front page at the mo, but will be tarting up the profile and adding some new stuff to it soon.

  6. You need to do some reading up on CSS to be able to apply styles to the tables. Once you get the basics sussed out in your mind, it's pretty easy to use CSS to good effect. The page is made up of tables, and the tables are split into table headers and table bodies. Each component of the table can be styled individually or collectively, by applying a style class. Here's a decent website that works through the basics of CSS, with examples:

    http://www.w3schools.com/css/default.asp

    There are also many other websites that offer CSS tutorials too. It's really worth getting to know CSS, as it allows you to make stylistic changes across your website very easily, with the use of a CSS stylesheet. It also helps to mess around with a stylesheet on a localhosted or live testing site, and make changes here and there to see what effect they have. That's how I got interested in CSS. I'm very far from an expert, but I do like experimenting.

    • Like 3
  7. Before anyone points me to the docs or tells me to search, I have already :) I have read the all the info on what I want to do over and over, but I am a complete noob when it comes to PHP and just can't do what I am trying to do. I have been trying my best over the last few weeks to alter the schedule search form, to enhance it. I know it's been asked a million times before but I want to be able to add more filter/search options. Some examples of working code would be very much appreciated. A filter function similar to the one found on the admin schedules list page would be great, as would more search functions (by airline code and dep/arr country). I hate admitting defeat, but I have put some time and effort into doing this, and failed miserably. I really hope someone decides to have a look at this, who knows what they are doing, because it would enhance the schedule search page a lot. If anyone can suss it out, I am sure there is more than just me who would really appreciate it :)

    Cheers,

    Stu

  8. I have just been checking all my flights, and one seems to be throwing up errors:

    Warning: simplexml_load_file() [function.simplexml-load-file]: http://www.ourairports.com/airports/EGHI/notams.rss:139: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0x86 0x20 0x50 0x4C in /customers/britair.net/britair.net/httpd.www/core/templates/notamdep.tpl on line 5
    
    Warning: simplexml_load_file() [function.simplexml-load-file]: CLIMB TO 3000 VIA TR 201 DEG, THEN CONT AS DIRECTED. † PLANVIEW - ADD in /customers/britair.net/britair.net/httpd.www/core/templates/notamdep.tpl on line 5
    
    Warning: simplexml_load_file() [function.simplexml-load-file]: ^ in /customers/britair.net/britair.net/httpd.www/core/templates/notamdep.tpl on line 5
    Fehler beim Einlesen der XML Datei

    It's for EGHI (Southampton, UK).

    All other ICAO codes seem to be working fine.

×
×
  • Create New...