刚看到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,

Static binding (static::) implements late static binding (LSB) in PHP, allowing calling classes to be referenced in static contexts rather than defining classes. 1) The parsing process is performed at runtime, 2) Look up the call class in the inheritance relationship, 3) It may bring performance overhead.

What are the magic methods of PHP? PHP's magic methods include: 1.\_\_construct, used to initialize objects; 2.\_\_destruct, used to clean up resources; 3.\_\_call, handle non-existent method calls; 4.\_\_get, implement dynamic attribute access; 5.\_\_set, implement dynamic attribute settings. These methods are automatically called in certain situations, improving code flexibility and efficiency.

To open a web.xml file, you can use the following methods: Use a text editor (such as Notepad or TextEdit) to edit commands using an integrated development environment (such as Eclipse or NetBeans) (Windows: notepad web.xml; Mac/Linux: open -a TextEdit web.xml)

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.

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.

Strict types in PHP are enabled by adding declare(strict_types=1); at the top of the file. 1) It forces type checking of function parameters and return values to prevent implicit type conversion. 2) Using strict types can improve the reliability and predictability of the code, reduce bugs, and improve maintainability and readability.

There are several ways to modify XML formats: manually editing with a text editor such as Notepad; automatically formatting with online or desktop XML formatting tools such as XMLbeautifier; define conversion rules using XML conversion tools such as XSLT; or parse and operate using programming languages such as Python. Be careful when modifying and back up the original files.
