<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>D Ness Car Key</title>
	<link>http://dineshkarki.com.np</link>
	<description></description>
	<lastBuildDate>Thu, 13 Oct 2011 04:00:24 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />

	<item>
		<title>Exclude Page From WordPress Search</title>
		<description><![CDATA[WordPress, by default search for post and pages. How ever you can add a filter to exclude page or post to make you search result effective. Open your functions.php from your active theme and use the following Code. function SearchFilter($query) { if ($query->is_search) { $query->set('post_type', 'post'); // Displays only post. Change it to 'pages' for [...]]]></description>
		<link>http://dineshkarki.com.np/exclude-page-from-wordpress-search.html</link>
			</item>
	<item>
		<title>Add widgets from shortcode in post/page</title>
		<description><![CDATA[WordPress Widgets can be easily customized and used in your theme using dynamic_sidebar(&#8216;WIDGET NAME&#8217;) function. But when the time comes to use it in page or post it is not that easy. As the page and post only accepts shortcodes,  you need to write a shortcode which will get contains from widgets. Below you can see [...]]]></description>
		<link>http://dineshkarki.com.np/add-widgets-from-shortcode-in-post-page.html</link>
			</item>
	<item>
		<title>How to use any font without image?</title>
		<description><![CDATA[We always wanted to use custom fonts in web pages. But due to the limitation of fonts in visitors system. We were compelled to use certain fonts. But now you can generate your font files and use it in your web. Follow the following steps to use custom fonts in your webpage. 1. Convert your [...]]]></description>
		<link>http://dineshkarki.com.np/how-to-use-any-font-without-image.html</link>
			</item>
	<item>
		<title>Usefull firefox Add-ons for web development</title>
		<description><![CDATA[Here is the list of Firefox add-ons which will help you in the web development. 1. Firebug With this addon you can edit, debug, inspect your html elements, css, javascript, ajax request/response. 2. MeasureIt Used to drag out a ruler to get the pixel height and width of any element in web page. 3. Modify Headers This addon [...]]]></description>
		<link>http://dineshkarki.com.np/usefull-firefox-add-ons-for-web-development.html</link>
			</item>
	<item>
		<title>Add Skype Button to you web</title>
		<description><![CDATA[Do you want to use skype button in your webpage to notify your skype status? You can get your skype button and embed in your webpage. Follow the link below to get your skype button. http://www.skype.com/intl/en-gb/tell-a-friend/wizard/ OR http://www.skype.com/intl/en/tell-a-friend/get-a-skype-button/ Note Make sure you have enabled Allow my online status to be shown in web under Tools -&#62; [...]]]></description>
		<link>http://dineshkarki.com.np/add-skype-button-to-you-web.html</link>
			</item>
</channel>
</rss>

