<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>WAP开发</title>
<link>http://www.lyttzx.com/plus/list.php?tid=57</link>
<description>开发技术 / 网络编程 / WAP开发</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2006 - 2008 http://www.lyttzx.com.泠云天天在线 All Rights Reserved&lt;br&gt;
	本站部分作品来源于网络，如若侵犯到您得权益，&lt;a href=&quot;mailto:lyttzx@lyttzx.com?subject=你侵犯我的权益&quot;&gt;&lt;b&gt;请与我们联系&lt;/b&gt;&lt;/a&gt;，泠云工作室将在第一时间作出回应&lt;br&gt;
	站长姓名：&lt;a href=&quot;mailto:lingyunyyh@sohu.com?subject=我有话说&quot;&gt;&lt;b&gt;泠云&lt;/b&gt;&lt;/a&gt;   
	站长邮箱：&lt;b&gt;lingyunyyh@sohu.com&lt;/b&gt;   
	站长QQ：&lt;a href=&quot;http://wpa.qq.com/msgrd?V=1&amp;amp;Uin=359167026&amp;amp;Site=www.lyttzx.com &amp;amp;Menu=no&quot; target=&quot;_blank&quot;&gt;&lt;b&gt;359167026&lt;/b&gt;&lt;/a&gt;]]></generator>
