Jump to content

jpf566

Member
  • Posts

    25
  • Joined

  • Last visited

jpf566's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. This question is regarding the homepage of sheffieldfurniture .com - Does anyone have any idea what in the world is going on? The text is simply placed in a fixed width div with margin auto. It looks fine on all the browsers I checked on Windows & Mac as well as IOS but the stock Android (Jelly Bean) browser screws it all up! Any ideas?
  2. Hey everyone, I'm trying to figure out how I would make an image quiz like the one found here http://www.ethanallen.com/style_quiz This seems to be made in Javascipt, unfortunately I only know HTML & CSSIs there any kind of framework that would facilitate something like this? Also, I was thinking of making a non image type "quiz" where you went through various questions and it gave you your result at the end, any framework for that? Thanks for any help
  3. Does anyone know why the text block div isn't centering? (Horizontally) www.sheffieldfurniture .com/stickleysale/ Also, what have you guys found to be the best way to diagnose these types of problems? I find Firebug or Chrome developer tools to be a great way to dig into issues but what do you do when it's an IE6 issue?! Thanks for any help anyone can give!
  4. Ok Thanks! Yeah, I've dabbled with OSCommerce and Magento, both were absolute HEADACHES which is why I'm hesitant to use them. Does anyone have any suggests of a good clean simple shopping cart CMS? I'm also looking into Shopping Cart/Catalogue Plugins for Drupal, Wordpress or Joomla.... I really wish I could just download a simple "PHP catalogue" template. One page with a category menu and a search bar. Argg.
  5. Thanks! Yeah, I'm looking into Magento right now. Just not sure if a full blown CMS is going to be overkill and require a lot of customization
  6. Hey all! Ok here's the deal, I'm a front end web designer (HTML + CSS = PHP/MYSQL/RUBY/JAVA = I work for a furniture retailer and we want to be able to have a database of all of the pieces we carry so people can browse around and search. We don't currently need a shopping cart but may go that route down the road. We just need to be able to (as easily as possible) Add items and images and then be able to display them in a categorized & searchable fashion. Should We just look on Elance for someone to design a backend? Is there some kind of Open source or already available solution for this? Thanks in advance for any help you guys can give
  7. sheffieldfurniture.com/furniture/bedroom.html Here's the actual page, the reason it's overlapping is because it's a fixed position div
  8. UPDATE: Ok I've found out how to control scaling using <meta name = "viewport" content = "initial-scale = .25, minimum-scale = .25, maximum-scale= .25, width = device-width"> but now now that I look at it, it's really tiny and annoying not being able to scale. My second idea was to use this meta tag to restrict scaling to a certain extent and then make the background of the menu div white so it then becomes a sort of fixed menu overlay. (See screenshot below) Does anyone have a better idea? Also, when I tested this on IOS devices the menu was floated toward the center/middle of the screen and was much more awkward and distracting. Any ideas/advice would be much appreciated! Thanks
  9. Alright, so I'm implementing a “fixed floating menu” that you can see here http://jqueryfordesigners.com/fixed-floating-elements/ Here's the page sheffieldfurniture.com/furniture/bedroom.html It works great on desktop and looks great on mobile devices (IOS, Android) ...as long as you don't zoom in on the page. When you zoom on a mobile device the fixed element begins covering the other page content, as it should since it's fixed to a certain place on the viewport. Is there a way to keep users from zooming? Any ideas? Thanks! See below for screen shots. Initial view is fine Zoom in and things get ugly
  10. Hey guys, as always I’m trying to do something seemingly simple and am having some bizarre issues ☺ I’m just trying to make a simple image grid without using tables. sheffieldfurniture.com/imagegrid/furniture.html First issue is, why is there a space between the images here? (in most browsers) It seems like it’s adding a margin although Chrome developer tools is not saying that the images have any margin applied to them. I do want to have the images spaced out but I can’t do the math necessary for doing that if some browsers are going to be randomly adding a margin. sheffieldfurniture.com/imagegrid/furniturefloat.html I was able to fix this by floating everything left. Is this the proper fix? It still bugs me that I couldn’t figure out why the images had space in-between Let me know if I’m going about this wrong, is this how you guys would do a simple images grid? Also, I suck at math, how would you go about determining how large to make the images and how much margin? The parent container will be 960 Pixels and I’d like rows of 5 across to be centered
  11. My host told me that there is no way I can do anything on there end other than changing the files to .asp and adding a .asp redirect (which defeats the purpose of a 301 since the search engines will see the .asp file extension as different content) My domain is hosted with a different company (godaddy) and they said i should just do a permanent redirect through Godaddy but I've heard that isnt an actually way to do a 301. Im so confused. Maybe I'll just do rel=canonical
  12. arg that sounds.... troublesome...Maybe ill just do up a rel=canonical?
  13. Ok I’ve been doing web design for quite some time but haven’t ever needed to do 301 redirect a site before…I have someone who took over a company and also changed the company name so the entire website and domain name has changed. I need to 301 redirect the old site to the new. I know I could just throw an ASP or PHP 301 redirect BUT the problem is that the files are HTML. Wouldn’t that defeat the purpose if I changed all the file names to .ASPX and then redirected them to the new site? All the new .ASPX pages would be seen as new (or worse duplicate) content form google! How in the world am I supposed to 301 redirect html pages? Thanks for any help guys Seriously.
  14. So I've been reading a lot about CSS and tableless web design and I really really want to master this. I'm working on a website and WOW everything seems way harder than it should be. Trying to figure out what my problem is..maybe I'm thinking about things the wrong way? See below for link, does that seem like a logical way to set up a tableless design? My current issue. On the bottom footer..I'd like those images to Align to the BOTTOM of the div. WHY IS THAT SO HARD?! Ha or am I just looking at it the wrong way? Any help would be greatly appreciated. Thank you! http://s278616331.onlinehome.us/other%20sites/chadtest/
  15. Hey, yeah I thought about that but then whenever you click on another thumbnail ..whatever image that was loaded into the div would fade out and you would see the original background image... Hmmm
×
×
  • Create New...