473,800 Members | 2,893 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Website Analysis Tools

I'm working on a project that has a website with some streaming video. We're
tracking clicks on the custom video player (Windows Media Player) to a
mysql database (requirement).

Is there a tool/package out there (free or pay), that would allow us to
generate reports against the database? The reports are going to marketing
people so they need to produce pretty graphics. That's not a requirement
as far as I'm concerned, but it would be nice.

BTW, I'm not a webmaster so any obvious answers are not apparent. Thanks in
advance.

PS: Also posted in alt.www.webmasters
--
Xueilonox
http://www.digitalmerging.la
Blogging about new media and digital convergence.
Jul 23 '05 #1
9 2204
In article <Sxyhd.2268$cA4 .1283@trnddc01> ,
Xueilonox <xu*******@digi talmerging.la> wrote:
I'm working on a project that has a website with some streaming video. We're
tracking clicks on the custom video player (Windows Media Player) to a
mysql database (requirement).

Is there a tool/package out there (free or pay), that would allow us to
generate reports against the database? The reports are going to marketing
people so they need to produce pretty graphics. That's not a requirement
as far as I'm concerned, but it would be nice.

BTW, I'm not a webmaster so any obvious answers are not apparent. Thanks in
advance.

PS: Also posted in alt.www.webmasters


Can you explain more clearly what your want to do to "generate reports
against the database"? What are you looking for, specifically--reports
on utilization of the mysql database or web site analysis of the logs?

Website traffic analysis tools abound, some free, some not, some really
pricey. If they're "marketing people" who want graphs, you'll probably
have to go with the pricey. I've only ever used the free UNIX tools
like "analog".

Any package you buy won't tell you "What does this mean?" or "What am I
seeing here with this graph?" which you'll get with marketing types.

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 23 '05 #2
Michael Vilain wrote:
In article <Sxyhd.2268$cA4 .1283@trnddc01> ,
Xueilonox <xu*******@digi talmerging.la> wrote:
Can you explain more clearly what your want to do to "generate reports
against the database"? What are you looking for, specifically--reports
on utilization of the mysql database or web site analysis of the logs?

Website traffic analysis tools abound, some free, some not, some really
pricey. If they're "marketing people" who want graphs, you'll probably
have to go with the pricey. I've only ever used the free UNIX tools
like "analog".

Any package you buy won't tell you "What does this mean?" or "What am I
seeing here with this graph?" which you'll get with marketing types.


Normally, you would run a program that generates a report based on your web
logs (how many hits, what page, etc). In this case, we have a media player
that's logging the information we want into a database (who hit play, stop,
rewind, etc). The important things is, we have the information.

Now, I'm trying to determine if there are any packages that would generate a
usage report from the information in the database (not the web logs). I
know we could probably write something but if some type of reporting
package will do it, that would be preferrable.

Hope that's a little more clear. TIA.
--
Xueilonox
http://www.digitalmerging.la
Blogging about new media and digital convergence.
Jul 23 '05 #3
On Tue, 02 Nov 2004 04:36:50 GMT, Xueilonox
<xu*******@digi talmerging.la> declared in
comp.infosystem s.www.authoring.html:
Now, I'm trying to determine if there are any packages that would generate a
usage report from the information in the database (not the web logs). I
know we could probably write something but if some type of reporting
package will do it, that would be preferrable.


Probably only something very basic if at all then, as it would depend
heavily on the database structure.

--
Mark Parnell
http://www.clarkecomputers.com.au
Jul 23 '05 #4
Mark Parnell wrote:
On Tue, 02 Nov 2004 04:36:50 GMT, Xueilonox
<xu*******@digi talmerging.la> declared in
comp.infosystem s.www.authoring.html:
Now, I'm trying to determine if there are any packages that would
generate a usage report from the information in the database (not the web
logs). I know we could probably write something but if some type of
reporting package will do it, that would be preferrable.


Probably only something very basic if at all then, as it would depend
heavily on the database structure.


If it's just basic stuff, then basic will have to do for now. Just need
pointers. Thanks.

--
Xueilonox
http://www.digitalmerging.la
Blogging about new media and digital convergence.
Jul 23 '05 #5
On Mon, 01 Nov 2004 18:35:18 -0800, "Michael Vilain
<vi****@spamcop .net>" wrote:
Is there a tool/package out there (free or pay), that would allow us to
generate reports against the database? The reports are going to marketing
people so they need to produce pretty graphics. That's not a requirement
as far as I'm concerned, but it would be nice.


I used to always look for a non-Microsoft solution, but now I tend to
look what's easiest and cheapest!

If they're not going to need the reports on demand (i.e. you will
create these reports for them - say every month) then cheat:
* Export MySQL data to a CSV file (phpMyAdmin etc.) and let Access do
it for you.

If on demand by Marketing people:
* Install MySQL ODBC driver, allow Read-only access remotely and write
some Access macros
--
FREE phonecalls with other TalkTalk customers: <http://www.bizorg.co.u k/shopping/talktalk/>
Locate your Mobile phone: <http://www.bizorg.co.u k/news.html>
Jul 23 '05 #6
David Quinton wrote:
On Mon, 01 Nov 2004 18:35:18 -0800, "Michael Vilain
<vi****@spamcop .net>" wrote:

I used to always look for a non-Microsoft solution, but now I tend to
look what's easiest and cheapest!

If they're not going to need the reports on demand (i.e. you will
create these reports for them - say every month) then cheat:
* Export MySQL data to a CSV file (phpMyAdmin etc.) and let Access do
it for you.

If on demand by Marketing people:
* Install MySQL ODBC driver, allow Read-only access remotely and write
some Access macros


I don't think on-demand is a requirement so it's completely possible for
this to be an option. I'll look into it.

Just curious, what non-Microsoft solutions did you use? I've been told by
the powers that be that payware is OK (probably within a certain limit).

Thanks.

--
Xueilonox
http://www.digitalmerging.la
Blogging about new media and digital convergence.
Jul 23 '05 #7
On Tue, 02 Nov 2004 23:39:19 GMT, Xueilonox
<xu*******@digi talmerging.la> wrote:

Just curious, what non-Microsoft solutions did you use?


I'd probably have written a PHP app to create an on-line system with
pretty graphs. PHP can create images "on the fly".
--
FREE phonecalls with other TalkTalk customers: <http://www.bizorg.co.u k/shopping/talktalk/>
Locate your Mobile phone: <http://www.bizorg.co.u k/news.html>
Jul 23 '05 #8
Xueilonox wrote:

Is there a tool/package out there (free or pay), that would allow us to
generate reports against the database? The reports are going to marketing
people so they need to produce pretty graphics. That's not a requirement
as far as I'm concerned, but it would be nice.

Mysql is a fairly well-supported database. Commercial report generators
like Crystal Reports (http://www.businessobjects.com/) will warm the
cockles of any marketeer. All you need is an odbc connector.
A Google search for ["report generator" +mysql] found a lot of other
products.

--
jmm dash list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
Jul 23 '05 #9
jmm-list-gn wrote:
Xueilonox wrote:

Is there a tool/package out there (free or pay), that would allow us to
generate reports against the database? The reports are going to
marketing
people so they need to produce pretty graphics. That's not a requirement
as far as I'm concerned, but it would be nice.

Mysql is a fairly well-supported database. Commercial report generators
like Crystal Reports (http://www.businessobjects.com/) will warm the
cockles of any marketeer. All you need is an odbc connector.
A Google search for ["report generator" +mysql] found a lot of other
products.


Thanks for the tip. I've always heard of Crystal Reports but never really
knew the details of exactly what they did.

--
Xueilonox
http://www.digitalmerging.la
Blogging about new media and digital convergence.
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2418
by: Bishara Gabriel | last post by:
I encourage feedback from all parties and especially those which would like to be directly involved (I may include you in the grant proposal and budget). Send me your comments! -------> Project Objective We seek to introduce the advantages of object-oriented programming to the realm of social sciences. We believe the fields thereof (economics,
10
2472
by: Harry Slaughter | last post by:
I've got a client who wants to see some immediate results on a brand new website. within a week, they'd like to see the following: 1) basic user authentication (using php sessions/cookies to maintain authentication) 2) some basic content (text, photos, audio) uploading mechanism 3) basic content browsing in a somewhat neatly formatted presentation knowing how quickly they wanted something they could look at, i initially suggested...
2
1842
by: Derek | last post by:
This isn't exactly a language question, but I'm curious if any of the veteran programmers out there could recommend a static analysis tool for C++. Specifically, I'm looking for something that can flag unreachable code, possible security errors like buffer overflows, and identify unused entities. It would also be great if said tool could identify any headers included un- necessarily, and perhaps compute some basic metrics. Are there...
4
1831
by: Steven T. Hatton | last post by:
pag.csail.mit.edu/~mernst/ pubs/c-preprocessor-tse2002.pdf Abstract: This is the first empirical study of the use of the C macro preprocessor, Cpp. To determine how the preprocessor is used in practice, this paper analyzes 26 packages comprising 1.4 million lines of publicly available C code. We determine the incidence of C preprocessor usage?whether in macro definitions, macro uses, or dependences upon macros?that is complex,...
1
396
by: vipindeep | last post by:
Dear reader, Are there any widely used dynamic analysis tools which are used for detecting errors in programming, for example null dereferences, deadlocks, etc.. Some of the tools which I could know are Daikon, *J, MAc JAVA, Delta Debuggers. Infact all these tools provide runtime information. Are there any tools like Purify (in C for memory based errors, array out of bounds etc).
5
2326
by: TZESENG | last post by:
DECEMBER 13, 2005 . Editions: N. America | Europe | Asia | Edition Preference News Analysis By Steve Hamm Source: http://www.businessweek.com/technology/content/dec2005/tc20051213_042973.htm Peter Yared, CEO of software maker ActiveGrid, spent a critical chapter of his career steeped in Java, the programming language developed by Sun Microsystems (SUNW). In the late 1990s, Yared was chief technology officer
4
2050
by: | last post by:
Using VS.NET I am wondering what methods developers use to deploy ASP.NET website content to a remote server, either using FTP or network file copy. Ideally there would be a one-button or one-key-chord way to upload a single file or a single site. In Dreamweaver, you can hit "Control-Shift-U" to upload a single file to the remote site you have configured. This is extremely handy when you're doing quickie fixes and development, more...
3
1674
by: jasone | last post by:
Hello all! I want to create an analysis tool for my client, the website will have a shopping cart etc. and i would like to create a protected section to the website to track the following details: Online sales analysis o What products were sold and when o Regional sales details to target marketing areas o Monthly revenue details from online sales and enquires (charts) any ideas where i might be able to get some source code for...
6
2326
by: beantaxi | last post by:
Hello all, I'm looking for a very simple code analysis tool. I have a large codebase to analyze, and all I really need to do is to find all uses of all methods in a few interfaces. Many tools (e.g. Resharper) obviously do this internally, but I can't seem to find any that expose this simple functionality. Command line would be fine -- in fact I'd prefer that but its not necessary.
0
9690
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9550
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9085
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7574
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5603
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4149
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2944
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.