TagCloud Generator

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
artViper
Forum Newbie
Posts: 4
Joined: Sun Apr 30, 2006 4:38 pm

TagCloud Generator

Post by artViper »

Hope this is the right place to post this? :|

Just finished the first beta version of our tagcloud generator.

It displays german special chars correctly as far as they are implemented into a page with the appropriate tags. Keywords are included in the weighing. At the moment, english "fillwords" are not filtered, this version is intended for the german market.


If you wish to try it, check out this: http://www.artviper.ch ( scroll down, left side is the link ).

Comments, error reports and critics highly appreciated,

thanks!
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I think this may have been better in snippets or usability. But no worries, the mod squad will be here shortly to reunite this thread with it's appropriate category.

Man, I need some sleep bad. I am getting goofier by the minute.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: TagCloud Generator

Post by jmut »

artViper wrote:Hope this is the right place to post this? :|

Just finished the first beta version of our tagcloud generator.

It displays german special chars correctly as far as they are implemented into a page with the appropriate tags. Keywords are included in the weighing. At the moment, english "fillwords" are not filtered, this version is intended for the german market.


If you wish to try it, check out this: http://www.artviper.ch ( scroll down, left side is the link ).

Comments, error reports and critics highly appreciated,

thanks!
hi. Maybe it is good to make some validation on this web site
It spits out warnings and stuff like crazy. at least set display_errors = off
Honestly I could not make it run.
artViper
Forum Newbie
Posts: 4
Joined: Sun Apr 30, 2006 4:38 pm

Post by artViper »

Seems you tried to access it quite in the moment i fixed some db issues :) should work fine now.
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post by jmut »

artViper wrote:Seems you tried to access it quite in the moment i fixed some db issues :) should work fine now.
not quite
it still spits warnings.
check your PM
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Maybe it's just me (being on a laptop on the move with a low contrast screen) but the form field for the url to generate the tag cloud is barely visible (i.e. it took a minute to figure out where it was). Needs higher contrast...

Back on topic - it seems to work fine, although as you noted the English fill words take over everything...
artViper
Forum Newbie
Posts: 4
Joined: Sun Apr 30, 2006 4:38 pm

Post by artViper »

Ok, gonna set up a better visibility of the input field. The english version of this will come along with our reboot of the artviper.com in the next few weeks.
User avatar
Maugrim_The_Reaper
DevNet Master
Posts: 2704
Joined: Tue Nov 02, 2004 5:43 am
Location: Ireland

Post by Maugrim_The_Reaper »

Looks solid after testing on a German language blog...:)
artViper
Forum Newbie
Posts: 4
Joined: Sun Apr 30, 2006 4:38 pm

tag cloud generator

Post by artViper »

Hi,

today I finished the english / german version of the tag cloud generator. It now filters both english and german stopwords ( email me if you want some more taken out ). Check it out at http://www.artviper.ch/tagcloud/index.php
Post Reply