treehouse : what would you like to learn today?
Web Design Web Development iOS Development

synic

  • Upload_max_filesize With PHP.ini

    If you are able to change your php.ini file, and you in fact do change it, you might be changing the settings to your entire server. You'd be changing the upload_max_filesize (as you said) and the post_max_filesize settings. Depending on your…
    Comment by synic October 2009 permalink
  • How can I make this.....?

    "netxm" said:I need to create page on website fezayarns.com which will display a list of products (thumbnails, you can organize them by name or category). When you click on thumbnail, separate page will open with full description of produc…
    Comment by synic September 2009 permalink
  • [Solved] Redirect Pages ?

    Maybe try something kind of like this... Your HTML form: Redirect Example Where would you like to go? Google Yahoo! Asdf Your redirect.php page
    Comment by synic September 2009 permalink
  • [Solved] Redirect Pages ?

    The superglobal variable $_GET is only used to collect information from a form that is sent with method="get" So if you you just a URL inside tags and then attempt to grab that, it won't work.
    Comment by synic September 2009 permalink
  • how do i write this if statement?

    you'd probably want to do: if($checked == true) { /* code here */ } if you do $checked = true, you're going to be setting $checked to true, not actually validating that the variable $checked already holds the value true.
    Comment by synic July 2009 permalink
  • jQuery + IE7 = Bad

    It's ok, I ended up doing something else that eliminated the problem completely.
    Comment by synic April 2009 permalink
  • jQuery + IE7 = Bad

    Edit: Well, I guess it's not that chunk of code that's causing the problems. I commented that out and I still don't see the #sample1 and #sample4 div's in IE7. Wtf :( Edit #2: I don't think it has to do with the JavaSc…
    Comment by synic March 2009 permalink
  • Grab data and display it in a form on the same page?

    Figured out my problem :D
    Comment by synic March 2009 permalink
  • Silver Portfolio - Looking for some Feedback

    I dunno, the footer looks alright to me. Good job.
    Comment by synic February 2009 permalink
  • Some design

    I like it. Also, like chazzwick already said, the carousel is kind of slow/large. I also think the type for your logo might be too grungy for your site, but that's my opinion.
    Comment by synic February 2009 permalink
  • jQuery Animate function

    Nevermind, jQuery doesn't support animation of the background property.
    Comment by synic February 2009 permalink
  • A large background image...

    So, does anyone have any idea how to do this with javascript?
    Comment by synic February 2009 permalink
  • Unordered list problem in IE 7

    Lol.. Ok, I think I figured it out just now... In IE7 the borders of the images are thicker than the ones in Firefox. When I changed the right padding from 8.5 (I don't know why I had this as a decimal in the first place) to 7, the images li…
    Comment by synic January 2009 permalink
  • Dynamic Paragraph (with PHP)?

    Well, like I said before, I accomplished this by using a switch statement. However, on this same page, I have a tiny contact form that is also using PHP. My problem now is when you click "send" to submit the form, the page reloads/refres…
    Comment by synic January 2009 permalink
  • Dynamic Paragraph (with PHP)?

    Wow, nevermind, I'm dumb.. :D
    Comment by synic January 2009 permalink
  • Dynamic Paragraph (with PHP)?

    Ok well, now I have a new issue. The way I got it to work is by setting different variables for each new block of text. I used a switch statement to have the blocks of text change when the corresponding image is clicked. However, when you first l…
    Comment by synic January 2009 permalink
  • Dynamic Paragraph (with PHP)?

    Nevermind... I think I figured it out.
    Comment by synic January 2009 permalink
  • CSS Rollover/hover question

    No dice, eh?
    Comment by synic December 2008 permalink
  • CSS Rollover/hover question

    Is there a way to have the images stay in the original state when you roll over them instead of having them change? I want to have the images just change when the word is rolled over. In what I'm doing, I have 2 images: 1 representing the li…
    Comment by synic December 2008 permalink
  • CSS Rollover/hover question

    I knew I saw this before! I couldn't remember where it was on your site haha. Thanks :D
    Comment by synic December 2008 permalink
  • My Portfolio Site

    Have you thought about what it would look like if you rotated everything 90 degrees.
    Comment by synic December 2008 permalink
  • Site mockup - Tips & Tricks plz?

    I was going to mention that you did not need a separate div for navigation also :D And I forgot a footer.
    Comment by synic December 2008 permalink
  • Relative positioning

    Weird. Yeah, I just want to not be able to scroll on pages that you shouldn't be able to scroll on to begin with.. It just annoys me :D
    Comment by synic December 2008 permalink
  • Site mockup - Tips & Tricks plz?

    I'd probably divide it up like this (there might be other/better ways of doing this, but here's one example): http://i112.photobucket.com/albums/n195/s17ence/mangaenlinealayout.jpg *Right click and save the image to your computer for to …
    Comment by synic December 2008 permalink
  • Relative positioning

    Thanks for responding! I think I fixed my footer issue. I think I want to keep the overflow value so that when someone goes from a page with not enough content to fill their browser to a page full of content there are not any jumps due to the sc…
    Comment by synic December 2008 permalink
  • Relative positioning

    Awesome response...
    Comment by synic December 2008 permalink
  • Relative positioning

    Well, I've figured out some of my problems. Now I'm just trying to fine tune things. For example, I can't figure out why I'm still able to scroll on pages without a ton of content (like the Home, Performances, Auditions, and …
    Comment by synic December 2008 permalink
  • CSS Footer

    So, I made some progress. However, now my nav bar seems out of line. The only link that seems in line is the one all the way on the right. To click on the others you kind of have to put the cursor a little bit towards the top of the word instead …
    Comment by synic November 2008 permalink
  • CSS Footer

    Well, i made everything (except for my #header a) use relative positioning, and now the footer sticks to the bottom... way, way on the bottom. My sidebar also moves up when I have less content. I'm going to go pull what is left my hair out.
    Comment by synic November 2008 permalink