Get Your Site Reviewed!

We are a new blog who reviews flash websites. Email
[email protected] with the URL that you want reviewed, your
personal websites URL (so we can link to you), and title it
"Website Review". We will post it on our blog with a review. We
have experience with flash, and the web design industry so put your
site to the test! You may submit as many URLs as you like, whenever
you would like in the future, although there is no guarantee to
when your site will be reviewed. After we get some good content on
the blog we will reply to your email so you can see your review,
and others. PLEASE ONLY SUMBIT SITES YOU HAVE DESIGNED OR HAVE
PERMISSION TO SUBMIT FOR REVIEW.
** NOTE**
By emailing us you are submitting your website for review so
we will say good things and bad. We will not attack you our say
anything like "this site sucks".

What is your URL? Why are you using a hotmail account?
--> **Adobe Certified Expert**
--> www.mudbubble.com
--> www.keyframer.com
Flash Checkup wrote:
> We are a new blog who reviews flash websites. Email
[email protected]
> with the URL that you want reviewed, your personal
websites URL (so we can link
> to you), and title it "Website Review". We will post it
on our blog with a
> review. We have experience with flash, and the web
design industry so put your
> site to the test! You may submit as many URLs as you
like, whenever you would
> like in the future, although there is no guarantee to
when your site will be
> reviewed. After we get some good content on the blog we
will reply to your
> email so you can see your review, and others. PLEASE
ONLY SUMBIT SITES YOU HAVE
> DESIGNED OR HAVE PERMISSION TO SUBMIT FOR REVIEW.
>
> ** NOTE**
> By emailing us you are submitting your website for
review so we will say good
> things and bad. We will not attack you our say anything
like "this site sucks".
>

