Jump to content
xisto Community

chriswsk

Members
  • Content Count

    29
  • Joined

  • Last visited

  1. I am experienced in using both ASP and ASP.NET with C# and vb.net.For me, ASP is only a scripting language. When you need some advanced functionalities, such as file IO, you may need to make use of some COM components. COM generally need to be deployed in the server before it can be referenced. The structure of the code written by ASP generally cannot be well-organized since it is not a object oriented design. Many lines of code may sit in a one page. I think the structure of code of ASP is similar to PHP in some extend. However, ASP is already a little old.ASP.NET is a framework that specifically designed for building web application. Together with Visual Studio.NET, it is very convenience to build a simple web site or even a enterprise web application. The library of .NET framework already provide a lot of useful functions which are essential for a web application, such as authentication, paging and grid controls, etc. The structure of the code of ASP.NET is generally more readable than that of ASP or PHP, since it is a OO design.Therefore, no matter you want to build a simple web page or an enterprise web application, you still have to go with ASP.NET.Actually, I am currently using ASP.NET 2.0 in my job. I am sure that using ASP.NET can save much of the development time than that of using ASP or PHP.
  2. Actually, do you have any experience on programming? If not, you may have to learn the fundamental knowledge before you proceed to ASP.NET.In fact, using ASP.NET is simple, but mastering it is not so easy.There are many different step by step tutorial in the internet. You can even find such tutorial in the web site of Microsoft.So, what are difficult to understand?
  3. It is interesting. Then which search engine do you think is better after using this comparion? I like google more.
  4. Yes, agree. But it many of the cars can fly, the road will no longer so crowded. Then the flying cars can still get enough space to take off.
  5. Oh, it may be a good things. I wonder how it fly, ha
  6. The main different between HTML and xHTML is the format. xHTML can be used as an XML document. Therefore, I think you are no need to change the web to xHTML if your web site do not need any XML transformation.
  7. Good looking. It looks like a professional web site.
  8. They are useful. To speed up your computer, you may also remove some un-used registries. There are many registires cleaners in the web for download. In fact, your computer will get slow when you install software to it because installing software may bring some dll files to your computer and your computer may need to load the dll files to memory.
  9. I know that IE is not safe, but I still have to use. In fact, although there are many different browsers can be used and they all are safer than IE, IE cannot be easily replaced. It is because many of the web developers don't want to waste the time to tune their web for different browsers. They may try to follow the standard of the web such as XHTML, CSS1,2, but many of the sites still cannot be viewed properly in the browsers other than IE. So, no choice... Anyway, I believe that IE is not safe mainly due to activeX access.
  10. Actually, the users of cell phones are annoying. They can turn off the phone when watching moive but they don't. They can use hand-free when driving, but they don't.
  11. The differennce between home and pro is the functions of Windows. For example, remote desktop is only avaible in pro version, but not in home version. Also, the home version does not have IIS and FTP server installed.
  12. chriswsk

    Asp Or Php

    PHP is more popular than ASP. First of all, both these language are not OOP. You can easily find a place to host the PHP web site for free. You can find many open source materials for PHP such as fourm. Of course, you can also find many for ASP, but you can have many choices when using PHP, because many web master like using PHP. But I don't know the performance of PHP v.s. ASP.
  13. I don't think so. To do this, your server needs a ftp client. But if your server has the ftp client, you can ask the server to download the file directly...
  14. Different type of tag can use different css classes.Moreover, you can specify the css class to be used in different tag.Then the color of the text can be different.
  15. Bluetooth is a technology for commnunicating wirelessly between different devices. The distance between two bluetooth devices can be as far as 100meters, depending the versions of the bluetooth adapter. Normally, for mobile phone, you can use bluetooth to connect to the handfree headset and transfer file between other mobile phones or comupter. But, actually not all the phones that equiped with bluetooth can transfer files. Some of the functions may blocked so that the phone can only connect to handfree. But I don't know why they are blocked.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.