Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Perl Blog Code

by Laurent_R (Canon)
on Jun 24, 2013 at 21:02 UTC ( [id://1040490]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl Blog Code
in thread Perl Blog Code

I only had a very quick look at these frameworks, but my impression (I may be wrong) is that these things are powerful but relatively complicated to get started, so that a ligher, maybe more specialized, solution might be easier to implement. But I do not have the experience to suggest something in particular.

Replies are listed 'Best First'.
Re^3: Perl Blog Code (Dancer Video)
by LanX (Saint) on Jun 25, 2013 at 10:47 UTC
    > that these things are powerful but relatively complicated to get started,

    Have a look at Gabor's video: Building a blog engine using Perl Dancer

    While it gives a nice introduction to Dancer I consider the blog-part kind of "cheating" ;-)

    In reality it's user management and authentication which makes blogs and forums complicated...

    Just automatically updating a webpage from user-input can be easily done with a simple CGI.

    Cheers Rolf

    ( addicted to the Perl Programming Language)

Re^3: Perl Blog Code
by aitap (Curate) on Jun 25, 2013 at 13:35 UTC
    Frameworks by themselves are easy to use, it's the "blog" thing what is really complicated. One has to implement not just "pages" to create, edit and comment, but also user registration, access rights, CAPTCHA, e-mail password reminders and so on. Better find somebody who has already written most of it.
Re^3: Perl Blog Code
by DrHyde (Prior) on Jun 25, 2013 at 10:35 UTC
    Dancer is very simple to use, I recommend it.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1040490]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (9)
As of 2024-04-18 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found