<?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>KiPiPo.com</title>
	<atom:link href="http://kipipo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kipipo.com</link>
	<description>blog design wallpaper web programming review</description>
	<lastBuildDate>Wed, 22 Aug 2012 14:58:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>check checkbox with specific value ( using jQuery )</title>
		<link>http://kipipo.com/311/check-checkboxes-with-specific-value-using-jquery/</link>
		<comments>http://kipipo.com/311/check-checkboxes-with-specific-value-using-jquery/#comments</comments>
		<pubDate>Mon, 20 Aug 2012 10:18:53 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=311</guid>
		<description><![CDATA[To check/uncheck checkbox with specific value using jQuery. To check checkbox with id lead with "chk_hobby_" and has value = 7 : $("#data-form input[id^='chk_hobby_'][value=7]").prop('checked',true); To uncheck checkbox with id lead with "chk_hobby_" and has value = 2 : $("#data-form input[id^='chk_hobby_'][value=2]").prop('checked',false); HTML Sample : &#60;form id="data-form"&#62;Hobby &#60;div&#62;&#60;input id="chk_hobby_2" type="checkbox" name="hobby[]" value="2" checked="true" /&#62; &#60;label&#62;Swimming&#60;/label&#62;&#60;/div&#62; &#60;div&#62;&#60;input id="chk_hobby_6" type="checkbox" name="hobby[]" value="6" /&#62; &#60;label&#62;Watching Movie&#60;/label&#62;&#60;/div&#62; &#60;div&#62;&#60;input id="chk_hobby_7" type="checkbox" name="hobby[]" value="7" /&#62; &#60;label&#62;Bowling&#60;/label&#62;&#60;/div&#62; &#60;/form&#62; Demo : http://jsfiddle.net/B6Jks/]]></description>
		<wfw:commentRss>http://kipipo.com/311/check-checkboxes-with-specific-value-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript UI library</title>
		<link>http://kipipo.com/287/javascript-ui-library/</link>
		<comments>http://kipipo.com/287/javascript-ui-library/#comments</comments>
		<pubDate>Tue, 24 Jul 2012 15:55:44 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[javascript jquery ui datepicker]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=287</guid>
		<description><![CDATA[Here some javascript library for make your website user interface (UI) looks good and cut your time to create common UI. They have many common feature which is we need for common website, datagrid, tree, window, menu, accordion, datepicker, etc . jQuery UI http://jqueryui.com jQuery EasyUI This library is created  based on jQuery. http://www.jeasyui.com jqWidgets [...]]]></description>
		<wfw:commentRss>http://kipipo.com/287/javascript-ui-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Cartoon wallpaper for your desktop</title>
		<link>http://kipipo.com/251/10-cartoon-wallpaper-for-your-desktop/</link>
		<comments>http://kipipo.com/251/10-cartoon-wallpaper-for-your-desktop/#comments</comments>
		<pubDate>Mon, 23 Jul 2012 15:23:18 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[cartoon wallpaper cute]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=251</guid>
		<description><![CDATA[Here some cartoon wallpaper to make your desktop (computer) looks nice . Toast's Death 1 Wallpaper, by milkbun An Hsin Pu Tzu Lovely Cartoon Characters, source : http://www.wallcoo.net An Hsin Pu Tzu Lovely Cartoon Characters, source : http://www.wallcoo.net Dango Daikazoku Wallpaper,  by PeterPan-Syndrome  Chocolate wallpaper,   by orangecircle. &#160; Fish Rider Wallpaper,  by pronouncedyou &#160; Rooster - Cartoon Chinese Zodiac Animal Sign wallpaper, http://www.wallcoo.net Copy Cat [...]]]></description>
		<wfw:commentRss>http://kipipo.com/251/10-cartoon-wallpaper-for-your-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free tool for draw Diagram</title>
		<link>http://kipipo.com/239/free-tool-for-draw-diagram/</link>
		<comments>http://kipipo.com/239/free-tool-for-draw-diagram/#comments</comments>
		<pubDate>Sun, 15 Jul 2012 11:32:47 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[diagram tools]]></category>
		<category><![CDATA[erd editor]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[online tools]]></category>
		<category><![CDATA[uml]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=239</guid>
		<description><![CDATA[Sometimes we need to draw our idea or  business flow so other people can easily understand our idea. I found one good online software to draw diagram . It's free and no need to install anything, just open it using browser (Firefox, Google Chrome, Safari, etc) .]]></description>
		<wfw:commentRss>http://kipipo.com/239/free-tool-for-draw-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Generator Tools</title>
		<link>http://kipipo.com/220/css-generator-tools/</link>
		<comments>http://kipipo.com/220/css-generator-tools/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 02:47:31 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[css 3]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=220</guid>
		<description><![CDATA[Here some useful web design tools for make your live easier  :) . CSS Button Generator - button.csscook.com CSS Layout Generator - csslayoutgenerator.com CSS Rounded Corner Generator - cssround.com CSS Pattern Generator - www.patternify.com CSS Text to Path generator - csswarp.eleqtriq.com CSS Sprites Generator - csssprites.com]]></description>
		<wfw:commentRss>http://kipipo.com/220/css-generator-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hear music online</title>
		<link>http://kipipo.com/209/hear-music-online/</link>
		<comments>http://kipipo.com/209/hear-music-online/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 10:57:22 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[website review]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[music online]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=209</guid>
		<description><![CDATA[If you have fast internet connection, i think you must try this one.  Online Music Website. In here you can search your favorite song and play it directly no need to download it. You can create your playlist also dan save it. It's free . They have so many type  of song, from west, japan, [...]]]></description>
		<wfw:commentRss>http://kipipo.com/209/hear-music-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>basic jquery tutorial</title>
		<link>http://kipipo.com/166/basic-jquery-tutorial/</link>
		<comments>http://kipipo.com/166/basic-jquery-tutorial/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 14:30:12 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=166</guid>
		<description><![CDATA[What is jquery ? jquery is one of most popular javascript library to make your live easier , you can make animation, ajax, manipulate html with only few line code. You can download jquery file from www.jquery.com . Here same sample jquery for basic usage   . Hello World //make sure you use ready state [...]]]></description>
		<wfw:commentRss>http://kipipo.com/166/basic-jquery-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 awesome Sunset wallpapers</title>
		<link>http://kipipo.com/145/10-awesome-sunset-wallpapers/</link>
		<comments>http://kipipo.com/145/10-awesome-sunset-wallpapers/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 16:18:03 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[wallpaper]]></category>
		<category><![CDATA[wallpaper sunset]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=145</guid>
		<description><![CDATA[Here 10 awesome Sunset wallpapers]]></description>
		<wfw:commentRss>http://kipipo.com/145/10-awesome-sunset-wallpapers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Photo Editor Online</title>
		<link>http://kipipo.com/131/free-photo-editor-online/</link>
		<comments>http://kipipo.com/131/free-photo-editor-online/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 16:06:15 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[website review]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=131</guid>
		<description><![CDATA[If you want to edit your photo , here i found a free online tools to edit your photos become nicer    . You can try Pixlr . Pixlr provide some usefull tools to edit your photos : Pixlr Editor - http://pixlr.com/editor/ If need advanced editor for your photo, you can use this. This tools [...]]]></description>
		<wfw:commentRss>http://kipipo.com/131/free-photo-editor-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>create simple menu navigation using CSS</title>
		<link>http://kipipo.com/107/create-simple-menu-navigation-using-css/</link>
		<comments>http://kipipo.com/107/create-simple-menu-navigation-using-css/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 15:48:15 +0000</pubDate>
		<dc:creator>kipipo</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[menu navigation]]></category>

		<guid isPermaLink="false">http://kipipo.com/?p=107</guid>
		<description><![CDATA[Here i will explain how to make simple menu using CSS (without table) like this. First create menu using list tag li and make inside &#60;div&#62; element and give it name as "main-menu". After that make css for styling the list.  We must make the list become one line using float:left to make horizontal menu. [...]]]></description>
		<wfw:commentRss>http://kipipo.com/107/create-simple-menu-navigation-using-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
