刚看到php有个两颗星的说:这年头用dw写程序是历史的倒退。该如何处理
刚看到php有个两颗星的说:这年头用dw写程序是历史的倒退。
那请教你是用什么写前台的?
还有比dw更高效的工具么? aptana?框架?extjs?jquery ui?还是其他?
没有其他意思,纯粹讨论前台什么工具高效实用?
------解决方案--------------------
notepad++。。。写htm页面我就只用这个,php还是zs
------解决方案--------------------
呵呵,曾经用过adodb golive,也用过frontpage,感觉还是DW专业点
------解决方案--------------------
eclipse
------解决方案--------------------
phpDesigner
------解决方案--------------------
我表示直接在zendstudio 里写JS
------解决方案--------------------
------解决方案--------------------
用什么工具也要争。。。。
------解决方案--------------------
我们美工只用editplus+firework+各种浏览器.自己喜欢用习惯用就好,管多少星的人跟你说呢。
------解决方案--------------------
------解决方案--------------------
PhpNewnew, 你的确很罗嗦,呵呵,不过这也是有耐心的表现
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
该研究调查了来自广州市的236名程序员,调查显示,只有6.3%的被调查对象认为自己的性生活总体很好,46.6%的人认为自己的性生活较好,40.7%的人认为自己的性生活一般(或不好也不差),5.9%的人对自己的性生活不满意。
------解决方案--------------------
------解决方案--------------------
------解决方案--------------------
不管是后台还是前台我都用类似文本编辑器写,看前台效果直接浏览,
------解决方案--------------------
看来可能是大部分php程序猿 分工不明确造成的呀,html js css php都得自己来,蛋疼不已~
------解决方案--------------------
第一个是 我说的 dw 写程序 不是说dw 写的前台的部分 我在说这个的时候是针对某个帖子涉及到在用dw写php代码
第二个楼主说的是 那请教你是用什么写前台的
第三个 我回帖提到的都是针对php的开发 而不是前台
第四个 我从没否认做前台dw的能力
所以如果打算讨论的话,那么就先弄清楚整个情况,例如前台后台,php 和html 然后再继续。
------解决方案--------------------

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

JWT is an open standard based on JSON, used to securely transmit information between parties, mainly for identity authentication and information exchange. 1. JWT consists of three parts: Header, Payload and Signature. 2. The working principle of JWT includes three steps: generating JWT, verifying JWT and parsing Payload. 3. When using JWT for authentication in PHP, JWT can be generated and verified, and user role and permission information can be included in advanced usage. 4. Common errors include signature verification failure, token expiration, and payload oversized. Debugging skills include using debugging tools and logging. 5. Performance optimization and best practices include using appropriate signature algorithms, setting validity periods reasonably,

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

In PHP, you can effectively prevent CSRF attacks by using unpredictable tokens. Specific methods include: 1. Generate and embed CSRF tokens in the form; 2. Verify the validity of the token when processing the request.

PHP is a scripting language widely used on the server side, especially suitable for web development. 1.PHP can embed HTML, process HTTP requests and responses, and supports a variety of databases. 2.PHP is used to generate dynamic web content, process form data, access databases, etc., with strong community support and open source resources. 3. PHP is an interpreted language, and the execution process includes lexical analysis, grammatical analysis, compilation and execution. 4.PHP can be combined with MySQL for advanced applications such as user registration systems. 5. When debugging PHP, you can use functions such as error_reporting() and var_dump(). 6. Optimize PHP code to use caching mechanisms, optimize database queries and use built-in functions. 7

In PHP8, match expressions are a new control structure that returns different results based on the value of the expression. 1) It is similar to a switch statement, but returns a value instead of an execution statement block. 2) The match expression is strictly compared (===), which improves security. 3) It avoids possible break omissions in switch statements and enhances the simplicity and readability of the code.

The future of PHP will be achieved by adapting to new technology trends and introducing innovative features: 1) Adapting to cloud computing, containerization and microservice architectures, supporting Docker and Kubernetes; 2) introducing JIT compilers and enumeration types to improve performance and data processing efficiency; 3) Continuously optimize performance and promote best practices.

PHP and Python each have their own advantages, and the choice should be based on project requirements. 1.PHP is suitable for web development, with simple syntax and high execution efficiency. 2. Python is suitable for data science and machine learning, with concise syntax and rich libraries.

In PHP, the final keyword is used to prevent classes from being inherited and methods being overwritten. 1) When marking the class as final, the class cannot be inherited. 2) When marking the method as final, the method cannot be rewritten by the subclass. Using final keywords ensures the stability and security of your code.
