Jump to content

kralcx

Member
  • Posts

    153
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by kralcx

  1. I actually use that site when I need answers to questions...I appreciate your hard work and sharing with the community!
  2. Yes I mainly use it just to test IE6 and apple operating system.
  3. The above suggestion will work, however I think dev (development) is a more standard practice. From: http://dev.your-domain.com To: http://www.your-domain.com dev is a sub domain of your domain
  4. In HTML5, the DOCTYPE is case insensitive. The following DOCTYPEs are all valid: <!doctype html> <!DOCTYPE html> <!DOCTYPE HTML> <!DoCtYpE hTmL>
  5. I believe this is what you're looking for jquery.jticker.js jquery.quovolver.js
  6. high resolution photos should be jpg...5-8 seconds to download using a 56K modem is what you should target for the file size of the photos
  7. The code below should get you going in the right direction: <!-- first try HTML5 playback: if serving as XML, expand `controls` to `controls="controls"` and autoplay likewise --> <!-- warning: playback does not work on iOS3 if you include the poster attribute! fixed in iOS4.0 --> <video id="movie" width="1000" height="768" preload controls> <!-- MP4 must be first for iPad! --> <source src="serendipity.mp4" type="video/mp4"/><!-- Safari / iOS video --> <source src="serendipity_vp8.webm" type="video/webm; codecs=vp8, vorbis" /> <source src="serendipity_libtheora_008.ogv" type="video/ogg; codecs=theora, vorbis" /> <!-- fallback to Flash: --> <object width="1000" height="768" type="application/x-shockwave-flash" data="__FLASH__.SWF"> <!-- Firefox uses the `data` attribute above, IE/Safari uses the param below --> <param name="movie" value="_FLASH_.swf" /> <param name="flashvars" value="controlbar=over&image=__POSTER__.JPG&file=__VIDEO__.MP4" /> <!-- fallback image. note the title field below, put the title of the video there --> <img src="__VIDEO__.JPG" width="640" height="360" alt="__TITLE__" title="No video playback capabilities, please download the video below" /> </object> </video> <!-- you *must* offer a download link as they may be able to play the file locally. customise this bit all you want --> <p> <strong>Download Video:</strong> Closed Format: <a href="__VIDEO__.MP4">"MP4"</a> Open Format: <a href="__VIDEO__.OGV">"Ogg"</a> </p> <!--small bit of script for the benefit of Android devices: --> <script> var v = document.getElementById("movie"); v.onclick = function() { if (v.paused) { v.play(); } else { v.pause(); } }; </script> Read the comments for clarification. Basically you just needed to add a flash fallback and a script for android devices. Hope this helps.
  8. Ebay should know better, however Ebay doesn't have a strong track record of listening to its customers.
  9. Don't take this the wrong way, but you should first start with your own website before taking other projects.
  10. jQuery HTML5 Music Player http://www.codebasehero.com/2011/07/html5-music-player-updated/
  11. Paypal although widely used is a terrible payment method; you'd be playing russian roulette with your business (see paypalsucks.com for more horror stories). Try stripe.com instead; gethelium.com is an easy to use shopping cart for use with stripe. Also I believe the fees for stripe are the same as paypal.
  12. Thank you both for looking at my page It is validating now thanks Eddie Andrea, I got rid of the span tags and changed up the last testimony. The CSS code was mostly generated from Fireworks. As my CSS skills improve I will be better at modifying the code that Fireworks kicks out. Thanks again.
  13. I need your review of my page w ww.hiygin.com/herbalfiberblend/herbalfiberblend.html It's a simple page; my goal is to get visitors to click on the button (link) I've checked this in various browsers IE,FF,Chrome, Safari, Win and Mac. If anyone could check this in Opera 10 or older that would be great! Everything validated except for line 56, however it validates in Dreamweaver, (in any event I don't know what the problem is?) Any advice is appreciated.
  14. I like the design...I just wish it would load quicker
  15. Thanks for the heads up Ben...much appreciated. Turns out many servers are case sensitive which is why it looked fine in my browser but not when I uploaded it to my server.
  16. Okay I got my CSS code back up ....(I got to remember backup, backup, backup, backup) anyhow I figured out what the problem was... my original code was: background: url(images/button.gif) no-repeat 0 0; the correct working code is: background: url(images/Button.gif) no-repeat 0 0; Thanks Ben for pointing me in the right direction! I didn't realize capitalization was so important! Is this some sort of rule I just didn't know about, or was my issue some kind of fluke? Any comments much appreciated?
  17. I just did something stupid somehow my computer crashed and I lost my css file. I spent so much time on this its going to take me a while to put it back together
  18. I would never have noticed anything if I wasn't specifically looking for it. Due north and due west on the circle you can see a few white pixels sticking out from the logo. btw your site looks good
  19. I'm hoping someone can help me with this; I'm hoping it is something simple that I am overlooking. My design looks perfect when tested in my browser (IE,FF, Opera, Chrome, Safari), however when I upload it to my server I loose my button image. The hotspot is still there but the button image is gone. (By the way it is a CSS rollover button). The button should be red with white text located below the picture of the woman under the text "Get Herbal Fiberblend Now" Here is a snippet of the CSS: #button { margin-left: 118px; margin-top: 9px; display: block; float: left; height: 31px; margin-bottom: 0; width: 208px; background: url(images/button.gif) no-repeat 0 0; } #button:hover { background-position: 0 -31px; } and a snippet of the html code: <a href="http://www.theaimcompanies.com/products/herbal_fiberblend/powder_and_capsules.aspx?prodcode=3217E&lid=168&AIM_AXOwnerID=628037&aimstore=y" id="button" title="Try Herbal Fiberblend Today!" alt="Try Herbal Fiberblend Today!"<span></span></a> <div class="clearFloat"></div> the webpage is: ww w.hiy gin.com/herbalfiberblend/herbalfiberblend.html I checked the code and the images; I uploaded it to my server the same files that I tested on my home computer. Any help is greatly appreciated. If you need any more information just let me know. Thanks in advance.
  20. It's my understanding that the surest way to know if a search engine has indexed your web page is to go to that particular search engine and insert "site:yourname.com". The search engine will then list all the pages it has indexed for that particularly domain. Remember www.yourname.com is different than yourname.com as far as search engines are concerned; so you must check both. Hope this helps.
  21. Thank you both. I'll try putting my number just on the contact page with a disallow robot.txt file.
  22. I have a quick question. I want to put some text on my website; for example my mailing address and phone number. If I make my phone number an image instead of text, will this keep my phone number away from the google robots? P.S. I eventually will get a separate business phone number, but for now I'd rather not have my personal number show up in a google search engine. Thanks in advance.
  23. Thank you both for the comments. I'll have to remember that...(don't sweat the small stuff)..thanks again.
  24. Hello again. I'm still working on my site. So far everything validates and tests correctly in Firefox, IE, and Opera. However the text links in the upper left hand side under the word Products the CSS does not work properly in the Chrome browser? The text links should change background color and size when hovered over. Is it a browser behavior difference or am I doing something wrong? By the way if anyone can point me in the right direction on where I can find old browsers for testing purposes and information on browser differences I would appreciate it? My web site is ww w.hiy gin.com Thanks in advance for the help.
×
×
  • Create New...