Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-17 Thread Michael Sullivan



i've been lazy on this front too.but i did add a logo for http://browsehappy.com/ :)thats my current lazy man's solution.sullOn 4/16/06, 
andrew michael baron <[EMAIL PROTECTED]> wrote:
I think you misinterpreted my voice then. While you were being sharpand discounting my question as worthwhile, I simply said:> David, I could be wrong on this, but I'm pretty sure you are not> clear. I had a look at your site and you use the embed code inside an
> object. Thus when people begin to update their IE explorer browsers> with the latest patches, etc. they will likely encounter an active-x> button in need of confirmation.When I said "clear", I meant "in the clear", maybe that was the
confusion.Anyway, I am considering not updating our code. Especially if this isjust to suit an older model of IE.Its getting to the point where I may start signaling out InternetExplorer users and sending them to the Rocketboom Mars website to
discuss why there are there.On Apr 16, 2006, at 12:51 PM, David Howell wrote:> Youre correct and I apologize for my curtness. I guess I was put off> by Andrew shooting off that my site might be broken and that I didnt
> know what I was talking about without him even making an attempt to> check to see if what he was saying was true or not.>> Again, my apologies.>> David> 
http://www.davidhowellstudios.com>> --- In videoblogging@yahoogroups.com, "Bill Streeter" <[EMAIL PROTECTED]>> wrote: The thing is that this group was set up to help people. I've always
>> had the attitude that no matter how often a particular issue comes up>> on the list I always will answer it if I have the answer. Sometimes>> the solutions to the issue changes, and sometimes the person
>> asking is>> new and hasn't searched the archives (and if you've ever had the>> experience of trying to search the group archives you know it's not a>> good way of finding an answer--especially if you don't know exactly
>> what terms you might be looking for). So in the spirit of making the>> group a welcoming resource for new videobloggers I would tend not to>> dismiss people for asking a question or bringing up an issue that's
>> been addressed before. It's something that happens frequently on this>> list but it should not be discouraged IMO. Bill Streeter>> LO-FI SAINT LOUIS>> 
www.lofistl.com --- In videoblogging@yahoogroups.com, "David Howell" >> wrote:>> I'll see your sarcasm and raise you a "tough shit".
>> It's assumed that if one joins this list, then one reads the posts>>> here. If you arent reading the posts, then why join the group?>> Besides, not taking the measures to properly present your work to
>>> your>>> viewers *is* the responsibility of the owner of the site. Not anyone>>> elses. Once I knew that the active-x changes were coming from MS,>>> both>>> being announced on this list AND a multitude of other sites
>>> reporting>>> it, I took measures to fix the problem.>> There is a warning on the "Home" section of this group about the>>> number of emails this list can produce AND offers a solution. Dont
>>> come crying when you cant keep up.>> David>>> http://www.davidhowellstudios.com>> --- In 
videoblogging@yahoogroups.com, "Ryan Ozawa" >>> wrote: -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1 On 4/15/06, David Howell  wrote:> Like I said, this was all brought up a while ago on this list. If> people didnt take the time to resolve their issues then...ah well.
> C'est la vie. Darn right. Shame on anyone who slacked off and dared not process>>> each of the hundreds of messages that flow through here each week!  If
>>> you've got any questions, need help or advice, tough cookies.  You've had your>>> chance. - -- Ryan 
HawaiiVog.com -BEGIN PGP SIGNATURE- Version: PGP Desktop 9.0.6 (Build 6060) Comment: 
http://www.lightfantastic.org/pgp.txt iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a kHFfMdJO/hcuBBoxW2p/jESG =rk2K
 -END PGP SIGNATURE-> Yahoo! Groups Links>>
Yahoo! Groups Links<*> To visit your group on the web, go to:http://groups.yahoo.com/group/videoblogging/<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/-- Sullhttp://vlogdir.com http://SpreadTheMedia.org






  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-17 Thread T . Whid
This is absolutely not true. You can do anything you were doing
before, you just need to code the site differently.

On 4/16/06, David Meade <[EMAIL PROTECTED]> wrote:
>
>
>
> On 4/16/06, Stephanie Bryant <[EMAIL PROTECTED]> wrote:
> > I wanted a "you go to my site and
> > click play to play" interface. Microsoft has completely killed that as
> > an option. Completely.
>
> I'm not sure this is true.  On my site, when a user clicks (a false) play
> button, the embed suddenly appears and the video starts playing (fast
> start).  It's a one click to play interface.
>
>
> --
> http://www.DavidMeade.com
> feed:  http://www.DavidMeade.com/feed
>
>
>  
>  YAHOO! GROUPS LINKS
>
>
>  Visit your group "videoblogging" on the web.
>
>
>  To unsubscribe from this group, send an email to:
>  [EMAIL PROTECTED]
>
>
>  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>  
>


--
www.mteww.com


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread andrew michael baron
I just did the fix. Heres what I did (the following information is  
simply reiterated from:
http://developer.apple.com/internet/ieembedprep.html )

#1
First I downloaded this .js java file from Apple:
http://developer.apple.com/internet/licensejs.html

Inside that zip package is a file called:
AC_QuickTime.js

I renamed this file to a filename that I like:
rb_java.js


#2
Then, I uploaded this file to my server. I decided to create a new  
folder called 'js' and put the file in there. Thus, the url to access  
the file is now:
http://www.rocketboom.com/js/rb_java.js


#3
Then I went into my template and inserted the following code into the  
header:

http://www.rocketboom.com/js/rb_java.js";  
language="JavaScript" type="text/javascript">

Obviously, you would replace the src value above with your own URL to  
the newly uploaded file found in step #2 above.

Remember, the above code must be pasted anywhere after the  and  
before the 

#4

Finally, I went to the part in my HTML where I have the  with  
the embed. I cut out the object, everything from  to .

I replaced it with the following java script code:


   QT_WriteOBJECT_XHTML('http://www.rocketboom.net/video/ 
rb_06_apr_14.mov', '320', '256', '',
 'autoplay', 'true',
 'emb#bgcolor', 'black',
 'align', 'middle');



I actually used widescreen dimensions, 480x286.




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Andreas Haugstrup
On Sun, 16 Apr 2006 22:48:13 +0200, Stephanie Bryant <[EMAIL PROTECTED]>  
wrote:

> You're hosed. Microsoft has hosed you. Me, too. I didn't want a "click
> to download" interface on my videos. I wanted a "you go to my site and
> click play to play" interface. Microsoft has completely killed that as
> an option. Completely. In one "update," they have downgraded the
> Internet. They suck. They're a sucky bunch of sucks and I don't mind
> saying so.

Correction: Eolas hosed you. Microsoft is doing this to avoid having to  
pay licensing fees on this cracked out patent. For once Microsoft isn't  
the bad guy.

That said you can do have the javascript provide the same functionality as  
is seen on rocketboom (and autostarting video). Apple has put up sample  
code at http://www.apple.com/quicktime/tutorials/embed.html >

You will probably want to modify that code to include an "url" variable so  
you don't have to write a new javascript function each time you make a new  
video.

-- 
Andreas Haugstrup Pedersen
http://www.solitude.dk/ >
Commentary on media, communication, culture and technology.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread David Meade



On 4/16/06, Stephanie Bryant <[EMAIL PROTECTED]> wrote:
 I wanted a "you go to my site andclick play to play" interface. Microsoft has completely killed that asan option. Completely. I'm
not sure this is true.  On my site, when a user clicks (a false)
play button, the embed suddenly appears and the video starts playing
(fast start).  It's a one click to play interface.
-- http://www.DavidMeade.comfeed:  http://www.DavidMeade.com/feed


  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Stephanie Bryant
Andrew, I'm gonna level with you:

You're hosed. Microsoft has hosed you. Me, too. I didn't want a "click
to download" interface on my videos. I wanted a "you go to my site and
click play to play" interface. Microsoft has completely killed that as
an option. Completely. In one "update," they have downgraded the
Internet. They suck. They're a sucky bunch of sucks and I don't mind
saying so.

Your other option is to use a browser-detect JavaScript to see if a
web browser is IE or anything else, and use an embed for everything
except IE. My suggestion, if you go that route, is to include a link
to upgrade people's web browsers to Firefox in the IE version of your
site. I thought about doing this, and probably will, but am too
frustrated today and took the easy way out.

--Stephanie

On 4/16/06, andrew michael baron <[EMAIL PROTECTED]> wrote:
> This method that Enric has created will not work for me because it
> requires the user to click on a posterframe in order to start the
> video. This will not work for a fast start option, as far as I know.
>
> Also, the vpip script is apparently around 600 lines of code which is
> an overkill for launching a video.
>
> On Apr 16, 2006, at 1:12 PM, David Howell wrote:
>
> > An easy way to be "clear" is to say what you mean and mean what you
> > say.
> >
> > By stating "I'm pretty sure you are not clear" could indicate that I
> > am not clear on what is being said. Stating "I dont think your site is
> > clear" means a whole other thing. Stating "I went to your site and it
> > is not clear from the IE error" is yet another statement.
> >
> > Words words words...they do mean so many things.
> >
> > David
> > http://www.davidhowellstudios.com
> >
> > --- In videoblogging@yahoogroups.com, andrew michael baron
> > <[EMAIL PROTECTED]> wrote:
> >>
> >> I think you misinterpreted my voice then. While you were being sharp
> >> and discounting my question as worthwhile, I simply said:
> >>
> >>> David, I could be wrong on this, but I'm pretty sure you are not
> >>> clear. I had a look at your site and you use the embed code
> >>> inside an
> >>> object. Thus when people begin to update their IE explorer browsers
> >>> with the latest patches, etc. they will likely encounter an active-x
> >>> button in need of confirmation.
> >>
> >> When I said "clear", I meant "in the clear", maybe that was the
> >> confusion.
> >>
> >> Anyway, I am considering not updating our code. Especially if this is
> >> just to suit an older model of IE.
> >>
> >> Its getting to the point where I may start signaling out Internet
> >> Explorer users and sending them to the Rocketboom Mars website to
> >> discuss why there are there.
> >>
> >>
> >> On Apr 16, 2006, at 12:51 PM, David Howell wrote:
> >>
> >>> Youre correct and I apologize for my curtness. I guess I was put off
> >>> by Andrew shooting off that my site might be broken and that I didnt
> >>> know what I was talking about without him even making an attempt to
> >>> check to see if what he was saying was true or not.
> >>>
> >>> Again, my apologies.
> >>>
> >>> David
> >>> http://www.davidhowellstudios.com
> >>>
> >>> --- In videoblogging@yahoogroups.com, "Bill Streeter" 
> >>> wrote:
> 
>  The thing is that this group was set up to help people. I've always
>  had the attitude that no matter how often a particular issue
>  comes up
>  on the list I always will answer it if I have the answer. Sometimes
>  the solutions to the issue changes, and sometimes the person
>  asking is
>  new and hasn't searched the archives (and if you've ever had the
>  experience of trying to search the group archives you know it's
>  not a
>  good way of finding an answer--especially if you don't know exactly
>  what terms you might be looking for). So in the spirit of making
>  the
>  group a welcoming resource for new videobloggers I would tend
>  not to
>  dismiss people for asking a question or bringing up an issue that's
>  been addressed before. It's something that happens frequently on
>  this
>  list but it should not be discouraged IMO.
> 
>  Bill Streeter
>  LO-FI SAINT LOUIS
>  www.lofistl.com
> 
>  --- In videoblogging@yahoogroups.com, "David Howell" 
>  wrote:
> >
> > I'll see your sarcasm and raise you a "tough shit".
> >
> > It's assumed that if one joins this list, then one reads the posts
> > here. If you arent reading the posts, then why join the group?
> >
> > Besides, not taking the measures to properly present your work to
> > your
> > viewers *is* the responsibility of the owner of the site. Not
> > anyone
> > elses. Once I knew that the active-x changes were coming from MS,
> > both
> > being announced on this list AND a multitude of other sites
> > reporting
> > it, I took measures to fix the problem.
> >
> > There is a warning on the "Home" section of this group about the
> >

Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread David Meade



