<?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"
	>

<channel>
	<title>郭爽的网页设计资料</title>
	<atom:link href="http://webdesign.guoshuang.com/feed" rel="self" type="application/rss+xml" />
	<link>http://webdesign.guoshuang.com</link>
	<description>没有样式就是最好的样式</description>
	<pubDate>Wed, 04 Jun 2008 12:20:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>韩国·欧美实用设计分层源文件 12DVD</title>
		<link>http://webdesign.guoshuang.com/archives/2008-06-04-6168.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-06-04-6168.html#comments</comments>
		<pubDate>Wed, 04 Jun 2008 12:20:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[还没有分类的日志]]></category>

		<guid isPermaLink="false">http://webdesign.guoshuang.com/?p=6168</guid>
		<description><![CDATA[下载地址：
http://www.verycd.com/groups/datum/254656.topic
全套一共有739个PSD源文件，包含有食品餐饮PSD，健康PSD，美丽美容PSD，花纹PSD，音乐PSD，鲜花PSD，夏天PSD，水果PSD，秋 天PSD，家居PSD，婚礼PSD，幻彩PSD，商业PSD，瓷器花纹PSD，科技类PSD，艺术欣赏类PSD,并且赠送数百个PSD和AI设计源文件！ 他与以往任何一套设计素材库都不同，以及其强的实用性，征服了设计界，能够极大的提高你的工作效率
]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-06-04-6168.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Web design stuffs</title>
		<link>http://webdesign.guoshuang.com/archives/2008-06-03-6166.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-06-03-6166.html#comments</comments>
		<pubDate>Tue, 03 Jun 2008 12:26:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[还没有分类的日志]]></category>

		<guid isPermaLink="false">http://webdesign.guoshuang.com/?p=6166</guid>
		<description><![CDATA[http://nicobou.deviantart.com/gallery/
http://designerscouch.deviantart.com/gallery/
http://webgraphix.deviantart.com/gallery/
http://templateartists.deviantart.com/gallery/
]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-06-03-6166.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>动态嵌入 javascript 和 css</title>
		<link>http://webdesign.guoshuang.com/archives/2008-02-26-6165.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-02-26-6165.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 02:22:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[css]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[flickr]]></category>

		<guid isPermaLink="false">http://webdesign.guoshuang.com/archives/2008-02-26-6165.html</guid>
		<description><![CDATA[动态嵌入 css 代码
var headID = document.getElementsByTagName(&#8221;head&#8221;)[0];
var cssNode = document.createElement(&#8217;link&#8217;);
cssNode.type = &#8216;text/css&#8217;;
cssNode.rel = &#8217;stylesheet&#8217;;
cssNode.href = &#8216;FireFox.css&#8217;;
cssNode.media = &#8217;screen&#8217;;
headID.appendChild(cssNode);
动态嵌入 javascript 代码
var headID = document.getElementsByTagName(&#8221;head&#8221;)[0];
var newScript = document.createElement(&#8217;script&#8217;);
newScript.type = &#8216;text/javascript&#8217;;
newScript.src = &#8216;http://www.somedomain.com/somescript.js&#8217;;
headID.appendChild(newScript);
Ajax 就加入 javascript
function ajaxObject(url, callbackFunction) {
var that=this;
this.updating = false;
this.update = function(passData,postMethod) {
if (that.updating==true) { return false; }
that.updating=true;
var AJAX = null;
if (window.XMLHttpRequest) {
AJAX=new XMLHttpRequest();
} else {
AJAX=new ActiveXObject(&#8221;Microsoft.XMLHTTP&#8221;);
}
if (AJAX==null) {
return false;
} else {
AJAX.onreadystatechange [...]]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-02-26-6165.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>jQuery 动画效果插件</title>
		<link>http://webdesign.guoshuang.com/archives/2008-01-27-6156.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-01-27-6156.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<guid isPermaLink="false">http://blog.guoshuang.com/showlog.asp?log_id=6156</guid>
		<description><![CDATA[看到 wordpress 后台的颜色变化效果，找了找&#8230;
 点击这里打开新窗口浏览此网页 
via http://plugins.jquery.com/project/color
]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-01-27-6156.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>关于 css,js 文件后面的数字串</title>
		<link>http://webdesign.guoshuang.com/archives/2008-01-26-6153.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-01-26-6153.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<guid isPermaLink="false">http://blog.guoshuang.com/showlog.asp?log_id=6153</guid>
		<description><![CDATA[因为我极少做项目，所以并没有体会。类似
xxxx/123.css?234235345
xxxx/123.js?234235345
这样的写法大约有两个可能：
1.为了不让浏览器缓存。
2.可能是 url-rewrite 的处理，比如 xxx/123.php?id=234235345
]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-01-26-6153.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>swfupload 文件上传</title>
		<link>http://webdesign.guoshuang.com/archives/2008-01-24-6150.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-01-24-6150.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<guid isPermaLink="false">http://blog.guoshuang.com/showlog.asp?log_id=6150</guid>
		<description><![CDATA[官网报错，打不开，回头看看。
官方网站：swfupload.mammon.se/
文档说明：http://swfupload.mammon.se/documentation.php
var swfu;
window.onload = function() {
 swfu = new SWFUpload({
  upload_script : &#8220;/upload&#8221;,    // 用于处理上传文件保存的controller,action
  target : &#8220;SWFUploadTarget&#8221;, //显示swf的div id
  flash_path : &#8220;/swf/SWFUpload.swf&#8221;,  //swf路 径
  allowed_filesize : 30720, // 30 MB   上传文件大小的限制
  allowed_filetypes : &#8220;*.*&#8221;,  //允许文件类型
  allowed_filetypes_description : &#8220;All files&#8230;&#8221;, //允许文件的描述，如*.jpg
  browse_link_innerhtml [...]]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-01-24-6150.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>markupnow 代码分析</title>
		<link>http://webdesign.guoshuang.com/archives/2008-01-24-6148.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-01-24-6148.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<guid isPermaLink="false">http://blog.guoshuang.com/showlog.asp?log_id=6148</guid>
		<description><![CDATA[ie6,7 css 打补丁；js；re 类似自定义的简单 $()；body 给 id区分栏目。ie6 css 里用 htc 模拟 hover 等 css 效果。




	
	


function re(element){
var el = '';
if (document.layers){ el = document[element];}
else if (document.all){ el = document.all[element];}
else if (document.getElementById){ el = document.getElementById(element);}
if (el == undefined &#124;&#124; el == null &#124;&#124; el == &#8221;){return false;}else{return el;}
}//end function


]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-01-24-6148.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>jquery trim()</title>
		<link>http://webdesign.guoshuang.com/archives/2008-01-23-6141.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-01-23-6141.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<guid isPermaLink="false">http://blog.guoshuang.com/showlog.asp?log_id=6141</guid>
		<description><![CDATA[去掉字符串头尾的空格

  
  
  $(document).ready(function(){
    $("button").click(function () {
      var str = "     lots of spaces before and after     ";
      alert("'" + str + "'");
      str = jQuery.trim(str);
 [...]]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-01-23-6141.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ajax 搜索 guoshuang blog</title>
		<link>http://webdesign.guoshuang.com/archives/2008-01-23-6140.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-01-23-6140.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<guid isPermaLink="false">http://blog.guoshuang.com/showlog.asp?log_id=6140</guid>
		<description><![CDATA[测试 jQuery ajax 功能，只搜索文章标题。

 点击这里打开新窗口浏览此网页
jquery JSON 的 autocomplete 代码例子
http://www.cs.bgu.ac.il/~ygleyzer/files/utils/jqac/jqac_example.html
http://www.dyve.net/jquery/?autocomplete
]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-01-23-6140.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>jquery UI 效果介绍</title>
		<link>http://webdesign.guoshuang.com/archives/2008-01-23-6139.html</link>
		<comments>http://webdesign.guoshuang.com/archives/2008-01-23-6139.html#comments</comments>
		<pubDate>Wed, 31 Dec 1969 18:00:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<guid isPermaLink="false">http://blog.guoshuang.com/showlog.asp?log_id=6139</guid>
		<description><![CDATA[以下为引用内容:
所有效果说明：
基本的鼠标互动：
拖拽(drag and dropping)、排序(sorting)、选择(selecting)、缩放(resizing)
各种互动效果：
手风琴式的折叠菜单(accordions)、日历(date pickers)、对话框(dialogs)、滑动条
(sliders)、表格排序(table sorters)、页签(tabs)
放大镜效果(magnifier)、阴影效果(shadow)
第一部分：鼠标交互
1.1 Draggables:拖拽
所需文件：
ui.mouse.js
ui.draggable.js
ui.draggable.ext.js
用法：文件载入后，可以拖拽class = &#8220;block&#8221;的层
$(document).ready(function(){
    $(&#8221;.block&#8221;).draggable();
});
draggable(options)可以跟很多选项
选项说明：http://docs.jquery.com/UI/Draggables/draggable#options
选项实例：http://dev.jquery.com/view/trunk/plugins/ui/tests/draggable.html
1.2 Droppables
所需要文件，drag drop
ui.mouse.js
ui.draggable.js
ui.draggable.ext.js
ui.droppable.js
ui.droppable.ext.js
用法：
$(document).ready(function(){
    $(&#8221;.block&#8221;).draggable({helper: &#8216;clone&#8217;});
$(&#8221;.drop&#8221;).droppable({
   accept: &#8220;.block&#8221;,
   activeClass: &#8216;droppable-active&#8217;,
   hoverClass: &#8216;droppable-hover&#8217;,
   drop: function(ev, ui) {
       $(this).append(&#8221;Dropped!&#8221;);
   }
});
});
选项说明：http://docs.jquery.com/UI/Droppables/droppable#options
选项实例：http://dev.jquery.com/view/trunk/plugins/ui/tests/droppable.html
1.3　Sortables　排序
所需要的文件
jquery.dimensions.js
ui.mouse.js
ui.draggable.js
ui.droppable.js
ui.sortable.js
用法：
$(document).ready(function(){
    $(&#8221;#myList&#8221;).sortable({});
});
dimensions文档http://jquery.com/plugins/project/dimensions
选项说明：http://docs.jquery.com/UI/Sortables/sortable#options
选项实例：http://dev.jquery.com/view/trunk/plugins/ui/demos/ui.sortable.html
1.4 Selectables 选择
所需要的文件
jquery.dimensions.js
ui.mouse.js
ui.draggable.js
ui.droppable.js
ui.selectable.js
用法：
$(document).ready(function(){
   [...]]]></description>
		<wfw:commentRss>http://webdesign.guoshuang.com/archives/2008-01-23-6139.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
