Search results

  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...
  16. R

    Where can you find desktop popularity trends information or sales patterns...

    ...compared to laptops? I'm trying to figure out the trends of desktop sales compared to laptops. For example, was there a point when desktops started to decline and are still declining? Or have they declined somewhat but have been pretty steady for the last few years? I understand desktops are...
  17. R

    Anyone e-publish and if so, how many books did you sell?

    I'm not looking to e-publish, but I can't find any averages on that side of the industry. I'm in a master's of publishing program and I need to find out the average sales for titles who use e-publishers. Please let me know if you know any sites that even mention unverifiable averages. I can...
  18. R

    HTC HD2: One phone saves every single email in the account on the phone,...

    ...other one deletes them from the phone? So I have two HTC HD2's and the way each one handles email is different. On one, when I send/receive, I get all of the unread emails from my account and it deletes all of my emails from the phone that I've read previously. It doesn't delete them from...
  19. R

    What are the best PHP tutorial sites? And MySQL question.?

    What do you need to have a login site? Do you need MySQL? I need to find out where to get the best PHP tutorial sites. The things I would like it to have: a login with remember me tutorial a posting (forum type) tutorial What I really want to to be able to have users login and upload a...
  20. R

    Very new to design, but I need help installing PHP and MySQL?

    I don't know anything about PHP or MySQL. I tried installing both on my computer, but Dreamweaver keeps asking me for my server information. All I've done so far is download PHP from www.php.net and extract everything, and I downloaded MySQL and extracted that, plus did the install and now I...
Back
Top