Hi Prit,
1. I published a post with the source of my preview function on my test blog, direct link: http://enbaires.com/blog1/viewEntry_00011.html
2. Regarding image upload, I already tested the stuff posted at nicEdit's forum, its Ajax based and it works great but it isn't what I'm looking for.
My current upload function creates a resized jpg (width 720px quality 85%) using postnbr_originalName.jpg to keep unique filenames. My pending task is to integrate the upload form into nicEdit to replace the ImageShack one. I don't intend to keep a separate upload field (the current form is only for testing)
3. Yes, I had a chance to look at your seo friendly urls. I agree that using the post title on the links is a great idea ! It might also be possible to include the currently viewed post title into the page header <title>postTitle</title>, or even add the words to the keyword / content metatags ! Take that Google :-)
- as you can see in my test blog, my .htaccess rewrites links like viewCategory_catxxx_p5.html into its original form: index.php?option=viewCategory&category=catxxx&page=5 hence recovering all the parameter/s required for the script to work.
- Your solution seems to use the post titles instead of post numbers, to link to the individual posts, right ?
- I suggest to keep using post numbers to assure unique links, as you will probably need to limit titles in lenght, and also to add the html extension at the end (viewEntry/00011/postTitle.html)
4. I'm using Pritlog v0.411. Any shortlist of the main features you plan to introduce in the next release ? Any date ?
It would be great for anyone working with a modified version of your script, to get a "change history" on a per function basis to facilitate upgrades. Is this possible ?
Nice work, thank you !
John