Jump to content

Colton.Wagner

Members
  • Posts

    157
  • Joined

  • Last visited

Everything posted by Colton.Wagner

  1. I see, I just see so many SEO questions in weird sections I just thought it would be helpful to have it under general discussions. It was just a thought seeing as most web development is based around advertisement. Thanks, Colton Wagner
  2. Okay, mark it as solved and it had to do with the quotes didn't it? Thanks, Colton Wagner
  3. Yeah, If you know javascript and php AJAX is not hard to learn. w3schools.com will be very helpful. Also there is a help section for AJAX if you want to post any of your problems there. Thanks, Colton Wagner
  4. 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
  5. I have used this in the past it does not use jquery but it worked well. It's open source and I have had no problems viewing it. Documentation: http://www.softcomplex.com/products/tigra_fader/docs/ Download: http://www.softcomplex.com/products/tigra_fader/download.html Hope I could be of some assistance! Thanks, Colton Wagner
  6. I would like to recommend a section under General discussion for SEO. It is becoming a necessity for most programers to understand how it works so that they can form there code around it. Just a suggestion anyone else with me? Thanks, Colton Wagner
  7. 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
  8. 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
  9. I don't know if this will help you much but it did the trick for me. http://www.fiftyfoureleven.com/weblog/web-development/css/the-definitive-css-gzip-method Thanks, Colton Wagner
  10. 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
  11. I made this website for a customer It is fully operational just kinda want to see what other professionals think about it. Any constructive criticism will be greatly appreciated! http://irresistiblecostumes.com Thanks, Colton Wagner
  12. I just have an eye for Google images haha. Honestly if I were you I would try to make your own it really brings your website's appearance down. Thanks, Colton Wagner
  13. 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
  14. There are a lot better ways to go about doing that. There are javascript scripts that can already do that using jquery. I would try to google it to get a good idea on where to start. Thanks, Colton Wagner
  15. Yeah it is not possible in CSS. If it is a necessary part of your website do it in javascript. May I ask why you are trying to apply this? Thanks, Colton Wagner
  16. 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
  17. 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
  18. The code above should be: #links { white-space:nowrap; width: 300px; overflow: hidden; } I forgot to add the nowrap function sorry about that. Thanks, Colton Wagner
  19. Could you be more descriptive on your problem? It looks like the headlines are formed correctly but the columns are not and its the TBA stuff. Thanks, Colton Wagner
  20. 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
  21. 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
  22. The header makes it look like a google image that got improperly stretched and is now blurry. Also the color scheme and inconsistency made your website kind of hard to stay interested in. Also just a little pet peeve if you are going to put w3 validators on your site makes sure your code is valid. Thanks, Colton Wagner
  23. 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
  24. 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
  25. The answer to my question above lies within the appendChild() nodes do not support element tags or attributes. You must use innerHTMl for the entire thing. Thanks for your help Brian.
×
×
  • 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.