I have a lightweight JS function I use, and fast start works just fine.

The user has to click the poster frame to start the video, but at that
point the embed is created and fast start .. starts ... no need to wait
for download.

http://www.davidmeade.comOn 4/16/06, andrew michael baron <[EMAIL PROTECTED]
> wrote:This method that Enric has created will not work for me because it
requires the user to click on a posterframe in order to start thevideo. This will not work for a fast start option, as far as I know.Also, the vpip script is apparently around 600 lines of code which isan overkill for launching a video.
On Apr 16, 2006, at 1:12 PM, David Howell wrote:> An easy way to be "clear" is to say what you mean and mean what you> say.>> By stating "I'm pretty sure you are not clear" could indicate that I
> am not clear on what is being said. Stating "I dont think your site is> clear" means a whole other thing. Stating "I went to your site and it> is not clear from the IE error" is yet another statement.
>> Words words words...they do mean so many things.>> David> http://www.davidhowellstudios.com>> --- In 
videoblogging@yahoogroups.com, andrew michael baron> <[EMAIL PROTECTED]> wrote: I think you misinterpreted my voice then. While you were being sharp>> and discounting my question as worthwhile, I simply said:
> David, I could be wrong on this, but I'm pretty sure you are not>>> clear. I had a look at your site and you use the embed code>>> inside an>>> object. Thus when people begin to update their IE explorer browsers
>>> with the latest patches, etc. they will likely encounter an active-x>>> button in need of confirmation. When I said "clear", I meant "in the clear", maybe that was the
>> confusion. Anyway, I am considering not updating our code. Especially if this is>> just to suit an older model of IE. Its getting to the point where I may start signaling out Internet
>> Explorer users and sending them to the Rocketboom Mars website to>> discuss why there are there.>> On Apr 16, 2006, at 12:51 PM, David Howell wrote:>>
>>> Youre correct and I apologize for my curtness. I guess I was put off>>> by Andrew shooting off that my site might be broken and that I didnt>>> know what I was talking about without him even making an attempt to
>>> check to see if what he was saying was true or not.>> Again, my apologies.>> David>>> http://www.davidhowellstudios.com
>> --- In videoblogging@yahoogroups.com, "Bill Streeter" >>> wrote: The thing is that this group was set up to help people. I've always
 had the attitude that no matter how often a particular issue comes up on the list I always will answer it if I have the answer. Sometimes the solutions to the issue changes, and sometimes the person
 asking is new and hasn't searched the archives (and if you've ever had the experience of trying to search the group archives you know it's not a
 good way of finding an answer--especially if you don't know exactly what terms you might be looking for). So in the spirit of making the group a welcoming resource for new videobloggers I would tend
 not to dismiss people for asking a question or bringing up an issue that's been addressed before. It's something that happens frequently on this
 list but it should not be discouraged IMO. Bill Streeter LO-FI SAINT LOUIS www.lofistl.com
 --- In videoblogging@yahoogroups.com, "David Howell"  wrote:>
> I'll see your sarcasm and raise you a "tough shit".>> It's assumed that if one joins this list, then one reads the posts> here. If you arent reading the posts, then why join the group?
>> Besides, not taking the measures to properly present your work to> your> viewers *is* the responsibility of the owner of the site. Not
> anyone> elses. Once I knew that the active-x changes were coming from MS,> both> being announced on this list AND a multitude of other sites
> reporting> it, I took measures to fix the problem.>> There is a warning on the "Home" section of this group about the
> number of emails this list can produce AND offers a solution. Dont> come crying when you cant keep up.>> David> 
http://www.davidhowellstudios.com>> --- In videoblogging@yahoogroups.com, "Ryan Ozawa" 
> wrote: -BEGIN PGP SIGNED MESSAGE->> Hash: SHA1 On 4/15/06, David Howell  wrote:
>>> Like I said, this was all brought up a while ago on this>>> list. If>>> people didnt take the time to resolve their issues then...ah
>>> well.>>> C'est la vie. Darn right. Shame on anyone who slacked off and dared not process> each of
>> the hundreds of messages that flow through here each week!  If> you've got>> any questions, need help or advice, tough cookies.  You've had
>> your> chance.>>>

Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread andrew michael baron
This method that Enric has created will not work for me because it  
requires the user to click on a posterframe in order to start the  
video. This will not work for a fast start option, as far as I know.

Also, the vpip script is apparently around 600 lines of code which is  
an overkill for launching a video.

On Apr 16, 2006, at 1:12 PM, David Howell wrote:

> An easy way to be "clear" is to say what you mean and mean what you  
> say.
>
> By stating "I'm pretty sure you are not clear" could indicate that I
> am not clear on what is being said. Stating "I dont think your site is
> clear" means a whole other thing. Stating "I went to your site and it
> is not clear from the IE error" is yet another statement.
>
> Words words words...they do mean so many things.
>
> David
> http://www.davidhowellstudios.com
>
> --- In videoblogging@yahoogroups.com, andrew michael baron
> <[EMAIL PROTECTED]> wrote:
>>
>> I think you misinterpreted my voice then. While you were being sharp
>> and discounting my question as worthwhile, I simply said:
>>
>>> David, I could be wrong on this, but I'm pretty sure you are not
>>> clear. I had a look at your site and you use the embed code  
>>> inside an
>>> object. Thus when people begin to update their IE explorer browsers
>>> with the latest patches, etc. they will likely encounter an active-x
>>> button in need of confirmation.
>>
>> When I said "clear", I meant "in the clear", maybe that was the
>> confusion.
>>
>> Anyway, I am considering not updating our code. Especially if this is
>> just to suit an older model of IE.
>>
>> Its getting to the point where I may start signaling out Internet
>> Explorer users and sending them to the Rocketboom Mars website to
>> discuss why there are there.
>>
>>
>> On Apr 16, 2006, at 12:51 PM, David Howell wrote:
>>
>>> Youre correct and I apologize for my curtness. I guess I was put off
>>> by Andrew shooting off that my site might be broken and that I didnt
>>> know what I was talking about without him even making an attempt to
>>> check to see if what he was saying was true or not.
>>>
>>> Again, my apologies.
>>>
>>> David
>>> http://www.davidhowellstudios.com
>>>
>>> --- In videoblogging@yahoogroups.com, "Bill Streeter" 
>>> wrote:

 The thing is that this group was set up to help people. I've always
 had the attitude that no matter how often a particular issue  
 comes up
 on the list I always will answer it if I have the answer. Sometimes
 the solutions to the issue changes, and sometimes the person
 asking is
 new and hasn't searched the archives (and if you've ever had the
 experience of trying to search the group archives you know it's  
 not a
 good way of finding an answer--especially if you don't know exactly
 what terms you might be looking for). So in the spirit of making  
 the
 group a welcoming resource for new videobloggers I would tend  
 not to
 dismiss people for asking a question or bringing up an issue that's
 been addressed before. It's something that happens frequently on  
 this
 list but it should not be discouraged IMO.

 Bill Streeter
 LO-FI SAINT LOUIS
 www.lofistl.com

 --- In videoblogging@yahoogroups.com, "David Howell" 
 wrote:
