<?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>Bali Web Maker &#187; webmaster</title>
	<atom:link href="http://baliwebmaker.org/category/webmaster/feed/" rel="self" type="application/rss+xml" />
	<link>http://baliwebmaker.org</link>
	<description>pembuat web site amatiran, resiko ditanggung penumpang</description>
	<lastBuildDate>Sat, 17 Apr 2010 01:16:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>15 tips disain website</title>
		<link>http://baliwebmaker.org/15-tips-disain-website/</link>
		<comments>http://baliwebmaker.org/15-tips-disain-website/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 01:16:42 +0000</pubDate>
		<dc:creator>Bali Web Maker</dc:creator>
				<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://baliwebmaker.org/?p=163</guid>
		<description><![CDATA[Berikut adalah 15 tips desain situs web yang mungkin telah diabaikan padahal cukup penting. Mungkin berguna untuk kita lakukan

1. Custom 404 Pages
Membuat halaman web 404, jadi kalau ada pengunjung web kita yang salah ketik atau salah eja url kita, mereka tetap disajikan halaman yang ada isi navigasinya (daripada tidak melihat pesan error &#8220;Page Not Found&#8221; [...]]]></description>
		<wfw:commentRss>http://baliwebmaker.org/15-tips-disain-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery show data on select</title>
		<link>http://baliwebmaker.org/jquery-show-data-on-select/</link>
		<comments>http://baliwebmaker.org/jquery-show-data-on-select/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 03:37:57 +0000</pubDate>
		<dc:creator>Bali Web Maker</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[webmaster]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://baliwebmaker.org/?p=132</guid>
		<description><![CDATA[Menampilkan data sebagai hasil dari pilihan select, menggunakan ajax jquery. dalam tutorial ini kita memakai tiga berkas.
1.index.php
2.sumberdata.php
3.jquery-1.3.2.min.js
isi file dari index.html sebagai berikut
&#60;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&#62;
&#60;html xmlns="http://www.w3.org/1999/xhtml"&#62;
&#60;head&#62;
&#60;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&#62;
&#60;script type="text/javascript" src="jquery-1.3.2.min.js"&#62;&#60;/script&#62;
&#60;script type="text/javascript"&#62;
$(document).ready(function(){
 	$("#loading")
		.ajaxStart(function(){
		$(this).show(500);
		$(this).text('loading...');
		$("#container").hide(500);
   })
   .ajaxStop(function(){
   		$(this).hide(500);$("#container").show(500);
   });
$("#myForm select#roomid").change(function(e){
		e.preventDefault();
		if($(this).val()==""){ $("#container").hide(); }
		else {
		$.post("sumberdata.php", { roomid: [...]]]></description>
		<wfw:commentRss>http://baliwebmaker.org/jquery-show-data-on-select/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspiration, Collaboration and Other Resources</title>
		<link>http://baliwebmaker.org/inspiration-collaboration-and-other-resources/</link>
		<comments>http://baliwebmaker.org/inspiration-collaboration-and-other-resources/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:24:18 +0000</pubDate>
		<dc:creator>Bali Web Maker</dc:creator>
				<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://baliwebmaker.org/inspiration-collaboration-and-other-resources/</guid>
		<description><![CDATA[FullSingle &#8211; A gallery of really awesome single-page websites.
We Love WP &#8211; A showcase of WordPress powered websites (not just blogs).
One Page Love &#8211; Another showcase of great one-page websites.
Screenalicio.us &#8211; A Web design gallery with more than 10,000 screenshots.
CSS Mania &#8211; A gallery of almost 12,000 CSS website designs.
The Best Designs &#8211; A huge [...]]]></description>
		<wfw:commentRss>http://baliwebmaker.org/inspiration-collaboration-and-other-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphics, Page Elements and Design Tools</title>
		<link>http://baliwebmaker.org/graphics-page-elements-and-design-tools/</link>
		<comments>http://baliwebmaker.org/graphics-page-elements-and-design-tools/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:21:41 +0000</pubDate>
		<dc:creator>Bali Web Maker</dc:creator>
				<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://baliwebmaker.org/graphics-page-elements-and-design-tools/</guid>
		<description><![CDATA[ScrnShots &#8211; Host, share and tag your screenshots.
flickrSLiDR &#8211; Create and embed a flickr slideshow on your website or blog.
websnapr 2.0 &#8211; Online tool for capturing thumbnail of websites.
StyleIgnite &#8211; Design snippets (CSS, HTML, and more) for contact forms, layouts, and more that you can use on your sites.
BgPatterns &#8211; Background pattern creation tool with [...]]]></description>
		<wfw:commentRss>http://baliwebmaker.org/graphics-page-elements-and-design-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resources for More Advanced Users and Professionals</title>
		<link>http://baliwebmaker.org/resources-for-more-advanced-users-and-professionals/</link>
		<comments>http://baliwebmaker.org/resources-for-more-advanced-users-and-professionals/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:19:43 +0000</pubDate>
		<dc:creator>Bali Web Maker</dc:creator>
				<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://baliwebmaker.org/resources-for-more-advanced-users-and-professionals/</guid>
		<description><![CDATA[CSS Superdouche &#8211; Strip unneeded content and redundant calls from your CSS, reducing its size and complexity.
Code Beautifier &#8211; Format and optimize your CSS code.
CSSFly &#8211; In-browser editing of (X)HTML and CSS.
CSS Drive CSS Compressor &#8211; Decrease your CSS file size and loading speed with this tool.
Clean CSS &#8211; Another CSS optimization tool for reducing [...]]]></description>
		<wfw:commentRss>http://baliwebmaker.org/resources-for-more-advanced-users-and-professionals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginner Resources</title>
		<link>http://baliwebmaker.org/beginner-resources/</link>
		<comments>http://baliwebmaker.org/beginner-resources/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 12:18:49 +0000</pubDate>
		<dc:creator>Bali Web Maker</dc:creator>
				<category><![CDATA[webmaster]]></category>

		<guid isPermaLink="false">http://baliwebmaker.org/?p=118</guid>
		<description><![CDATA[ Beginner Resources
YAML Builder &#8211; Easy to use YAML (Yet Another Multicolumn Layout) XHTML/CSS site layout builder.
Sky CSS Tool &#8211; JavaScript CSS authoring app.
The Box Office &#8211; CSS formatting tool for wrapping text around images.
CSSTXT &#8211; Online CSS text style generator.
izzyMenu.com &#8211; Free CSS menu builder.
pForm &#8211; HTML form builder.

Roxer &#8211; Drag and drop website [...]]]></description>
		<wfw:commentRss>http://baliwebmaker.org/beginner-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
