Jump to content
xisto Community

chriswsk

Members
  • Content Count

    29
  • Joined

  • Last visited

Everything posted by chriswsk

  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.
  16. Are you using javascript in href to call a function or javascript to show a layer? If yes, when calling the javascript code or javascript function, you can pass the current object (the layer that contains the link) to the function. For example, <script type="text/javascript"> function abc(currentObject){ // now you can get the layer without using id } </script> <a href="#" onclick="abc(this)">link</a> Using this method, you can let the function access the current layer without asigning any id to it. Hope that it is useful to you.
  17. I know HTML. I need to use HTML. I think I can use HTML but I don't what level I am in. Besides HTML, javascript is also known. For the other programming language, I know C++, java, C# and VB.NET.
  18. I believe that there are many cams around myself, but I just don't know where they are .
  19. I think what programming language should be learnt really depends on what you will do. If you mainly deal with web technology, j2EE or asp.net will be the language you should know. However, if you are doing the back-end stuff, you may have to know the faster language such as C and C++. Actually, java and C++ are the language in different levels. Java is slower, as it have to run on JVM. C++ can directly control the memory usage of the program. Java/JSP are developed mainly for Web application. So, you should choose what you need.
  20. I think that buying a laptop or a desktop not depends on how mush you can spend. I think it only depends on what you want your computer to do. Many of my friends buy their laptop instead of a desktop because there was some discount in the school. However, the fact is that, they treat their laptop as a desktop. They don't bring the laptop out and they even don't move the laptop. Actually, in their situation, a desktop is more suitable for them. If they use the same money to buy a desktop, the config of that computer must be better than that of the laptop. So, why choose the laptop. Of course, if you need to do presentation, you need to bring it out, you don't need to think. You don't have the choice, although you may think the laptop is expensive.
  21. Yes, it may due to caching up the page in the client computer. Also, it may due to proxy caching if your page is viewed via a proxy server.
  22. When I was still in school, I use computer to do homework and find referernce. After that, I use the computer to play ICQ, MSN, PC games, online games, mini games, finding stuff for the work, learning new things. Also, I use computer for my work as I am a programmer.
  23. To achieve your purpose, it depends on how your first page sending input data to the next page. If the first page send the data to the next page via query string, it is easy. Just re-generate the query string is OK. If the first page send the data to the next page via Session, it is also easy. You only need to modify the data and save it back to the Session... If the first page send the data to the next page via form post method, you have to create some input fields or hidden fields in your middle page. Be ware that the fields should have the same id and name as those in the first page input fields. Then you only need to modify the data and set the fields value to the modifed data. Then, you are done.
  24. Anyone heard about heat project? It is a shooting game like gunz but quite different when comparing to gunz. Gunz is not realistic, but heat project is. Heat project is famous in Hong Kong. I don't know if it is also famous in the other countries.http://forums.xisto.com/no_longer_exists/. You may want to try this game. I strongly recommend to you.Moreover, Heat project is free. You don't need to pay for it.
  25. I think most of the developer have dot net installed, no matter the developer is a dot net or a java or something others lauguage developer. However, I wonder what version of dot net version (1.1 or 2.0) are installed.
×
×
  • 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.