用于最快建立在线形象的软件
因此,您经常会看到类似 http://www. twitmaps.com - 出于随机目的快速创建并在线推送的网站。
通常,要么您有足够的业余时间,要么您没有机会在网上获得自己的想法。例如,在这幅图中,雪图像非常模糊,可以更加准确。
人们使用什么工具/语言来尽可能快速有效地创建网站?没有商店或类似的东西 - 只有 1-5 个简单的 php 页面,一些到其他网站的 API 链接,以及一个 mysql 后端。 Wordpress 非常适合博客,但通用网站呢?
我已经用 ASP、PHP 编写了网站,并且很高兴使用数据库等 - 我只是想要一种快速将东西推到网上的方法:)
So, every so often you get sites like http://www.twitmaps.com - sites created quickly and pushed online for a random purpose.
Often either you have plenty of spare time, or you just don't have the opportunity to get your own ideas online. For example in this one, the snow images are very vague and could do with more accuracy.
What tools / languages do people use to make a site as quickly and efficiently as possible? Not one with a shop or anything like that - just 1-5 simple php pages, some API linkins to other sites, and a mysql backend. Wordpress is great for blogs, but what about general purpose websites?
I've written sites in ASP, php and am happy playing around with databases and the like - I just want a way to quickly shove something online :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
你有几个选择。
已建立的博客/CMS软件,例如Wordpress/Joomla/Drupal。您几乎可以使用插件完成所有操作。
如果您需要更灵活的东西,请使用ROR、Django, CodeIgniter, Zend 等
使用代码生成器工具,如 PHPRunner。
实际上取决于您熟悉什么。
You have a few choices.
Established blog/CMS software like Wordpress/Joomla/Drupal. You can do almost everything with plugins.
If you need something more flexible use one of frameworks like ROR, Django, CodeIgniter, Zend etc
Use code generator tool like PHPRunner.
Really depends on what you familiar with.
您会发现诸如 drupal 和 Joomla 为此提供了出色的服务。
You will find frameworks like drupal and Joomla of great service for this.
http://cakephp.org/
我用过的最好的网络框架
http://cakephp.org/
Best web framework I have ever used
CakePHP 非常适合基于 PHP 的框架。由于您有 PHP 经验,这可能是一个很好的起点。它专为使用数据库存储信息来快速开发网站而设计。
如果您愿意尝试新事物,请尝试一下 Ruby on Rails。 CakePHP 最初是按照 Rails 建模的,在创建简单的网站时它甚至更容易使用。
对于并不真正需要数据库的小型网站,我衷心推荐 Sinatra。它是基于 Ruby 的,就像 Rails 一样。借助 Passenger(也称为 mod_rails),部署 Rails 或 Sinatra 网站变得就像使用 FTP 上传文件一样简单。
CakePHP is good for a PHP-based framework. Since you have PHP experience, this is probably a good place to start. It's designed for rapid website development using a database for storing information.
If you're willing to experiment with new things, give Ruby on Rails a go. CakePHP was initially modelled after Rails, and it's even easier to use when creating simple websites.
For smaller sites that don't really require a database, I would wholeheartedly recommend Sinatra. It is Ruby-based, just like Rails. With Passenger (also known as mod_rails), deploying Rails or Sinatra websites become as easy as uploading files with FTP.
既然你要求最快的方式,我必须说绝对,绝对Wordpress 或 Dokuwiki。它们都配有非常快速的安装程序。与 Dokuwiki 相比,Wordpress 的插件更丰富,模板更美观,并且需要更少的时间来熟悉。 Dokuwiki 不需要数据库,但 Wordpress 需要。
每当我需要非常快速地设置一些东西而不触及一行代码时,我就会选择其中一个。
Since you are asking for the quickest way, I'll have to say absolutely, definitely Wordpress or Dokuwiki. They both come with a very quick installer. Wordpress is richer in Plugins, has more good looking templates and requires even less time to get familiar with than Dokuwiki. Dokuwiki doesn't need a database, Wordpress does.
Whenever I need to set up something really quick, without touching a line of code, I go for one of these.