Author Topic: Validation Errors  (Read 367 times)

0 Members and 1 Guest are viewing this topic.

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #15 on: February 06, 2010, 12:50:38 AM »
   Didn't work - still way left.

  I temp removed the weather widgets and with Nesa shaving off another 10 errors, got it down to 98 lol. Can you see anything here Nesa? Thank You.

Code: [Select]
<p width="100%" align="center"><embed pluginspage="http://www.adobe.com/go/getflashplayer" src="http://www.yourminis.com/Dir/GetContainer.api?uri=yourminis/ambreesh_patel/mini:weather"  wmode="transparent" width="250" height="80" FlashVars="buildnumber=1%2E5%2E6%2E16&uniqueID=id1185974935807&mininame=weather&textcolor=16777215&color=0&alpha=87&dayview=5day&loc=Jamaica%2C%20NY&unit=m&xheight=80&xwidth=250&zipcode=USNY0720&externalURL=http%3A%2F%2Fct%2Eyourminis%2Ecom%2FDir%2FGetMiniSwfPub%2Eapi%3Furi%3Dyourminis%2Fyourminis%2Fmini%3Aweather%26%5F%5Fversion%3D1185949894&maxheight=370&maxwid=420&title=Weather%20%28USNY0720%29&accountname=ambreesh%5Fpatel&uri=yourminis%2Fambreesh%5Fpatel%2Fmini%3Aweather&swfurl=%2Fwidget%5Fweatherchannel%2Eswf&width=240&height=70&" type="application/x-shockwave-flash" allowScriptAccess="always"></embed>[br /]<a title="For more widgets please visit [url=http://www.yourminis.com]www.yourminis.com[/url]" href="http://www.yourminis.com/index_minis.aspx?embeddedmini" target="_blank"><img border="0" alt="For more widgets please visit [url=http://www.yourminis.com]www.yourminis.com[/url]" src="http://www.yourminis.com/images/poweredby.png"/>[/url]</p>
« Last Edit: February 10, 2010, 10:41:43 AM by AST3R1X »
Hoss Talk At Thoroughbred Junkie

Offline Neša

  • Administrator
  • *
  • Posts: 1587
  • Karma: 1704
  • Gender: Male
Re: Validation Errors
« Reply #16 on: February 06, 2010, 12:53:01 AM »
this will align it to the middle.
its cheating a bit though.
Code: [Select]
<p align="center"><object data="http://www.superpimper.com/generators/LED_Scroller/LED_Scroller.swf" type="application/x-shockwave-flash" width="380" height="50">
  <param name="FlashVars" value="bt={Zenyatta Returning At Santa Anita March 13 It Appears} &amp;cl={red}" />
  <param name="wmode" value="transparent" />
  <param name="quality" value="high" />
  <param name="bgcolor" value="000000" />
  <param name="name" value="blipsy-sign" />
</object></p>
<--- Click me :)

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #17 on: February 06, 2010, 12:58:59 AM »
   yes, that worked. Still some errors with that one but not as many so thank you. Don't know what happened with that code i posted above  :shckd
Hoss Talk At Thoroughbred Junkie

Offline Neša

  • Administrator
  • *
  • Posts: 1587
  • Karma: 1704
  • Gender: Male
Re: Validation Errors
« Reply #18 on: February 06, 2010, 08:24:10 AM »
The code you posted wont pass validations but it will work in most browsers. I'll try and see if I can get it to pass validation with some tweaking.
<--- Click me :)

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #19 on: February 06, 2010, 09:48:52 AM »
    Thank You Kindly.
Hoss Talk At Thoroughbred Junkie

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #20 on: February 07, 2010, 07:21:54 PM »
   I turned off the 4 custom scripts and tried IE8 again. There was still 1 error but IE was much more stable. The script below is the one causing the major issues and would appreciate it if you could look at it and see if it can be cleaned up.

   I'm using it in an html block. Is that right or should it be a php block? Thank You.

Code: [Select]
<div id=style="width: 100%;" overflow="visible">
         <div align="center"><div id="IDTVP_f682350bc0" class="idesktop_tv_player idtv_f682350bc0">iDesktop.tv</div>
<script type="text/javascript" src="http://www.idesktop.tv/embed/f682350bc0/complete.js"></script></div>
      </div>
Hoss Talk At Thoroughbred Junkie

Offline butchas

  • Hosted Member
  • *
  • Posts: 332
  • Karma: 395
  • Illustrious key typer
    • East Coast Rolling Thunder car club
