W3Perl developement 

Back from holidays ... there are still jobs to complete the frames removal ! Can be a real headache as it's so easy to write only once a file rather than duplicating menu over many pages. It's a pity you can't include a file in html as php do :(

Next month Previous month
2008-October 2008-August
SEP
26
Days interval
26.09.2008 | Days interval | Auteur : Domisse

First tool to be included in the new CSS menu is a 'date interval' option. You can now select stats report for a period of time from few days to several weeks. Reports are computed in real time so it can take few seconds before completion.

Next step is to add the ability to choose between two dates rather than starting from the current day. There are many popup calendar available on the Net, one being the Calendar Date Select tool. It's a rather sophisticated tool which may be useful for your own need but I prefer to use a simpliest calndar like this one : Calendar Popup. Easy to install, its features are enough for my own usage.

From the same website, I found a lots of useful tools . W3Perl already use a sortable table tool but this one is really nicer so I plan to switch to this new javascript.

SEP
18
3.034
18.09.2008 | 3.034 | Auteur : Domisse

A step further to a frameless version. There is no more frames now. CSS menu have been removed from PDF reports.

People using mod_perl can use a different scriptalias in the web server configuration. Default sciptalias directive is /cgi-bin/ but mod_perl use /cgi-perl/ so I need to update the install script in order to take into account this. The /admin/index.html need to be updated and hardcoded /cgi-bin/ string need to be replaced with /cgi-perl/.
Will add a Suse configuration file.

SEP
14
Ideas
14.09.2008 | Ideas | Auteur : Domisse

I was quite busy this week as I had courses about Active Directory. This is a quite good product which really need a good knowledge to administrate.

It took much more time than expected to remove those last frames. Managing one frame is easy when you need to update a menu, but updating every pages is a little more difficult.

I have new ideas about improving the display. There are many features which can be added in the top menu.

  • Search utility (Hosts/Pages/Users...)
  • Print / Bookmark / Email the current page
  • Calendar display for daily/weekly/monthly/yearly stats
  • Change CSS style
  • Stats for a specific date intervalle (last 3 days, last 10 days...)

SEP
06
PowerPoint
06.09.2008 | PowerPoint | Auteur : Domisse

I'm building a new PowerPoint because the current one is really too old. The new one will be in english so everyone will be able to read it ! ;)

W3Perl news :
- Few improvements over the CSS menu, current selected menu is highlighted.
- Removing the last frames in daily/weekly/monthly area.