<webmaster>lingyunyyh@163.com</webmaster>
<item>
    <title><![CDATA[iPhone:Javascript/PHP检测iPhone/iPod/iPad]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6211</link>
    <description><![CDATA[PHP的比较简单可爱: if ( strpos ( $_SERVER [ 'HTTP_USER_AGENT' ] , iPhone ) ) { echo '在用户代理信息里面如果有iPhone, 执行您的代码' ; //别忘了给iPod和iPad也加上去当条件阿~~ } javascript的也不错,不过我]]></description>
    <pubDate>2010-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[iPhone:针对不同设备,使用不同CSS]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=6210</link>
    <description><![CDATA[if ( ( navigator. userAgent . match ( /iPhone/i ) ) || ( navigator. userAgent . match ( /iPod/i ) ) ) { document. write ( 'link href=iphone.css rel=stylesheet type=text/css' ) ; } if ( ( navigator. userAgent . match ( /iPad/i ) ) ) { docume]]></description>
    <pubDate>2010-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[谈WAP四个赢利途径]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5892</link>
    <description><![CDATA[面对中国移动政策，免费WAP如何改变自我现状？WAP天下CEO王鹏飞认为可以从以下四个方面考虑： 第一，从形式上改变自我 根据易查手机搜索引擎获取的网站数据来看，截止2005年底免费WAP站点已]]></description>
    <pubDate>2010-06-22</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[WAP SEO—针对WAP页面的SEO]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5891</link>
    <description><![CDATA[ WAP SEO和普通的SEO,也就是WEB SEO的目的都是为了在搜索引擎获得很好的排名，而WAP的页面要怎么优化呢?也就是说WAP SEO到底是怎么样的呢?会做WEB页面的优化那么对WAP页面优化能有帮助吗?或者说]]></description>
    <pubDate>2010-06-22</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[php如何判断用户通过手机wap访问还是电脑直接访]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5539</link>
    <description><![CDATA[手机访问时，会附带发送user-agent信息，这个信息里面会有手机号码信息，那么如果能取得手机号码，则可以肯定是通过手机wap访问的。但是目前中国移动已经屏蔽了user-agent信息，所以获取不到]]></description>
    <pubDate>2010-05-05</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[判断WAP1.1和WAP2.0并解析为wml或xhtml]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5538</link>
    <description><![CDATA[首先通过取得accept java是 request.getHeader(accept) .net 是 Request.ServerVariables(HTTP_Accept) /** * 功能：输出xml为wml1.1(wap1.0) * @param doc * @param response * @throws IOException */ public static void OutPrintWAP11(Docu]]></description>
    <pubDate>2010-05-05</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[怎样防止从Cache中读取WML页面]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5483</link>
    <description><![CDATA[当WML页面下载到WAP设备后，它将保存在WAP设备内存中一段时间，直到这个时间过期。在这之后，页面将从服务器下载，而不是从WAP设备的缓存读取。这个过程被称做Cache]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[wap建站心得]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5482</link>
    <description><![CDATA[telkey：为手机上的键名称，可以是0、2、3、4、5、6、7、8、9、*、#这12个键,只要用户按键不放，就可以到达linkurl地址]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[WAP 2.0介绍和使用规范]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=5481</link>
    <description><![CDATA[但是不包含XHTML特性。例如CSS，frames和Scripting。是由W3C定义的。 XHTML MP: 在WAP2.0说明中指定的官方标记语言。WAP Forum 基于 XHTML Basic创造，并从XHTML的完整版本中增加了一些元素和属性。例如lt;]]></description>
    <pubDate>2010-04-27</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[[Wap]OnViewStateExpire异常的处理办法]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4401</link>
    <description><![CDATA[我们的Wap页面由dotNET 编写而成，当页面停留时间过长后，由于IIS的session超时时间是20分钟，这时候再点击页面上的控件，它可能报告如下错误]]></description>
    <pubDate>2009-11-26</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ASP.NET 移动网页 数据绑定和使用 ObjectList 控件查]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4400</link>
    <description><![CDATA[ObjectList ASP.NET 移动控件提供全面的数据视图。此控件显示数据源的两个视图：一个显示各项摘要的列表视图和一个显示项详细信息的视图。您可以显式定义要为每个项显示的列表字段，或者可]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[ASP.NET 移动网页 ObjectList 控件介绍 wap]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4399</link>
    <description><![CDATA[ObjectList 控件可以显示数据集合（如数据库）的多个视图。对象列表中的每个项或对象都可以被认为是数据库中的一条记录。像数据库记录一样，ObjectList 控件中的对象也包含含有数据的字段。]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[wap程序中form窗口切换]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4398</link>
    <description><![CDATA[在wap页面中，可以添加多个form，这样以便手机浏览时，可以进行from之间的切换]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[3G版WAP制作示例]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4397</link>
    <description><![CDATA[无需WAP组件的站点方式。我不知道这个理论是否已经存在，如果有说的不对的地方，请大家批评指正，谢谢！ 这种做法的另一个好处，个人意见是：美工效果更强，显示效果较佳]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[VS2008开发WAP]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4396</link>
    <description><![CDATA[vs2008中就没有“移动Web窗体”这一项，这是因为微软并未提供相应 的模板。这确实很令人疑惑，百度了下网上的说法：据Microsoft-Visual Web Developer的团队项目经理Omar Khan的说法，这是因为Visual ]]></description>
    <pubDate>2009-11-25</pubDate>
    <category>WAP开发</category>
    <author>编程狂</author>
    <comments>泠云天天在线</comments>
</item>
<item>
    <title><![CDATA[手机WAP上网获取的头信息]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4134</link>
    <description><![CDATA[HTTP_VIA:(infoX WAP Gateway), HTTP/1.1, Huawei Technologies]]></description>
    <pubDate>2009-09-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP获取手机终端信息]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4133</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-09-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[电信wap计费流程举例]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4043</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-23</pubDate>
    <category>WAP开发</category>
    <author>原创</author>
    <comments>本站原创</comments>
</item>
<item>
    <title><![CDATA[电信wap计费相关URL&amp;nbsp;要求]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4042</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-23</pubDate>
    <category>WAP开发</category>
    <author>原创</author>
    <comments>本站原创</comments>
</item>
<item>
    <title><![CDATA[电信wap头信息的获取]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=4041</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-23</pubDate>
    <category>WAP开发</category>
    <author>原创</author>
    <comments>本站原创</comments>
</item>
<item>
    <title><![CDATA[wap1.0和wap2.0有什么区别？]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3991</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP2.0移动互联]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3990</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[wap2.0的新业务与新应用]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3989</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP2.0是什么意思？]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3988</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[wap2.0技巧篇]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3987</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[简介WAP最新版本WAP2.0]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3986</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP2.0的新业务与新应用]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3985</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[让移动数据更畅更稳的WAP&amp;nbsp;2.0和WJMS技术]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3984</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[诺基亚&amp;nbsp;XHTML&amp;nbsp;常见问答]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3983</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[XHTML代码规范]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3982</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP2.0移动互联]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3981</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP2.0技术说明]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3980</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[XHTML：两种语言的力量]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3979</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[关于XHTML&amp;nbsp;MP，XHTML&amp;nbsp;Basic,XHTML…]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3978</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP&amp;nbsp;2.0--XHTML&amp;nbsp;mobile&amp;nbsp;profile]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3977</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP2.0特性]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3976</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[关于Openwave&amp;nbsp;支持XHTML&amp;nbsp;MP特性]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3975</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[使用&amp;nbsp;Web&amp;nbsp;标准生成&amp;nbsp;ASP.NET&amp;nbsp;2.0&amp;nbsp;Web&amp;nbsp;站点]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3974</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[使用&amp;nbsp;Web&amp;nbsp;标准生成&amp;nbsp;ASP.NET&amp;nbsp;2.0&amp;nbsp;Web&amp;nbsp;站点]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3973</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[使用&amp;nbsp;Web&amp;nbsp;标准生成&amp;nbsp;ASP.NET&amp;nbsp;2.0&amp;nbsp;Web&amp;nbsp;站点]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3972</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[使用&amp;nbsp;Web&amp;nbsp;标准生成&amp;nbsp;ASP.NET&amp;nbsp;2.0&amp;nbsp;Web&amp;nbsp;站点]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3971</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP协议初级读本]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3970</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP标记语言XHTML基础教程之XHTML简介]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3969</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[wap2.0技巧篇]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3968</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WAP&amp;nbsp;2.0简介]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3967</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[简介WAP最新版本：WAP&amp;nbsp;2.0]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3966</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[移动数据的WAP2.0和WJMS技术]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=3965</link>
    <description><![CDATA[]]></description>
    <pubDate>2009-06-02</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WML语言基础(WAP建站)六]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=1687</link>
    <description><![CDATA[]]></description>
    <pubDate>2007-09-20</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WML语言基础(WAP建站)五]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=1686</link>
    <description><![CDATA[]]></description>
    <pubDate>2007-09-20</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>
<item>
    <title><![CDATA[WML语言基础(WAP建站)四]]></title>
    <link>http://www.lyttzx.com/plus/view.php?aid=1685</link>
    <description><![CDATA[]]></description>
    <pubDate>2007-09-20</pubDate>
    <category>WAP开发</category>
    <author>佚名</author>
    <comments>本站整理</comments>
</item>

</channel>
</rss>