Re: Validation Errors
« Reply #21 on: February 07, 2010, 07:43:39 PM »
Not sure what you want but it should be more like this:

Put theis above </head>
Code: [Select]
<style type="text/css">
/*<![CDATA[*/
.curlin {width: 100%; overflow=auto;}
.IDTVP_f682350bc0 {}
/*]]>*/
</style>


In the body try the following:

Code: [Select]
<div class="curlin">
         <center><div class="IDTVP_f682350bc0">iDesktop.tv</center>
<script type="text/javascript" src="http://www.idesktop.tv/embed/f682350bc0/complete.js"></script></div>
      </div>


Note:
1.  Only do ID once.  If unsure do class.
2.  Read this about overflow:  http://www.w3schools.com/css/pr_pos_overflow.asp
My mod, My site

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #22 on: February 07, 2010, 07:50:51 PM »
   Please talk to me like the newbie i am and not a coder  :p

  Using these in a custom html simple portal block.
Hoss Talk At Thoroughbred Junkie

Offline butchas

  • Hosted Member
  • *
  • Posts: 332
  • Karma: 395
  • Illustrious key typer
    • East Coast Rolling Thunder car club
Re: Validation Errors
« Reply #23 on: February 08, 2010, 11:48:10 AM »
Sorry man but i am geek city.   :ntme

Maybe you can review this link:  http://www.html4newbies.com/
My mod, My site

Offline Neša

  • Administrator
  • *
  • Posts: 1587
  • Karma: 1704
  • Gender: Male
Re: Validation Errors
« Reply #24 on: February 09, 2010, 08:13:42 AM »
Sorry Curlin I have started school again and didn't have time to look at the code. I should have some free time on the weekend.
<--- Click me :)

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #25 on: February 09, 2010, 12:46:19 PM »
    Update: IE has no errors now but had to compromise  :(

   1 error i learned was from the mod "highslide viewer" and have removed that mod. Second error removed when changing popout player to fixed player.
   Last issue is the LED scrolling ticker which i have disabled for now but would like to get working properly in IE if you can still help with the code. Works fine in the other browsers :shckd
   Problem is it doesn't show up in IE and causes the news fader to completely lockup.

   @butchas - strange issue with "you guessed it" IE8 and your mod. Changed hover color to blue from green and all browsers show blue except IE which still shows green  :dman

    Thanks everyone. Here again is LED code in custom html block:

Code: [Select]
<p align="center"><object data="http://www.superpimper.com/generators/LED_Scroller/LED_Scroller.swf" type="application/x-shockwave-flash" width="380" height="50">
  <param name="FlashVars" value="bt={ Zenyatta Returning At Santa Anita March 13 It Appears / Oaklawn Park Putting Up 5 Million To Try And Lure The Queens To Face Each Other / Quality Road Romps By12 Lengths } &cl={red}" />
  <param name="wmode" value="transparent" />
  <param name="quality" value="high" />
  <param name="bgcolor" value="000000" />
  <param name="name" value="blipsy-sign" />
</object></p>
Hoss Talk At Thoroughbred Junkie

Offline butchas

  • Hosted Member
  • *
  • Posts: 332
  • Karma: 395
  • Illustrious key typer
    • East Coast Rolling Thunder car club
Re: Validation Errors
« Reply #26 on: February 09, 2010, 09:24:45 PM »
   @butchas - strange issue with "you guessed it" IE8 and your mod. Changed hover color to blue from green and all browsers show blue except IE which still shows green

I guess you will need to make the same changes in the "boardhover-ie.css" file.
 :)
My mod, My site

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #27 on: February 09, 2010, 11:21:32 PM »
    That's what "ie" meant. Man do i feel stupid  :ntme

  Works and Thanks. LED scrolling code has been fixed by a helper over at SP. IE now works fine. For Now  :shckd
Hoss Talk At Thoroughbred Junkie

Offline bigguy

  • Site Owner
  • Administrator
  • *
  • Posts: 12138
  • Karma: 258
  • Gender: Male
  • SMF Friend
    • P.C. Tweakr
Re: Validation Errors
« Reply #28 on: February 10, 2010, 06:53:03 AM »
Can this be marked solved now. ???

Offline curlin

  • New Member
  • *
  • Posts: 97
  • Karma: 2
  • Gender: Male
    • Thoroughbred Junkie
Re: Validation Errors
« Reply #29 on: February 10, 2010, 10:16:18 AM »
Can this be marked solved now. ???

      Sure Bigguy
Hoss Talk At Thoroughbred Junkie