blog-package Options
PeterD
Posted: Friday, November 16, 2007 10:36:31 AM

Rank: Fanatic

Joined: 7/20/2006
Posts: 486
Location: NL
Just wondering, is anyone developing on this package? If yes, who, and where's the package to be found? :cool:
I am planning on working on my own blog again (been over a year since I posted there...) and have some ideas I'd like to implement.

Cheers,
PeterD


Working on an events-calendar with recursion. Post requests on my blog!
warren
Posted: Friday, November 16, 2007 11:23:28 AM

Rank: Addict

Joined: 7/19/2006
Posts: 777
Location: Leigh-on-Sea, Essex, UK
Hiya Peter,
I have installed the blog package from the repository, but I would like to improve it.

With things like URL rewriting for SEO purposes, a publish actionhandler to PING blog search sites, Per's new TAG package, setup the dashboard automatically rather than all manual.

What are your ideas Peter?

Warren

Warren Buckley an Umbraco MVP 08-09 & level 1 certified developer
tim
Posted: Friday, November 16, 2007 11:29:49 AM

Rank: Addict

Joined: 2/19/2007
Posts: 738
Location: Belgium
I'm working on a new blog package. With some more features then the existing package

Like:

- tag cloud
- ratings
- archive
- poll
- rss feed
- paging


If someone has some more ideas ...

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
PeterD
Posted: Friday, November 16, 2007 11:37:27 AM

Rank: Fanatic

Joined: 7/20/2006
Posts: 486
Location: NL
Warren Buckley (Creative Web Specialist) wrote:

Hiya Peter,
I have installed the blog package from the repository, but I would like to improve it.

With things like URL rewriting for SEO purposes, a publish actionhandler to PING blog search sites, Per's new TAG package, setup the dashboard automatically rather than all manual.

What are your ideas Peter?

Warren


Well, I have these ideas:
- to prevent spam (no captcha, but a combination of ajax (CPalm's idea) and a random numeric field)
- improved calendar (ajaxified if possible ;) )
- I get annoyed that I need to install multiple packages to get everything to work (RSS, autoform etcetc). What are pros and cons of making 1 package for a complete blog-package and what is wanted/needed for a clean blog-install
- work out an idea to easy change skin/template and perhaphs port some wordpress-skins to choose from

And yes, I like your ideas too :D

Peter

Working on an events-calendar with recursion. Post requests on my blog!
tim
Posted: Friday, November 16, 2007 11:43:51 AM

Rank: Addict

Joined: 2/19/2007
Posts: 738
Location: Belgium
Per is working on a defensio package ( to filter out spam )

http://objects.dk/2007/10/19/defensio-net-library.aspx

http://objects.dk/2007/11/7/defensio-launches.aspx


Really neat !

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
PeterD
Posted: Friday, November 16, 2007 11:48:49 AM

Rank: Fanatic

Joined: 7/20/2006
Posts: 486
Location: NL
Tim Geyssens wrote:

Per is working on a defensio package ( to filter out spam )

Really neat !

I know, BUT drawback is that you depend on a 3rd party. What if their service is unavailable for maintainance or if they chance the interface or something?
Or did I understand wrong that it always contacts the defensio's website to validate the comment?

My idea is to use CPalms idea of ajax-comments. As add-on, always put a hiden field on the form with a specific value (a number based on the currect datetime), this value is then validated upon posting. This way the blog is not dependend from 3rd parties.


Working on an events-calendar with recursion. Post requests on my blog!
PeterD
Posted: Friday, November 16, 2007 11:53:08 AM

Rank: Fanatic

Joined: 7/20/2006
Posts: 486
Location: NL
Tim,

Check out your first link, it seems that the spam isnt filtered properly yet using defensio :hmm:

Working on an events-calendar with recursion. Post requests on my blog!
tim
Posted: Friday, November 16, 2007 11:58:22 AM

Rank: Addict

Joined: 2/19/2007
Posts: 738
Location: Belgium
Hmm didn't notice the comments

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
SoerenS
Posted: Friday, November 16, 2007 12:39:46 PM

Rank: Fanatic

Joined: 7/25/2006
Posts: 424
Location: Silkeborg, Denmark
What's wrong with Captcha?

/SoerenS

PS.: I'm working on a sort-of MoBlog feature (mobile bloging) that will allow you to make posts with images directly from your mobile phone. Maybe some day I'll wrap it up in a neat package, and we can look at either supplying it as an addon or part of the blog package.

Brug for råd til hvordan du driver en god webshop? / Need advice on how to run an effective webshop?
PeterD
Posted: Friday, November 16, 2007 12:45:36 PM

Rank: Fanatic

Joined: 7/20/2006
Posts: 486
Location: NL
Soeren Sprogoe wrote:

What's wrong with Captcha?

A lot.
To name some issues (I see them as problems):
- a lot of captchas produce unreadable images, therefor it is not possible to enter the right code, good readable captchas can also be read by bots nowadays.
- It is an extra field people have to enter, not a thing they want to.
- It is being abused more and more (by letting people solve the captcha and then bots can abuse them)

Just some thoughts of me though and if there is a solution without the use of capchtas, it certanly gets my preference.

Peter

Working on an events-calendar with recursion. Post requests on my blog!
warren
Posted: Friday, November 16, 2007 1:44:23 PM

Rank: Addict

Joined: 7/19/2006
Posts: 777
Location: Leigh-on-Sea, Essex, UK
Interesting....start a collaboration?

Maybe setup a shared umbraco install for us willing to contribute to the project?

Tim - how far is your development done?
Could you show us what you've done so we can work from that as a base?

Warren


Warren Buckley an Umbraco MVP 08-09 & level 1 certified developer
tim
Posted: Friday, November 16, 2007 1:51:17 PM

Rank: Addict

Joined: 2/19/2007
Posts: 738
Location: Belgium
Sure that would be great, well i made this project a couple of months ago http://www.xet360.be/ (started from the blog package) and now I'm cleaning the code of the new features and moving it to a new version of my personal blog.

But a shared umbraco site would be great. I could set one up. You can always add me to msn tim_geyssens(at)hotmail.com, to talk more about it.

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
Dekker500
Posted: Wednesday, April 09, 2008 2:40:04 PM
Rank: Newbie

Joined: 2/20/2008
Posts: 17
Location: Canada
tim wrote:
...now I'm cleaning the code of the new features and moving it to a new version of my personal blog.


Hey Tim

Any progress on this one? I've been eagerly awaiting it for some time... Doesn't have to be "fancy", doesn't have to be in English either. Don't need fancy CSS if you don't want to publish your look-and-feel. But the coding parts would be nice, since I'm impressed by your blog-site and see it as what I (and many others) really need!


Dekker
www.WoodworkDetails.com
tim
Posted: Wednesday, April 09, 2008 4:01:29 PM

Rank: Addict

Joined: 2/19/2007
Posts: 738
Location: Belgium
Hi,

Well I am trying to get my new blog up and running within the month. I could send you the sourcecode if you want. Just shoot me an email at info(at)nibble(dot)be

Umbraco tips and tricks: http://www.nibble.be - umbraco mvp 08/09 - certified level 1 & 2 professional
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.