<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>指数PHP技术门户</title>
    <link>http://bbs.phphubei.com/forum.php</link>
    <description>Latest 20 threads of all forums</description>
    <copyright>Copyright(C) 指数PHP技术门户</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 18 May 2012 18:08:12 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://bbs.phphubei.com/static/image/common/logo_88_31.gif</url>
      <title>指数PHP技术门户</title>
      <link>http://bbs.phphubei.com/</link>
    </image>
    <item>
      <title>[杭州]招聘php=&gt;Rails工程师  薪金8k</title>
      <link>http://bbs.phphubei.com/thread-20325-1-1.html</link>
      <description><![CDATA[加入我们，给你三个转变：
1. 从WEB应用到手机应用
2. 从windows到linux
3. 从php到ruby on rails
一、PHP高级工程师
岗位说明
1、在线社区类WEB站点的架构与开发
2、手机应用服务端的架构与开发
任职要求
1、三年以上PHP/MYSQL平台的web后端开发经验
加分因素：
1、熟 ...]]></description>
      <category>PHP招聘求职</category>
      <author>ppp123</author>
      <pubDate>Fri, 18 May 2012 07:42:40 +0000</pubDate>
    </item>
    <item>
      <title>MYSQL 按日月年生成编号,触发器</title>
      <link>http://bbs.phphubei.com/thread-20324-1-1.html</link>
      <description><![CDATA[CREATE TRIGGER tt2 before insert ON t_chufaqi  
FOR EACH ROW  
BEGIN  
declare nub VARCHAR(255);

if EXISTS(SELECT DATE_FORMAT(regdate,\'%Y%m%d\')=DATE_FORMAT(NOW(),\'%Y%m%d\')  FROM `t_chufaqi`  ORDER BY  autoid DESC LIMIT 1)

THEN
]]></description>
      <category>MySQL数据库技术</category>
      <author>opp110</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/
" length="set nub=(" type="image/jpeg" />      <pubDate>Fri, 18 May 2012 03:05:44 +0000</pubDate>
    </item>
    <item>
      <title>HTML5 Canvas Shape Fill 形状填充教程</title>
      <link>http://bbs.phphubei.com/thread-20323-1-1.html</link>
      <description><![CDATA[构建一个HTML5画布形状，我们可以使用画布的背景和属性将 FillStyle()方法。
我们可以设置将FillStyle属性，使用形状的颜色，我们可以使用fill()方法来填充形状 。除非另有规定，一个HTML5画布形状的默认填充样式是黑色的  ...]]></description>
      <category>XHTML/HTML5</category>
      <author>wptcmen</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/17/105638ue1p1mp1upummqzo.jpg" length="9827" type="image/jpeg" />      <pubDate>Thu, 17 May 2012 02:56:44 +0000</pubDate>
    </item>
    <item>
      <title>HTML5 Custom Shape 自定义形状教程</title>
      <link>http://bbs.phphubei.com/thread-20322-1-1.html</link>
      <description><![CDATA[创建一个自定义形状与HTML5画布，我们可以创建一个路径，然后使用closePath()方法关闭它。我们使用了lineTo()、arcTo()、quadraticCurveTo()、bezierCurveTo()方法构造每个子路径，最后组成所要的形状。

闭合路径代码：
 ...]]></description>
      <category>XHTML/HTML5</category>
      <author>wptcmen</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/17/105121kau0rblz0jdrvdki.jpg" length="10321" type="image/jpeg" />      <pubDate>Thu, 17 May 2012 02:51:38 +0000</pubDate>
    </item>
    <item>
      <title>连续的数字、英文不自动换行的解决办法</title>
      <link>http://bbs.phphubei.com/thread-20320-1-1.html</link>
      <description><![CDATA[数字、英文不自动换行的解决办法　　自动换行问题,正常字符的换行是比较合理的,而连续的数字和英文字符常常将容器撑大,挺让人头疼,下面介绍的是CSS如何实现换行的方法解决办法，加入以上｛｝内的样式可以实现自动换行。.fn-enter{WORD-WRAP:break-word;TABLE-LAYOUT:fix ...]]></description>
      <category>XHTML/HTML5</category>
      <author>卡巴kala</author>
      <pubDate>Wed, 16 May 2012 05:58:15 +0000</pubDate>
    </item>
    <item>
      <title>页面背景透明度样式兼容IE6，火狐等浏览器</title>
      <link>http://bbs.phphubei.com/thread-20319-1-1.html</link>
      <description><![CDATA[页面背景透明度样式兼容IE6，火狐等浏览器
.ui-comment-mask{
width:100%;height:100%;
background-color:#000;position:absolute;top:0px;left:0px; 
 opacity: 0.3; /* Firefox, Safari(WebKit), Opera */
  -ms-filter: \&quot;alpha(opacity=30)\&quot;; /* IE 8 */
  filter: a ...]]></description>
      <category>XHTML/HTML5</category>
      <author>橙色猫</author>
      <pubDate>Wed, 16 May 2012 05:56:36 +0000</pubDate>
    </item>
    <item>
      <title>html5之离线存储（兼容目前主流浏览器）</title>
      <link>http://bbs.phphubei.com/thread-20318-1-1.html</link>
      <description><![CDATA[上次发了一个只能兼容IE的版本，今天发一个能兼容所有主流浏览器的版本，IE6+,firefox 3.5+ ,safari 4+ ,chrome5, ie8，都可以完全兼容/* ** ie event and listener */my.ieUserData = function (fileName) {]]></description>
      <category>XHTML/HTML5</category>
      <author>wptcmen</author>
<enclosure url="/forum/_keys: ..." length="" type="image/jpeg" />      <pubDate>Wed, 16 May 2012 05:46:46 +0000</pubDate>
    </item>
    <item>
      <title>[招聘]【北京】创业公司急招php工程师</title>
      <link>http://bbs.phphubei.com/thread-20317-1-1.html</link>
      <description><![CDATA[基本要求: 
1.喜欢严谨的PHP开发，能写优质代码
2.熟悉MySQL数据库应用开发，了解一定的MySQL的数据库配置管理、性能优化等基本操作技能 
3.熟悉SVN等代码版本控制工具的使用，具有良好的开发文档编写能力 
4.为人正直踏实，诚实守信，对工作有强烈的责任心，具备良好的 ...]]></description>
      <category>PHP招聘求职</category>
      <author>江湖小白猪</author>
      <pubDate>Tue, 15 May 2012 06:45:45 +0000</pubDate>
    </item>
    <item>
      <title>HTML5新的“form”属性</title>
      <link>http://bbs.phphubei.com/thread-20316-1-1.html</link>
      <description><![CDATA[看例子前希望先阅读HTML5新的“form”属性。
我将利用HTML5新的表单系统, 做一个简单的用户注册的界面，包括用户名，密码，出生日期，年龄等内容，代码如下查看演示


由于目前HTML5标准仍然在开发中，不同的浏览器对HTML ...]]></description>
      <category>XHTML/HTML5</category>
      <author>一梦千寻</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/15/112519gs5gz3u3sfb1f1gc.jpg" length="42105" type="image/jpeg" />      <pubDate>Tue, 15 May 2012 03:26:07 +0000</pubDate>
    </item>
    <item>
      <title>HTML5画布文本艺术效果教程</title>
      <link>http://bbs.phphubei.com/thread-20315-1-1.html</link>
      <description><![CDATA[要设置笔触颜色HTML5 Canvas的文本，我们可以使用的strokeStyle画布的背景和strokeText（）方法。
先看下个例子：]]></description>
      <category>XHTML/HTML5</category>
      <author>GfMKzPvS</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/15/112019fff99so9o5pp7mpf.jpg" length="15430" type="image/jpeg" />      <pubDate>Tue, 15 May 2012 03:21:04 +0000</pubDate>
    </item>
    <item>
      <title>HTML5画布文本对齐教程</title>
      <link>http://bbs.phphubei.com/thread-20314-1-1.html</link>
      <description><![CDATA[要对齐HTML5 Canvas的文本，我们可以使用画布的背景下textAlign属性，可以设置居上，底下，居左，中心，或居右。对齐方式是相对的，以一个假想的x位置由defind文本的垂直线fillText（ ）或strokeText（ ）。除非另有设置， ...]]></description>
      <category>XHTML/HTML5</category>
      <author>GfMKzPvS</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/15/11190173v7gcck85vic3k7.jpg" length="6658" type="image/jpeg" />      <pubDate>Tue, 15 May 2012 03:19:26 +0000</pubDate>
    </item>
    <item>
      <title>HTML5画布文本基线教程</title>
      <link>http://bbs.phphubei.com/thread-20313-1-1.html</link>
      <description><![CDATA[HTML画布垂直对齐的文本，我们可以使用的textBaseline在画布范围内的属性值。textBaseline可以设置以下值之一 ：top, hanging, middle, alphabetic, ideographic, and bottom。除非另有规定，textBaseline属性默认为字母。 ...]]></description>
      <category>XHTML/HTML5</category>
      <author>路过</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/15/110855i61zfxmy8fwvyxgw.jpg" length="6658" type="image/jpeg" />      <pubDate>Tue, 15 May 2012 03:09:12 +0000</pubDate>
    </item>
    <item>
      <title>长沙招聘_楼盘网_PHP程序员</title>
      <link>http://bbs.phphubei.com/thread-20312-1-1.html</link>
      <description><![CDATA[楼盘网 招聘PHP高级程序员 
待遇：月薪6000-10000
工作地 总部 长沙 
综合能力强，可以晋升为技术经理或总监

岗位描述:
1、负责公司运营网站的开发与测试。         
2、参与项目开发，开发设计网站新功能。          
3、配合网站美工、市场推广、网站销售、客户服务 ...]]></description>
      <category>PHP招聘求职</category>
      <author>系统管理员</author>
      <pubDate>Mon, 14 May 2012 09:11:31 +0000</pubDate>
    </item>
    <item>
      <title>武汉招聘_噢易科技_PHP程序员</title>
      <link>http://bbs.phphubei.com/thread-20311-1-1.html</link>
      <description><![CDATA[武汉噢易科技有限公司招聘PHP程序员

任职要求：      

1. 精通PHP开发语言，熟悉面向对象的软件设计方法；
2. 熟悉Unix/Linux操作系统，熟悉C编程；
3. 熟悉HTTP协议及W3C相关互联网规范，熟悉Ajax，熟练掌握XHTML、CSS、DIV、Javascript等页面技术，熟悉jquery或YUI ...]]></description>
      <category>PHP招聘求职</category>
      <author>系统管理员</author>
      <pubDate>Mon, 14 May 2012 08:30:08 +0000</pubDate>
    </item>
    <item>
      <title>使用HTML5画布创造矢量图</title>
      <link>http://bbs.phphubei.com/thread-20310-1-1.html</link>
      <description><![CDATA[HTML5画布都能被用来创造很多很酷的东西,如游戏,视频特效、图形和更多。 它也可以被用来做些小东西,像在页面操纵图片。

在这里,我们会看看如何使用canvas标签和剪裁创建不规则矢量图。 

 

在这个例子中,我要用瑞恩的形象,看看我是否使用canvas能改变它的形状。 
 

 ...]]></description>
      <category>XHTML/HTML5</category>
      <author>一梦千寻</author>
      <pubDate>Mon, 14 May 2012 06:13:57 +0000</pubDate>
    </item>
    <item>
      <title>1.8.6 HTML5的画布文本度量教程</title>
      <link>http://bbs.phphubei.com/thread-20309-1-1.html</link>
      <description><![CDATA[要获得HTML5 Canvas的文本的文本度量，我们可以使用的measureText（）的画布上下文的方法 。这种方法需要一个文本字符串，并返回一个度量对象的基础上提供的文本，并分配给上下文的当前文本的字体。


演示地址
  ...]]></description>
      <category>XHTML/HTML5</category>
      <author>GfMKzPvS</author>
      <pubDate>Mon, 14 May 2012 06:04:00 +0000</pubDate>
    </item>
    <item>
      <title>HTML5的视频标签的一些须知</title>
      <link>http://bbs.phphubei.com/thread-20308-1-1.html</link>
      <description><![CDATA[HTML5的视频标签的一些须知（What do you need to know about HTML5 video）

HTML5在互联网的革新高潮的不断冲刷着新的记录。其中，HTML5最重要的平衡就是在视频方面的支持达到了最佳，也就是说用户不需要安装额外的插 ...]]></description>
      <category>XHTML/HTML5</category>
      <author>橙色猫</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/14/135432beeastoheud3lueu.png" length="232369" type="image/jpeg" />      <pubDate>Mon, 14 May 2012 05:55:32 +0000</pubDate>
    </item>
    <item>
      <title>武汉招聘_诚聘PHP程序员、PHP实习生</title>
      <link>http://bbs.phphubei.com/thread-20306-1-1.html</link>
      <description><![CDATA[公司名称：麦酷奇科技有限公司
薪资待遇：2000元/月
学历要求：不限
经验要求：不限
招聘人数：10人
工作地点：洪山雄楚大街228号春林庭苑（省出版城、武汉理工大学附近）

本公司主要从事手机应用自主开发运营以及大型pc、手机应用外包项目开发，
办公轻松，上班不用打 ...]]></description>
      <category>PHP招聘求职</category>
      <author>金色猪子</author>
      <pubDate>Sat, 12 May 2012 02:43:51 +0000</pubDate>
    </item>
    <item>
      <title>linux下用php调用svn的问题</title>
      <link>http://bbs.phphubei.com/thread-20305-1-1.html</link>
      <description><![CDATA[环境
1、win2003做svn服务器（安装VisualSVN Server），里面存放了多个项目文件夹，其中A、B、C项目都是运营中的网站，D、E、F是为了做测试新建的项目，svn用户web具有对这6个项目的读写权限。
2、Centos5.6 x64做web服务 ...]]></description>
      <category>PHP新手问答求助</category>
      <author>michael_chen</author>
<enclosure url="http://bbs.phphubei.com/data/attachment/forum/201205/11/181717nv4d3dvjl8r14xg5.jpg" length="6144" type="image/jpeg" />      <pubDate>Fri, 11 May 2012 10:19:18 +0000</pubDate>
    </item>
    <item>
      <title>北京招聘_中级PHP开发工程师(2012/5/11)</title>
      <link>http://bbs.phphubei.com/thread-20304-1-1.html</link>
      <description><![CDATA[中级PHP开发工程师
薪酬范围：8k-9k
人数：5人
工作职责：
负责公司网站产品的开发、实施及维护。
岗位要求：
1、二到三年以上PHP开发经验，精通PHP语言，熟悉面向对象的软件设计方法；
2、熟练掌握SQL优化、了解JavaScript、CSS、Ajax等；
3、具有优良的编程风格和习惯 ...]]></description>
      <category>PHP招聘求职</category>
      <author>系统管理员</author>
      <pubDate>Fri, 11 May 2012 08:38:24 +0000</pubDate>
    </item>
  </channel>
</rss>
