Jump to content

aspnetguy

Members
  • Posts

    6,787
  • Joined

  • Last visited

Everything posted by aspnetguy

  1. try this, you can try the demo then download the source codehttp://www.iisworks.com/webmail/
  2. you cannot use limit with MSSQL, only MySQL. you need to do this instead SELECT TOP 10 * FROM tablename
  3. This has been my problem with Linux so far...installing is not a problem it is trying to configure everything that causes me problems.
  4. That depends on how the website is built. If it is just plain HTML pages (and the designer writes clean code) then it should be fairly straight forward to make simple text changes.Have a read through the HTML tutorials on www.w3schools.com and see if you think you will be able to handle that.
  5. The fish is coming with me....anyone else?
  6. He says with a link to his own website in his siggy
  7. my problem is I still need to look at the keyboard some and have to stop typing to look at the article to type.When typing something that I have to keep looking at I only get 20-30 wpm but freestyling I can get about double that well around 40-50wpm.
  8. aspnetguy

    captcha test

    hey thats looking really nice. Good work.
  9. you could store the choosen theme in a cookie and have php load the appropriate stylesheet.
  10. <a href="java script:window.location.reload()">Refresh</a> or maybe <a href="java script:window.location = self.location">Refresh</a> is that what you mean?
  11. hey the fact that NN got beat out by IE in the first place is hilarious enough!
  12. 120wpm? You can type 2 full words in 1 second? What testing method did you use for this.A good way to meter your speed is to set a timer for 15 minutes and then type as much of a magazine article as you can (leaving any typos and mistakes) then when the 15 minutes are up divide the number of words you got by 15. Then take into consideration how many mistakes you then have to fix, if you have a lot you may need t actually slow down a bit.
  13. a theme for what? It all depends on the HTML the theme will be for.
  14. I just watched Jerry Maguire 2 weeks ago...so funny! SHOW ME THE MONEY!
  15. aspnetguy

    asp school around la

    okay where is Culver City? Do you have a local newspaper? I would think it would be advertisined int he paper or perhaps you can advertise for a tutor?Just a thought.
  16. I think IE supports some CSS2 just not all of it. Does FF really support CSS3? Is that specification already released? Where have I been?
  17. I actually looked at a beginner tutorial for assembly earlier today. I think C/C++ is as low a level as I am willing to go . Overall my C# version will probably be faster then if I used C since I am still really new to C I would have a zillion memory leaks.
  18. Between NN4.x and NN7 I had not used it. I found that 7.x wasn't too bad but NN8 is nothing but an ugly attempt to knock off FirFox. The user agent for NN8 returns as FireFox 0.9. So it appears they just built on one of the early FF engines.
  19. After it was restored fromt he hack it does seem that alot users never returned. Hopefully they are just on holiday
  20. for-what-ever reason select boxes always show over top of all other elements (I think this is IE only). The only way to stop this is to use javascript and hide the select box under certain conditions if you do not want it to show over other layers.
  21. whew...you certainly are not a man of few words Good job
  22. z-index and visibility are not the same thing, they are not even close. z-index sets the "layer" order for absolutely positon elements and visibility hides or shows elements.
  23. if they are not organized into topics they will b hard to search. Even large blogs are divided into categories for searching.
×
×
  • Create New...