Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 24th, 2007, 7:00 PM   #21
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

I might be mistaken, but I don't think you understand the terminology that you are using.

There is some tendency for people to latch on to buzzwords and bandy them about freely, but if you have a question about how to achieve a solution to some problem, perhaps you should explain your goals in plain language, rather than indulge in jargon that you have misinterpreted.

It's only a suggestion. Feel free to ignore it.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 24th, 2007, 7:11 PM   #22
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
Re: Forum backend in python - Can I please have the backend for a forum?

Quote:
Originally Posted by ReggaetonKing View Post
You should get a picture of your own kid doing that...hehe, it would make a much more personal statement.

@OP - search for it dude, don't bother asking us to just 'provide it for you'. I'm not going to rant into this. bah.
Booooze is offline   Reply With Quote
Old Oct 24th, 2007, 7:43 PM   #23
MiKuS
Programmer
 
Join Date: Jun 2007
Posts: 93
Rep Power: 2 MiKuS is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

Once you see past DaWei's arrogance he usually offers good advice, the only thing I can suggest for anyone wanting advice from DaWei (or people like him) is to read this:
http://www.catb.org/~esr/faqs/smart-questions.html

even if you just flick through to get the general idea - it will help.

as for the OP's question I can safely say that this isn't the place to be asking for pre-developed code, you should consider reading up on the basics of python, I like this guide the most:
http://www.ibiblio.org/obp/thinkCSpy/

there are also lots of other resources, the world is at your finger tips.
MiKuS is offline   Reply With Quote
Old Oct 24th, 2007, 8:19 PM   #24
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

*Arrogantly blows his nose on the sidewalk in front of MiKuS*
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Oct 25th, 2007, 5:05 AM   #25
hollystyles
Omlette du fromage
 
hollystyles's Avatar
 
Join Date: Oct 2007
Posts: 29
Rep Power: 0 hollystyles is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

This reminds me of my all-time favourit spoof thread:

http://www.dbforums.com/showthread.php?t=1613826
hollystyles is offline   Reply With Quote
Old Oct 25th, 2007, 5:19 AM   #26
Panarchy
Newbie
 
Join Date: Oct 2007
Posts: 7
Rep Power: 0 Panarchy is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

Quote:
Originally Posted by DaWei View Post
I might be mistaken, but I don't think you understand the terminology that you are using.

There is some tendency for people to latch on to buzzwords and bandy them about freely, but if you have a question about how to achieve a solution to some problem, perhaps you should explain your goals in plain language, rather than indulge in jargon that you have misinterpreted.

It's only a suggestion. Feel free to ignore it.
I want to write the html for a forum. I don't want to write (actually, I do, but I can't!) the backend (java code or python code) behind it.

If someone knows how I can do that, please tell me!
Panarchy is offline   Reply With Quote
Old Oct 25th, 2007, 5:47 AM   #27
hollystyles
Omlette du fromage
 
hollystyles's Avatar
 
Join Date: Oct 2007
Posts: 29
Rep Power: 0 hollystyles is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

Quote:
I want to write the html for a forum
I think you are going to struggle my friend, because all open source forum code be it PHP, Python, Ruby, ASP.NET whatever. *IT* generates the HTML dynamically, that's the whole point ! The only thing you can do with it is style it and that's design not programming.

My ISP offered a CGI based forum included with my free webspace, it was really basic but that was exactly what you describe. To make use of it I had to create the HTML pages there was only three I think: A thread view, a posts view and a thanks for posting page. I think it was called zist or something.

I had a quick search for CGI based forum script, didn't turn up much but maybe you can have better luck with a bit more time.
hollystyles is offline   Reply With Quote
Old Oct 25th, 2007, 3:13 PM   #28
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 925
Rep Power: 4 lectricpharaoh will become famous soon enough
Re: Forum backend in python - Can I please have the backend for a forum?

Quote:
Originally Posted by ReggaetonKing
Haha, I love it!
Quote:
Originally Posted by titaniumdecoy
Panarchy, no one is going to write a forum backend for you unless you pay them to do so. I suggest you do what grimpirate suggested and look for open source forum software. Sourceforge.net is an excellent resource.
Better yet, announce your awesome project and all the plans you have for it, get a Sourceforge page for it, recruit some coders, and by next week, you'll have the best forum software EVER!
__________________
A man's knowledge is like an expanding sphere, the surface corresponding to the boundary between the known and the unknown. As the sphere grows, so does its surface; the more a man learns, the more he realizes how much he does not know. Hence, the most ignorant man thinks he knows it all. - L. Sprague de Camp
lectricpharaoh is offline   Reply With Quote
Old Oct 25th, 2007, 3:25 PM   #29
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 837
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: Forum backend in python - Can I please have the backend for a forum?

I believe the forum grimpirate is developing, GrimBB, is open source. Perhaps you could use that, if the license permits.
titaniumdecoy is offline   Reply With Quote
Old Oct 25th, 2007, 3:59 PM   #30
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Re: Forum backend in python - Can I please have the backend for a forum?

Quote:
This reminds me of my all-time favourit spoof thread:
Thet ain' no spoof, thet's dead serrus. Lemme search the archives.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
[tutorial] Python for programming beginners coldDeath Python 30 Dec 14th, 2005 11:35 AM
Python - A Programmers Introduction coldDeath Python 17 Aug 19th, 2005 12:41 PM
Congratulations to the Python Forum Sane Python 19 Jul 18th, 2005 12:31 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:46 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC