Displaying 3 results from an estimated 3 matches for "totalviews".
Did you mean:
totalview
2008 May 21
6
this.initialize has no properties error in Prototype Code
Hi All,
I''m a super newbie with Prototype and am trying to implement my first
solution using it.
This is my code:
var span = ''totalViews'' + video_id;
var params = ''video_id='' + video_id;
Ajax.Response(''trackVideo.php'',
{
method: ''post'',
parameters: params,
onSuccess: function(transport)
{
var count = transport.responseText;
$('&...
2004 Sep 10
4
flac123 revival
Hello Dan Johnson, hello list,
It's really weird that there's no working command line player for FLAC
files. Dan Johnson created flac123 (licensed under the GPL) to fill that
gap, and started the flac-tools project.
Unfortunately, flac123 doesn't work anymore with the latest FLAC, and
the flac-tools project has been idle for more than a year.
I created a patch that makes flac123
2003 Mar 05
1
RE: [Ext2-devel] Re: ext3 htree brelse problems look to be fixed!
I post a patch for comment on ext2-devel for the
NFS cookie bug. Did not get any feedback yet.
As Ted suggested, it set the cookie to -1 on EOF,
even though it is not seek able to there.
I only test it with Stephen's "readdir.c".
Not have chance to run it on a NFS server yet.
Do you have more information about the cache trashing
bug?
Regards,
Chris
===== dir.c 1.5 vs edited