Web Design Forum: Newbie needs to know how to do this... - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Newbie needs to know how to do this... Rate Topic: -----

#1 User is offline   homeweb1 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 08-September 10
  • Reputation: 0
  • Gender:Male
  • Location:Manchester, Glossop
  • Experience:Beginner
  • Area of Expertise:I'm Learning

Posted 08 September 2010 - 07:42 PM

Hi there i'm new to the site and only been web designing for 6 months,

Anyway i've been asked by someone to design a site like this...

http://www.urbanowne...k/demoPopup.php

And to be honest i'm stumped :(

I do know abit about html css and php, but it seems to be really complicated,

Im used to throwing stuff on joomla (the easy way out!) and it looking great but this looks like its too complicated for me.

Anyone know how i can either learn how to do this or any add on's for any cms like joomla so i can just fill in the blanks?

Thanks in advance either way.

Mike.
0

#2 User is offline   mrsminkie 

  • Expert
  • PipPipPipPip
  • Group: Members
  • Posts: 588
  • Joined: 23-December 09
  • Reputation: 21
  • Gender:Female
  • Location:South Yorkshire
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 09 September 2010 - 06:14 PM

To be fair, it doesn't sound like something you're going to be able to produce in a hurry. I'm sure things like this can be bought off the shelf.....not sure. I'm sure someone will point you in the right direction.

If you can't do it - just say so. If you've only been 'designing' for 6 months, and not actual coding, then this is a pretty tough project.
0

#3 User is offline   Ash Scott 

  • Competition Manager
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,416
  • Joined: 25-May 10
  • Reputation: 53
  • Gender:Male
  • Location:Kent
  • Experience:Advanced
  • Area of Expertise:Designer/Coder

Posted 09 September 2010 - 07:34 PM

That will take a bit of time to code up, even for the more advanced web coder. Can you not get in touch with the company, and ask them what it is?
0

#4 User is offline   homeweb1 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 08-September 10
  • Reputation: 0
  • Gender:Male
  • Location:Manchester, Glossop
  • Experience:Beginner
  • Area of Expertise:I'm Learning

Posted 09 September 2010 - 09:17 PM

Thanks guys (and gals), me thinks i'm gonna tell them i can't do it maybe some coding lessons are in order anyone know any good free places to get learning materials?
0

#5 User is online   webdesigner93 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,976
  • Joined: 22-September 09
  • Reputation: 222
  • Gender:Male
  • Experience:Web Guru
  • Area of Expertise:Web Developer

Posted 09 September 2010 - 09:35 PM

From what i can tell this requires a combination of Php/Mysql,Javascript/Ajax all combined into one so if you have only been designing for 6 months and don't know any of these languages then i really suggest you let them know its beyond your knowledge base, for now at least :)
1

#6 User is offline   FizixRichard 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 325
  • Joined: 05-October 07
  • Reputation: 47
  • Gender:Male
  • Location:Market Deeping, England
  • Experience:Advanced
  • Area of Expertise:Web Designer

Posted 13 September 2010 - 10:02 AM

Actually I'd say thats a very simple thing to do, I cannot really see where PHP & MySQL come into that??? Unless the content is dynamically fetched from a DB. There is no requirement for it.

Basically all its doing is flipping between different "cells" when you mouse over the menu.

So they have coded a main shell (the menu and content area) and then the content for each of the menu links.

Then using JS (AJAX) they are transitioning between each of the content cells, changing the HTML description block for the next and swapping the image. This is done a lot these days and there are loads of tutorials on how to do it out there.

An experienced developer would be able to do that very quickly and to be honest, if you read up on JS/AJAX transitioning techniques you could probably be able to do it if you have a firm enough graps of HTML/CSS to get a rough idea of whats going on.

If you also look at these CSS/AJAX elements that "slide" through bits of content (not images but HTML blocks), those aren't too dissimilar either.

Even if you don't undertake this task I'd at least look up the techniques and try and learn how to do things like that. It would be a nice way to start learning JS/AJAX etc. and as there are many different scenarios where the basic concept is applied its a useful thing to learn how to do.
0

#7 User is online   webdesigner93 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,976
  • Joined: 22-September 09
  • Reputation: 222
  • Gender:Male
  • Experience:Web Guru
  • Area of Expertise:Web Developer

Posted 23 November 2010 - 02:37 AM

View PostFizixRichard, on 13 September 2010 - 10:02 AM, said:

Actually I'd say thats a very simple thing to do, I cannot really see where PHP & MySQL come into that??? Unless the content is dynamically fetched from a DB. There is no requirement for it.

Basically all its doing is flipping between different "cells" when you mouse over the menu.

So they have coded a main shell (the menu and content area) and then the content for each of the menu links.

Then using JS (AJAX) they are transitioning between each of the content cells, changing the HTML description block for the next and swapping the image. This is done a lot these days and there are loads of tutorials on how to do it out there.

An experienced developer would be able to do that very quickly and to be honest, if you read up on JS/AJAX transitioning techniques you could probably be able to do it if you have a firm enough graps of HTML/CSS to get a rough idea of whats going on.

If you also look at these CSS/AJAX elements that "slide" through bits of content (not images but HTML blocks), those aren't too dissimilar either.

Even if you don't undertake this task I'd at least look up the techniques and try and learn how to do things like that. It would be a nice way to start learning JS/AJAX etc. and as there are many different scenarios where the basic concept is applied its a useful thing to learn how to do.


Re look at the site and u would see where php comes into it :) u have forms? need proccessing theres a logout button in the top right obviously that takes php and look in the url demoPopup.php is the file name so theres 3 things that points in a php direction not to mention a contact form php processing again the list goes on :) And from what im gathering hes wanting to build a site like that which will require php regardless i don't think hes just meaning the JS effects alone.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users