PDA

Click to See Complete Forum and Search --> : I need something like IGN's page.


aaronjunited
10-19-2011, 01:19 PM
Hey again people. I've been looking at IGN's page for profiling there games.

I need something that will replicate this page - http://uk.ps3.ign.com/objects/094/094314.html

As you can see its a page dedicated to the game, and every other game has a page identical. I don't know what it is they are using to get the effect. Ecah article written about the game is on the page which keeps everything related to the game in one place, along with being posted on the homepage at the time of posting.

It says objects in the url aswell, which i dont get. Can anyone help with getting something like this for my gaming website. I run a site that reviews, previews and posts news about gaming. I wanted to make a profile like IGN's for each and every game i write about.

Anyone?

Cosmo
10-19-2011, 01:54 PM
Hey again people. I've been looking at IGN's page for profiling there games.

I need something that will replicate this page - http://uk.ps3.ign.com/objects/094/094314.html

As you can see its a page dedicated to the game, and every other game has a page identical. I don't know what it is they are using to get the effect. Ecah article written about the game is on the page which keeps everything related to the game in one place, along with being posted on the homepage at the time of posting.

It says objects in the url aswell, which i dont get. Can anyone help with getting something like this for my gaming website. I run a site that reviews, previews and posts news about gaming. I wanted to make a profile like IGN's for each and every game i write about.

Anyone?

Are you talking about the background image that relates to the game? If so, that's pretty straight forward web design 101 stuff.

The "objects" in the URL is just their site structure and doesn't mean anything in particular.

aaronjunited
10-19-2011, 02:06 PM
Background Image, read what I said, I know how to put a background image on a website.

The whole page isnt just a page there is something running on that page to give the desired effect. It's a profile for the game and every article is related to the game. It's not just a normal page, there is some sort of plugin that manages this, its almost a database for each game.

aaronjunited
10-19-2011, 02:09 PM
I want a page like that, for every game i write about. But it's more than just a basic html page with links, it's bound to have got plugins and things making it feature like that.

Cosmo
10-19-2011, 02:09 PM
I did read what you said. If you want help with something, it would probably be a good idea to be a little more polite to people.

I don't see any plugins or anything special on that page. Looks like basic CSS to me. Could be some javascript, but everything on there could be done with CSS.

aaronjunited
10-19-2011, 02:11 PM
Sorry I wasnt being rude, I apologise. Your serious that page has just basic css?

aaronjunited
10-19-2011, 02:25 PM
I had a look at the page source, its mind boggling css and javascript. I cant find any of the css for the page though, its all relating to other pages and different parts of the site.

Really annoying me, this is a simple page. It would take a heck of a lot of work to do this for every game IGN has on there site, and thats thousands.

Obsidian86
10-19-2011, 02:27 PM
It could easily be done with php and a well structured mysql database using keywords to generate the related links and images.

And of course html and css.

aaronjunited
10-19-2011, 02:29 PM
I see, can you catch my drift when I mean its a page with all the relating content to the game. It has advertising space, a links off to other pages that relate to the game. A whole profile of anything and everything related to the game basically.

but could you incorporate that into wordpress, and update it with CMS?

<b>
10-19-2011, 02:43 PM
I can't tell by looking at the source code exactly how it was built, but I'm certain it's the result of a content management system (CMS) of some sort. You could build something similar using Joomla or Drupal, then customize it with various add-ons, of which there are literally thousands to choose from. You'd still need to hand-customize the HTML/CSS and likely do some custom PHP work too, but most of the functionality could be built around an open source CMS and low-cost add-ons.

aaronjunited
10-19-2011, 02:50 PM
Finally someone see's it, IGN recently moved from there own custom CMS to wordpress, i read this article - http://publisherblog.automattic.com/2011/09/12/case-study-ign-doubles-community-with-flexible-cms-wordpress/ - and it made me realise I want something like this on my site.

I know basic HTML and CSS, I'm actually reading Head first HTML & CSS oriley book. PHP I haven't got a a clue lol.

Those custom add-ons would be hard to find? No?

Cosmo
10-19-2011, 03:31 PM
Finally someone see's it, IGN recently moved from there own custom CMS to wordpress, i read this article - http://publisherblog.automattic.com/2011/09/12/case-study-ign-doubles-community-with-flexible-cms-wordpress/ - and it made me realise I want something like this on my site.

I know basic HTML and CSS, I'm actually reading Head first HTML & CSS oriley book. PHP I haven't got a a clue lol.

Those custom add-ons would be hard to find? No?

You don't need a CMS for that. CMS's just make things easier and usually require less knowledge from the person working on the site. Everything could be done with plain old code.

You don't really need PHP either. That does make things a lot easier, but it could be done without it.

aaronjunited
10-19-2011, 04:05 PM
I would prefer CMS for that, cause I will be updating the site daily. And it needs to easily maintained by other writers aswell. Hence the need for CMS. It would need to be easy to add content to everypage assosiated with the site. I dont want it to be a blog you see, it has to be a site built through a CMS, wordpress, drupla or joomla.

tZ
10-19-2011, 05:24 PM
You don't really need PHP either. That does make things a lot easier, but it could be done without it.


You would have to be a moron to create static files for every game (entity). That is like managing a store with static files for each every product… I need a cold shower just thinking about it. Wordpress sucks but just about anything is better than static files for managing similar data. Even dumber than creating a logo in a gimp…

IGN uses wp… wow they must have so much hardware to support it – almost unbelievable with the traffic. GO – meta relational database, sigh…

<b>
10-19-2011, 05:55 PM
Those custom add-ons would be hard to find? No?

Lists of add-ons for Drupal and Joomla.

http://drupal.org/project/modules/categories
http://extensions.joomla.org/extensions

There are just as many plugins for Wordpress too, but I probably wouldn't be inclined to go there. Then again, I always underestimate what people somehow manage to coerce Wordpress into doing.

aaronjunited
10-19-2011, 06:44 PM
Ok next question is Its' gona be tough to design something like this by myself I suppose. Any idea were I should start?

<b>
10-19-2011, 07:14 PM
Its' gona be tough to design something like this...

That's why websites like this costs tens of thousands of dollars to design and build. If you haven't integrated HTML/CSS into a server-side scripting environment, you're in for a steep learning curve.

If I were you, I'd start by installing/activating php, mysql and Apache on your local computer, so that it can execute php and serve HTML. Then I'd install Joomla/Drupal/Wordpress/whatever and start experimenting with it. Lynda.com has some great tutorials (for a price).

Once you get comfortable with the basic, default installations, and how everything works, start experimenting with altering the template files that contain the HTML. Once you're comfortable there, start integrating a few add-ons into the CMS. And while you're doing all this, start familiarizing yourself with php/sql and getting the hang of what's possible. You'll be up to speed in, oh, a year or three. ;)

tZ
10-19-2011, 10:24 PM
Its' gona be tough to design something like this...


As easy as reviewing games.

aaronjunited
10-19-2011, 11:11 PM
lol to you or me?

hewligan
10-20-2011, 12:55 AM
If you start with Drupal, and the views module (http://drupal.org/project/views) that would get you most of the way there. A custom content type for the game, and within that custom content type use views field (http://drupal.org/project/views_field) to create things like lists of related videos and all that other stuff. Which probably makes it sound complicated, but it's actually not.

There may well be an easy way to do it in Joomla, too, but I haven't used Joomla for a while, and the only ways I can think of are quite complicated.

I've never touched wordpress, so I'd have no idea about that.