Jump to content

Colton.Wagner

Members
  • Posts

    157
  • Joined

  • Last visited

Posts posted by Colton.Wagner

  1. The script here:

     

    <script language="JavaScript" src="http://www.************************"></script>
    <noscript><iframe src="http://www.********************&iframe=1" width=468 height=60 frameborder=0 border=0 scrolling=no marginheight=0 marginwidth=0></iframe></noscript>

     

     

    States that if your javascript is disabled then issue the .swf in the <noscript> tag. That being said this needs to be placed within the <body> tag. That way the <iframe> tag actually get's printed. To make the flash display remove everything thing except.

     

    <iframe src="http://www.********************&iframe=1" width=468 height=60 frameborder=0 border=0 scrolling=no marginheight=0 marginwidth=0></iframe>

     

    Now place that in the <body> tag to view the header. To test what you have now you must disable your javascript and place the original code they provided in the <body> tag.

    Also it would be helpful if I could see the javascript code. If nothing I listed works please let me know because there are a lot of other things it could be.

    Thanks,

    Colton Wagner

  2. It is a very clean design but what it looks like is just a default template for wordpress. It really doesn't have anything on it that gives it it's own uniqueness. There is not a whole lot wrong with it just very bland. No excitement I don't know that I would even be intrested in reading more about your website because nothing sticks out to me.

     

    Thanks,

    Colton Wagner

  3. The header is very bland I can see what you were trying to go for but it sets off the design like the website was made in the 90's. Not that the 90's website's are bad haha. I don't want to offend any of the elder crowd here. The placement of the pictures doesn't really allow the site to have flow to it. Also the use of gradients in my opinion looks bad. The Navigation bar is simple but it does not work on blackberry's browser. Since you only have one picture in the gallery I can't really tell if it does anything cool like fade or slide. I didn't really take a look at the source code. I really like the fonts of the website aside from the header's font. Good job just may want to take a look at a few of those small things.

     

    Thanks,

    Colton Wagner

  4. It's a good design however I don't really see a need for people wanting to buy a coupon website. There are some strong companies out there so it would be hard for one of your clients to get their toes dipped into that market. I don't know just a thought. Maybe you could make a design for a bigger commerce area? Your design looks great I just don't see the need for the application.

     

    Thanks,

    Colton Wagner

  5. Jquery is a library that allows cross browser scripting. Basically it makes it so you can write the script once and it will work on most major web browsers. I would just look for a jquery image scrolling script. There is a wide selection so I'm sure you can find one that fits your needs.

    Thanks,

    Colron Wagner

  6. That is actually a javascript problem not a CSS problem. You need to take a look at the function.

     

    window.scrollTo();
    

     

    I hope I could be of some assistance. If you need any further help please ask.

    Thanks,

    Colton Wagner

  7. I have not ever used sharepoints I have heard about it through a grape vine however. As far as recommendations I do really use preloaders because my pictures are all formatted for best performance and quality. I don't usually have problems like that. I would worry more about your link bar images than anything.

    Thanks,

    Colton Wagner

  8. If you do not want the links to "break up" i would say try something like.

     

    <style type="text/css">
    #links {
       width: 300px;
       overflow: hidden;
    }
    </style>
    

     

    basically what that will do is when something is in <div id="links"> it will make it so no matter how long the height is it keeps writing the link but will not show the text out some of 300px. I don't know if that is necessarily the direction you wish to go but you did not give much information on how you wanted it solved. Hope I could be of some help.

    Thanks,

    Colton Wagner

  9. Find the following code within your source code:

    <center>
    <script type="text/javascript"><!--
    google_ad_client = "pub-4070880939196883";
    /* 468x60, created 10/6/10 */
    google_ad_slot = "9658615419";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    <script type="text/javascript"><!--
    google_ad_client = "pub-4070880939196883";
    /* 468x60, created 10/6/10  right */
    google_ad_slot = "0639866636";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    
    </script>
    </center>
    

     

    Replace that with:

    	<div style="margin: 0 auto; height: 60px; width: 936px;">
    		<div style="float: left;">
    			<script type="text/javascript"><!--
    				google_ad_client = "pub-4070880939196883";
    				/* 468x60, created 10/6/10 */
    				google_ad_slot = "9658615419";
    				google_ad_width = 468;
    				google_ad_height = 60;
    				//-->
    			</script>
    			<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    			</script>
    		</div>
    		<div style="float: right;">
    			<script type="text/javascript"><!--
    				google_ad_client = "pub-4070880939196883";
    				/* 468x60, created 10/6/10  right */
    				google_ad_slot = "0639866636";
    				google_ad_width = 468;
    				google_ad_height = 60;
    				//-->
    			</script>
    			<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    			</script>
    		</div>
    	</div>
    

     

    Hope that helps!

    Thanks,

    Colton Wagner

     

     

  10. One of the biggest pluses of your website is that you offer a nice product. As far as the look and feel of the website here are a couple things I would change.

    • Put a search bar on your website!
    • Move the my cart up to the top right corner rather than the next line down.
    • At the top right take away the welcome in your php and make it login | register | my cart
    • Once they are logged in you can echo Welcome, $username <link>not you?</link> Then have the not you link log them out.
    • Pagintation? I didn't see it don't know if you included it.

    As far as your website's design it is very simple and straightforward which is perfect from a sales perspective. They will not get easily distracted from your page. All in all it is a good website just needs a few tweaks so it doesn't look like it started.

    Thanks,

    Colton Wagner

  11. It is a very nice website design however there was a long loading time. I would also change your navigation so that it pre-loads the pictures that way it does not load the rest of the page and each link individually. Otherwise it was a nice website.

     

    Thanks,

    Colton Wagner

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.