Web Design Forum: Website Blog - 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

Website Blog Rate Topic: -----

#1 User is offline   Michael Robson 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 06-April 10
  • Reputation: 29
  • Gender:Male
  • Location:England
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 31 January 2012 - 10:12 PM

I'm looking to put a blog on my site. Can anyone suggest one they have used?

Thanks,
0

#2 User is offline   Samus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 367
  • Joined: 05-August 11
  • Reputation: 27
  • Gender:Male
  • Location:Hackney, London, UK
  • Experience:Intermediate
  • Area of Expertise:Web Developer

Posted 31 January 2012 - 10:37 PM

Wordpress?
0

#3 User is offline   Michael Robson 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 06-April 10
  • Reputation: 29
  • Gender:Male
  • Location:England
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 31 January 2012 - 10:46 PM

View PostSamus, on 31 January 2012 - 10:37 PM, said:

Wordpress?

Ive already got a PHP website designed so wanting to put a PHP Blog into that.
0

#4 User is offline   Samus 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 367
  • Joined: 05-August 11
  • Reputation: 27
  • Gender:Male
  • Location:Hackney, London, UK
  • Experience:Intermediate
  • Area of Expertise:Web Developer

Posted 31 January 2012 - 10:52 PM

View PostMichael Robson, on 31 January 2012 - 10:46 PM, said:

Ive already got a PHP website designed so wanting to put a PHP Blog into that.

What do you mean?

Wordpress is built in PHP.
0

#5 User is offline   Michael Robson 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 06-April 10
  • Reputation: 29
  • Gender:Male
  • Location:England
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 31 January 2012 - 10:55 PM

View PostSamus, on 31 January 2012 - 10:52 PM, said:

What do you mean?

Wordpress is built in PHP.

Sorry, i mean i already have the site designed etc, so want to use that layout etc.
0

#6 User is offline   porkchops 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 1,073
  • Joined: 13-March 11
  • Reputation: 228
  • Gender:Male
  • Location:Belmont, Massachusetts
  • Experience:Advanced
  • Area of Expertise:Web Designer

Posted 31 January 2012 - 11:17 PM

View PostMichael Robson, on 31 January 2012 - 10:55 PM, said:

Sorry, i mean i already have the site designed etc, so want to use that layout etc.


Build a custom theme and use it in wordpress. That's going to be the simplest way to do this, especially if blog pages are going to look the same as the rest of your site.

Otherwise, host a wordpress installation, find a theme on Themeforest or that ilk that is similar to your current site and just link over to the blog.
0

#7 User is online   sash_oo7 

  • Forum Newcomer
  • PipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 15-August 10
  • Reputation: 45
  • Gender:Male
  • Location:Mars
  • Experience:Nothing
  • Area of Expertise:Nothing

Posted 01 February 2012 - 04:48 AM

or read here
0

#8 User is offline   GoodWill 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 9
  • Joined: 10-January 12
  • Reputation: 0

Posted 03 February 2012 - 12:28 PM

I am a big fan of custom coding...

The reason is you only have code that is relevant to you, WordPress etc have to much coding for about 95% of websites that us it, which makes it heavier than is needed!

You can always create a blog using php, its pretty simple to make, shouldn't take more than a day of coding depending how complex you are wanting to go.

A basic blog with comment, metatags, pagination, custom urls etc should only take about 1 day in coding if you are decent at php.

Otherwise if you do not know php the best would probably be WordPress because its free and very easy to customise!

This post has been edited by GoodWill: 03 February 2012 - 12:29 PM

0

#9 User is online   rallport 

  • Web Guru
  • PipPipPipPipPip
  • Group: Members
  • Posts: 3,819
  • Joined: 03-January 10
  • Reputation: 266
  • Gender:Male
  • Location:England, UK
  • Experience:Advanced
  • Area of Expertise:Web Developer

Posted 05 February 2012 - 02:37 PM

View PostGoodWill, on 03 February 2012 - 12:28 PM, said:

I am a big fan of custom coding...

The reason is you only have code that is relevant to you, WordPress etc have to much coding for about 95% of websites that us it, which makes it heavier than is needed!

You can always create a blog using php, its pretty simple to make, shouldn't take more than a day of coding depending how complex you are wanting to go.


Kudos for not jumping into the Wordpress crowd and using it for every website. * high fives *

View PostGoodWill, on 03 February 2012 - 12:28 PM, said:

A basic blog with comment, metatags, pagination, custom urls etc should only take about 1 day in coding if you are decent at php.


That's an awful long time tbh - if it is taking so long to write things as simple as a blog (which really isn't anything out of the ordinary, it's essentially just some basic CRUD operations) you may want have a look at using a framework to speed up your development. For example, if you're adding in time for things like pagination you need to at least write or reuse a pagination class you can pop into any project. In a web project, something like pagination shouldn't even be factored in time wise. In terms of a blog, if I was writing one from scratch, I'd allow may maybe 5 mins at most if using my own pagination class and even less if I was using my php framework of choice.

Take it from someone who has worked as a web developer full time, as the sole developer for 2.5 years - get your backoffice systems sorted. You'll save yourself so much time. Bit the bullet, sit down and say to yourself, right, i'll write myself a nice pagination class int he next hour that I can use in any project.
0

#10 User is offline   GoodWill 

  • Forum Newcomer
  • Pip
  • Group: Members
  • Posts: 9
  • Joined: 10-January 12
  • Reputation: 0

Posted 05 February 2012 - 06:00 PM

View Postrallport, on 05 February 2012 - 02:37 PM, said:

Kudos for not jumping into the Wordpress crowd and using it for every website. * high fives *

Thanks, im not a huge fan of Wordpress unless clients ask for it.

View Postrallport, on 05 February 2012 - 02:37 PM, said:

That's an awful long time tbh - if it is taking so long to write things as simple as a blog (which really isn't anything out of the ordinary, it's essentially just some basic CRUD operations) you may want have a look at using a framework to speed up your development. For example, if you're adding in time for things like pagination you need to at least write or reuse a pagination class you can pop into any project. In a web project, something like pagination shouldn't even be factored in time wise. In terms of a blog, if I was writing one from scratch, I'd allow may maybe 5 mins at most if using my own pagination class and even less if I was using my php framework of choice.

I only stated a day or so incase he was starting from scratch.

I agree once you have a few classes, functions etc things fly together very quick.
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