<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/view</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 07:12:35 GMT</pubDate>
<item>
<title>(JavaScript) JSON Tree(1 function 15 lines)Nested Ul from single or multidimensional json object - halk</title>
<link>http://snipplr.com/view/67767/json-tree1-function-15-linesnested-ul-from-single-or-multidimensional-json-object/</link>
<description><![CDATA[ <p>Any valid json object will be recursively traversed building a nested unordered list of its properties and their values.  This example parses the json entered in the text area into an object that is passed to the json_tree() function.  I use the twitter bootstrap to make collapsible trees.  That is the purpose of thee css and the random string i generate.  I left it in as an example of how you might style the returned list.  This is very much a work in progress so if you have any suggestions please post a comment.  I have posted the entire html for a working example page just create the file and open it in your browser.(make sure your json validates - http://jsonlint.com - only valid json will produce a tree)</p> ]]></description>
<pubDate>Wed, 17 Oct 2012 04:48:13 GMT</pubDate>
<guid>http://snipplr.com/view/67767/json-tree1-function-15-linesnested-ul-from-single-or-multidimensional-json-object/</guid>
</item>
<item>
<title>(PHP) Codeigniter View Example - JonnySnip3r</title>
<link>http://snipplr.com/view/67105/codeigniter-view-example/</link>
<description><![CDATA[ <p>Just an example showing how to minimise the mixture of HTML and PHP in a view.</p> ]]></description>
<pubDate>Sun, 09 Sep 2012 00:10:39 GMT</pubDate>
<guid>http://snipplr.com/view/67105/codeigniter-view-example/</guid>
</item>
<item>
<title>(DOS Batch) Viewing an image under Windows 7 from a command line - m1b</title>
<link>http://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line/</link>
<description><![CDATA[ <p>Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.</p> ]]></description>
<pubDate>Tue, 18 Oct 2011 08:52:54 GMT</pubDate>
<guid>http://snipplr.com/view/59901/viewing-an-image-under-windows-7-from-a-command-line/</guid>
</item>
<item>
<title>(ActionScript 3) return data from a popped view - GunnarHKarlsson</title>
<link>http://snipplr.com/view/59794/return-data-from-a-popped-view/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 15 Oct 2011 11:40:48 GMT</pubDate>
<guid>http://snipplr.com/view/59794/return-data-from-a-popped-view/</guid>
</item>
<item>
<title>(Objective C) Move to Child View - mattneary</title>
<link>http://snipplr.com/view/55762/move-to-child-view/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Jun 2011 09:14:58 GMT</pubDate>
<guid>http://snipplr.com/view/55762/move-to-child-view/</guid>
</item>
<item>
<title>(JavaScript) Replace (update) a View in a ScrollableView in Titanium Mobile - chlab</title>
<link>http://snipplr.com/view/54340/replace-update-a-view-in-a-scrollableview-in-titanium-mobile/</link>
<description><![CDATA[ <p>It’s pretty straightforward, we loop the existing Views of the ScrollableView and copy each View, replacing the one to be change, to a new array. Then we tell the ScrollableView to use our new Views-array for it’s Views.
I hope this helps someone.</p> ]]></description>
<pubDate>Tue, 24 May 2011 22:29:17 GMT</pubDate>
<guid>http://snipplr.com/view/54340/replace-update-a-view-in-a-scrollableview-in-titanium-mobile/</guid>
</item>
<item>
<title>(PHP) LA ULTIMA CATEGORIA VISTA, WORDPRESS - serialk89</title>
<link>http://snipplr.com/view/53900/la-ultima-categoria-vista-wordpress/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 21 May 2011 05:10:49 GMT</pubDate>
<guid>http://snipplr.com/view/53900/la-ultima-categoria-vista-wordpress/</guid>
</item>
<item>
<title>(ASP) Link Field and check box field in the Grid view - kashif21</title>
<link>http://snipplr.com/view/53522/link-field-and-check-box-field-in-the-grid-view/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 13 May 2011 21:16:07 GMT</pubDate>
<guid>http://snipplr.com/view/53522/link-field-and-check-box-field-in-the-grid-view/</guid>
</item>
<item>
<title>(TYPO3) Typo3 Grid View - kairy2k9</title>
<link>http://snipplr.com/view/53273/typo3-grid-view/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 10 May 2011 17:22:27 GMT</pubDate>
<guid>http://snipplr.com/view/53273/typo3-grid-view/</guid>
</item>
<item>
<title>(PHP) Lim_View - PHP View Class - freelancephp</title>
<link>http://snipplr.com/view/49003/limview--php-view-class/</link>
<description><![CDATA[ <p>View class that contains features like:
- get vars inside the view with:
		1) $var1
		2) $this->var1
		3) or $this->get( 'var1', 'defaultValue' )
- factory method for direct chaining:
		Lim_View::factory( 'test.php' )->set( 'var1', 'value1' )->show();
- set filter callbacks that will be executed right after rendering
- set global vars and global filters to be available for all views</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 22:42:01 GMT</pubDate>
<guid>http://snipplr.com/view/49003/limview--php-view-class/</guid>
</item>
<item>
<title>(Java) View with textbox and button. - hongster</title>
<link>http://snipplr.com/view/47862/view-with-textbox-and-button/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Jan 2011 01:45:10 GMT</pubDate>
<guid>http://snipplr.com/view/47862/view-with-textbox-and-button/</guid>
</item>
<item>
<title>(Objective C) Set a UITableView's footer text - joshparnham</title>
<link>http://snipplr.com/view/46235/set-a-uitableviews-footer-text/</link>
<description><![CDATA[ <p>Place this method in a UITableViewController Subclass' .m file</p> ]]></description>
<pubDate>Wed, 29 Dec 2010 20:27:39 GMT</pubDate>
<guid>http://snipplr.com/view/46235/set-a-uitableviews-footer-text/</guid>
</item>
<item>
<title>(Objective C) Refresh the view in UIViewController - vaishnavi</title>
<link>http://snipplr.com/view/45504/refresh-the-view-in-uiviewcontroller/</link>
<description><![CDATA[ <p>When you come back to the parent view controller after visiting controller and want to refresh the content, set the view to nil and then load it.</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 18:13:08 GMT</pubDate>
<guid>http://snipplr.com/view/45504/refresh-the-view-in-uiviewcontroller/</guid>
</item>
<item>
<title>(PHP) Zend Framework: Disable Layout and View - for AJAX - yurivecchi</title>
<link>http://snipplr.com/view/44731/zend-framework-disable-layout-and-view--for-ajax/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 23 Nov 2010 23:26:31 GMT</pubDate>
<guid>http://snipplr.com/view/44731/zend-framework-disable-layout-and-view--for-ajax/</guid>
</item>
<item>
<title>(Other) View Linux log files - tofman</title>
<link>http://snipplr.com/view/42224/view-linux-log-files/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Oct 2010 05:07:09 GMT</pubDate>
<guid>http://snipplr.com/view/42224/view-linux-log-files/</guid>
</item>
<item>
<title>(PHP) PHP list directory - nveselinov</title>
<link>http://snipplr.com/view/42077/php-list-directory/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 12 Oct 2010 04:06:25 GMT</pubDate>
<guid>http://snipplr.com/view/42077/php-list-directory/</guid>
</item>
<item>
<title>(Objective C) Push a new view to a UINavigationController iPhone SDK - bobbym245</title>
<link>http://snipplr.com/view/41527/push-a-new-view-to-a-uinavigationcontroller-iphone-sdk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:23:40 GMT</pubDate>
<guid>http://snipplr.com/view/41527/push-a-new-view-to-a-uinavigationcontroller-iphone-sdk/</guid>
</item>
<item>
<title>(Other) How to switch XIBs iPhone SDK - bobbym245</title>
<link>http://snipplr.com/view/41526/how-to-switch-xibs-iphone-sdk/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:22:25 GMT</pubDate>
<guid>http://snipplr.com/view/41526/how-to-switch-xibs-iphone-sdk/</guid>
</item>
<item>
<title>(Objective C) IPhone SDK Create a UIScollView - bobbym245</title>
<link>http://snipplr.com/view/41524/iphone-sdk-create-a-uiscollview/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 05 Oct 2010 09:20:03 GMT</pubDate>
<guid>http://snipplr.com/view/41524/iphone-sdk-create-a-uiscollview/</guid>
</item>
<item>
<title>(PHP) View PHP Parse Errors - Moridin</title>
<link>http://snipplr.com/view/39262/view-php-parse-errors/</link>
<description><![CDATA[ <p>Allows you to still view PHP parse errors, even if you don't have write access to your php.ini file. Since PHP pages are parsed before being executed, parse errors won't show up even if you turn on display_errors in the page you are checking.</p> ]]></description>
<pubDate>Thu, 19 Aug 2010 00:27:51 GMT</pubDate>
<guid>http://snipplr.com/view/39262/view-php-parse-errors/</guid>
</item>
</channel>
</rss>