Recent content by iEthan

  1. iEthan

    Weird CSS Error

    So, I have the following markup: <!DOCTYPE html> <html lang="en"> <head> <title>SocialFunction</title> <link rel="stylesheet" href="assets/css/socialfunction.css" /> <script type="text/javascript" src="assets/jsc/socialfunction.js"></script> </head> <body>...
  2. iEthan

    Font Switcher

    Great! This helps so much! Thanks!
  3. iEthan

    Font Switcher

    So, I'm trying to create a PHP script that does the following: There is a list of links, each representing a different font. When you click on one of them, it will change the font (I'm using the @font-face rules), then save it as a cookie for the next time they visit. I just can't figure out...
  4. iEthan

    jQuery Color Randomizer

    Yeah, I had no idea the shuffle function existed. Thanks.
  5. iEthan

    jQuery Color Randomizer

    Thank you Harry. That is what I was looking for. See, I am terrible at Javascript, and I tried modding them--no dice.
  6. iEthan

    jQuery Color Randomizer

    That doesn't really help...
  7. iEthan

    jQuery Color Randomizer

    I'm making a update to my site (Ethan Turkeltaub). If you visit it, you see that the lines at the top and bottom and nav links are a blue. When you click About, they all change color. And vice versa for the other links. I want to be able to randomize between these colors and change the lines...
  8. iEthan

    Minimalist Inspiration

    Thought I'd just share some links... No need to flame me... >.>
  9. iEthan

    Minimalist Inspiration

    I've found a few good sites for minimal inspiration: Minimal Exhibit - Gallery of Minimalist Web Design minimalsites | minimal design website gallery
  10. iEthan

    Custom SimplePie Favicons

    So, I'm able to get all my XML content with the following code: // Require SimplePie require_once('simplepie.inc'); // Initialize new feed $feed = new SimplePie(array( 'http://twitter.com/statuses/user_timeline/18450439.rss', 'http://iethan.posterous.com/rss.xml'...
  11. iEthan

    Wordpress Guidance

    There is a great post on NETTUTS: How to Create a Wordpress Theme from Scratch - Nettuts+
  12. iEthan

    Another .htaccess Dilemma

    So, I'm making a social networking site. I want the root directory to be in the public directory. So, when I navigate to http://localhost/devtogethr, it will make sure that it displays what is at http://localhost/devtogethr/public but the URL is actually http://localhost/devtogethr. Help?
  13. iEthan

    Advice / opinions please

    Yeah, I would use a different font (or a different weight, at least). I like how the n is a mustache :P
  14. iEthan

    Coding Help - IE/FF

    Yes, I agree. You need to brush up on your CSS and xHTML skills...
Back
Top