Help with a "buggy" site

Hey guys,
I finally got my domain with my flash site up on it. It's a fairly simple site, but I have been having a lot of times (especially with optimizing and making it fast) Im still having speed issues, even though I have linked every image, optimized every image, etc. So I guess thats my first questions: any secrets I may not have heard of for optimizing?
Second, when you open my site you will see some other bugs. My homepage is what I call a clicktable, and as soon as you click a square, a dotted line surrounds the entire "workspace" like it is outlinging the exact size of my catalyst document. This appeared out of the blue..I have no idea why (it was up on another server with no problems). Another problem is when you click to different pages things kind of spaz out (you will see what I mean)...another problem that never used to be there. If anyone has any tips on any of this I would be very grateful! Also, any critique in general. Thanks!
Zack

See Corrupt iPod classic.
tt2

Similar Messages

  • PHP Help with inherited database site

    Hope someone can help with this, although I might be a bit vague. (But will be happy to post any code that might help.)
    Basically I do a few sites for a company, and everything is coming together nicely moving everything to a new reseller hosting account where everything can site. I'm basically doing some redesign and new database work for them.
    But there's one site I'm basically just trying to move over, that already has a database. I've copied the site onto the new hosting, copied the database across and created a new connection file.
    I must admit the code is all a bit more PHPO heavy than what I'm used to working with. so have run into a problem trying to figure out what data is not displaying due to queries failing. As far as I can tell the connection is working, and the queries have not changed.
    Anyway - the main page is here, where you should be able to click on the furniture images to go to the product page :
    http://www.miradatravelmedia.com/lusty/public_html/index.php
    But when you click through the product page query is failing :
    http://www.miradatravelmedia.com/lusty/public_html/products.php?category=1
    The products page is mostly PHP and looks like this :
    [PHP]<?php
    if (!@empty($_REQUEST["img"])) {
      require_once("../includes/hft_image.php");
      $img = new hft_image($_REQUEST["img"]);
      $img->resize(200,180,"-");
      $img->output_resized("");
      exit;
    $page = "products";
    include("../includes/header.php");
    include("../includes/db_open.php");
    $sql = "SELECT `id`, `name` FROM `categories` WHERE `id` = '" . $_REQUEST["category"] . "'";
    $result = mysql_query($sql) or die("Query failed : $sql at line " . __line__);
    $category = mysql_fetch_assoc($result);
    ?>
    <div id="trail"><a href="shop.php">Shop</a> &gt; Lloyd Loom <?php echo $category["name"]?></div>
      <div class="clear" id="divider1"><img src="images/spacer.gif" alt="<?php echo keyword()?>" /></div>
    <h1>Lloyd Loom <?php echo $category["name"]?></h1>
    <?php
    $sql =
      "SELECT * " .
      "FROM `products` " .
      "WHERE `category` = '" . $_REQUEST["category"] . "' " .
      "ORDER BY `order`";
    $result = mysql_query($sql) or die("Query failed : $sql at line " . __line__);
    if (mysql_num_rows($result) == 0) {
    ?>
    <p>Coming soon ...</p>
    <?php
    } else {
      $n = 0;
      while ($row = mysql_fetch_assoc($result)) {
        $n++;
    ?>
    <a href="product.php?id=<?php echo $row["id"]?>" class="product"<?php if ($n == mysql_num_rows($result)) echo " id=\"last\""?>>
    <?php
        if ($file = glob("images/products/" . $row["id"] . "_*.*")) {
    ?>
    <img src="img.php?img=<?php echo $file[0]?>&width=200&height=180" alt="<?php echo $row["code"]?>" />
    <?php
        } else {
    ?>
    <div id="no_image">No image found</div>
    <?php
    ?>
    <?php echo $row["code"]?>
    </a>
    <?php
        if (is_int($n / 4)) {
    ?>
    <div class="clear"><img src="images/spacer.gif" alt="<?php echo keyword()?>" /></div>
    <?php
    ?>
      <div class="clear" id="divider2"><img src="images/spacer.gif" alt="<?php echo keyword()?>" /></div>
    <?php
    include("../includes/footer.php");
    ?>[/PHP]
    If anyone could shed any light on what's going wrong still, that would be much appreciated.
    Thanks.

    Iain71 wrote:
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''categories' WHERE 'id' = '1'' at line 1
    So it does look a bit odd with the quotes.
    Column names in a SQL query must not be in quotes. The MySQL error message tells you that the SQL syntax error is "near" the section it refers to. In other words, the error is just before that part of the query. Normally, you need to display the whole query to spot the error, but it's obvious in this particular case, because there's a quotation mark after categories, indicating that you've put the column name in quotes. Anyway, you've solved that problem by using the version I suggested.
    I still haven't managed to establish where this vat.php file is - is there any explanation for it not being visible on the original hosting server where the site is working? And could it have anything to do with the query not working?
    No, it has nothing to do with the query not working, and the reason you can't see it on the live site is because there's no error. The error message on your test site tells you exactly where to look for the problem. The file vat.php is included by header.php on line 19. Either vat.php isn't on your server, or the code on line 19 of header.php is pointing to the wrong location.

  • Help with fonts on site design

    I need help with the fonts. For my menu i used a pixel font
    (so no anti-alias enabled). When i test my site and click on the
    links, the pixel font turns into and anti-alias font and it makes
    everything look ugly. How can i fix this??
    heres my .swf file. Click on portfolio link then webdesign
    and see what i mean
    http://img411.imageshack.us/my.php?image=siteyl9.swf&width=800

    quote:
    Originally posted by:
    Elenaa5
    Thank you! That worked =)
    You're welcome.
    I like your site, keep up the good work =)

  • Noob needs help with hosting multiple sites

    Hello I am new to this multi hosting. I have looked on the forum for answers but haven't found any. I am trying to figure out how to host multiple sites. I have my dns working for my default site "example1.com", but need to know if I need to add another dns record for my second site. "example2.com". Also when I point to the new fold that has the second site in it and I assign it port 82 for testing purposes I get an error message saying 403 access forbidden. I need to find out how get permission to view the site for the public. Its in a separate folder on an external hard drive right now for testing purposes. Can any body help me or point me in the right direction? Thanks so much!!!
    -Kcam1999

    {quote}
    While what you are telling him is technically functional, it is not correct
    I beg to differ, Paul. You are the one that is not correct.
    CNAMES have been deprecated as of some years ago
    What? huh? really?
    Please show me any official document that states this (and not someone who just started a rumor because he didn't understand them). Indeed, the DNS RFC makes no such claim.
    {quote}
    I stand very much corrected. CNAMEs are not officially deprecated. Interestingly, your post cites precisely what happens when CNAMES used carelessly. How many transactions are needed to resolve Apple's CNAME chain below? RFC1912 (http://www.faqs.org/rfcs/rfc1912.html) has some recommendations that suggests Apple's own network folks have, like me and perhaps even others here, some learning to do. Is that a 'best practice?'
    {quote}> Then make sure you tell Apple since this site depends on the use of CNAMEs:
    dig discussions.apple.com
    discussions.apple.com. 492 IN CNAME discussions.apple.com.edgesuite.net.
    discussions.apple.com.edgesuite.net. 4427 IN CNAME a1399.b.akamai.net.
    a1399.b.akamai.net. 2 IN A 128.241.220.82
    a1399.b.akamai.net. 2 IN A 128.241.220.72
    In fact, it uses TWO CNAMES in a chain. Oh my.{quote}
    From RFC1912 (which I'm sure many have now read here), section 2.4 is as follows:
    {quote}... having chained records such as CNAMEs pointing to CNAMEs may
    make administration issues easier, but is known to tickle bugs in
    some resolvers that fail to check loops correctly. As a result some
    hosts may not be able to resolve such names.{quote}
    {quote}> It is not valid to say "don't use these because they could cause problems'. A records can be just as problematic, as can PTRs. Let's not even talk about MX.{quote}
    How, exactly, does is an A record problematic? No chains, no additional lookups, no wasted cycles...
    We differ here -- and if we are dealing with a newbie, we don't need to enter into unnecessary complexity UNTIL it is a requirement for their solutions.
    {quote}> There are many valid reasons to use CNAMEs in DNS, not least of which is the ease of moving a service if it uses CNAMEs. For example, if you have 10 A records all pointing at the same server and you want to migrate to a different machine you have to locate and update all 10 records. If they used a CNAME to the physical server you could move them all at once using a single change. This is especially important in cross-domain links where you may not control all the origin zone files.
    {quote}
    You're somewhat reaching here, and it is well beyond the scope of the OP's post or needs (well, until they tell us more about their needs, I suppose). There is nothing difficult about 'finding' and updating the necessary records. The final example you gave is a good one and I'll say THAT is an appropriate use of a CNAME, 'though there are other workarounds for it.
    Thanks for keeping me honest.

  • Need some help with social net site

    I need to create a site with editable user profiles, the site
    will feature sports stats that the user can update.
    I use Dreamweaver and MYSQL but I need some direction. Im
    starting from scratch here, are there any templates or free source
    code to go off of? I really need some help!!

    "Funks Da Burn" <[email protected]> wrote in
    message
    news:g1np74$eej$[email protected]..
    >I need to create a site with editable user profiles, the
    site will feature
    > sports stats that the user can update.
    > I use Dreamweaver and MYSQL but I need some direction.
    Im starting from
    > scratch here, are there any templates or free source
    code to go off of? I
    > really need some help!!
    That's not something you can do using templates or by
    dropping in a free
    script; it's pretty complicated. You need to know how to
    design a database
    and write server-side code. Dreamweaver will help you write
    the code, but
    you still need to plan and design the whole application. I'd
    recommend
    starting with a book. It sounds like PHP is going to be your
    best bet - does
    your host server support it? If so, do a search on Amazon.com
    for books on
    Dreamweaver and PHP, and/or ask for recommendations here.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • Help with finding my site in google?

    hi all i have my site up and running and think i have it indexed?
    im after a bit of help regarding how people search for it? for example the website is for my turfing company based in essex called Unique Lawns. i need to know how i go about keywords so if someone was to type in google "turf laid in essex" my site would appear?
    my site is here if you need to look into the code etc: http://www.uniquelawns.com/
    i can find my site in google by typing unique lawns usualy in the top 6-7 on the first page which i think is pretty good as i only submitted it a few days ago, i have been reading about META keywords which im a bit confused about as some say they dont work in google?
    im just after some advice as to how i can get my site found when typing in keywords related to my site,
    also are google adwords any good as i have a free £50 voucher that came with my hosting?
    many thanks for any help

    If, as you say, some of your pages have been indexed by Google, chances are all pages have been indexed..... including the phrase:
    "turf laid in essex"
    A quick Google search returns
    About 1,440,000 results
    for that phrase...and I'll bet your's in there somwhere!
    Why even the mention of
    "turf laid in essex"
    has this Adobe post listed 4th position, first page... saying the post was added 17 minutes ago....
    so remember, in that 1,440,000 results, there are a lot of sites... all wanting to be on the first page... so why did the Adobe post make it and your site did not?
    Look at the time the Adobe Forum has been around... so you have to consider time.
    Look at the massive amount of quality content on the Adobe site... how does your site compare?
    Look at all the other inbound links that the Adobe Forum has built up over all those years? How about your site?
    Don't be discouraged, Google "SEO Princliple" and topics like that... TONS of info available.
    Just remember that pretty much everyone in those 1,440,000 results want to be first page... so competition can be stiff... review and build on sound SEO principles and don't expect it happen overnight.
    Best wishes,
    Adninjastator

  • Help with managing a site on business catalyst

    I am trying to set up a site for a friend of mine using muse. I made the site but would like to set it up for him to manage. He writes alot of articles and would like to post them onto the site himself. When I go into the BC page to manage it all the text is overlaying the other. Is there a way around this and is it possable for him to add more articles with the tabs on the side.
    Link to the site is www.lgbtcollege.com
    Please help me with this.

    Do you have access to a Partner Portal?  You can delete any of your sites from inside the Partner Portal.

  • I need help with my mobile site using Go daddy

    my website will not work properly

    /candles.html is the regular URL. But, when you convert your site to 'mobile' using GoDaddy, your site passes through a program GoDaddy has developed before it renders as a mobile view for you. The http://www.akacandlesinc.com/candles.html is then encoded as mobile to http://mobile.akacandlesinc.com/#2897 - All of this functionality works normally. When you click on 'Classic', GoDaddy strips off 'mobile.' and shows you the regular website for that 1 instance. From there, however, a cookie is registered on your mobile that you're viewing from a mobile device. At this point, when you click on 'Candles' link from the 'Regular' site from your phone, it tries to take you back to /candles.html URL on http://mobile.akacandlesinc.com - but that page doesn't exist as it's not a physical file that is present on the webserver.
    Either GoDaddy is goofing up the conversion or something else is wrong in the way your site is translated as 'Mobile' by GoDaddy.
    If i were you, I wont rely on GoDaddy to do the job for me anyway. They're not designers/ developers. They're a hosting company and are equally bad at that as well - I've had and know many people who've had horrendous experiences with them.
    I suggest you spend a bit more time in:
    either making a responsive site yourself
    or make a mobile specific site and use a device-detection code to send your mobile/ handheld visitors to a specific subdomain

  • Help with Ravenna tutorial site

    After installig i see error:
    Unable to retrieve search results. Unable to retrieve search results. Unable to create result set for query 'SELECT IdcColl1.dID, dDocName, dDocTitle, dDocType, dRevisionID, dSecurityGroup, dDocAuthor, dDocAccount, dRevLabel, dFormat, dOriginalName, dExtension, dWebExtension, dInDate, dOutDate, dPublishType, dRendition1, dRendition2, VaultFileSize, WebFileSize, URL, dFullTextFormat, dFullTextCharset, DocMeta.* FROM IdcColl1, DocMeta WHERE IdcColl1.dID=DocMeta.dID AND ((((( (CONTAINS(xWebsites, 'RVH')> 0) )) AND ( xWebsiteObjectType LIKE 'Layout File' )))) ORDER BY dInDate DESC'. ORA-20000: Oracle Text error: DRG-10599
    And no dynamic content on site!
    Fulltext is on (config + SQL script)! DB: Oracle 9.2
    I am aready saw this error when tryed to use MSSQL2000! But I resolved this problem! Just added table DOCMETA to Fulltext index catalog!
    What I have to do with Oracle DB?
    Thanx

    Guys,
    If you have this problem, it probably means you didn't install and configure UCM component "DBSearchContainsOpSupport", which is required by Site Studio. See sections 2.1 and 2.4.6 of the Site Studio Installation Guide (Site_Studio_Installation_Guide.pdf).
    I had the exact problem shown above. To fix it, I installed DBSearchContainsOpSupport, did the Zone Fields Configuration as instructed on page 2.4.6 of the install guide, and did a full index rebuild. This fixed the problem immediately - there is no need to manually create fulltext index columns.
    Cheers,
    -Tim

  • Help with attaching Dreamweaver site to a domain purchased through Google (GoDaddy)

    Hi Yesterday I set up Google Apps and have bought a domain through them (which they get from GoDaddy) I want to have a more professional looking website than they offer with Google Sites so was going to design one in Adobe DreamWeaver. The only problem is I don't know how to attach the two together. I use design mode as I can't really code (unless following a tutorial) so if anyone can point me in the right direction I would really appreciate it.  Thanks K

    digitalkelzter wrote:
    Hi Yesterday I set up Google Apps and have bought a domain through them (which they get from GoDaddy) I want to have a more professional looking website than they offer with Google Sites so was going to design one in Adobe DreamWeaver. The only problem is I don't know how to attach the two together. I use design mode as I can't really code (unless following a tutorial) so if anyone can point me in the right direction I would really appreciate it.  Thanks K
    1) I believe what you are asking is how to point your domain name to your site.  If this is the case then the first thing you need to do is find a host with whom you can agree to sign a contract for 12 months and upload your files.  If you want a simple host with all the features you are likely to want then I would strongly recommend these people:
    <sky.uk.net>
    2) Then you need to enter the cname of your host on GoDaddy's CPanel.  The full instructions are here:
    <To Add a CNAME Record>
    This should get you started but you may also want to enter your Mx records for your emails sent to your domain name like: [email protected] or whatever.
    3) the full instructions about all this is here:
    <Managing DNS for Your Domain Names>
    4) If, however, you were asking for free templates and extensions for your DW then WebAssists has quite a few to get you started.  Gramps has given you the links so it is a good idea to browse their site and register with them free of charge to download the free extensions from them.  There are some classified as premium but you don't want them now until you are experienced enough to design some sophisticated websites.
    hth

  • Help with publishing Dreamweaver site

    Hello guys, I give up looking for help everywhere else. Sorry for the dumb question but I am a noob.
    I have built a Wordpress website with Dreamweaver CS5, everything works fine in my localhost. Also I have already set up my remote server and tested connection and everything and I know how to upload files to my hosting server, etc. The problem is that I have no clue how to also upload the MySql database that was built in my localhost and this makes some files from the website not get transferred to the remote sever. Can someone point me to some tutorials? That would be appreciated, Thanks.

    Which tool are you using to administrate your local MySQL database,  phpMyAdmin by chance ?
    The problem is that I have no clue how to also upload the MySql database that was built in my localhost
    You need to use your local database administration tool for exporting the tables including the data to, say, an SQL text file. Next use use a browser to navigate to the remote server´s database administration tool (most likely phpMyAdmin) and use the Import function, which lets you upload the previously generated SQL file, what in turn will generate the tables and data on the remote server.
    Most likely you will first need to create a database prior to importing the tables -- and if so, its name must be identical to your local database.
    Can someone point me to some tutorials?
    There are lots of tutorials around, and many of them are based on using phpMyAdmin. Try with googling "mysql database export" or "mysql database import".

  • My iPod touch was stolen and recovered.  I can use my Apple id for this site but the theif changed the Apple id needed to update apps etc and I do not know how to delete his acct. Any help with this will be greatly

    My iPod touch was stolen and recovered.  I can use my Apple id for this site but the theif changed the Apple id needed to update apps etc and I do not know how to delete his acct. Any help with this will be greatly appreciate

    If the thief enabled activation lock on the device, then there is nothing that can be done.  Only the password for the Apple ID that it is locked with can disable activation lock.

  • A few problems with my site I'd be grateful for help with...

    Hi, I'm encountering some strange problems with my website, and I'd be really appreciative if anyone could help me. The site's live so I've included links to help anyone kind enough to respond. Thanks in advance.
    1. On many of the pages, a scrollbar appears at the width of the container as opposed to the browser window. The 'clear' property doesn't seem to work, (although I am quite new to it so could have made some sort of basic error).
    http://austinlindsay.com/suretowin.html
    2. I'm having difficulty with the 'screenshots' on the left hand side of the page. First, the larger images should only appear when hovering over the thumbnails, but they seem to appear when hovering over the space where they appear.
    The second problem is trying to make the background of the larger images consistent with their individual images in the foreground. Problem is the background always have a fixed width across the page. You can see what I mean when hovering over the final screenshot (called 'Scoreboard')
    http://austinlindsay.com/virtuoso.html
    Two problems with the 'Featured' section. The central link jilts slightly when hovered over. It's really strange. I've tested it by changing the order and putting a different link in the centre, and found it's not a problem with a link, it's a problem with it being positioned centrally. I couldn't find a solution for it, though. The final problem with this is that a horizontal scrollbar appear when hovering over any of the links (apart from the final one, Logos, for some reason).
    http://austinlindsay.com/
    I know there's a lot of problems here, but thanks in advance to anyone who can help!

    No, there is definitely no height property on the container (or the content which is causing the problem). But to be fair,  it may be because the content that gets hidden is, until hovered over, not visible. I've posted the code for that below, along with the container if anyone could help?
    /*main container*/
    #content {
        position: relative;
        left: 0px; right: 0px;
        width: 960px;
        background-color: #333;
        padding-bottom: 3em;
        border-top: 0.1em solid #FFF;
        border-bottom: 0.1em solid #FFF;
        overflow:hidden;   
    /* container for the screenshots content below this*/
    #main_content {   
    position: relative;
    margin: 0 40px;
    top: -160px;
    /* screenshots - content that seems hides itself*/
    #screenshot_list {
    position: relative;
    left: 72px;
    #screenshot_list a {
    border:none;
    text-decoration:none;
    padding: 5px 0px;
    display:block; /**space between icons**/
    position: relative;
    width:150px;
    #screenshot_list a span {
    visibility:hidden;
    display:block;
    position: absolute;
    /**adjust positioning of full size images in px or %**/
    left: 130px;
    top: 0px;
    /**optional image captions**/
    font-size: 13px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: left;
    background-color: #455c5a;
    background-repeat: no-repeat;
    /**optional image borders & padding**/
    border: 2px solid#455c5a;
    padding: 15px;
    z-index: 100;
    #screenshot_list a:hover span, #screenshot_list a:active span, #screenshot_list a:focus span {visibility:visible; z-index: 100;
    padding: 15px;
    #screenshot_list a:hover, #screenshot_list a:focus
    {visibility:visible;
    border: none;
    z-index: 100;
    padding-left:2px;

  • Can anyone help with Ibook previously downloaded on ipad now somehow sitting in icloud and unable to open in IBOOK. it is greyed out.

    Can anyone help with Ibook previously downloaded on ipad now somehow sitting in icloud and unable to open on ipad . it is greyed out.

    I Have this problem as well on my iPad using ios8. I found it only happened after I downloaded the some free books from the bookstore. I have tried to reset all settings but nothing seems to have worked. any ideas??

  • Not exactly iweb - need help with a graphic for my site

    This doesn't fit anywhere so dumping it here. I drew by hand a graphic I want to use with iweb to put on my site as my site's logo. Main problem is that getting the background transparent isn't working well as when it was scanned the scanner didn't back the background "pure" white. I have tried adjusting the whitepoint and setting the color depth down, but still no good. I don't know a ton about graphic program use. I have an older copy of graphic converter that came on this powerbook when i got it. I would be fine having the graphic loose the marker look and have solid fill colors - just I am not good enough with computer drawing tools to do it on the computer! So I either need to get a volunteer to help me out, or some help with some detailed instructions to get this to work out... (also I am broke so no cost/shareware is only option here)
    many thanks!!!!
    I can get you a scanned jpg of the pic if needed.

    THANK YOU/___sbsstatic___/migration-images/migration-img-not-avail.png so the tolerance makes it not care so much about the gradations in color? what else is tolerence good for?
    I have a cleaner copy now after someone suggested GIMP, so played with it last night - though couldn't figure out transparency - that was clear on converter- just not cooperative till these wonderful directions.
    So now I know how to do it without messing with the pic, and with messing with it - both good lessons and got a bit brighter color out of the deal.
    many thanks for the straightforward and clear directions, they worked perfectly/___sbsstatic___/migration-images/migration-img-not-avail.png extra strars for you/___sbsstatic___/migration-images/migration-img-not-avail.png

Maybe you are looking for