>
> I'll see your sarcasm and raise you a "tough shit".
>
> It's assumed that if one joins this list, then one reads the posts
> here. If you arent reading the posts, then why join the group?
>
> Besides, not taking the measures to properly present your work to
> your
> viewers *is* the responsibility of the owner of the site. Not  
> anyone
> elses. Once I knew that the active-x changes were coming from MS,
> both
> being announced on this list AND a multitude of other sites
> reporting
> it, I took measures to fix the problem.
>
> There is a warning on the "Home" section of this group about the
> number of emails this list can produce AND offers a solution. Dont
> come crying when you cant keep up.
>
> David
> http://www.davidhowellstudios.com
>
> --- In videoblogging@yahoogroups.com, "Ryan Ozawa" 
> wrote:
>>
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
>> On 4/15/06, David Howell  wrote:
>>> Like I said, this was all brought up a while ago on this  
>>> list. If
>>> people didnt take the time to resolve their issues then...ah  
>>> well.
>>> C'est la vie.
>>
>> Darn right. Shame on anyone who slacked off and dared not process
> each of
>> the hundreds of messages that flow through here each week!  If
> you've got
>> any questions, need help or advice, tough cookies.  You've had  
>> your
> chance.
>>
>> - --
>> Ryan
>> HawaiiVog.com
>>
>> -BEGIN PGP SIGNATURE-
>> Version: PGP Desktop 9.0.6 (Build 6060)
>> Comment: http://www.lightfantastic.org/pgp.txt
>

Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Stephanie Bryant
Update: I've fixed the most recent 2 videos to use Enric's vPIP
(dangit), but you can still navigate back to any video in the archive
for an example of a broken video.

On 4/16/06, Stephanie Bryant <[EMAIL PROTECTED]> wrote:
> Michael,
>
> Hold My Beer and Watch This (http://mortaine.blogspot.com) is broken via the
> ActiveX issue. If you need to test, go there.
>
> I skipped over the MSIE stuff because I figured (a) MS would have to be
> utter idiots to court widespread webmaster hatred like that, and (b) it
> probably didn't apply to me anyway, since I don't care if my site works in
> MSIE-- if other people can't be bothered to design their sites to work in
> the web browser I use, then why should I return the courtesy?
>
> --Stephanie
>
>
> On 4/16/06, Michael Verdi <[EMAIL PROTECTED]> wrote:
> >
> > I'd like to second Bill's thoughts about helping people. That's the point
> of this group. That being said I don't feel like this issue is solved for
> people until we can really test these solutions out. I just downloaded all
> the updates for Windows and IE that I could find and I don't get the active
> x warning box on anything. I'd love to get it so that I can verify what
> solutions work.
> >
>
>
> --
> Stephanie Bryant
> [EMAIL PROTECTED]
> Blogs, vlogs, and audioblogs at:
> http://www.mortaine.com/blogs


--
Stephanie Bryant
[EMAIL PROTECTED]
Blogs, vlogs, and audioblogs at:
http://www.mortaine.com/blogs


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread David Howell
By the way, you might want to rethink not updating your code. IE 7
will only be released in beta form this summer. Odds are that the
general user will not have the beta on their system until it goes
final. While there is no official word on the when the Final IE 7 will
be released, if it's anything like Vista...well...

David
http://www.davidhowellstudios.com

--- In videoblogging@yahoogroups.com, andrew michael baron
<[EMAIL PROTECTED]> wrote:
>
> I think you misinterpreted my voice then. While you were being sharp  
> and discounting my question as worthwhile, I simply said:
> 
> > David, I could be wrong on this, but I'm pretty sure you are not
> > clear. I had a look at your site and you use the embed code inside an
> > object. Thus when people begin to update their IE explorer browsers
> > with the latest patches, etc. they will likely encounter an active-x
> > button in need of confirmation.
> 
> When I said "clear", I meant "in the clear", maybe that was the  
> confusion.
> 
> Anyway, I am considering not updating our code. Especially if this is  
> just to suit an older model of IE.
> 
> Its getting to the point where I may start signaling out Internet  
> Explorer users and sending them to the Rocketboom Mars website to  
> discuss why there are there.
> 
> 
> On Apr 16, 2006, at 12:51 PM, David Howell wrote:
> 
> > Youre correct and I apologize for my curtness. I guess I was put off
> > by Andrew shooting off that my site might be broken and that I didnt
> > know what I was talking about without him even making an attempt to
> > check to see if what he was saying was true or not.
> >
> > Again, my apologies.
> >
> > David
> > http://www.davidhowellstudios.com
> >
> > --- In videoblogging@yahoogroups.com, "Bill Streeter"   
> > wrote:
> >>
> >> The thing is that this group was set up to help people. I've always
> >> had the attitude that no matter how often a particular issue comes up
> >> on the list I always will answer it if I have the answer. Sometimes
> >> the solutions to the issue changes, and sometimes the person  
> >> asking is
> >> new and hasn't searched the archives (and if you've ever had the
> >> experience of trying to search the group archives you know it's not a
> >> good way of finding an answer--especially if you don't know exactly
> >> what terms you might be looking for). So in the spirit of making the
> >> group a welcoming resource for new videobloggers I would tend not to
> >> dismiss people for asking a question or bringing up an issue that's
> >> been addressed before. It's something that happens frequently on this
> >> list but it should not be discouraged IMO.
> >>
> >> Bill Streeter
> >> LO-FI SAINT LOUIS
> >> www.lofistl.com
> >>
> >> --- In videoblogging@yahoogroups.com, "David Howell" 
> >> wrote:
> >>>
> >>> I'll see your sarcasm and raise you a "tough shit".
> >>>
> >>> It's assumed that if one joins this list, then one reads the posts
> >>> here. If you arent reading the posts, then why join the group?
> >>>
> >>> Besides, not taking the measures to properly present your work to  
> >>> your
> >>> viewers *is* the responsibility of the owner of the site. Not anyone
> >>> elses. Once I knew that the active-x changes were coming from MS,  
> >>> both
> >>> being announced on this list AND a multitude of other sites  
> >>> reporting
> >>> it, I took measures to fix the problem.
> >>>
> >>> There is a warning on the "Home" section of this group about the
> >>> number of emails this list can produce AND offers a solution. Dont
> >>> come crying when you cant keep up.
> >>>
> >>> David
> >>> http://www.davidhowellstudios.com
> >>>
> >>> --- In videoblogging@yahoogroups.com, "Ryan Ozawa"   
> >>> wrote:
> 
>  -BEGIN PGP SIGNED MESSAGE-
>  Hash: SHA1
> 
>  On 4/15/06, David Howell  wrote:
> > Like I said, this was all brought up a while ago on this list. If
> > people didnt take the time to resolve their issues then...ah well.
> > C'est la vie.
> 
>  Darn right. Shame on anyone who slacked off and dared not process
> >>> each of
>  the hundreds of messages that flow through here each week!  If
> >>> you've got
>  any questions, need help or advice, tough cookies.  You've had your
> >>> chance.
> 
>  - --
>  Ryan
>  HawaiiVog.com
> 
>  -BEGIN PGP SIGNATURE-
>  Version: PGP Desktop 9.0.6 (Build 6060)
>  Comment: http://www.lightfantastic.org/pgp.txt
> 
>  iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a
>  kHFfMdJO/hcuBBoxW2p/jESG
>  =rk2K
>  -END PGP SIGNATURE-
> 
> >>>
> >>
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Stephanie Bryant



