<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>SaNNyX.Info</title>
	<link>http://www.sannyx.info</link>
	<description>Web applications made easy</description>
	<lastBuildDate>Fri, 14 Oct 2011 06:48:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>CI Easy Flexgrid Table</title>
		<description><![CDATA[&#160; Download complete source code: here Controller: class Flexgrid extends CI_Controller { function __construct() { parent::__construct(); $this-&#62;load-&#62;model('flexgrid_model'); } function index() { $this-&#62;template-&#62;load("template", "flexgrid"); } function jsondata($toLoad = 'list', $page = null, $search = null) { switch ($toLoad) { case 'list': echo $this-&#62;flexgrid_model-&#62;getList($page, $search); break; default: echo 'No Record Found.'; } } } &#160; Model: class [...]]]></description>
		<link>http://www.sannyx.info/ci-easy-flexgrid-table.html</link>
			</item>
	<item>
		<title>How to retrieve hidden files and folders using attrib command</title>
		<description><![CDATA[Some computer virus can hide you folders or files in your USB disk. This is the command. Using cmd.exe Add type this command:  [usb drive]:\ attrib -s -h /s /d]]></description>
		<link>http://www.sannyx.info/how-to-retrieve-hidden-files-and-folders-using-attrib-command.html</link>
			</item>
	<item>
		<title>jQuery Inline AJAX ComboPageLoader</title>
		<description><![CDATA[This jQuery plug-in used to simplified the ambitious loading of AJAX links. See sample usage: Add &#124; Edit &#124; Delete jQuery(document).ready( function(){ jQuery("[class*=loadable]").ComboPageLoader({ // function is called if confirmed callable:[ { asset:"delete",callback:function({loadChartAccounts();} } ] }); }) This jQuery plugin is part of jquery.pagectrl.js in CI Easy Flexgrid Table Dependencies: jQuery, jQuery UI, jQuery facebox plugin]]></description>
		<link>http://www.sannyx.info/jquery-inline-ajax-combopageloader.html</link>
			</item>
</channel>
</rss>

