Search results

  1. CaldwellYSR

    Designer friendly

    Oh I didn't know that. I'll have to look at that. Probably won't use it since it'll give out bad code but it's a cool thing to see happen :P
  2. CaldwellYSR

    Designer friendly

    As far as I know there is no way to use photoshop to make webpages without having enough coding knowledge to know where to put the images. That being said the coding knowledge you would need is really simple. HTML and CSS are extremely basic and you could do everything you want to do with just...
  3. CaldwellYSR

    Get rid of unused CSS

    Firebug is the best thing I can think of besides simply going through it yourself. Firebug is a free extension to firefox.
  4. CaldwellYSR

    Wordpress or custom CMS

    See I was afraid that was going to be the general opinion :P
  5. CaldwellYSR

    Wordpress or custom CMS

    HAhaha maybe one day ;)
  6. CaldwellYSR

    Wordpress or custom CMS

    I'm just curious for opinions here. Would you rather create your own content management system with php/mysql or whatever other tools you would use or use a prebuilt thing like wordpress or joomla? What, in your opinion, are the pros and cons of both approaches? I haven't done either of these...
  7. CaldwellYSR

    Repeat Region Problem

    Well is that done with tables or divs or what? It's hard to give you an answer with images. I'm sorry but seeing the code would help alot.
  8. CaldwellYSR

    Repeat Region Problem

    Which part is supposed to be repeating? It looks like it's repeated vertically to me? Can you include the code so we can see what you're talking about?
  9. CaldwellYSR

    Looking for a bit of direction

    Yeah no doubt I'm happy to help whenever you need it. You've got a great attitude about it. If you do get good with mysql you should learn php at the same time because they interact with each other quite a bit.
  10. CaldwellYSR

    Looking for a bit of direction

    I would get something like Aptana Studio or some other text editor that has code-hinting. There are many out there, my favorite is Aptana Studio. It's free and is very powerful. Dreamweaver might be a tiny bit better but it's also super expensive... It's a personal choice. As for layout I would...
  11. CaldwellYSR

    Looking for a bit of direction

    javascript and php/mysql are both really helpful to make the page more dynamic. I can't help but notice you said "decent with tables". I hope you're not doing your page layout with tables? If you are I really suggest you start using divs with css for your layout. Tables don't work well and tend...
  12. CaldwellYSR

    Selectable text

    Well if you have an image that has words on it then those words won't be selectable. If the words are just words though they will be selectable/copy-and-pastable/highlightable w/e
  13. CaldwellYSR

    PHP can't connect to MySQL

    So I'm learning php, I've learned all the basic stuff about php and mysql and now I'm about to start learning how to make them interact with one another. The php code is: <?php $connection = mysql_connect("localhost", "root", "my_password"); ?> When I try to load this page I keep...
  14. CaldwellYSR

    Looking for jQuery gallery

    I like lightbox. Not sure if it's free but it looks good :P
  15. CaldwellYSR

    need help to implement a design

    Haha you're very right... I didn't look at that jquery plugin, I'm sure it works but on another note is there a such thing as overflow-y: hidden?
  16. CaldwellYSR

    need help to implement a design

    Remove scrollbars by putting overflow: hidden; in the body tag of the css. As far as the rest goes... I've never developed for smart phones so I couldn't tell you. Sorry
  17. CaldwellYSR

    Terribly confused....can't seem to add a hyperlink?

    Personally, I would stick with html and css. I really don't like flash. Sorry, wish I could help you out.
  18. CaldwellYSR

    What have you done to keep Earth green?

    I'm very happy that you said "save ourself" instead of "save the planet" kudos to you for having a brain.
  19. CaldwellYSR

    Trying to learn php

    Thanks, sorry for not posting my update once I figured the problem out :P
  20. CaldwellYSR

    Trying to learn php

    After a while of looking I figured the problem out. I was trying to open the php files by double clicking them (why? because I'm an idiot that's why). So when I realized I have to go through localhost, that was giving me problems because localhost came out blank. Well I finally managed to make...
Top