Michael,Hold My Beer and Watch This (http://mortaine.blogspot.com) is broken via the ActiveX issue. If you need to test, go there.I skipped over the MSIE stuff because I figured (a) MS would have to be utter idiots to court widespread webmaster hatred like that, and (b) it probably didn't apply to me anyway, since I don't care if my site works in MSIE-- if other people can't be bothered to design their sites to work in the web browser I use, then why should I return the courtesy?
--StephanieOn 4/16/06, Michael Verdi <[EMAIL PROTECTED]> wrote:



I'd like to second Bill's thoughts about helping people. That's the point of this group. That being said I don't feel like this issue is solved for people until we can really test these solutions out. I just downloaded all the updates for Windows and IE that I could find and I don't get the active x warning box on anything. I'd love to get it so that I can verify what solutions work.
-- Stephanie Bryant[EMAIL PROTECTED]Blogs, vlogs, and audioblogs at:http://www.mortaine.com/blogs



  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread David Howell
An easy way to be "clear" is to say what you mean and mean what you say.

By stating "I'm pretty sure you are not clear" could indicate that I
am not clear on what is being said. Stating "I dont think your site is
clear" means a whole other thing. Stating "I went to your site and it
is not clear from the IE error" is yet another statement.

Words words words...they do mean so many things.

David
http://www.davidhowellstudios.com

--- In videoblogging@yahoogroups.com, andrew michael baron
<[EMAIL PROTECTED]> wrote:
>
> I think you misinterpreted my voice then. While you were being sharp  
> and discounting my question as worthwhile, I simply said:
> 
> > David, I could be wrong on this, but I'm pretty sure you are not
> > clear. I had a look at your site and you use the embed code inside an
> > object. Thus when people begin to update their IE explorer browsers
> > with the latest patches, etc. they will likely encounter an active-x
> > button in need of confirmation.
> 
> When I said "clear", I meant "in the clear", maybe that was the  
> confusion.
> 
> Anyway, I am considering not updating our code. Especially if this is  
> just to suit an older model of IE.
> 
> Its getting to the point where I may start signaling out Internet  
> Explorer users and sending them to the Rocketboom Mars website to  
> discuss why there are there.
> 
> 
> On Apr 16, 2006, at 12:51 PM, David Howell wrote:
> 
> > Youre correct and I apologize for my curtness. I guess I was put off
> > by Andrew shooting off that my site might be broken and that I didnt
> > know what I was talking about without him even making an attempt to
> > check to see if what he was saying was true or not.
> >
> > Again, my apologies.
> >
> > David
> > http://www.davidhowellstudios.com
> >
> > --- In videoblogging@yahoogroups.com, "Bill Streeter"   
> > wrote:
> >>
> >> The thing is that this group was set up to help people. I've always
> >> had the attitude that no matter how often a particular issue comes up
> >> on the list I always will answer it if I have the answer. Sometimes
> >> the solutions to the issue changes, and sometimes the person  
> >> asking is
> >> new and hasn't searched the archives (and if you've ever had the
> >> experience of trying to search the group archives you know it's not a
> >> good way of finding an answer--especially if you don't know exactly
> >> what terms you might be looking for). So in the spirit of making the
> >> group a welcoming resource for new videobloggers I would tend not to
> >> dismiss people for asking a question or bringing up an issue that's
> >> been addressed before. It's something that happens frequently on this
> >> list but it should not be discouraged IMO.
> >>
> >> Bill Streeter
> >> LO-FI SAINT LOUIS
> >> www.lofistl.com
> >>
> >> --- In videoblogging@yahoogroups.com, "David Howell" 
> >> wrote:
> >>>
> >>> I'll see your sarcasm and raise you a "tough shit".
> >>>
> >>> It's assumed that if one joins this list, then one reads the posts
> >>> here. If you arent reading the posts, then why join the group?
> >>>
> >>> Besides, not taking the measures to properly present your work to  
> >>> your
> >>> viewers *is* the responsibility of the owner of the site. Not anyone
> >>> elses. Once I knew that the active-x changes were coming from MS,  
> >>> both
> >>> being announced on this list AND a multitude of other sites  
> >>> reporting
> >>> it, I took measures to fix the problem.
> >>>
> >>> There is a warning on the "Home" section of this group about the
> >>> number of emails this list can produce AND offers a solution. Dont
> >>> come crying when you cant keep up.
> >>>
> >>> David
> >>> http://www.davidhowellstudios.com
> >>>
> >>> --- In videoblogging@yahoogroups.com, "Ryan Ozawa"   
> >>> wrote:
> 
>  -BEGIN PGP SIGNED MESSAGE-
>  Hash: SHA1
> 
>  On 4/15/06, David Howell  wrote:
> > Like I said, this was all brought up a while ago on this list. If
> > people didnt take the time to resolve their issues then...ah well.
> > C'est la vie.
> 
>  Darn right. Shame on anyone who slacked off and dared not process
> >>> each of
>  the hundreds of messages that flow through here each week!  If
> >>> you've got
>  any questions, need help or advice, tough cookies.  You've had your
> >>> chance.
> 
>  - --
>  Ryan
>  HawaiiVog.com
> 
>  -BEGIN PGP SIGNATURE-
>  Version: PGP Desktop 9.0.6 (Build 6060)
>  Comment: http://www.lightfantastic.org/pgp.txt
> 
>  iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a
>  kHFfMdJO/hcuBBoxW2p/jESG
>  =rk2K
>  -END PGP SIGNATURE-
> 
> >>>
> >>
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your us

Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread andrew michael baron
I think you misinterpreted my voice then. While you were being sharp  
and discounting my question as worthwhile, I simply said:

> David, I could be wrong on this, but I'm pretty sure you are not
> clear. I had a look at your site and you use the embed code inside an
> object. Thus when people begin to update their IE explorer browsers
> with the latest patches, etc. they will likely encounter an active-x
> button in need of confirmation.

When I said "clear", I meant "in the clear", maybe that was the  
confusion.

Anyway, I am considering not updating our code. Especially if this is  
just to suit an older model of IE.

Its getting to the point where I may start signaling out Internet  
Explorer users and sending them to the Rocketboom Mars website to  
discuss why there are there.


On Apr 16, 2006, at 12:51 PM, David Howell wrote:

> Youre correct and I apologize for my curtness. I guess I was put off
> by Andrew shooting off that my site might be broken and that I didnt
> know what I was talking about without him even making an attempt to
> check to see if what he was saying was true or not.
>
> Again, my apologies.
>
> David
> http://www.davidhowellstudios.com
>
> --- In videoblogging@yahoogroups.com, "Bill Streeter" <[EMAIL PROTECTED]>  
> wrote:
>>
>> The thing is that this group was set up to help people. I've always
>> had the attitude that no matter how often a particular issue comes up
>> on the list I always will answer it if I have the answer. Sometimes
>> the solutions to the issue changes, and sometimes the person  
>> asking is
>> new and hasn't searched the archives (and if you've ever had the
>> experience of trying to search the group archives you know it's not a
>> good way of finding an answer--especially if you don't know exactly
>> what terms you might be looking for). So in the spirit of making the
>> group a welcoming resource for new videobloggers I would tend not to
>> dismiss people for asking a question or bringing up an issue that's
>> been addressed before. It's something that happens frequently on this
>> list but it should not be discouraged IMO.
>>
>> Bill Streeter
>> LO-FI SAINT LOUIS
>> www.lofistl.com
>>
>> --- In videoblogging@yahoogroups.com, "David Howell" 
>> wrote:
>>>
>>> I'll see your sarcasm and raise you a "tough shit".
>>>
>>> It's assumed that if one joins this list, then one reads the posts
>>> here. If you arent reading the posts, then why join the group?
>>>
>>> Besides, not taking the measures to properly present your work to  
>>> your
>>> viewers *is* the responsibility of the owner of the site. Not anyone
>>> elses. Once I knew that the active-x changes were coming from MS,  
>>> both
>>> being announced on this list AND a multitude of other sites  
>>> reporting
>>> it, I took measures to fix the problem.
>>>
>>> There is a warning on the "Home" section of this group about the
>>> number of emails this list can produce AND offers a solution. Dont
>>> come crying when you cant keep up.
>>>
>>> David
>>> http://www.davidhowellstudios.com
>>>
>>> --- In videoblogging@yahoogroups.com, "Ryan Ozawa"   
>>> wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 4/15/06, David Howell  wrote:
> Like I said, this was all brought up a while ago on this list. If
> people didnt take the time to resolve their issues then...ah well.
> C'est la vie.

 Darn right. Shame on anyone who slacked off and dared not process
>>> each of
 the hundreds of messages that flow through here each week!  If
>>> you've got
 any questions, need help or advice, tough cookies.  You've had your
>>> chance.

 - --
 Ryan
 HawaiiVog.com

 -BEGIN PGP SIGNATURE-
 Version: PGP Desktop 9.0.6 (Build 6060)
 Comment: http://www.lightfantastic.org/pgp.txt

 iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a
 kHFfMdJO/hcuBBoxW2p/jESG
 =rk2K
 -END PGP SIGNATURE-

>>>
>>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Devlon



On 4/16/06, Michael Verdi <[EMAIL PROTECTED]> wrote:



Okay - I just uninstalled IE7 and it reverted to IE6. Then I ran an update and now I can see the activex error thing. I just verified that Josh Kinberg's pop up maker at 
embedthevideo.com
 and freevlog.org/popup DOES NOT work around this issue. I was also able to verify that Enric's vPIP plugin DOES solve the problem.
-VerdiThanks for checking that out.  My wordpress plugin is built on Josh's embedthevideo...guess I've got some work to do :)

SPONSORED LINKS
  
  
  


