Hi
Everyone
can someone help as i need to make a bullet board for my coursework as this part of my degree. Does anyone know any website where i can get a layout or can someone make me a layout.
The layout theme is music
Many Thanks
Jaspal
Do you mean Bulletin Board? I assume this means a forum type setup similar to this site? Are you looking to build one from scratch? If you want some help, we'd need to know what language you are working in first.
Yeah thats right a fourm type
I going to use Dreamweaver and ASP.net so i link a database with it. It has quite simple design.
I know a little bit about PHP not enought to use for my coursework
Thats right i build from scratch
Thanks
Jaspal
Hi again Jaspal. When you are asking for layout help do you just mean skinning an existing forum application?
Building a forum software from scratch is a daunting task and isn't as simple as pointing you to a site that will cover it. So many programming decisions and design come into play that it's difficult to help you on where to start. The only thing I can suggest at this point is to take a look at YetAnotherForum site, which is an open source Forum application where you can take a look at their code and see what they are doing since it's all open source. It's pretty daunting, so if you start your work and have more specific problems, I'd be glad to help answer questions for you. I've been developing ASP.NET applications for 3 years already. Thanks.
http://www.yetanotherforum.net/
Hi
Thanks for the information
I read a few books regarding about ASP.net but my knowledge is very low and i was wandering if anyone start me of with a home page layout of forum (bulltin board) which i can use a template
Many Thanks
Jaspal
Hi Jaspal,
The link I attached in my previous post is a good starting point for another forum application which you can use as a template. As I mentioned before, it's completley open source so you can look at all their code and see what's going on as well. Hope that helps.