Inside Paulo Abrantes' head
[ start | index | login or register ]
start > 2007-07-09 > 1

Software Developing: SnipSnap and Snip It

Created by pabrantes. Last edited by pabrantes, one year and 90 days ago. Viewed 1,210 times. #1
[edit] [rdf]
labels
attachments

Software Developing: SnipSnap and Snip It

Well it seems that a few days ago Leo >>announced what everyone already knew, SnipSnap Development has ceased. I already knew it, but it's with great sadness that I've read the announcement.
I also must say that I was surprised to see that someone mentioned me on the comments as a "side developer", it seems there are more people aware of my work with snip it than I thought. smiley

Regarding the snip it development a new version has been deployed and for the first time I actually put as version 1.0-snipit. The major differences are the suggestions that derjohn gave about the weblog are now implemented.

A "Next Page" - and also a "Previous Page" when appliable - link is present now at the top and the bottom of the blog, it allows any reader to navigate among older posts, being able to go from page to page until the end of the blog, or come back until the first one again.

Besides this idea of navigation - which was a really good one - derjohn also suggested that there should be a way to shorten blog entries. Now, this isn't as simple as it seems because, we can't limit:

  • The HTML render length since that could generated invalid HTML.
  • The raw text length because it could generated invalid wiki tags.
After putting some thought on it I realised that a good way would be to limit by paragraphs number, even if can originate some slight variations between posts size it's a good measure - as probably many other that I haven't think of - and does not generate invalid HTML nor invalid wiki tags.
To use such feature, it's only needed to define numberOfParagraphs variable in the weblog macro.

Unfortunately the Access Control isn't yet fully finished, so I'll keep that subject for another post.

The modifications can be downloaded from SVN.

Anyone with more feature request or interesting ideas is invited to register and comment or edit the my_snipsnap_fork_feature_list.

4 comments (by jff, mrmoon, pabrantes) | post comment
Who am I?
paulo-roca2My name is Paulo Abrantes AKA pabrantes and I'm a software developer. I'm currently employed at >>CIIST working as a Java developer in >>FenixEDU.

This blog is mostly about Java programming, domain driven design and snipsnap bliki developing. Everything written in this blog is my personal opinion and it may not reflect the opinions of my employer and co-workers.


Blog subscription
subscribe by rss subscribe by email

Links
>> Home
>> Paulo's Profile
>> Post History
>> Add to Technorati Favorites
>> Paulo's Photo Gallery
>> WishList
>> Posting without Login

Search Blog
Fellow Bloggers

Recent Posts

Java Programming: Bytecode Injection
Intermission: Sorry For Downtime
Software Developing: Studying The Bliki Domain Model
SnipSnap Developing: Trying to settle a roadmap
System Administration: Load Balancing with Apache
Blogging: Two years have passed
Software Developing: The SnipSnap Saga
Java Programming: Getting your code spicy with Groovy
Software Developing: Fluent Interfaces
Software Developing: Implementing a ShoutBox on SnipsSnip
Software Developing: SnipSnap, SnipIt and SnipSnip
Java Programming: Proxies and Access Control
Java Programming: Proxies and References
Java Programming: References' Package
YALM: Yet Another Layout Modification

For older posts, please refer to post-history for a complete Post History

Logged in Users: (0)
… and 5 Guests.
This is a modified version of snipsnap.org created by >>Paulo Abrantes