Fireant
  
  

Individual
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web.
 
   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  








-- ~Devlonhttp://loadedpun.com | http://mefeedia.com
http://8bitme.blogspot.com | http://devlonduthie.com


  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread robert a/k/a r
Bev, I think most peeps can't keep up with the volume on this list, I know I many days just don't read anything on here. And re the tech stuff, I'd bet most on here, as I am too, are wondering what the extent of this particular Microsoft issue.

Lists such as these are about respect. If someone disses the list or individuals on the list it simply wrong. My statement is not aimed at anyone in particular, dissing simply happens on occasion for whatever reason and it should be corrected. And my definition of diss extends beyond simple rudeness, there are other ways to disrespect the membership. 


On Apr 16, 2006, at 12:45 PM, BevSykes wrote:

>>I'll see your sarcasm and raise you a "tough shit".

It's assumed that if one joins this list, then one reads the posts
here. If you arent reading the posts, then why join the group?<<
OK...I'll address this issue.  I was told that this is a group for all levels of videobloggers, from rank beginners to experts, that people would answer questions and never put anybody down for asking a stupid question.  I have found this generally to be true.  I would not know 1/10th of what I know now without FreeVlog, for example.  HOWEVER, someone coming into this group as a rank beginner would very quickly be totally overwhelmed with all the technospeak from the experts, to say nothing of the volume of e-mail.
 
I don't have a clue about the technical aspects of videoblogging and posting.  I think that, as a senior citizen, I'm doing well to (a) make a video, (b) compress it, (c) post it, and (d) imbed it into my journal page and cross post to Blogger.  At the moment, my miniDV is broken and I have no money to buy a new camera--and no hope of having enough money for a new purchase in the foreseeable future, so I'm filming with my Panasonic Digital camera, converting .mov files to .avi if I want to edit a movie, and then converting back to .mov (I was rather proud of myself for figuring out how to do that). 
 
But quite frankly I am totally lost in most of the discussions here.  Still, I do pick up gems of information from time to time and  so I stay on the list, but I either skip over 90% of the discussions or set my filter to send them to an "ignore" file because I don't understand what people are talking about (Veoh transcoding feeds, for example) and, what with bottle feeding puppies and doing medical transcription, don't have the time to figure it out--especially when I don't have the money to get the equipment that will allow me to do it anyway.
 
So that's why I stick with the group, but don't read most of the posts anyway.
 
-- 
Bev
Blog:  http://funnytheblog.blogspot.com/
Journal:  http://funnytheworld.com



SPONSORED LINKS 
Fireant 
Individual 
Use 

YAHOO! GROUPS LINKS 

▪ 	 Visit your group "videoblogging" on the web.
  
▪ 	 To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
▪ 	 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Josh Leo



Hooray for Enric!On 4/16/06, Michael Verdi <[EMAIL PROTECTED]> wrote:



Okay - I just uninstalled IE7 and it reverted to IE6. Then I ran an update and now I can see the activex error thing. I just verified that Josh Kinberg's pop up maker at 
embedthevideo.com
 and freevlog.org/popup DOES NOT work around this issue. I was also able to verify that Enric's vPIP plugin DOES solve the problem.
-Verdi





  
  
SPONSORED LINKS
  
  
  


Fireant
  
  

Individual
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web.
 
   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  








-- Josh Leowww.JoshLeo.com


  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread David Howell
Youre correct and I apologize for my curtness. I guess I was put off
by Andrew shooting off that my site might be broken and that I didnt
know what I was talking about without him even making an attempt to
check to see if what he was saying was true or not.

Again, my apologies.

David
http://www.davidhowellstudios.com

--- In videoblogging@yahoogroups.com, "Bill Streeter" <[EMAIL PROTECTED]> wrote:
>
> The thing is that this group was set up to help people. I've always
> had the attitude that no matter how often a particular issue comes up
> on the list I always will answer it if I have the answer. Sometimes
> the solutions to the issue changes, and sometimes the person asking is
> new and hasn't searched the archives (and if you've ever had the
> experience of trying to search the group archives you know it's not a
> good way of finding an answer--especially if you don't know exactly
> what terms you might be looking for). So in the spirit of making the
> group a welcoming resource for new videobloggers I would tend not to
> dismiss people for asking a question or bringing up an issue that's
> been addressed before. It's something that happens frequently on this
> list but it should not be discouraged IMO. 
> 
> Bill Streeter
> LO-FI SAINT LOUIS
> www.lofistl.com
> 
> --- In videoblogging@yahoogroups.com, "David Howell" 
> wrote:
> >
> > I'll see your sarcasm and raise you a "tough shit".
> > 
> > It's assumed that if one joins this list, then one reads the posts
> > here. If you arent reading the posts, then why join the group?
> > 
> > Besides, not taking the measures to properly present your work to your
> > viewers *is* the responsibility of the owner of the site. Not anyone
> > elses. Once I knew that the active-x changes were coming from MS, both
> > being announced on this list AND a multitude of other sites reporting
> > it, I took measures to fix the problem.
> > 
> > There is a warning on the "Home" section of this group about the
> > number of emails this list can produce AND offers a solution. Dont
> > come crying when you cant keep up.
> > 
> > David
> > http://www.davidhowellstudios.com
> > 
> > --- In videoblogging@yahoogroups.com, "Ryan Ozawa"  wrote:
> > >
> > > -BEGIN PGP SIGNED MESSAGE-
> > > Hash: SHA1
> > > 
> > > On 4/15/06, David Howell  wrote:
> > > > Like I said, this was all brought up a while ago on this list. If
> > > > people didnt take the time to resolve their issues then...ah well.
> > > > C'est la vie.
> > > 
> > > Darn right. Shame on anyone who slacked off and dared not process
> > each of
> > > the hundreds of messages that flow through here each week!  If
> > you've got
> > > any questions, need help or advice, tough cookies.  You've had your
> > chance.
> > > 
> > > - --
> > > Ryan
> > > HawaiiVog.com
> > > 
> > > -BEGIN PGP SIGNATURE-
> > > Version: PGP Desktop 9.0.6 (Build 6060)
> > > Comment: http://www.lightfantastic.org/pgp.txt
> > > 
> > > iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a
> > > kHFfMdJO/hcuBBoxW2p/jESG
> > > =rk2K
> > > -END PGP SIGNATURE-
> > >
> >
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Michael Verdi



Okay - I just uninstalled IE7 and it reverted to IE6. Then I ran an update and now I can see the activex error thing. I just verified that Josh Kinberg's pop up maker at embedthevideo.com
 and freevlog.org/popup DOES NOT work around this issue. I was also able to verify that Enric's vPIP plugin DOES solve the problem.-Verdi





  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread BevSykes





>>I'll see your sarcasm and raise 
you a "tough shit".It's assumed that if one joins this list, then one 
reads the postshere. If you arent reading the posts, then why join the 
group?<<
OK...I'll address this issue.  I was 
told that this is a group for all levels of 
videobloggers, from rank beginners to experts, that people would answer 
questions and never put anybody down for asking a stupid question.  I have 
found this generally to be true.  I would not know 1/10th of what I know 
now without FreeVlog, for example.  HOWEVER, someone coming into this group 
as a rank beginner would very quickly be totally overwhelmed with all the 
technospeak from the experts, to say nothing of the volume of 
e-mail.
 
I don't have a clue about the technical aspects 
of videoblogging and posting.  I think that, as a senior citizen, I'm doing 
well to (a) make a video, (b) compress it, (c) post it, and (d) imbed it into my 
journal page and cross post to Blogger.  At the moment, my miniDV is broken 
and I have no money to buy a new camera--and no hope of having enough money for 
a new purchase in the foreseeable future, so I'm filming with my Panasonic 
Digital camera, converting .mov files to .avi if I want to edit a movie, and 
then converting back to .mov (I was rather proud of myself for figuring out how 
to do that).  
 
But quite frankly I am totally lost in most of 
the discussions here.  Still, I do pick up gems of information from time to 
time and  so I stay on the list, but I either skip over 90% of the 
discussions or set my filter to send them to an "ignore" file because I don't 
understand what people are talking about (Veoh transcoding feeds, for example) 
and, what with bottle feeding puppies and doing medical transcription, don't 
have the time to figure it out--especially when I don't have the money to get 
the equipment that will allow me to do it anyway.
 
So that's why I stick with the group, but don't 
read most of the posts anyway.
 
-- BevBlog:  http://funnytheblog.blogspot.com/Journal:  
http://funnytheworld.com




  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Michael Verdi



I'd like to second Bill's thoughts about helping people. That's the point of this group. That being said I don't feel like this issue is solved for people until we can really test these solutions out. I just downloaded all the updates for Windows and IE that I could find and I don't get the active x warning box on anything. I'd love to get it so that I can verify what solutions work. Personally, I don't understand enough to read the documentation and be able to tell if something will work. My experience tells me that sometimes when we think something should work it's not always the case.
-Verdi-- Me: http://michaelverdi.comR&D: http://evilvlog.comLearn to videoblog: http://freevlog.org
Learn to videoblog in person: http://node101.org





  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Bill Streeter
