Jump to content

aspnetguy

Members
  • Posts

    6,787
  • Joined

  • Last visited

Everything posted by aspnetguy

  1. aspnetguy

    Spore

    no I am waiting for it to go down in price before I buy it. Some places are still asking $50-60 for it, crazy!
  2. nope like this<?phpecho('<script>\n');echo('alert("hey")\n');echo('</script>\n');?> note: using single quotes lets you use double quotes inside without escaping them.
  3. brinkster.com gives free ASP.Net/MS Access hosting (educational package) but does not give you a "bin" folder for assemblies. You cannot write "code behind" or use .dll files with brinkster unless you pay for an ASP.Net account.
  4. Coming from a ASP background I here you. I learned ASP.Net out of necessity because my job required it and now I can look back and see how limited ASP really is. ASP is a good scripting language for basic things.PHP is also a scripting language but it is much more powerful as you can drop down to C level coding to get a performance boost as well as PHP has Object Oreinted capabilities which ASP does not.PHP and ASP.Net are much better than ASP for building large applications, likethis forum for example. They are more efficient and faster.
  5. you would have to use javascript to measure the width of the image then resize the div.
  6. you can use \n and \t in your echos to place new lines and tabs
  7. If you would like help on an issue post it here. There will be no taking it to MSN. Also if this has nothing to do with web design or at least computers in general do not post here.
  8. I'll need some more details but I think I understand your concept. You will probably want to use javascript or build the logic into JSP.When does the image change? On a button or link click? are there variables passed to the page to determine which image should be shown?Are you thinking in terms of a content managaement system?
  9. aspnetguy

    Spore

    I can't play MP...sadly I am a pirate. I am using someone else's copy for Single player and cannot get a MP account.
  10. great...good to hear we have another .Net programmer online! :)
  11. <div> means division...it is supposed to place a line break after it closes...it was designed to do that. If you do not want the line break use <span></span>
  12. run this in the command line (2 seperate commands)aspnet_regiis -uaspnet_regiis -iSounds like .Net didn't register itself with IIS on install. I had the same problem whne setting up my web server. I ran both of these commands and it corrected the problem.
  13. do a search for SELECT INTO
  14. I must be mistaken about the application pools. I use Server 2003 at work and on 2 of my machines at home, I only have 1 machine with XP Pro.LOL I didn't even look at the code. It is indeed wrong but would not (should not) give the mentioned error. It should give an error about there being no object called request.
  15. aspnetguy

    Spore

    COD2 is making progress in that area with asome of the newer mods that have come out. An example being a map where the objective of the Allies is to blow up a bridge and hte Axis must defend the bridge. The map is actually a replica of the MOHAA map "crossroads"
  16. It sahould be there. You said you are using XP Pro, that has IIS 5.1. I do my developemnt on XP PRO and it has that option. It is also on IIS6 (Win server 2003).The best I can suggest is to uninstall the .Net framework, then uninstall IIS (you'll need your XP CD) then install IIS, then .Net framework.Is it possible for you to post a screenshot of your IIS manager with the left tree fully expanded?
  17. in the IIS treeview you went to "Websites" expanded it to see Default Website right? Well, above Websites it should say Application Pools or App Pools. Expand App Pools and right click on Default App Pool and choose recycle.
  18. aspnetguy

    Spore

    I got started on MOHAA...I have played ET but I couldn't get used tot he weapons after playing COD for so long. ET is a good gam tho, especially since it is free.
  19. aspnetguy

    Spore

    I have COD, COD:UO and COD2 and I like COD2 the best...I hear alot of bad things about it and many people I know went back to UO but I really like it and prefer it...there are starting to be a lot fo good MODS so it is getting better everyday!I play on aimsnipers.com servers a lot I like their bolt rifles only server. Hey maybe I'll see you around sometime...my screenname is Widow Maker. I also frequent toolclan.com's servers and menofgod.us servers alot.
  20. aspnetguy

    Spore

    I used to love Sim City. I got hooked on Sim City for SNES and then bought 2000 and 3000 for PC. I didn't get impressed with Sim City 4 since it was alot like 3000.I never really liked the SIms...it got too boring too quick. Proably not the game for me...I am more into FPS and Sports games these days (Call of Duty 2 and Age of Empires 3 baby!)
  21. check the properties of Default Website in IIS, make sure on the ASP.Net tab that version 2.0 is selected. Also try recycling the Default App Pool.
  22. aspnetguy

    Spore

    graphics look good but it sounds kinda cheesy.
  23. Alot of that is related to the cracks you install and bugs in the games not Windows. I get that alot when I try to run the games witht he graphics higher than my video card cna handle...results in crashes for me...
  24. aspnetguy

    ? and :

    var x = (some condition) ? if true assign this value : else assign this value
×
×
  • Create New...