Recent content by RKS

  1. R

    ASP.net C# question: what is the equivalent of asp:ImageUrl if you need a file url?

    I'm trying to get a file download going and the example I'm using is using images and not files. I have a pdf so I need asp:FileUrl or whatever instead of asp:ImageUrl. I can't figure out the correct way. Thanks.
  2. R

    Does html order affect the stacking order of non-positioned, auto z-index elements?

    If you have <div id=1></div> <div id=2></div> <div id=3></div> Which one is highest in the stacking order if non are positioned and all three have auto z-index?
  3. R

    ASP.net C# question: what is the equivalent of asp:ImageUrl if you need a file url?

    I'm trying to get a file download going and the example I'm using is using images and not files. I have a pdf so I need asp:FileUrl or whatever instead of asp:ImageUrl. I can't figure out the correct way. Thanks.
  4. R

    How do you view asp.net themes on local?

    So I have never worked with asp.net before, however, I need to build a theme with it now. I normally design and layout with HTML and then a developer does all the asp.net side. So I've been looking through the files and it all seems to make sense, since I have previous programming background but...
  5. R

    Is it possible to make an img slider in PHP instead of Javascript?

    I don't know a great deal of javascript but I know php pretty well. Whenever I need an image slider I normally just get one of the open javascript ones that are lying around everywhere. The problem is whenever I test them I see the active x warning in IE. I'd like to figure out a way to do it in...
  6. R

    Do you recommend any Android or iPad developer books?

    I want to start learning Android and iPad developing but I admit I have a long way to go so i need some good beginner books. I have experience with java and PHP but that's it. I haven't even started looking into these apps so I don't even know what kind of foundation I need at this point. I...
  7. R

    Why can't you search for "=>" and what does it mean in php?

    I'm trying to find information on "=>" and what it means in php. For some reason you can't search for that and I seriously doubt no webpage mentions that. So what is it called? What does it do? And is it proper format to include parenthesis immediately after it? Example: $vars =...
  8. R

    Is there some HTML to strip HTML?

    I'm using an example email address on a page and I want the example as plaintext instead of actually clickable. So if I were to print: Don't make your email [email protected]. What happens is now the mailto tag is applied to this example. I don't want/need that and it stands out on my site as a...
  9. R

    I've been staying with a friend who has Photoshop CS5 but wondering if I

    would be satisfied with GIMP? So my friend has CS5 everything (Illustrator, InDesign, Photoshop, everything) and I've gotten pretty used to using everything on a daily basis. Now that I've spread my wings and flying on my own I need a solution similar to those products. I can't afford CS5 and...
  10. R

    Better place to start a story...the origin or some future event and then revisit the...

    ...origin in a flashback? I'm taking a vote for my next novel and trying to see what people think would be the optimum place to start. I have two versions so far, one where the story starts at the origin of an important event, and the other where the characters are in the middle of an important...
  11. R

    Why do people want to say "blah blah blah Auburn won the championship and not the SEC"?

    They act like Auburn is the only SEC team out there winning championships. The statement, the SEC owns the BCS means a team from the conference. Do you guys not realize your straw arguments trying to misdirect the meaning of the actual statement or are you really that dense that saying Auburn...
  12. R

    If you see a washed-up star on the Yahoo! trending now list, do you assume they died?

    And then you click it and you find out that somehow this person managed to make the list without a)dying or b) actually doing anything new?
  13. R

    How do you get your background to zoom out center and everything uniform in zoom?

    My website's body background moves left when you zoom out while the content moves right or stays center on the page. This breaks the layout and I need to find out how to make everything zoom center when a user zooms out or in. Every website I've checked has uniform zooming except one and...
  14. R

    Can you help me figure out this possibly difficult question about CSS rollover images?

    There are countless tutorials on creating rollover effects for a group of links with CSS. What I can't seem to find is a tutorial covering a group of IMAGES that I need rollover effects on. The tutorials I've found all have a menu with a single image they want altered for rollover. I want each...
  15. R

    Two part question: Why does my border-image disappear if I remove Float: left, and...

    ...what can I do in IE? How do you achieve the border-image CSS for Internet Explorer? I don't want to have a fixed width background for fluid purposes and I'd prefer to have the background form to the size of the container (whatever the browser is rendering it.) Also, in my current code, if I...
Back
Top