The thing is that this group was set up to help people. I've always
had the attitude that no matter how often a particular issue comes up
on the list I always will answer it if I have the answer. Sometimes
the solutions to the issue changes, and sometimes the person asking is
new and hasn't searched the archives (and if you've ever had the
experience of trying to search the group archives you know it's not a
good way of finding an answer--especially if you don't know exactly
what terms you might be looking for). So in the spirit of making the
group a welcoming resource for new videobloggers I would tend not to
dismiss people for asking a question or bringing up an issue that's
been addressed before. It's something that happens frequently on this
list but it should not be discouraged IMO. 

Bill Streeter
LO-FI SAINT LOUIS
www.lofistl.com

--- In videoblogging@yahoogroups.com, "David Howell" <[EMAIL PROTECTED]>
wrote:
>
> I'll see your sarcasm and raise you a "tough shit".
> 
> It's assumed that if one joins this list, then one reads the posts
> here. If you arent reading the posts, then why join the group?
> 
> Besides, not taking the measures to properly present your work to your
> viewers *is* the responsibility of the owner of the site. Not anyone
> elses. Once I knew that the active-x changes were coming from MS, both
> being announced on this list AND a multitude of other sites reporting
> it, I took measures to fix the problem.
> 
> There is a warning on the "Home" section of this group about the
> number of emails this list can produce AND offers a solution. Dont
> come crying when you cant keep up.
> 
> David
> http://www.davidhowellstudios.com
> 
> --- In videoblogging@yahoogroups.com, "Ryan Ozawa"  wrote:
> >
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > On 4/15/06, David Howell  wrote:
> > > Like I said, this was all brought up a while ago on this list. If
> > > people didnt take the time to resolve their issues then...ah well.
> > > C'est la vie.
> > 
> > Darn right. Shame on anyone who slacked off and dared not process
> each of
> > the hundreds of messages that flow through here each week!  If
> you've got
> > any questions, need help or advice, tough cookies.  You've had your
> chance.
> > 
> > - --
> > Ryan
> > HawaiiVog.com
> > 
> > -BEGIN PGP SIGNATURE-
> > Version: PGP Desktop 9.0.6 (Build 6060)
> > Comment: http://www.lightfantastic.org/pgp.txt
> > 
> > iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a
> > kHFfMdJO/hcuBBoxW2p/jESG
> > =rk2K
> > -END PGP SIGNATURE-
> >
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: why you now have an error on all your pages

2006-04-16 Thread Bill Streeter
Enrics Vpip loads vids from a Javascript so that should work fine.

Bill Streeter
LO-FI SAINT LOUIS
www.lofistl.com


--- In videoblogging@yahoogroups.com, andrew michael baron
<[EMAIL PROTECTED]> wrote:
>
> Hmmm, curious, the scripts you are pointing to seem to me to be HTML  
> embeds which means that they would not work. Or rather, that people  
> who begin to update their IE browsers to the latest updates, may  
> require a message to confirm Active-X. Please correct me if I am  
> wrong, I am just going by what I read on the Apple page for embedding  
> QT videos.
> 
> The only way to accommodate this new fix, er, bug, is to display your  
> QT videos with javascript, not HTML.
> 
> 
> On Apr 15, 2006, at 5:54 PM, Monique Danielle wrote:
> 
> > I'm not having any troubles with my plugins. I use the script from  
> > here:
> > http://videobloggers.org/embedmedia/step2_qt.php?mediatype=QuickTime
> >
> > Also, anyone interested in easily embedding flash to their vlog can  
> > go here for a free script that works great:
> > http://www.jeroenwijering.com/?item=Flash_Video_Player
> >
> > Cheers
> > Monique Danielle
> > http://www.vlogchallenge.com - This Week's Challenge: Resurrection
> > http://www.vlogdiva.com - This Weeks Video: Networking Tips
> >
> > YAHOO! GROUPS LINKS
> >
> >  Visit your group "videoblogging" on the web.
> >
> >  To unsubscribe from this group, send an email to:
> >  [EMAIL PROTECTED]
> >
> >  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> >
> >
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread Ryan Ozawa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 4/15/06, David Howell <[EMAIL PROTECTED]> wrote:
> I'll see your sarcasm and raise you a "tough shit".

Boy. Who pissed in your Cheerios?

Yes, shame on those who don't read every message on this list.  In fact, I
don't know why we bother to answer questions that are clearly answered on
the FreeVlog site, or can be easily be Googled, or have been discussed a
million times before, for that matter.  Want to know if anyone uses a
Panasonic PV-GS150?  Sorry, buddy, that was a week ago.  Quicktime or AVI?
Beat it buddy.

Geez, man.

I'm sorry that I missed the previous discussion of this, and clearly this
Andrew fellow of some unknown site called Rocketboom must similarly be a
loser of some kind to also be somewhat surprised by this development.

But thanks to Andrew for passing on the note from Milan which included the
link to Apple's page about this:

http://developer.apple.com/internet/ieembedprep.html

Which was a genuinely helpful post, as was Jen's reminder that there's a
FreeVlog update.

> Besides, not taking the measures to properly present your work to your
> viewers *is* the responsibility of the owner of the site. Not anyone
> elses.

For cryin' out loud, David, where exactly have I suggesting anything
different?  Hell, I was in fact asking, as the "owner of the site," how to
best "properly present [my] work to my viewers."  I didn't say, for
example, "Damn Microsoft for screwing us!"  I asked if it was just MSIE for
Windows or if other browsers/platforms were affected.  Seemed a pretty
reasonably inquiry to me.

And I don't think prefacing my question with "yipe" qualifies as coming
crying to the list, either.

Anyway.

I guess the change will cause content providers to be deluged with
complaints if they don't adjust their code... but I think a fair number of
folks will continue to see the growing annoyances related to MSIE and find
yet another excuse to migrate to another browser.  And that's certainly a
good thing.

- --
Ryan
HawaiiVog.com

-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.6 (Build 6060)
Comment: http://www.lightfantastic.org/pgp.txt

iQA/AwUBREHi7c/o8udD/KcXEQI97QCgtrWzFtE1yuOjkfqQ0oeazQce46sAnifo
fOlfvvb040r4d0tikQqDvW4+
=dq2/
-END PGP SIGNATURE-


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread David Howell
I'll see your sarcasm and raise you a "tough shit".

It's assumed that if one joins this list, then one reads the posts
here. If you arent reading the posts, then why join the group?

Besides, not taking the measures to properly present your work to your
viewers *is* the responsibility of the owner of the site. Not anyone
elses. Once I knew that the active-x changes were coming from MS, both
being announced on this list AND a multitude of other sites reporting
it, I took measures to fix the problem.

There is a warning on the "Home" section of this group about the
number of emails this list can produce AND offers a solution. Dont
come crying when you cant keep up.

David
http://www.davidhowellstudios.com

