Category:Categories

From Bloggerhacks

(Difference between revisions)
(Categories using Javascript "only javascript" with Ajax)
Line 1: Line 1:
[[Category:Hacks]]
[[Category:Hacks]]
 +
==Version==
 +
 +
-0.1b
 +
 +
==Platform==
 +
 +
[http://www.blogger.com/ Blogger]
 +
 +
==Author==
 +
 +
[http://emorshdy.blogspot.com/ Eslam Al-Morshdy]
 +
 +
==Homepage==
 +
 +
[http://emorshdy.blogspot.com/2006/07/blogger-categories.html    http://emorshdy.blogspot.com/2006/07/blogger-categories.html]
 +
 +
also here is  a [http://blogger-categories.blogspot.com/ Demo] as my blog dosen't have many categories :(
 +
 +
==License==
 +
 +
-[http://www.gnu.org/copyleft/gpl.html GPL]
 +
 +
==Required Skills==
 +
 +
Able to edit the [http://www.blogger.com/ Blogger] template.
 +
 +
Able to add a tag to each taggable post.
 +
 +
==Description==
 +
 +
Adds categories to your Blogger blog. Insert a category tag <category cats="cat1,cat2,...catn"></category> on each post that you wanna tag ( gracefully escaped -not visible- by IE/FF/safari and syndication readers ). when a visitor views your page an Asynchronous call to your atom syndication is isssued and result is parsed for categories and a categories tree/menu with posts count is rendered in the sidebar menu (or any place holder of yor own).
 +
 +
 +
'''Features'''
 +
 +
# no third party to which you hand the view of your content.
 +
# no redirection to a foreign page (social-book marking blogger-search).
 +
# no server abuse
 +
## each page impression acts as if some one reading ur atom syndication.
 +
## Blog template + the script ~32kb could be stripped to ~24kb.
 +
# no expected localization problems.
 +
# totally client side processing.
 +
# Asynchronous no blocking (AJAX-Based).
 +
# posts count
 +
# handle old posts: viewable from the default '''all''' and '''other''' tags no need to re-publish them (eventhoght you can).
 +
# works out of the box yet is highly configurable.
 +
# free as in Willy ;-)
 +
 +
==Method==
 +
1 Edit to each post.
 +
 +
3 Edits to post Template.
 +
 +
(See complete instructions at the [http://emorshdy.blogspot.com/2006/07/blogger-categories.html homepage]).
 +
 +
==Sites Using This Hack==
 +
 +
[http://emorshdy.blogspot.com  Eslam's blog]
 +
 +
[http://blogger-categories.blogspot.com/ Blogger Categories Demo]
 +
 +
Edit this section to link to your blog if you are also using this hack.
 +
 +
==See Also:==
 +
 +
[[category: hacks]]
 +
[[category: categories]]

Revision as of 19:27, 2 August 2006

Contents

Version

-0.1b

Platform

Blogger

Author

Eslam Al-Morshdy

Homepage

http://emorshdy.blogspot.com/2006/07/blogger-categories.html

also here is a Demo as my blog dosen't have many categories :(

License

-GPL

Required Skills

Able to edit the Blogger template.

Able to add a tag to each taggable post.

Description

Adds categories to your Blogger blog. Insert a category tag <category cats="cat1,cat2,...catn"></category> on each post that you wanna tag ( gracefully escaped -not visible- by IE/FF/safari and syndication readers ). when a visitor views your page an Asynchronous call to your atom syndication is isssued and result is parsed for categories and a categories tree/menu with posts count is rendered in the sidebar menu (or any place holder of yor own).


Features

  1. no third party to which you hand the view of your content.
  2. no redirection to a foreign page (social-book marking blogger-search).
  3. no server abuse
    1. each page impression acts as if some one reading ur atom syndication.
    2. Blog template + the script ~32kb could be stripped to ~24kb.
  4. no expected localization problems.
  5. totally client side processing.
  6. Asynchronous no blocking (AJAX-Based).
  7. posts count
  8. handle old posts: viewable from the default all and other tags no need to re-publish them (eventhoght you can).
  9. works out of the box yet is highly configurable.
  10. free as in Willy ;-)

Method

1 Edit to each post.

3 Edits to post Template.

(See complete instructions at the homepage).

Sites Using This Hack

Eslam's blog

Blogger Categories Demo

Edit this section to link to your blog if you are also using this hack.

See Also:

Personal tools
FreshTags