Jump to content

aspnetguy

Members
  • Posts

    6,787
  • Joined

  • Last visited

Everything posted by aspnetguy

  1. unlimited external css and js documents can be attached to an HTML document.
  2. my comment about dell was more based on hear-say then actual experience. I frequent a hardware forum and hear everyday that Dell PCs are harder to upgrade than a self built generic PC and are limited to want parts you can use (mostly to do with the size of the part).That being said, if it is true, wouldn't be as bad as with a MAC.
  3. aspnetguy

    email server

    Now that my web server is running fairly smoothly I need to tackle handling email. I use Yahoo to register my domains usually and transfer them to my everydns.net dynamic DNS servers. By doing this I lose email support from Yahoo.So I need to know how to set up a Windows Server 2003 server as an email server. This is a dedicated server only for email and has only ASP.Net and Sql Server installed on it.How do I set this up to use it as my MX records?
  4. except it is made by Apple and Macs only work with Apple parts...they tie you to them just like Dell does.
  5. I am hip and cool....say otherwise and I'll smack ya
  6. well I must be a miser then because I see no reason to spend extra money on "the way it looks"My office at home doesn't look so nice but I set it up the way it is because it was more practical. I have 3 PC's and 2 desks and a lot fo cables so this was the best way to do it and get everything plugged intot he 2 powerbars.
  7. Possibly but you can have a wireless PC (mini tower or even a laptop) that connects to the network in your house and could play media from any of those computers onto your TV.I am not saying (well maybe I am) that it is not worth the price (way over-priced) Apple will sell if for but you can do anything iTV can do with a relatively inexpensive PC and WMC.
  8. give me Windows Media Center anyday...from that article and the feedback iTV is a sad attempt at putting a new feeling on some already available technology.
  9. search.aspx was a file name I made up for that piece of code to answer a question in the other mentioned topic. The user did not need teh search.aspx code because they just wanted to knwo how to append form values to the form action...it was a special requirement they had.You will have to learn how to build the search page the actually does the searching....that example code does no searching!
  10. aspnetguy

    MySQL-Excel

    try this http://www.phpfreaks.com/tutorials/114/0.php
  11. W3, IMO, will eventially be mostly adopted by the major browsers...MS is being proded by its users and hopefully will do more to meet these standards.If you use MS schema you are going to haveeven more compatibility limitations.
  12. aspnetguy

    free php hosting

    awardspace.com is very good
  13. Are you talking about Visual Web Developer Express(VWD)?
  14. aspnetguy

    switch problem

    It was obviously a problem with $f and the way it was being defined. changing f= to function= in the quesrtstring seemed to solve the problem...why would this be?
  15. aspnetguy

    MySQL-Excel

    I am not too good at networking but I know you can lock down the server to prevent outside access.So you still haven't defined what you want to do you just are telling me what you have setup. Do you want to export your data from Excel to MySql????You would have to run a php script from PC_Server that opend the Excel spreadsheet and parsed it into an sql query to send to Mysql...I just don;t know how to do it.
  16. this library will help you http://www.daniweb.com/code/snippet293.html
  17. aspnetguy

    variable scope

    I am having trouble following your code, if you can reproduce it on a smaller scale it would be much easier to sort out the trouble.I am stumped. I can see any reason for then to lose there data.I see that you are submiing a form and it appears to be in another frame, correct? Are you positive that is working correctly and the page with this script is not getting reloaded?Are you calling this function from any other pages?
  18. aspnetguy

    MySQL-Excel

    okay do you want the query to run from PC1 to a database on PC_Server? Or do you want to run a query from PC_Server to a Excel spreadsheet on PC1?The first one is no problem you just need to know the network IP of PC_Server (can't be DHCP)
  19. I usually just export my databases to a SQL script with phpMyAdmin and then save them as a text file. That way they are very portable and easy to setup on another server.
  20. aspnetguy

    edit XML

    how do you want to format the date? Can you be more specific?
  21. Of course there is , please post your code, it probably just needs some small tweaks.
  22. AFAIK the fasted MAC CPU is 1.8Ghz (although I am sure they make up for it in other ways) that is a bit slow. The biggest pro I have always heard is that MACs are great for multimedia (graphic, video, and audio editing).Another con is the price. You will pay more for a MAC then for a PC and the MAC will be slower.
  23. You can do this with javascript or server side scripting.
×
×
  • Create New...