--- In videoblogging@yahoogroups.com, "Ryan Ozawa" <[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On 4/15/06, David Howell <[EMAIL PROTECTED]> wrote:
> > Like I said, this was all brought up a while ago on this list. If
> > people didnt take the time to resolve their issues then...ah well.
> > C'est la vie.
> 
> Darn right. Shame on anyone who slacked off and dared not process
each of
> the hundreds of messages that flow through here each week!  If
you've got
> any questions, need help or advice, tough cookies.  You've had your
chance.
> 
> - --
> Ryan
> HawaiiVog.com
> 
> -BEGIN PGP SIGNATURE-
> Version: PGP Desktop 9.0.6 (Build 6060)
> Comment: http://www.lightfantastic.org/pgp.txt
> 
> iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a
> kHFfMdJO/hcuBBoxW2p/jESG
> =rk2K
> -END PGP SIGNATURE-
>







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread Ryan Ozawa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 4/15/06, David Howell <[EMAIL PROTECTED]> wrote:
> Like I said, this was all brought up a while ago on this list. If
> people didnt take the time to resolve their issues then...ah well.
> C'est la vie.

Darn right. Shame on anyone who slacked off and dared not process each of
the hundreds of messages that flow through here each week!  If you've got
any questions, need help or advice, tough cookies.  You've had your chance.

- --
Ryan
HawaiiVog.com

-BEGIN PGP SIGNATURE-
Version: PGP Desktop 9.0.6 (Build 6060)
Comment: http://www.lightfantastic.org/pgp.txt

iQA/AwUBREHGRs/o8udD/KcXEQLofwCg4Jsl2M7dtQ735wRJ9iz+DkPuyR4AoM3a
kHFfMdJO/hcuBBoxW2p/jESG
=rk2K
-END PGP SIGNATURE-


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread David Howell
Yes. You are wrong.

My fully patched version of IE 6 and my install of IE 7 display no
errors in loading or playing the movies.

Enric's plug-in calls a java script. You can go read more about it 
here... http://utilities.cinegage.com/videos-playing-in-place/

Like I said, this was all brought up a while ago on this list. If
people didnt take the time to resolve their issues then...ah well.
C'est la vie.

David
http://www.davidhowellstudios.com

--- In videoblogging@yahoogroups.com, andrew michael baron
<[EMAIL PROTECTED]> wrote:
>
> David, I could be wrong on this, but I'm pretty sure you are not  
> clear. I had a look at your site and you use the embed code inside an  
> object. Thus when people begin to update their IE explorer browsers  
> with the latest patches, etc. they will likely encounter an active-x  
> button in need of confirmation.
> 
> 
> On Apr 15, 2006, at 5:46 PM, David Howell wrote:
> 
> > I'm using Enric's sweet plugin for my embeded videos.
> >
> > No errors. No warnings. No worries.
> >
> > By the way, this upcoming issue was discussed at length about a  
> > month ago.
> >
> > David
> > http://www.davidhowellstudios.com
> >
> > --- In videoblogging@yahoogroups.com, andrew michael baron
> >  wrote:
> >>
> >> Basically, if you used an  object, you will need to convert to
> >> javascript. :(
> >>
> >>
> >> On Apr 15, 2006, at 4:34 PM, andrew michael baron wrote:
> >>
> >>> I just got a terribly unfortunate e-mail about a new patch that IE
> >>> is using to avoid paying royalties to Active-X.
> >>>
> >>> This probably effects almost all videobloggers and may require an
> >>> update to all of our websites to keep people from being stopped by
> >>> a warning sign.
> >>>
> >>> I put up the screenshot I was sent right here:
> >>> http://www.rocketboom.com/images/rocketboom_ie.jpg
> >>>  .::.
> >>> Begin forwarded message:
> >>>
> 
>  Date: April 15, 2006 4:17:38 PM EDT
>  To: hello at rocketboom.com
>  Subject: why you now have an error on all your pages .::. ActiveX
>  loophole information from a web developer
> 
>  RocketBoom,
> 
>  Well, it finally hapenned over the weekend, and the long awaited
>  Eolas
>  technology patent caught up to Microsoft.  Instead of paying Eolas
>  for
>  using their multimedia patent, Microsoft decided to put up a  
>  warning
>  everytime ActiveX is used.  Microsoft put out a lot of patches over
>  the weekend, and one of them blocks activeX content as a default.
> 
>  The reason this becomes important is that your homepage now has  
>  a big
>  warning dialog box everytime my Internet Explorer for Windows  
>  browser
>  comes on.  I sent you a screen capture from my browser the last
>  time I
>  tried to get on.  It says "Click to run activeX" control on this
>  webpage.  Every time.  Like even if I click onto another page and
>  then
>  click back.  I don't know about you, but my logs show roughly 90  
>  % of
>  my users on Windows using Internet Explorer.  You might get a few
>  e-mails about this.
> 
>  Microsoft, being the richest and most powerful company on earth,
>  opted
>  to not pay patent royalty rights for a company which legitimately
>  filled out the paperwork to get patents.  Their resulting error
>  message pushes this responsibility onto the content creators.   
>  So now
>  developers have to find creative ways to get around this.  Luckily
>  for
>  your web developer, he or she has to deal.
> 
>  The currently loopholed accepted way of doing this is writing
>  javascript code to bypass the patent.  It does not actually do
>  anything differently.  You simply use a dynamic write statement
>  instead of writing the code directly.  Apple wrote up a page for
>  these
>  types of scripts.  Please note, the last paragraph on the link  
>  below
>  is their caveat; if someone has javaScript turned off on their
>  browsers, they will bypass your content entirely.  So you probably
>  have to list a warning somewhere.  Default behavior if you don't do
>  anything to all your documents is an extra click to get around
>  warnings everytime someone visits your page.
> 
>  http://developer.apple.com/internet/ieembedprep.html
> 
>  This is something which must be fixed in all your documents.  For
>  your
>  few hundred html documtents, I would suggest Macromedia's  
>  dreamWeaver
>  product.  There is a very good Multiple Find and Replace Feature",
>  and
>  you need to apply it to All Documents within this directory, not  
>  the
>  default 'just this document'.  I like their product because it
>  handles
>  multiple searches fairly quickly.  I have had a few hundred  
>  thousand
>  documents to convert, and it was fairly snappy.  I'm not related to
>  any Adobe or Macrom

Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread David Meade



well my embeds are written by a _javascript_ onclick event ... perhaps thats enough to avoid the problem?

I tried loading it up in a patched up version of IE7 and so far I havent gotten an alert.On 4/15/06, andrew michael baron <
[EMAIL PROTECTED]> wrote:

Hmmm, curious, the scripts you are pointing to seem to me to be HTML
embeds which means that they would not work. Or rather, that people who
begin to update their IE browsers to the latest updates, may require a
message to confirm Active-X. Please correct me if I am wrong, I am
just going by what I read on the Apple page for embedding QT videos.The only way to accommodate this new fix, er, bug, is to display your QT videos with _javascript_, not HTML.
On Apr 15, 2006, at 5:54 PM, Monique Danielle wrote:
   I'm not having any troubles with my plugins. I use the script from here: 
http://videobloggers.org/embedmedia/step2_qt.php?mediatype=QuickTime   Also, anyone interested in easily embedding flash to their vlog can go here for a free script that works great:
 http://www.jeroenwijering.com/?item=Flash_Video_Player
    
CheersMonique Daniellehttp://www.vlogchallenge.com
 - This Week's Challenge: Resurrection
http://www.vlogdiva.com - This Weeks Video: Networking Tips  
YAHOO! GROUPS LINKS  Visit your group "
videoblogging" on the web.    To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED]    Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service. 





  
  
SPONSORED LINKS
  
  
  


Fireant
  
  

Individual
  
  

Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 

   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.




  







-- http://www.DavidMeade.comfeed:  http://www.DavidMeade.com/feed





  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread andrew michael baron


Hmmm, curious, the scripts you are pointing to seem to me to be HTML embeds which means that they would not work. Or rather, that people who begin to update their IE browsers to the latest updates, may require a message to confirm Active-X. Please correct me if I am wrong, I am just going by what I read on the Apple page for embedding QT videos.The only way to accommodate this new fix, er, bug, is to display your QT videos with _javascript_, not HTML.On Apr 15, 2006, at 5:54 PM, Monique Danielle wrote:   I'm not having any troubles with my plugins. I use the script from here: http://videobloggers.org/embedmedia/step2_qt.php?mediatype=QuickTime   Also, anyone interested in easily embedding flash to their vlog can go here for a free script that works great: http://www.jeroenwijering.com/?item=Flash_Video_Player    CheersMonique Daniellehttp://www.vlogchallenge.com - This Week's Challenge: Resurrectionhttp://www.vlogdiva.com - This Weeks Video: Networking Tips  YAHOO! GROUPS LINKS  Visit your group "videoblogging" on the web.    To unsubscribe from this group, send an email to: [EMAIL PROTECTED]    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




  
  
SPONSORED LINKS
  
  
  

Fireant
  
  
Individual
  
  
Use
  
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  








Re: [videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread andrew michael baron
David, I could be wrong on this, but I'm pretty sure you are not  
clear. I had a look at your site and you use the embed code inside an  
object. Thus when people begin to update their IE explorer browsers  
with the latest patches, etc. they will likely encounter an active-x  
button in need of confirmation.


On Apr 15, 2006, at 5:46 PM, David Howell wrote:

> I'm using Enric's sweet plugin for my embeded videos.
>
> No errors. No warnings. No worries.
>
> By the way, this upcoming issue was discussed at length about a  
> month ago.
>
> David
> http://www.davidhowellstudios.com
>
> --- In videoblogging@yahoogroups.com, andrew michael baron
> <[EMAIL PROTECTED]> wrote:
>>
>> Basically, if you used an  object, you will need to convert to
>> javascript. :(
>>
>>
>> On Apr 15, 2006, at 4:34 PM, andrew michael baron wrote:
>>
>>> I just got a terribly unfortunate e-mail about a new patch that IE
>>> is using to avoid paying royalties to Active-X.
>>>
>>> This probably effects almost all videobloggers and may require an
>>> update to all of our websites to keep people from being stopped by
>>> a warning sign.
>>>
>>> I put up the screenshot I was sent right here:
>>> http://www.rocketboom.com/images/rocketboom_ie.jpg
>>>  .::.
>>> Begin forwarded message:
>>>

 Date: April 15, 2006 4:17:38 PM EDT
 To: hello at rocketboom.com
 Subject: why you now have an error on all your pages .::. ActiveX
 loophole information from a web developer

 RocketBoom,

 Well, it finally hapenned over the weekend, and the long awaited
 Eolas
 technology patent caught up to Microsoft.  Instead of paying Eolas
 for
 using their multimedia patent, Microsoft decided to put up a  
 warning
 everytime ActiveX is used.  Microsoft put out a lot of patches over
 the weekend, and one of them blocks activeX content as a default.

 The reason this becomes important is that your homepage now has  
 a big
 warning dialog box everytime my Internet Explorer for Windows  
 browser
 comes on.  I sent you a screen capture from my browser the last
 time I
 tried to get on.  It says "Click to run activeX" control on this
 webpage.  Every time.  Like even if I click onto another page and
 then
 click back.  I don't know about you, but my logs show roughly 90  
 % of
 my users on Windows using Internet Explorer.  You might get a few
 e-mails about this.

 Microsoft, being the richest and most powerful company on earth,
 opted
 to not pay patent royalty rights for a company which legitimately
 filled out the paperwork to get patents.  Their resulting error
 message pushes this responsibility onto the content creators.   
 So now
 developers have to find creative ways to get around this.  Luckily
 for
 your web developer, he or she has to deal.

 The currently loopholed accepted way of doing this is writing
 javascript code to bypass the patent.  It does not actually do
 anything differently.  You simply use a dynamic write statement
 instead of writing the code directly.  Apple wrote up a page for
 these
 types of scripts.  Please note, the last paragraph on the link  
 below
 is their caveat; if someone has javaScript turned off on their
 browsers, they will bypass your content entirely.  So you probably
 have to list a warning somewhere.  Default behavior if you don't do
 anything to all your documents is an extra click to get around
 warnings everytime someone visits your page.

 http://developer.apple.com/internet/ieembedprep.html

 This is something which must be fixed in all your documents.  For
 your
 few hundred html documtents, I would suggest Macromedia's  
 dreamWeaver
 product.  There is a very good Multiple Find and Replace Feature",
 and
 you need to apply it to All Documents within this directory, not  
 the
 default 'just this document'.  I like their product because it
 handles
 multiple searches fairly quickly.  I have had a few hundred  
 thousand
 documents to convert, and it was fairly snappy.  I'm not related to
 any Adobe or Macromedia product, I just use them a lot because they
 work.

 Keep up the rocketBooming.

 Milan
 Web Master
 
>>>
>>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[videoblogging] Re: why you now have an error on all your pages SOLUTION

2006-04-15 Thread usadutch2001
Ultimate solution!!

Dump IE and its silly proprietary ActiveX nonsense altogether and 
get a nice, free copy of Firefox.

http://www.mozilla.com/firefox/

Blips
http://vlogassist.com **Videobloggers resources**
http://vlogmatic.com


--- In videoblogging@yahoogroups.com, Jen Simmons <[EMAIL PROTECTED]> wrote:
>
> Use this brand new page at Freevlog to avoid the problem:
> http://freevlog.org/popup/
> 
> It uses Javascript, not ActiveX.
> 
> This fix is only needed for videoblogs that have been using 
technology 
> to embed the movie into the page. Anyone who's just linking to the 
> movie file isn't affected at all. Most blogs follow the simple 
freevlog 
> techniques and therefore don't need to worry about this.
> 
> I'd expect the IE for Mac won't have this problem -- in part 
because 
> Microsoft isn't developing IE for the Mac anymore. IE 5.5 is the 
last 
> version, and it's several years old. There won't be any new 
versions or 
> updates coming out.
> 
> jen
> 
> 
> jenSimmons
> http://www.jensimmons.com
> On Apr 15, 2006, at 4:44 PM, Ryan Ozawa wrote:
> 
> > -BEGIN PGP SIGNED MESSAGE-
> >  Hash: SHA1
> >
> >  On 4/15/06, andrew michael baron <[EMAIL PROTECTED]> wrote:
> >  > I just got a terribly unfortunate e-mail about a new patch 
that IE 
> > is
> >  > using to avoid paying royalties to Active-X. This probably 
effects 
> > almost
> >  > all videobloggers and may require an update to all of our 
websites 
> > to
> >  > keep people from being stopped by a warning sign.
> >
> >  Yipe. What code is it that this applies to?  The object embed 
stuff?  
> > Is it
> >  only IE for Windows, or IE for Mac as well that's affected?  I 
mean, 
> > will
> >  all browsers eventually have to pay up or turn it off?
> >
> >  - --
> >  Ryan
> >  HawaiiVog.com
> >
> >  -BEGIN PGP SIGNATURE-
> >  Version: PGP Desktop 9.0.5 (Build 5050)
> >  Comment: http://www.lightfantastic.org/pgp.txt
> >
> >  iQA/AwUBREFbHs/o8udD/KcXEQJp3ACff/WQMWFDS3Coq0WK1DCyB694MSAAoOXB
> >  wSPa0EnKZm9kxUAQWUsMbA2D
> >  =ulZ6
> >  -END PGP SIGNATURE-
> >
> > YAHOO! GROUPS LINKS
> >
> > ▪  Visit your group "videoblogging" on the web.
> >  
> > ▪  To unsubscribe from this group, send an email to:
> > [EMAIL PROTECTED]
> >  
> > ▪  Your use of Yahoo! Groups is subject to the Yahoo! 
Terms of 
> > Service.
> >
> >
>







 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread Monique Danielle





I'm 
not having any troubles with my plugins. I use the script from 
here:
http://videobloggers.org/embedmedia/step2_qt.php?mediatype=QuickTime
 
Also, 
anyone interested in easily embedding flash to their vlog can go here for a free 
script that works great:
http://www.jeroenwijering.com/?item=Flash_Video_Player 
 
CheersMonique Daniellehttp://www.vlogchallenge.com - This Week's Challenge: Resurrectionhttp://www.vlogdiva.com - This Weeks Video: Networking 
Tips

  




  
  
  YAHOO! GROUPS LINKS



   Visit your group "videoblogging" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[videoblogging] Re: why you now have an error on all your pages

2006-04-15 Thread David Howell
I'm using Enric's sweet plugin for my embeded videos.

No errors. No warnings. No worries.

By the way, this upcoming issue was discussed at length about a month ago.

David
http://www.davidhowellstudios.com

--- In videoblogging@yahoogroups.com, andrew michael baron
<[EMAIL PROTECTED]> wrote:
>
> Basically, if you used an  object, you will need to convert to  
> javascript. :(
> 
> 
> On Apr 15, 2006, at 4:34 PM, andrew michael baron wrote:
> 
> > I just got a terribly unfortunate e-mail about a new patch that IE  
> > is using to avoid paying royalties to Active-X.
> >
> > This probably effects almost all videobloggers and may require an  
> > update to all of our websites to keep people from being stopped by  
> > a warning sign.
> >
> > I put up the screenshot I was sent right here:
> > http://www.rocketboom.com/images/rocketboom_ie.jpg
> >  .::.
> > Begin forwarded message:
> >
> >>
> >> Date: April 15, 2006 4:17:38 PM EDT
> >> To: hello at rocketboom.com
> >> Subject: why you now have an error on all your pages .::. ActiveX  
> >> loophole information from a web developer
> >>
> >> RocketBoom,
> >>
> >> Well, it finally hapenned over the weekend, and the long awaited  
> >> Eolas
> >> technology patent caught up to Microsoft.  Instead of paying Eolas  
> >> for
> >> using their multimedia patent, Microsoft decided to put up a warning
> >> everytime ActiveX is used.  Microsoft put out a lot of patches over
> >> the weekend, and one of them blocks activeX content as a default.
> >>
> >> The reason this becomes important is that your homepage now has a big
> >> warning dialog box everytime my Internet Explorer for Windows browser
> >> comes on.  I sent you a screen capture from my browser the last  
> >> time I
> >> tried to get on.  It says "Click to run activeX" control on this
> >> webpage.  Every time.  Like even if I click onto another page and  
> >> then
> >> click back.  I don't know about you, but my logs show roughly 90 % of
> >> my users on Windows using Internet Explorer.  You might get a few
> >> e-mails about this.
> >>
> >> Microsoft, being the richest and most powerful company on earth,  
> >> opted
> >> to not pay patent royalty rights for a company which legitimately
> >> filled out the paperwork to get patents.  Their resulting error
> >> message pushes this responsibility onto the content creators.  So now
> >> developers have to find creative ways to get around this.  Luckily  
> >> for
> >> your web developer, he or she has to deal.
> >>
> >> The currently loopholed accepted way of doing this is writing
> >> javascript code to bypass the patent.  It does not actually do
> >> anything differently.  You simply use a dynamic write statement
> >> instead of writing the code directly.  Apple wrote up a page for  
> >> these
> >> types of scripts.  Please note, the last paragraph on the link below
> >> is their caveat; if someone has javaScript turned off on their
> >> browsers, they will bypass your content entirely.  So you probably
> >> have to list a warning somewhere.  Default behavior if you don't do
> >> anything to all your documents is an extra click to get around
> >> warnings everytime someone visits your page.
> >>
> >> http://developer.apple.com/internet/ieembedprep.html
> >>
> >> This is something which must be fixed in all your documents.  For  
> >> your
> >> few hundred html documtents, I would suggest Macromedia's dreamWeaver
> >> product.  There is a very good Multiple Find and Replace Feature",  
> >> and
> >> you need to apply it to All Documents within this directory, not the
> >> default 'just this document'.  I like their product because it  
> >> handles
> >> multiple searches fairly quickly.  I have had a few hundred thousand
> >> documents to convert, and it was fairly snappy.  I'm not related to
> >> any Adobe or Macromedia product, I just use them a lot because they
> >> work.
> >>
> >> Keep up the rocketBooming.
> >>
> >> Milan
> >> Web Master
> >> 
> >
>






 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/videoblogging/

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/