Widget wont load/work

i created a widget using a library, HTML, CSS, JS, when i preview the widget in my iPad only load the default.png...
here's a link to the widget, https://mega.co.nz/#!uAQQHAhC!rZYx-QAaU_2uJb0Dal9SQxDy-M24M3PRSM5FtdGY3MY

It seems to function correctly here on my Windows 7 machine in...
Firefox 16
IE9
Opera 12.11
Chrome 24
Safari 5.1.7
There are a few errors in your HTML that could be causing an issue for you in an older browser. Make sure to clean them up after running the validator here:
http://validator.w3.org/

Similar Messages

  • Spry Widget Wont Load JS to Browser?!?

    I have a Spry slide show widget on my website. I have it linked to the root folder and also in a folder for orginazaion reasons. When the page loads I get a lot of JS errors. If I open the file offline it works fine but when uploaded to the server it wont load the JS. I have checked all the links and they are okay. I can even follow the links and they open up the script. Dreamweaver added the JS files so im asuming that the JS codes are correct. The 2 links are http://tylerdickersondesign.com/classic/classic.html & http://tylerdickersondesign.com/classic.html. This is so frustrating!
    Here is the my HTML code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel="icon" type="image/ico" href="http://www.tylerdickersondesign.com/images/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Tyler Dickerson Design</title>
    <link href="classic.css" rel="stylesheet" type="text/css" />
    <link href="Spry-UI-1.7/css/ImageSlideShow/basicFS/basic_fs.css" rel="stylesheet" type="text/css" />
    <script src="Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSelector.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SprySliderPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFilmStrip.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryThumbnailFilmStripPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryTitleSliderPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141543: #Tyler */
    #Tyler {
        width: 650px;
        margin: 24px 0px 0px 0px;
        border: solid 1px #000000;
        background-color: #717c96;
        padding-top: 10px;
    #Tyler .ISSName {
        top: -24px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 18px;
        text-transform: none;
        color: #000000;
    #Tyler .ISSSlideTitle {
        top: -18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        overflow: hidden;
        color: #000000;
        text-transform: none;
    #Tyler .ISSClip {
        height: 400px;
        margin: 0 10px 10px 10px;
        border: solid 1px #333333;
        background-color: #ffffff;
    #Tyler .ISSControls {
        top: 11px;
        height: 400px;
    #Tyler .FilmStrip {
        height: 80px;
        background-color: #2a3a5b;
    #Tyler .FilmStripPreviousButton, #Tyler .FilmStripNextButton {
        width: 25px;
        height: 80px;
    #Tyler .FilmStripTrack {
        height: 80px;
    #Tyler .FilmStripContainer {
        height: 80px;
    #Tyler .FilmStripPanel {
        height: 80px;
        padding-left: 10px;
        margin-right: 0px;
    #Tyler .FilmStripPanel .ISSSlideLink {
        margin-top: 10px;
        border: solid 1px #2a3a5b;
        background-color: #2a3a5b;
    #Tyler .FilmStripPanel .ISSSlideLinkRight {
        border: solid 1px #404f6b;
        width: 126px;
        height: 50px;
        margin: 4px 4px 4px 4px;
    #Tyler .FilmStripCurrentPanel .ISSSlideLink {
        background-color: #59647d;
        border-color: #59647d;
    #Tyler .FilmStripCurrentPanel .ISSSlideLinkRight {
        border-color: #404f6b;
    /* EndOAWidget_Instance_2141543 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141543" binding="#Tyler" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="http://tylerdickersondesign.com"><img src="images2/l2.png" alt="logo" /></a>
        <!-- end .header --></div>
        <float>
        <a href="http://www.facebook.com/TylerDickersonDesign"><img src="images2/ft.png"/></a>
        </float>
      <div class="sidebar1">
        <ul class="nav">
          <li></li>
          <li></li>
          <li><a href="http://tylerdickersondesign.com/">Home</a></li>
          <li><a href="#">About</a></li>
          <li><a href="#">Services</a></li>
          <li><a href="http://tylerdickersondesign.com/contact.html">Contact</a></li>
        </ul>
      <!-- end .sidebar1 --></div>
      <div class="content">
        <table width="90%" border="1" cellspacing="0" cellpadding="5">
          <tr>
            <th scope="col"><center>
              <ul id="Tyler" title="">
                <li><a href="images2/1.jpg"><img src="images2/1t.jpg" alt="photos-1.jpg" /></a></li>
                <li><a href="images2/2.jpg"><img src="images2/2t.jpg" alt="photos-10.jpg" /></a></li>
                <li><a href="images2/3.jpg"><img src="images2/3t.jpg" alt="photos-11.jpg" /></a></li>
                <li><a href="images2/4.jpg"><img src="images2/4t.jpg" alt="photos-12.jpg" /></a>
              </ul>
              <script type="text/javascript">
    // BeginOAWidget_Instance_2141543: #Tyler
    var Tyler = new Spry.Widget.ImageSlideShow("#Tyler", {
        widgetID: "Tyler",
        widgetClass: "BasicSlideShowFS",
        injectionType: "replace",
        autoPlay: true,
        displayInterval: 3000,
        transitionDuration: 2000,
        componentOrder: ["name", "title", "view", "controls", "links"],
        sliceMap: { BasicSlideShowFS: "3slice", ISSSlideLink: "3slice" },
        plugIns: [ Spry.Widget.ImageSlideShow.ThumbnailFilmStripPlugin, Spry.Widget.ImageSlideShow.PanAndZoomPlugin ],
        TFSP: { pageIncrement: 4, wraparound: true }
    // EndOAWidget_Instance_2141543
              </script>
            </center>
    <p><br />
              </p>
              <h1>Graphic Design</h1>
              <p>Welcome to Tyler Dickerson Design. We take pride in our commitment to the highest degree of excellence in graphic design, web design, and photography. Our goal is to provide each and every client with more than they imagined in terms of design and more than they have experienced in regard to customer service, while at the same time staying within each individual budget we are working with. We offer the highest quality of design that will take your company and clients to the next level. We are committed to achieving excellence. When you hire us as your creative designer, you have taken the first important step to a new way of doing business. Tyler Dickerson Design is a proud, experienced artist of Graphic Design, Web Design, and Photography. Our expertise-based knowledge of marketing, advertising, promotion, logo development, print production processes, and photography are unmatched. Select Tyler Dickerson Design to receive the highest level of personal attention and dedication to detail. We are the creative designers that stand for quality, uniqueness and value. We are quick, flexible, and great listeners.</p>
              <h2>Web Design</h2>
              <p>As your web designer it is our goal to develop elegant and affordable web solutions that enable small to large businesses to establish visibility online, increase sales, and improve productivity. Tyler Dickerson Design provides high-quality, professional web design and online marketing services to small businesses and non-profits at prices that fit their budgets. We work extremely hard to keep prices affordable for our clients, while giving them access to the same web site and marketing services that have always been available to large companies with big budgets.</p>
              <h3>Photography</h3>
              <p>Tyler Dickerson Design explores the connection between the eye, the camera, and the soul by raising the growth of artistic vision and technical knowledge. We strive to capture and deliver the highest quality photographs for our clients, while focusing on the genuine moments of life that are often fleeting and quickly forgotten. We promise to give the maximum level of service to each client, while respecting individual needs. Our hope is to develop a personal connection that supports an ongoing and long-lasting working relationship. </p>
              <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
              <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
              <h4>Marketing Materials</h4>
              <p>Tyler Dickerson Design uses the highest quality materials. We take pride in our work and want our clients to be 100% satisfied with their experience with us. Give us a chance to astonish you. </p></th>
          </tr>
        </table>
        <h1> </h1>
      <!-- end .content --></div><br />
    </wrap>
      <div class="footer">
        <p><center><small>© 2013 Tyler Dickerson Design. All Rights Reserved.</center></p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>
    Thanks guys!

    It seems to function correctly here on my Windows 7 machine in...
    Firefox 16
    IE9
    Opera 12.11
    Chrome 24
    Safari 5.1.7
    There are a few errors in your HTML that could be causing an issue for you in an older browser. Make sure to clean them up after running the validator here:
    http://validator.w3.org/

  • Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Download Error - Contact customer support. Indesign wont load application have gone from the control panel. CS photoshop loads and wants a serial number - and my serial number dosent work?

    Hello Bradley,
    sometimes the "opm.db file" is the culprit. In this case you should delete it.
    But as much as I regret it and as strange as it may seem I fear it's a challenge for Adobe's Creative Cloud Cleaner Tool.
    Sometimes - for whatever reasons - CC doesn't "want" to work. In this case you should CC completely delete and reinstall by help of Adobe Creative Cloud Cleaner Tool. (A try to uninstall by own resources is not enough!)
    I quote: ... helps resolve installation problems for Adobe Creative Cloud and Adobe Creative Suite (CS3-CS6) applications. The tool removes installation records for prerelease installations of Creative Cloud or Creative Suite applications. It does not affect existing installations of previous versions of Creative Cloud or Creative Suite applications.
    Please use: http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html   and follow the prescribed sequence of operations
    If necessary and for further questions click through http://helpx.adobe.com/contact.html or http://helpx.adobe.com/de/contact.html and if "open" please use chat, I had the best experiences.
    Good luck!
    Hans-Günter

  • When I try to Home-Share It works most of the time. It will always show up, but sometimes I tap on the icon of my library then it wont load, I restart my computer, IOS Divice and my router It still wont load my Library .... WHY!

    When I try to Home-Share It works most of the time. It will always show up, but sometimes I tap on the icon of my library then it wont load, I restart my computer, IOS Divice and my router It still wont load my library. I even went and tried to reinstall Itunes and everything nothing works.

    Hi,
    /Users/sarahschadek/Desktop/Safari.app/Contents/MacOS/Safari
    Move the Safari app from the Desktop to the Applications folder.
    Restart your Mac.
    That's why you see this:
    When I try to do the updates my computer says it has ready it goes through like it is downloading them then at the end it says some of the files could not be saved to "/" files.
    After your restart your Mac, click the Apple  menu (top left in your screen) then click:  Software Update ...
    Carolyn  

  • Java was blocked due to the threat I have followed the update & other options to reenable it ie.manual updates reinstalls yet websites like YouTube still wont load up.Works fine in Chrome & IE!

    Java was blocked due to the threat I have followed the update & other options to reenable it ie.manual updates reinstalls yet websites like YouTube still wont load up.Works fine in Chrome & IE!

    Your plugins list in "more system details" shows Next Generation Java Plug-in 1.6.0_31 for Mozilla browsers so Java should not be blocked.
    Could you post a link to a webpage where Java isn't working for you? YouTube uses Flash, not Java. Here is a list of Java test pages you can try, to confirm that Java is working, from http://kb.mozillazine.org/Java#Testing_Java
    * [http://www.java.com/en/download/help/testvm.jsp Test your Java Virtual Machine (JVM)] at java.com.
    * [http://browserspy.dk/java.php Java Information - BrowserSpy.dk]
    * [http://javatester.org/ Java Tester] - The test pages at javatester.org will tell you if your web browser is enabled for Java and, if so, the Java version.
    * [http://www.pinlady.net/PluginDetect/Java/ Java Plugin Detector]
    By the way, I see in your plugins list that you also have the VLC media player Web Plugin 2.0.0 so, it's possible that the VLC plugin is causing a conflict if YouTube or other videos don't work. See [[Video or audio does not play]] (you may need to disable the VLC Media Player plugin in the Add-ons -> Plugins list for some media to play).

  • Website wont load at home but does at work!

    Hi everyone,
    www.buoyweather.com wont load at home but does at my work! I cant figure this one out. It worked fine a week or so ago but since then it fails to load. I dont get an error message, it just sits there trying to load it. The next day at work it works fine. I have tried firefox, chrome, safari etc and still no luck. I havent blocked the website in my preferences either. Every other webssite seems to work fine.
    Help!

    It definitely sounds like a router issue... especially if both your Mac and your phone can't access the same site when using the same router... but can access it elsewhere.  My first thought would have been what JK was suggesting (a DNS issue)... but the direct IP address he provided would have worked if that were the case.  The site you're going to isn't that common so it would be a pretty significant coincidence if that site were just randomly blocked for some reason.  It seems more likely that the issue is related to the fact that you visit that site.  Have you tried resetting  your router?

  • My safari just wont load, everything else works so connection ok

    Hi
    My Safari on my imac wont load up at all it just bounces on the bar then nothing, itunes and email work fine so connection is good...........??

    Make sure the Safari app is in the Applications folder.
    From your Safari menu bar click Safari / Preferences then select the Security tab. Deselect: Enable plug ins Quit then relaunch Safari. If Safari loads pages, troubleshooting help here. Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    Check Safari / Preferences - Extensions. If you have any installed, turn that off, quit, relaunch Safari.
    Check for Login Items:  Open System Preferences/Accounts then select the Login Items tab. Delete any files or apps you have listed there. And go to /Library/Startup Items. Move any files in the Startup Items folder to the Trash.
    From the Safari menu bar click Safari / Reset Safari. Select the top 7 buttons, click Reset.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure you always have a minimum of 15% free disk space.
    Try Safari in another user account. Same problems there, then log back into your admin account, launch Disk Utility.  /Applications/Utillities.
    Select MacintoshHD in the panel on the left then select the First Aid tab.
    Click: Verify Disk  (not Verify Disk Permissions). If the startup disk needs repairing, follow the instructions for Using Disk Utility to verify or repair disks

  • My gamecenter account wont load inmy iphone 5 but works well with my ipad

    I cant load my gamecenter accnt in my iphone 5.  I tried loading it on my ipad it works well. Tried turning the phone off reload gamecenter accnt nothing happened. My gamecenter recognizes the username and password but wont load when oppening the "friends" tab and also when playing games. I tried to load other gamecenter accnt in my iphone 5 same result.

    If the message is "Backup not successful":  I had the same problem.
    My solution was to turn off some apps (Settings>iCloud>Storage & Backup>manage Storage, tap my device name in the Backups section, then look under Backup options) and try a manual backup.  If it didn't work, turn off a few more apps and try a backup.  Keep doing that until the backup works.  Then try adding in some of the last batch of apps that were previously turned off - the objective is to find the app that causes the backup to fail.  For me, I suspect that the one app I found had a bad data file that, when included in the backup, caused the backup to quit.
    This can be a long process if you have a lot of apps that you originally turned on for backups.

  • I installed Aperture from the App Store, it was working ok, then suf=ddenly it wont load, I get the "Aperture encountered problem" message, have updated all OSX and Aperture but I still cant get it to work, any ideas ?

    I installed Aperture from the App Store, it was working ok, then suf=ddenly it wont load, I get the "Aperture encountered problem" message, have updated all OSX and Aperture but I still cant get it to work, any ideas ?

    I installed Aperture from the App Store, it was working ok, then suf=ddenly it wont load, I get the "Aperture encountered problem" message, have updated all OSX and Aperture but I still cant get it to work, any ideas ?

  • TS1398 My ipod touch (geration 4) wont load my internet it just keeps giving me the loading sign. It was working perfectly fine untill yesterday for some random reason and now it wont load at all. What can I do to fix it?

    My ipod touch (geration 4) wont load my internet it just keeps giving me the loading sign. It was working perfectly fine untill yesterday for some random reason and now it wont load at all. Again it just gives me a loading sign and the wifi symbol wont come up.

    Does the iPod connect to other networks?
    Do other devices now connect?
    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on the router
    - Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    - Make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Spell check widget wont work

    after updating from os 10.4 the spell check widget wont work. when i right, or control click, it just high lights the word.

    I used to have many Widgets installed on my old iMac and don't remember a spelling one. On this new MBP with 10.6 there is no spelling widget. The closest thing is Dictionary. It doesn't offer spelling corrections, just definitions. You have to highlight the entire word and then Copy and Paste it into whatever document or application you are using.
    At the universal level, built into the OS, are spelling tools. You do not have to leave your app. You do not have to highlight the entire word. All you have to do is right-click (control+click) on a word and get access to Spelling/Grammar/Dictionary and even Tweet it if you wish. No Dashboard is necessary.

  • My chosen home page wont load it loads on internet explorer not firefox i tried the drag it to the little house it did not work it worked before i lost it three days ago

    my chosen home page wont load it loads on internet explorer but not firefox I tried the drag it to the little houes by the address bar but it still wont load it was working but stopped three days ago

    I upgraded my Firefox and now when I open, either from a shortcut on my desk top or the Firefox icon all I get is a blank page with no address but about:blank. I can then open a page such as my mail or home page from a bookmark, nothing from the desktop will open in any thing other than the blank page. Also my right click options only work once and a while. Things like saving a photo or going back just don't work. All sorts of little glitches, I find them very frustrating and am considering going back to IE even though I don't like it much. All my saved pass words are gone too.

  • Since i upgraded to Mountain Lion, logic 9 gets to checking midi drivers, and locks up on me. it will work sometimes, and most of the time it wont load up, need help

    Since i upgraded to Mountain Lion, logic 9 gets to checking midi drivers, and locks up on me. it will work sometimes, and most of the time it wont load up, need help

    Hi, you can't have a PowerMac, they can't run 10.6, 10.7, or ML/10.8!
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.

  • My itunes wont load up on my computer? ity worked fine last time

    i tried to start Itunes on my computer it wont load up?

    Like I said:
    Connect the iPod to the computer and make a backup by right clicking on the iPOd under Devices in iTunes and select Back Up.  When you right click a menua comes up and you select Backup.
    To restore see:
    iTunes: Backing up, updating, and restoring your iPhone, iPad, or iPod touch software
    Before you restore just make sure that all yur synced items like music and video synced to the iPOd are on the computer since those items are not in the backup. For what is in the backup see:
    iTunes: About iOS backups

  • Cant get java to work with firefox trying to download clip from youtube but wont load java

    I'm tryng to download clips from youtube using keepvid - my mac air wont load java and i'm using firefox any tips? have updated the software

    Ok I have been following the instructions supplied on this website http://www.zentus.com/sqlitejdbc/usage.html.
    I have downloaded the jar and the dll file and have placed them into the same folder as my jar file. Then as it says I enter into the command line:
    "java -cp sqlitejdbc.jar - Djava.library.path=. - jar CBL_Program.jar" and I get this:
    Exception in thread "main" java.lang.ClassNotFoundException: org.sqlite.JDBC
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:169)
    at cblprogram.Main.main(Main.java:28)
    Which seems to be the same exception as when I run the program from netbeans.
    I am really stumped on this one, please can someone help.

Maybe you are looking for

  • IDOC---XI----SOAP(Webservice) Sync

    Experts, Need to Develop IDOC-XI--SOAP(Webservice) Sync Communication Interface I have  importing the Standard Idoc & External Def  for WSDL ,which has the Request & Response Structure. I need to handle the SYNC message in the XI  and ignore it/ do n

  • Start Up Problems with too full Mac Air

    I cant restart my Mac Air after the batterie whent flat after i got message about Start Up Memory Too Full. What do i do now.

  • Why is there no New Tab button?

    There is no New Tab button with a "+" symbol on the right of the open tabs. How do I install or enable this please?

  • ORA-445 error

    Hi all, I am getting below error very frequently on some of the targets: Incident (ORA-445) detected in /u01/app/oracle/diag/rdbms/devrdb2/DEVRDB2/alert/log.xml at time/line number When contacted Oracle support, they say that its an OS issue. I am no

  • Setting material status automatically

    Can I set material status (e.g. End of life) automatically ?         I mean can I schedule any standard program which will set this status by calculating different parameters.