Jump to content

vchris

Members
  • Posts

    1,529
  • Joined

  • Last visited

Everything posted by vchris

  1. Your question is not very precise... If you want to read them for yourself to get some info I recommend using a third party app... If you need those rss feeds to have them as news on your site or something then, you can code a rss reader with php, asp, coldfusion and such... Code can be found on some sites, check google.
  2. Well I did it once but I didn't do it this way all I did (I think) is add another div within that div and add something on it... sry don't remember much and deleted the project...try google worst case if noone here knows
  3. Thanks! I think that will help me lots! Looking forward to this contract $$$
  4. Can you tell me the steps when a user wants to buy an item? (enters cc info on your site or paypal, shipping address... all that stuff)
  5. I could possibly figure that out... It's all provided by paypal?
  6. Great read aspnetguy but seems kinda complicated.virtualadz, I'd like to see that code and a website example if possible.
  7. I am inquiring about the process to charge users money through a website. This could be an upcoming contract. I heard with php you hold the customer info then you send it to paypal and then paypal sends you a code that the payment was successful or not and you confirm that to the user.Could I get more details on this procedure?Thanks guys!
  8. I'm not sure where you added your padding: 3px; code but the way it should be done is: #rightside .summary {padding: 3px;} This should create a padding of 3px within your summary div and should not change the layout of your site.an easy way to do all this at once: #graybox, .topic, .nights, .summary {padding: 3px;}
  9. Yes it is possible! I've done it and there is a trick to making the content 100% opacity.Found it! Opacity on Background with Fully Opaque Text
  10. vchris

    Off-Topic Topic

    That sucks! Every forum should have a off-topic topic. Every forum I've been to had that topic.
  11. vchris

    need help

    In order to have your page displayed in only 1 column you still need one table with one cell or you may choose to go with css and forget about tables. Since you mentionned you were a beginner maybe tables are easier for now.Here is the code you need: <table><tr> <td>This is my only column</td></tr></table>
  12. vchris

    Rollover text

    With css! a:link { color: red; text-decoration: none; } <--- When link has not been clicked beforea:visited { color: red; text-decoration: none; } <--- When link has been visited oncea:active { color: red; text-decoration: none; } <--- When you have the link selecteda:hover { color: blue; text-decoration: underline; } <--- On hover
  13. Actually there is a way!Create your list normaly with numbers. With css simply add the image as a background for each <li>. Place the background image on the left.
  14. As far as I know it doesn't matter except for the keywords meta data that has to be lower case.
  15. vchris

    Store websites?

    Wow D tech, you're signature is freaking big!
  16. Sorry I thought you were on Windows.
  17. Just use notepad. Copy paste your code in notepad and save as .htm or save as .rtf with your current editor and change the name after its saved.
  18. I think this thread is going off subject... Isn't this supposed to be about showing off your site? Not how to create logos...
  19. This question is too advanced for me... I don't even know where I live.
  20. Why not use Photoshop, Fireworks or something more advanced than paint?
  21. Seems like you haven't seen mine! Mine is dead sexy!!!
  22. This is a different site than the codingtuts one. This one will be my portfolio but sexier and better coded.Should be only once content done... within a month I would say. Planning to use a bit of php for comments and stuff.
×
×
  • Create New...