Home > Backend Development > PHP Tutorial > 如何用jquery建立类Twitter站点_PHP

如何用jquery建立类Twitter站点_PHP

WBOY
Release: 2016-06-01 12:21:11
Original
981 people have browsed it

jQueryTwitter

Twitter是世界上最流行的互联网服务,它为用户提供微博客服务,界面简洁美观。本文中,我们将使用jqueyr建立一个类twitter站点。你将学习jquery一些的技巧,以及如何一起使用PHP和mysql。你会喜欢的。

作者:jigoufei

Guofei Ji是中国青岛的一位软件工程师,供职于阿尔卡特-朗讯。他的兴趣是jquery, PHP及其它web设计技术。

获取源代码:http://media.sitejerk.com/wp-content/uploads/2009/10/533_CODE.zip

介绍

通过twitter,用户可以任何时候发布他们在做什么,twitter会及时显示这些信息。从而,每个朋友都能同时知道你在做什么。twitter主页如下:

在本教程中,我们将实现类似twitter的界面,并且会使用PHP实现信息发布功能,数据会保存到mysql数据库中。

第一步:界面布局

界面布局和twitter.com非常相似。本例中,只会显示消息文本框和消息显示区域,如上图所示。html代码如下:

以下为引用的内容:

2e6ab1">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml">


   
    jQuery Tutorial: Twitter-Like Site by Ji Guofei


   

       

如何用jquery建立类Twitter站点_PHP如何用jquery建立类Twitter站点_PHP如何用jquery建立类Twitter站点_PHP如何用jquery建立类Twitter站点_PHPTwitter-Like Site


   

   
arrow

   

       

           

            Characters
           
           
           

       

       


            This area will be used to display the messages.
       

   

   

将代码保存为index.php,我们将向文件中添加一些PHP代码以便显示消息。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template