Search results

  1. CaldwellYSR

    <h1>Images</h1> ???? ?? ?? ? ? ?

    Why couldn't you set #logo h1 {display: hidden;} instead? I'm assuming it has something to do with SEO (I don't know much about SEO... I probably should learn that XD)
  2. CaldwellYSR

    <h1>Images</h1> ???? ?? ?? ? ? ?

    I don't know for sure if you can. I've never tried it. It's not a good idea even if you can do it. Your h1 tag is pretty important for SEO.
  3. CaldwellYSR

    Site builder?

    Yeah I'm sorry bad morning. Didn't mean to take it out on you it's just so easy to be mad at faceless people instead of the people that actually make you mad :P
  4. CaldwellYSR

    Site builder?

    People are using their brains and writing the code. Not being vegetables and dropping pictures into a program to do it for them.
  5. CaldwellYSR

    Are the trends heading towards CMS, making custom obsolete?

    I haven't worked with Drupal but Joomla! and Wordpress have both been easy enough for me. I haven't finished my own template with wp yet. It's a little more involved than Joomla templates. At least it seems that way to me.
  6. CaldwellYSR

    Are the trends heading towards CMS, making custom obsolete?

    Custom sites and CMS sites are not mutually exclusive. You can have a completely custom site built with a cms. I think he means a static site. The thing is you almost have to be able to write a static site to be able to do well with cms. Yeah you could download someone else's template and make a...
  7. CaldwellYSR

    Large Scale Website Design

    Why bother with an UNbiased opinion? I figure an unbiased opinion is what you want...
  8. CaldwellYSR

    My presentation

    Welcome to the forums. This might have been better placed in general chat but no harm not foul I guess.
  9. CaldwellYSR

    Why CMS?

    I just want to restate that I have grown fond of the CMS idea now. I dunno why this is still getting hits...
  10. CaldwellYSR

    Better way to display contnent ? ( curently using iframe )

    I'm 99% sure you can't show external pages to a div. That's what iFrames are for. Why do you want to get rid of the iframe?
  11. CaldwellYSR

    Changing image lags CPU

    Your browser caches images. So when you have one image on the screen it will only be slow to load the first time. After that the browser saves that image and when you go back to the page you don't have to load it from the server your browser just spits it back out. When you change that image...
  12. CaldwellYSR

    Frontpage Vs Dreamweaver

    Which dark theme do you use? For the longest I had my own that was black with purple gold and white but now I'm using the blackboard one. I like the dark themes much better than the light ones. I get headaches staring at that wall of white for so long :P
  13. CaldwellYSR

    Internet Explore Help

    Because people still build for it. If we stop changing sites so they work in IE then one of two things have to happen. People either a) stop using IE or b) Microsoft will stop trying to make their own rules and come up to standards. I wish I could help you but I don't know IE's rules. Sorry
  14. CaldwellYSR

    Internet Explore Help

    As long as it works in everything else screw IE ;)
  15. CaldwellYSR

    HTML5 Design Problem

    omg so many ads! Could you post the significant code because I'm not going to sit on that loud @$$ page long enough to open up firebug and look through your code. Sorry
  16. CaldwellYSR

    problem with text resizing in safari

    Well there's the problem right there. font-style and Verdana don't match up. font-style is for things like normal, italic, and oblique. If you want to set different fonts you use font-family.
  17. CaldwellYSR

    Error Handling in HTML5

    That's very true but html5 isn't ready yet so that's okay. Eventually though it should be the language everyone is using. Not for quite some time but the fact that there's so much time before then is even more reason html5 can get away with being super strict about errors. It gives people time...
  18. CaldwellYSR

    Frontpage Vs Dreamweaver

    Aptana Studio 3 is what I use and it has done me well. Dreamweaver is a good program but it's just a little too bulky for me and way too expensive.
  19. CaldwellYSR

    problem with text resizing in safari

    Mac here and it looks fine.
  20. CaldwellYSR

    Error Handling in HTML5

    Oh I very very much blame Microsoft and IE. I will go without a computer before I go back to anything microsoft. I'm thankful for what html5 is doing and where it is going. I think it's a huge step in the right direction. I just wish it was more strict on errors. More than half the questions on...
Top