Similar Messages

  • How do you get your site to appear the same in all web browsers?

    There are some things that show up differently in Safari than they do in IE and Firefox, how do I get everything to jive the same? I think it is in the code which I am not an expert on.  My website was a template that I purchased online and most of the code was already built in.  I have some of my links in Safari showing white when you rollover them but when I look in IE and Firefox they're not there.  Can anyone offer any suggestions on how to fix this?
    Thanks

    Actually what you are learning here is to create a stylesheet for all of your web pages. Including all of your styles inline in the page's code is very cumbersome.
    Each of your pages needs code that refers to your stylesheet:
    <style type="text/css" media="all">
    @import url("../../css/content.css");
    </style>
    <style type="text/css" media="print">
    @import url("../../css/content_print.css");
    </style>
    This assumes that your stylesheets (in my case, one for print, one for browsers) are located in a folder called /css which is a habit I have for neatness.
    One thing that Dreamweaver does very well is keeps track of your styles and helps you edit styles to suit. I'm using CS3 which doesn't really allow you to look at the result of rollovers from within the application, but I keep Firefox handy for previewing. Problem is, once you create a style for a "visited" link, you can no longer see the result of the style for unvisited links in your browser unless you clear your browsers cache. Dreamweaver CS3 always shows links in their unvisited state.
    There is other code I use to make Microsoft's non-compliant browsers do the right thing, though rollovers, visited, and such all tend to work the same in all browsers, save the most antediluvian.
    <!--[if IE 5]>
    <style type="text/css">
    /* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
    #outerWrapper #contentWrapper #leftColumn1 {
      width: 185px;
    </style>
    <![endif]-->
    <!--[if IE]>
    <style type="text/css">
    /* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
    #outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
      zoom: 1;
    </style>
    <![endif]-->
    The above code handles issues with Microsoft's intransigence pretty well, and my sites tend to look really uniform. But in the case of menus, I often have to write a completely different stylesheet to wrestle with Internet Exploder:
    This is stylesheet reference for my menus:
    <style type="text/css" media="all">
    @import url("../css/menu/menu.css");
    </style>
    <!--[if lte IE 6]>
    <style type="text/css" media="all">
    @import url("../css/menu/menu_ie.css");
    </style>
    <![endif]-->
    Then I craft the changes for Internet Exploiter 6 in a separate stylesheet.
    This should give you an idea of how powerful an external stylesheet can be. You can use "if" statements to handle the differences between the Microsoft non-compliant browsers and the more modern and compliant browsers, like Safari, Firefox and Opera.
    You can see the result in any browser at http://www.readingsbykaren.com

  • How do you get your site removed from the reported attack sites list?

    Hi,
    Our site https://mail.ccgs.nsw.edu.au/owa appears to be on the 'reported attack sites' or reported web forgeries' lists and is getting blocked in Firefox. This is a mater of urgency as we use Firefox as our web browser in this organization and there is a site wide outage, none of our staff can use their webmail. How do we get removed from this list?
    When we have the site in the "Allowed Sites" list it still does not load.
    When we un-tick "Block reported attack sites" and "Block reported web forgeries" the site works. Though we do not want to untick these for our users for security purposes.
    Regards

    I am not seeing this problem currently with that URL. Firefox refreshes the site list from Google quite frequently. You can check for new files in the following folder and if they are not getting refreshed, I suppose you could try deleting them.
    C:\Users\''username''\AppData\Local\Mozilla\Firefox\Profiles\''profilename''\safebrowsing
    Note that this is under the Local branch (location of cache) and not the Roaming branch (location of preferences, extensions, etc.)

  • You've asked for confirmation and I hit the link and was told that the account is confirmed but the question is not yet confirmed? Happy to comply but can't get your site to agree.

    As stated.

    Even if you were still under AppleCare warranty, it would not cover damage from a fall.
    That "17 day" warranty makes no sense, though. iPods have a 1-year free AppleCare warranty for service, and 90 days for free phone support:
    http://www.apple.com/support/products/ipod.html
    Apple can repair just about anything that might be wrong with your iPod, but it will cost you. Call, explain the problem, ask for a repair appointment at your nearest Apple Store (or get a case number and ask for instructions to mail it in for a repair), but get a firm quote on the repair cost before authorizing the repair (or mailing it in for repair).
    800-APL-CARE (800-275-2273)

  • How to remove "Get started with your site"

    Hello,
    I am in the process of automating the creation of a site collection using PowerShell. Everything works fine but I would like to remove or hide the "Get started with your site" that we see the first time we open a site. Deactivating the Getting
    started feature will not remove it.

    For other readers, here's the full script needed:
    # First, get a reference to the target web app:
    $web = Get-SPWeb "[TargetSiteURL]"
    # Assuming that 1) the web page file that you want to examine is
    # the default landing page and 2) Publishing has been activated
    # for the containing site collection, the following gets you a
    # reference to the web part manager:
    $wpm = $web.GetLimitedWebPartManage("pages/default.aspx", [System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared).WebParts
    # Note the "pages" in the path. Next, the following lists out
    # all web parts on this page:
    $web.GetLimitedWebPartManager("pages/default.aspx",[System.Web.UI.WebControls.WebParts.PersonalizationScope]::Shared).WebParts
    # Review this list, and then identify the PartOrder of the web
    # part you want to remove. It its, say, its "5", you get a
    # reference to web part like so:
    $wp = $wpm.WebParts[5]
    # Now delete the web part:
    $wp.DeleteWebPart
    # and close the web app reference:
    $web.Close()
    It's easier to remove the web part directly from the page, while it's in edit mode, but then the scripted method also works when automation is needed.

  • I just updated to Firefox 4 and my Roboform toolbar disappeared. Following the instructions on your site and Roboform's site did not help. It doesn't appear in the Customize Toolbar window nor in the Extensions list. How can I get it back?

    I followed the instructions on your site and Roboform's site, but Roboform doesn't appear in the Customize Toolbar window nor does it appear in the Extensions list. How can I get the Roboform Toolbar back?

    Here's an interesting bit: iTunes will let me restore my iPod touch from backup: it's still running iOS 4.3.3. I figured as much... there's backups showing in the Preferences -> Devices list for both devices (and even my old, long gone iPod touch 2G), but my iPhone (on iOS5) isn't giving me any such option. I remember I had to downgrade before to get the backup restored (something went haywire in the setup assistant, and I couldn't restore a backup from iTunes there)... If it was possible to go to iOS 5.0 rather than 5.0.1 I would just do the same thing again, but iOS 5.0.1 isn't an option. I attached a screenshot. Hopefully Apple can get this nonsense sorted out; I think iOS 5 might be the root of this, somehow.

  • HI,  I need to jre 1.6 update 26 on my mac system to make some aaplication work. However latest available is jre 1.6 update 29. Could you suggest how I can get jre 1.6 update 26? I tried downloading older version on java. COuldn't find it on your site.

    HI,  I need to jre 1.6 update 26 on my mac system to make some aaplication work. However latest available is jre 1.6 update 29. Could you suggest how I can get jre 1.6 update 26? I tried downloading older version on java. COuldn't find it on your site.

    What are you missing?
    I inherited this app and signing the third party jars is how it was setup, I was wondering the same thing too, why was it necessary to sign the third party jars?
    The applet runs in either JRE 1.6.0_13 or JRE 1.6.0_27 depending on the other Java apps the user uses. JRE 1.6.0_13 does not have the mixed code security (so it is like is disable), but JRE 1.6.0_27 does have the mixed code security and the applet will not launch with mixed code security enable, so we have to disable it. With all the hacking going on in the last two years, is important to improve security; so this is a must.
    Yes, I always clear up the cache.
    Any idea on how to resolve this problem?

  • I downloaded norton internet security and it says I need firefox 4 to opperate correctly. I went to your site and downloaded lateset version and Norton still doesn't work . How do I get version 4

    I downloaded norton internet security and it says I need firefox 4 to opperate correctly. I went to your site and downloaded lateset version and Norton still doesn't work . How do I get version 4 so that my computer and I are protected?

    How can I go back to version 3? Thanx.

  • I wasted an hour this morning trying to get my work done before you finally informed me your site crashed. I've wasted the last 15 minutes trying to find out h

    completely frustrated w/your site. wasted hour this morning until your sited crashed and the last 20 minutes trying to find out how to send you a simple e-mail !!!!!!!!! Let me know when you get your act together.

    So how does a site crash? is it Firefox crashing?
    * [[Troubleshoot and diagnose Firefox problems]]

  • While downloading latest version of Firefox setup 7.0.1.exe from your site, i am getting virus message - Infected by Virus - Virus.Win32.Tanatos [ES] and file is getting deleted.

    virus problem in your Latest version - while downloading

    I am downloading the latest version from your site. I am attaching the screen shot of the message i am getting, every time i am trying to download it. 3 times tried downloading.

  • I was referred to this site because Internet Explorer would not allow me to navigate to web page. Therefore the tech-support staff sugested I try your site to get to the web page

    upon logging into this program open road x3 from the site realeflow.com. I get a msg "navigation to web page has been canceled" so I contacted the tech-support staff. They informed me that in the past this problem has occurred with internet explorer, so they referred your site to me, as a option to get into the web page from their site. I have never used your site to get into a web page before. So I do not exactly know how this works??????????

    In Firefox 3.6.4 and later the default connection settings have been changed to "Use the system proxy settings".
    See "Firefox connection settings" in [[Server not found]]
    You can find the connection setting here: Tools > Options > Advanced : Network : Connection
    If you do not need to use a proxy to connect to internet then select No Proxy
    Another possible cause is security software (firewall) that blocks or restricts Firefox without informing you about that,.
    Remove all rules for Firefox from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox.
    See [[Server not found]] and [[Firewalls]] and http://kb.mozillazine.org/Firewalls

  • I get access denied when I try to search on your site.

    Please help me. I get access denied when I try to search on your site. I have emptied cache. I tried Safe Mode the way you suggested. Still access denied (though my printer then would not respond to me and I spent $85 to have my It consultant fix that problem.

    Hi,
    You've opened 3 different threads for the same issue. Please only open '''ONE''' thread per support request.
    Continue here [https://support.mozilla.org/en-US/questions/995124?esab=a&s=&r=3&as=s /questions/995124]
    Closing thread

  • Hi there, I have a 2009 Macbook - running on OS X V.10.6.8... but I'm looking at upgrading the Operating System to V.10.10. Will your latest version of LIghtroom (the one I can currently get a free one month trial of from your site) work with Apple's late

    Hi there, I have a 2009 Macbook - running on OS X V.10.6.8... but I'm looking at upgrading the Operating System to V.10.10. Will your latest version of LIghtroom (the one I can currently get a free one month trial of from your site) work with Apple's latest operating system - Yosemite V.10.10? Or will LR only work with V.10.7, 10.8 or 10.9?
    Thanks, Seamus

    Hey, problem solved. One of the drives was faulty. I erased the 2nd drive (which was showing up as the degraded raid slice), deleted the RAID set and restored the 2nd drive from a back-up disk image. After that, when I booted using 'option' I was presented with two boot disks but only one that worked. And when it did boot  up only the reformatted disk was showing in Diskutil so I'm guessing the second one is knackered. With it still in place the server still wouldn't boot up from a full shutdown, but the moment it was removed it booted up no probs. Wakes up from sleep as well so it seems sorted.
    So now just need to decide whether I'll bother with replacing the second drive or just use an external back-up. I have just bought a 1TB drive to back up to so will probably just go with that.
    Btw, is there anyway I can test the drive I removed to see if can be saved?
    Thanks for all your help. Your siamese twin comment was the push I need to erase the drive, I'd be holding off before that.
    Warren

  • Are you getting bored with your site?

    iWeb is undoubtly great when it comes to making sites using templates. However iWeb templates only takes you so far before we notice sites all looking the same and boring. Add a little splash to your site with all brand new Landing Pages from MacEzzy. Landing page or commonly known as home, welcome, and index page is the first page your site visitor notices. Simply keep your existing site and change out the landing page. I have created high quality new landing pages to help you diffrentiate your site among 30,000 iWeb users. I am continuing to push iWeb to the limit.
    http://macezzy.com
    Powerbook G4 Ti   Mac OS X (10.4.4)  

    When you have a problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    1. Clear Firefox's Cache
    orange Firefox button ''or'' Tools menu > Options > Advanced
    On the Network mini-tab > Offline Storage : "Clear Now"
    2. If needed, delete the site's cookies here
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. If you usually log in to the site, you probably will need to log in again.
    Does that help?

  • Can you get your money back after you gift someone an app and it doesn't work?

    I kneed to know if you can get your money back when you gift an app to someone if it doesnt work. Thanks!

    If you've tried contacting the developer and not had a response then you can try the 'report a problem' link from your purchase history : log into your account on your computer's iTunes via Store > View My Account (Store > View My Apple ID on iTunes 11) and you should then see a Purchase History section with a 'see all' link to the right of it ; click on that and you should see a list of your purchases ; find that app and click the arrow to the left of it, click the 'Report a Problem' link and fill in details about the problem (iTunes support should reply within, I think, about 24 hours).
    Some people have had a problem with the 'report a problem' link (it's been taking people to this site on a browser instead of showing a form in iTunes) - if it does that to you then try contacting iTunes support via this page : http://www.apple.com/support/itunes/contact/- click on Contact iTunes Store Support on the right-hand side of the page.

Maybe you are looking for

  • Make Flash CS5.5 Movie play through one time

    I have created a movie in Flash Professional CS5.5 which has two scenes in it, and I want iot to only play through a single time and then stop.... I opened it originally as a Flash Project, completed the first scene which was an opening screne with a

  • Importing Cut Out Images from Photoshop w/out White Background?

    Hello Everyone, I am brand new to Illustrator. I have been a Photoshop user all these years. I am trying to import a photo to Illustrator CS5 that I cutout using this method: http://thedesigned.com/2009/08/21/how-to-cut-out-images-like-a-professional

  • FDQM - Financial Data Quality Management

    Can anyone assist me to fix this problem from FDM? I received the error below when I tried to logon to FDM from the Web client. Your help would be appreciated. Server Error in '/HyperionFDM' Application. Runtime Error Description: An application erro

  • Missing Projects in Aperture 2.1.4 after database rebuild?

    Had issues when editing a recent import in Aperture 2.1.4. I looked for help and followed this: I repaired permissions on my HD, then rebooted. I still had the same behaviors when working on the images so I tried the Aperture "Consistancy check". It

  • MDMRECEIPT error

    Hi Experts, I am working on an IDOC to File scenario in which i have to take IDOCs from the ECC system and convert them into XML file and post it in a folder in MDM system. while extracting the IDOC from the ECC system however, i am getting the error