<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SIDE-ALICE &#187; 网站开发WebDev</title>
	<atom:link href="http://sidealice.com/category/%e6%8a%80%e6%9c%aftechnology/%e7%bd%91%e7%ab%99%e5%bc%80%e5%8f%91webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://sidealice.com</link>
	<description>..::欢迎来到SIDE-ALICE::..	[ACG+Tech+Orz]</description>
	<lastBuildDate>Mon, 26 Dec 2011 05:49:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>OpenERP Magento Integration</title>
		<link>http://sidealice.com/2011/10/openerp-magento-integration/</link>
		<comments>http://sidealice.com/2011/10/openerp-magento-integration/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 07:43:04 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>
		<category><![CDATA[软件开发SoftDev]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[openerp]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2054</guid>
		<description><![CDATA[几个python的模块： http://bazaar.launchpad.net/~magentoerpconnect-core-editors/magentoerpconnect/trunk_version/files https://code.launchpad.net/~magentoerpconnect-core-editors/magentoerpconnect/magentoerpconnect-v6 &#160; Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with unprecedented flexibility and control over the look, content and functionality of their eCommerce store. Magento’s intuitive administration interface features powerful marketing, search engine optimization and catalog-management tools to give merchants the power to create sites that [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/10/openerp-magento-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Weather Widget with XML and Actionscript 3.0</title>
		<link>http://sidealice.com/2011/10/creating-a-weather-widget-with-xml-and-actionscript-3-0/</link>
		<comments>http://sidealice.com/2011/10/creating-a-weather-widget-with-xml-and-actionscript-3-0/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 07:42:15 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>
		<category><![CDATA[actionscript3]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2052</guid>
		<description><![CDATA[In this tutorial I’m presenting you a little weather widget, that could come handy for travel websites, or our personal page. If you make some changes on the code, you could show a different interface on your website, according to the weather on your city. Pretty cool stuff. We gonna connect weather.com XML data file [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/10/creating-a-weather-widget-with-xml-and-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 ImageMagick command line examples – part 1</title>
		<link>http://sidealice.com/2011/10/5-imagemagick-command-line-examples-%e2%80%93-part-1/</link>
		<comments>http://sidealice.com/2011/10/5-imagemagick-command-line-examples-%e2%80%93-part-1/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 07:40:51 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[imagemagick]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2050</guid>
		<description><![CDATA[If you have ever wanted to manipulate images under linux you probably have used Gimp. This isn&#8217;t your only option and if you want to do things from the command line a better option is to use ImageMagick&#8216;s convert utility. I&#8217;ve put together 5 simple command line examples that I have found useful. This is just a [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/10/5-imagemagick-command-line-examples-%e2%80%93-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP ImageMagick MagickWand Examples</title>
		<link>http://sidealice.com/2011/10/php-imagemagick-magickwand-examples/</link>
		<comments>http://sidealice.com/2011/10/php-imagemagick-magickwand-examples/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 07:39:56 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[magickwand]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2048</guid>
		<description><![CDATA[A while back I explained how to compile the ImageMagick extension for PHPand this past week I got around to creating some example code to make some of the command line examples I have in ImageMagick command line examples part 1 and ImageMagick command line examples part 2. The first step of course is to make sure the MagickWand [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/10/php-imagemagick-magickwand-examples/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux 文件系统 btrfs 在 kernel 3.0的支持</title>
		<link>http://sidealice.com/2011/07/linux-%e6%96%87%e4%bb%b6%e7%b3%bb%e7%bb%9f-btrfs-%e5%9c%a8-kernel-3-0%e7%9a%84%e6%94%af%e6%8c%81/</link>
		<comments>http://sidealice.com/2011/07/linux-%e6%96%87%e4%bb%b6%e7%b3%bb%e7%bb%9f-btrfs-%e5%9c%a8-kernel-3-0%e7%9a%84%e6%94%af%e6%8c%81/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 16:24:44 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>
		<category><![CDATA[btrfs]]></category>
		<category><![CDATA[kernel 3.0]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2034</guid>
		<description><![CDATA[安装的gentoo现在用的是keernel 3.0所以顺便研究了btrfs性能改进情况。 具体这篇文章很有价值，是一个很好的入门指引。 如果基于ssd，或者用raid搭建文件系统，btrfs给了我很大的想法。 Btrfs 简介 文件系统似乎是内核中比较稳定的部分，多年来，人们一直使用 ext2/3，ext 文件系统以其卓越的稳定性成为了事实上的 Linux 标准文件系统。近年来 ext2/3 暴露出了一些扩展性问题，于是便催生了 ext4 。在 2008 年发布的 Linux2.6.19 内核中集成了 ext4 的 dev 版本。 2.6.28 内核发布时，ext4 结束了开发版，开始接受用户的使用。似乎 ext 就将成为 Linux 文件系统的代名词。然而当您阅读很多有关 ext4 的文章时，会发现都不约而同地提到了 btrfs，并认为 ext4 将是一个过渡的文件系统。 ext4 的作者 Theodore Tso 也盛赞 btrfs 并认为 btrfs 将成为下一代 Linux 标准文件系统。 Oracle，IBM， Intel 等厂商也对 btrfs 表现出了极大的关注，投入了资金和人力。为什么 btrfs 如此受人瞩目呢。这便是本文首先想探讨的问题。 Kevin Bowling[1] [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/07/linux-%e6%96%87%e4%bb%b6%e7%b3%bb%e7%bb%9f-btrfs-%e5%9c%a8-kernel-3-0%e7%9a%84%e6%94%af%e6%8c%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress 作为cms的短板</title>
		<link>http://sidealice.com/2011/04/wordpress-%e4%bd%9c%e4%b8%bacms%e7%9a%84%e7%9f%ad%e6%9d%bf/</link>
		<comments>http://sidealice.com/2011/04/wordpress-%e4%bd%9c%e4%b8%bacms%e7%9a%84%e7%9f%ad%e6%9d%bf/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:22:00 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>
		<category><![CDATA[软件开发SoftDev]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2009</guid>
		<description><![CDATA[信息的趋势： 1 动态信息和外部交互（wp需要插件扩展，但是业务流程的扩展在api支持下较为欠缺） 2 系统不支持多语言（这个问题使其只能是blog，不能作为cms，即使是multi-blog也无法解决内容冗余问题） 3 系统的流程部分太呆板，无法流程定制。网站的业务逻辑有限 4 系统的后台围绕内容，没有有效分离内容的各个职能， 很难定义不同内容 随机日志2007年07月20日 -- Open Addict &#8211; 驱逐IE! (0)著名的开源话题网站 Open Addict 近日宣布，站点首页将不再支持使用 IE 浏览器浏览，同时...2008年01月13日 -- 战国Rance [土豆视频] (0)...2009年10月19日 -- SQL数据库注入攻击与防范 SQL Injection Attacks and Defense (0) Description: SQL injection represents one of the...2007年07月20日 -- [Falcom]英雄传说6 SC 第二篇章 娱乐通消息！ (0)69元《英雄传说6：空之轨迹》普通版确定停版。市场上仅存的库存销售完之后，将不再追加生产。需要收藏的...2009年09月26日 -- Oracle PL/SQL Programming (0) Description: This book is [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/04/wordpress-%e4%bd%9c%e4%b8%bacms%e7%9a%84%e7%9f%ad%e6%9d%bf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>symfony2 框架更新</title>
		<link>http://sidealice.com/2011/04/symfony2-%e6%a1%86%e6%9e%b6%e6%9b%b4%e6%96%b0/</link>
		<comments>http://sidealice.com/2011/04/symfony2-%e6%a1%86%e6%9e%b6%e6%9b%b4%e6%96%b0/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:17:36 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2007</guid>
		<description><![CDATA[这个框架在ror的时代活到现在，可见生命力旺盛， 但是框架和应用是需要互相呼应的，不然系统的框架再好也没法得到体现。 &#160; http://symfony.com 随机日志2009年09月19日 -- Hacking – The Next Generation Edition September 2009 Retail Ebook-ATTiCA (0) Hacking The Next Generation Supplied by..: Te...2005年09月7日 -- [EUSHULLY]EUSHULLY的2年开发计划表（共4个游戏） (0) ～２ヶ年計画４タイトルのラインナップ～ リリース順 第１弾 第...2009年10月22日 -- Wordpress 2.8.5 Hardening 版本发布! 安全修复 (0)这个版本关键更新内容: 修复了 Trackback 服务拒绝攻击 移除了php代码中目前...2006年01月16日 -- 押井守2006新作-立喰師列伝 (0) 歴史...2004年12月20日 -- [ALICESOFT]UNIX 下玩ALICESOFT的SYSTEM!!! (0)1 下载:-&#62;ダウンロード 2 教程:-&#62;とりあえず使ってみたい人のために 支持列表...]]></description>
		<wfw:commentRss>http://sidealice.com/2011/04/symfony2-%e6%a1%86%e6%9e%b6%e6%9b%b4%e6%96%b0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>适合潮产品的图片thumbnail效果</title>
		<link>http://sidealice.com/2011/04/%e9%80%82%e5%90%88%e6%bd%ae%e4%ba%a7%e5%93%81%e7%9a%84%e5%9b%be%e7%89%87thumbnail%e6%95%88%e6%9e%9c/</link>
		<comments>http://sidealice.com/2011/04/%e9%80%82%e5%90%88%e6%bd%ae%e4%ba%a7%e5%93%81%e7%9a%84%e5%9b%be%e7%89%87thumbnail%e6%95%88%e6%9e%9c/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:15:00 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2005</guid>
		<description><![CDATA[http://www.sohtanaka.com/web-design/examples/image-zoom/ 随机日志2005年10月1日 -- [KAGADO]蒼い空のネオスフィアあどべんちゃー (0) http://www.kogado.com/html/kuma/neoadv/index.htm...2009年10月13日 -- 开源VOIP &#8211; Asterisk 1.6 (0) Description: The book offers rea...2009年09月26日 -- 1G内存VPS&#8230;我的服务器mysql配置文件(config) (0)[client] port        = 3306 socket        = /var...2008年01月15日 -- [土豆视频] 绝望先生 第二季 (0)主人公糸色望[各位请看清楚，这是三个字糸色望]在去学校赴任2年へ组班主任的途中开始。与其说糸色望是赴...2009年09月4日 -- Sakai Courseware Management: The Official Guide (0) You must register before you can view this text...]]></description>
		<wfw:commentRss>http://sidealice.com/2011/04/%e9%80%82%e5%90%88%e6%bd%ae%e4%ba%a7%e5%93%81%e7%9a%84%e5%9b%be%e7%89%87thumbnail%e6%95%88%e6%9e%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GA 事件跟踪指南</title>
		<link>http://sidealice.com/2011/04/ga-%e4%ba%8b%e4%bb%b6%e8%b7%9f%e8%b8%aa%e6%8c%87%e5%8d%97/</link>
		<comments>http://sidealice.com/2011/04/ga-%e4%ba%8b%e4%bb%b6%e8%b7%9f%e8%b8%aa%e6%8c%87%e5%8d%97/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:14:19 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2003</guid>
		<description><![CDATA[设置事件跟踪 您需要按照以下步骤在网站上设置跟踪功能，然后才能在报告中查看事件跟踪结果。 在您的网站上设置跟踪功能。确保您已为网站设置好了跟踪功能。要了解具体设置方法，请参阅跟踪网站。 在网页对象、窗口小部件或视频的源代码中调用 _trackEvent() 方法。 _trackEvent() 方法的规范为： _trackEvent(category, action, opt_label, opt_value) 类别（必填）为要跟踪的对象组指定的名称。 操作（必填）与每个类别具有唯一对应关系的字符串，通常用于为网页对象定义用户互动的类型。 标签（可选）为事件数据提供额外维度的可选字符串。 值（可选）可以用来提供有关用户事件的数值数据的整数。 &#160; 查看报告。在事件跟踪设置完毕并在您的网站上运行一天之后，请转到报告的“内容” 部分并查看“事件跟踪” 。 事件跟踪详解 事件跟踪数据模型由以下几部分组成，这些组成部分与 Google Analytics（分析）报告界面中的相应元素一一对应： 类别 操作 标签 值 隐含计数 以下是一个简单的例子，解释了如何使用事件跟踪方法来记录用户与您网页上的视频“播放”链接之间的互动。 其中假设 pageTracker 是您的跟踪对象的名称。 &#60;a href="#" onClick="_gaq.push(['_trackEvent', 'Videos', 'Play', 'Baby\'s First Birthday']);"&#62;Play&#60;/a&#62; 在这个例子中，事件的报告会将 Videos 显示为“类别”，将 Play 显示为“操作”，将 Baby&#8217;s First Birthday 显示为“标签”。下文将会详细说明这些组成部分。请注意，在实施事件跟踪时，您可以使用此数据模型作为指南，也可以直接使用 _trackEvent() 方法，以适用于您的数据的任意方式来细分用户互动。 返回页首 类别 对于事件跟踪，“类别” 是您指定的用于分组要跟踪的对象的方式。它是 _trackEvent() 方法中使用的第一个参数，并且是必填参数。 “类别” 一词在报告界面里位于“事件概览”页上，名为“热门类别”。在此模型中，类别代表事件跟踪层级结构的“根级别”，您可以采用适合您的报告需要的任意方式使用该结构。一般来说，对于您想要归入指定类别的相关用户界面元素，您会多次用到同一类别名称。 例如，要跟踪同一个视频界面上的三个单独控件的用户互动情况，您可以使用以下函数： _gaq.push(['_trackEvent', [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/04/ga-%e4%ba%8b%e4%bb%b6%e8%b7%9f%e8%b8%aa%e6%8c%87%e5%8d%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GA 电子商务跟踪 (后续需要进一步和event整合按钮响应)</title>
		<link>http://sidealice.com/2011/04/ga-%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1%e8%b7%9f%e8%b8%aa-%e5%90%8e%e7%bb%ad%e9%9c%80%e8%a6%81%e8%bf%9b%e4%b8%80%e6%ad%a5%e5%92%8cevent%e6%95%b4%e5%90%88%e6%8c%89%e9%92%ae%e5%93%8d%e5%ba%94/</link>
		<comments>http://sidealice.com/2011/04/ga-%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1%e8%b7%9f%e8%b8%aa-%e5%90%8e%e7%bb%ad%e9%9c%80%e8%a6%81%e8%bf%9b%e4%b8%80%e6%ad%a5%e5%92%8cevent%e6%95%b4%e5%90%88%e6%8c%89%e9%92%ae%e5%93%8d%e5%ba%94/#comments</comments>
		<pubDate>Fri, 22 Apr 2011 12:13:51 +0000</pubDate>
		<dc:creator>AirForce</dc:creator>
				<category><![CDATA[网站开发WebDev]]></category>

		<guid isPermaLink="false">http://sidealice.com/?p=2001</guid>
		<description><![CDATA[电子商务跟踪 在报告您网站的电子商务活动之前，Google Analytics（分析）需要您先在网站的配置文件设置页启用电子商务跟踪。然后，您还必须在购物车页或通过电子商务软件实施 ga.js 电子商务跟踪方法。会有一整套电子商务方法协同运作，将有关每个用户所发生交易的信息发送到 Google Analytics（分析）数据库。采用这种方式，Google Analytics（分析）即可将特定引荐来源关联到转化或购买操作。大多数由模板驱动的电子商务引擎都可以进行修改，以便收集隐藏在订单确认页中的信息。 一般性原则 指南 完整示例 一般过程 对以下三个用于跟踪您网站上的电子商务交易的方法进行总结，即可最好地说明使用 Google Analytics（分析）跟踪电子商务的基本过程。对这些方法的说明顺序即是您应该在购物车或电子商务软件中调用它们的顺序。 创建交易对象。使用 _addTrans() 方法初始化交易对象。该交易对象存储与单个交易相关的所有信息，如订单 ID、运费和帐单邮寄地址。交易对象中的信息是采用订单 ID 的方法与其项目相关联，交易及其所有项目的 ID 都应该是相同的。 将项目添加到交易。_addItem() 方法跟踪有关用户购物车中各个项目的信息，并通过 orderId 字段将项目与各个交易关联起来。此字段会跟踪有关各个项目的详情，如 SKU、价格、类别和数量等。 将交易提交到 Google Analytics（分析）服务器。_trackTrans() 方法确认已经发生了购买操作，且交易对象中积累的所有数据已作为交易完结。 有多种方式可从电子商务引擎获取此项信息。有些电子商务引擎会将购买信息写入可供您使用的隐藏表单，有些则将此信息保留在可供您检索的数据库中，其他电子商务引擎则将此信息存储在 Cookie 中。某些认可 Google Analytics（分析）的更为热门的电子商务引擎会提供自己的模块以便简化 Google Analytics（分析）的订单跟踪过程。 指南 当您实施电子商务跟踪时，请注意以下几点。 对于每个被添加到交易的项目，该 SKU 代码都是必要参数。 如果某个交易包含多个项目，却没有为每个项目提供 SKU，则只会向已添加到交易且提供了 SKU 的最后一个项目发送 GIF 请求。另外，如果您的库存中的两种不同的物品具有相同的 SKU，并且某访问者同时购买了这两种物品，则您将只会获得与最近添加的物品有关的数据。因此，您应该确认自己提供的每个项目都有唯一的 SKU。 _addTrans() 和 _addItem() 的参数列表按位置进行匹配。 虽然不是所有的参数都是必需的，对于未指定的参数，您还是应该提供空的占位符，以避免错误发生。例如，如下所示，您要添加只包含订单 ID、SKU、价格和数量的项目： _addItem("54321", [...]]]></description>
		<wfw:commentRss>http://sidealice.com/2011/04/ga-%e7%94%b5%e5%ad%90%e5%95%86%e5%8a%a1%e8%b7%9f%e8%b8%aa-%e5%90%8e%e7%bb%ad%e9%9c%80%e8%a6%81%e8%bf%9b%e4%b8%80%e6%ad%a5%e5%92%8cevent%e6%95%b4%e5%90%88%e6%8c%89%e9%92%ae%e5%93%8d%e5%ba%94/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

