Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    A little (searchbar) help would be amazing <3

    hey guys im in the process of making a really simple site, all i really need is the code for a similar "search bar" like the world famous imdb bar,

    i love how it predicts/suggests what your going to say next so you can easily click on the completed title below... Advanced Search

    obviously i want it to suggest my own "titles" which i can implement into the coding etc...

    im pretty new the the website building world,

    anyhelp would be very appreciated, many thanks!

    superted x



    p.s im building my site on iweb, eek! lol i know, but it really is quite simple...
    all i have for a search bar atm is this

    <form method="get" action="YOUR SITE HERE" />
    <input type="text" name="Q" />
    <input type="submit" value="Search" />
    </form>

    Which is aesthetically what i want it to look like, but quite clearly is useless atm

  2. #2
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Internal search bars tend to be for database driven sites. You could look at integrated Google Search perhaps.

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi Corrosive, thanks for the reply

    awesome, yes a database driven site is exactly what i need, would it be easy enough so make said site using iweb? i or would i need something more sophisticated?

    cheers

  4. #4
    Junior Member
    Join Date
    Aug 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    heres a few pics to give you an idea of what i want to achieve...







    so basically it gives me suggestive results below, and when i click search on the correct name it just gives
    the information directly below it.

    i know i need a pretty extensive movie list in my datebase..

    but i like the basic feel and bareness to it :P


    many thanks,

    superted

  5. #5
    Senior Member chris_17's Avatar
    Join Date
    Jun 2009
    Location
    Newcastle
    Posts
    226
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Front-End Design, Development and Web Standards
    chrisborrowdale.co.uk
    @chrisborrowdale

  6. #6
    Junior Member
    Join Date
    Aug 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thanks alot chris that looks pretty much like what i'm after :P ill read into it.

  7. #7
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    That's a good starting point for the client side 'suggested results' from Chris_17 but you are still going to need to have your content in a database to conduct a meaningful search. You could either start learning some MySQL and PHP to create your site and manage the content or use one of the out-of-the-box CMS (Content Management Systems) available out there as the framework for your website.

    I have no idea if iWeb goes into databases at all. I've not used it but believe it's like FrontPage for the Apple Generation. Dreamweaver has PHP support but the code it writes is terrible because it is second guessing what you want to do in order to write code for you. It would rather put all the code in and then switch off what you don't need than just writing what you need... If that makes sense!

  8. #8
    Junior Member
    Join Date
    Aug 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hey Corrosive,


    Funnily enough i was just reading up about MySQL and PHP last night, so that looks like the way to go. I'm not sure if these CMS based systems will do the job for what i want?

    Im pretty certain iweb doesn't support database's... I'm assuming the hosting provider will though...

    If i can't do this website alone, do you roughly know how much it would cost for a pro like yourself to set up the Basics for me, then i can take over from there, i.e manage/edit the database and look of the website..

    Many thanks,

    Superted

  9. #9
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    Quote Originally Posted by whatwhatwhat View Post
    I'm not sure if these CMS based systems will do the job for what i want?
    CMS are very flexible, you'd be surprised. What exactly is your project. I could give more guidance then.

    Quote Originally Posted by whatwhatwhat View Post
    If i can't do this website alone, do you roughly know how much it would cost for a pro like yourself to set up the Basics for me, then i can take over from there, i.e manage/edit the database and look of the website..
    Well, again depends on the project. Perhaps see how you get on with some prods in the right direction and then PM me if/when you need some extra help and I can price it up.

  10. #10
    Junior Member
    Join Date
    Aug 2011
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hey,

    Oh really, i looked at Joomla and was slightly baffled hah, any nice product suggestions?

    well the Project is quite simple really, it is a basic site of 1 page.. consisting of a Search bar like in the screen shots, it will only consist of "Movie Titles".

    so if you type in The Hangover Part II for example and click search...

    (no loading other pages etc..) Instantly below the search bar will be

    "The Hangover Part II (2011)" including.. some basic info on the movie.

    and i like the idea of suggestive drop down titles relating to the first letters that have been typed...

    similar to the imdb.com website but without the pictures :P

    Cheers :P

Page 1 of 2 12 LastLast

Similar Threads

  1. A person from Scotland. How amazing is that?
    By codenamecueball in forum Introduction Forum:
    Replies: 1
    Last Post: 06-05-2010, 08:49 AM
  2. Jim Carrey's Amazing Website
    By Boss Hog in forum Website Design Forum:
    Replies: 3
    Last Post: 05-26-2010, 05:22 PM
  3. AMAZING OFFER...lol!!
    By Boss Hog in forum Printing & Print Design Forum:
    Replies: 4
    Last Post: 05-13-2010, 07:44 PM
  4. Amazing website – worth a look
    By Thinko in forum Website Design Forum:
    Replies: 6
    Last Post: 07-01-2009, 07:17 PM
  5. Amazing LIVE Music Performances
    By Boss Hog in forum Chill Out Forum:
    Replies: 5
    Last Post: 01-24-2009, 02:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •