<?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/display</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 16:52:15 GMT</pubDate>
<item>
<title>(PHP) Image Resize on the Fly - brownrl</title>
<link>http://snipplr.com/view/71224/image-resize-on-the-fly/</link>
<description><![CDATA[ <p>This is my simple image resizer on the fly thing. 

-- WARNING --
Resizing and showing images on the fly could potentially kill your server or make the website slow.

Ideally, this should save the resized image in a cache. However, more often than not this method just works, no one complains, and I don't have to make some writable caching directory thing.

If anyting this could give you a good start on how you really want to handle your images.</p> ]]></description>
<pubDate>Sat, 18 May 2013 08:21:43 GMT</pubDate>
<guid>http://snipplr.com/view/71224/image-resize-on-the-fly/</guid>
</item>
<item>
<title>(CSS) Fixed Heading Scrollable Table Simulation - COBOLdinosaur</title>
<link>http://snipplr.com/view/69368/fixed-heading-scrollable-table-simulation/</link>
<description><![CDATA[ <p>Uses the table display properties in div tags to merge the attributes of multiple tags.</p> ]]></description>
<pubDate>Sun, 06 Jan 2013 05:33:14 GMT</pubDate>
<guid>http://snipplr.com/view/69368/fixed-heading-scrollable-table-simulation/</guid>
</item>
<item>
<title>(PHP) Display the source code of a webpage. - o0110o</title>
<link>http://snipplr.com/view/67949/display-the-source-code-of-a-webpage/</link>
<description><![CDATA[ <p>Want to be able to display the source code of any webpage, with line numbering? Here is a simple code snippet to do it. Just modify the url on line 2 at your convenience. Or even better, make a pretty function according to your needs.</p> ]]></description>
<pubDate>Fri, 26 Oct 2012 01:38:43 GMT</pubDate>
<guid>http://snipplr.com/view/67949/display-the-source-code-of-a-webpage/</guid>
</item>
<item>
<title>(PHP) Base display function to use Joomla! cache - kevincam</title>
<link>http://snipplr.com/view/65293/base-display-function-to-use-joomla-cache/</link>
<description><![CDATA[ <p>This is a base function to use with Joomla! to display the view using the Joomla cache system.</p> ]]></description>
<pubDate>Thu, 31 May 2012 21:33:20 GMT</pubDate>
<guid>http://snipplr.com/view/65293/base-display-function-to-use-joomla-cache/</guid>
</item>
<item>
<title>(HTML) How to add your own social icons as scrolling buttons to your WordPress Site: - michellebracken</title>
<link>http://snipplr.com/view/63921/how-to-add-your-own-social-icons-as-scrolling-buttons-to-your-wordpress-site/</link>
<description><![CDATA[ <p>How to add these as scrolling buttons to your WordPress Site:

Upload each individual image to your ftp or to a free image hosting server and copy the url of each image location.
Add the following code to the footer.php of your WordPress Site by clicking on the Editor button under Appearance on your Dashboard and then clicking on the Footer.php in the right hand column. I would put it toward the bottom, and make sure that you don’t accidentally add it inside of another div.
Switch out the “Your Image Urls” with the urls that you just saved, and of course make sure to switch out the link urls to your actual contact links. Also, make sure that each titles matches each image. (This is very important, so that when someone scrolls over your facebook button, the words Facebook appear – or whatever text you put there.)
The code I’ve given above has the display dimensions that you see in the image above. You can change how they appear, however, by editing the pixel numbers and choosing whether you want them to appear on the left or right hand of the screen, and whether you want them to appear on the top or bottom of the screen.
NEVER, EVER copy and paste directly from here or anywhere on the web. Put the code into a text editor first, and ensure that all of the quotation marks are facing the proper direction and that there are no extra spaces.</p> ]]></description>
<pubDate>Wed, 14 Mar 2012 16:03:10 GMT</pubDate>
<guid>http://snipplr.com/view/63921/how-to-add-your-own-social-icons-as-scrolling-buttons-to-your-wordpress-site/</guid>
</item>
<item>
<title>(HTML) iOS and Android Touch Icon Rules - luizlopes</title>
<link>http://snipplr.com/view/63364/ios-and-android-touch-icon-rules/</link>
<description><![CDATA[ <p>HTML Snippet for apple-touch-icon for all of the different iOS devices, and Android 2.0 supported Icon.</p> ]]></description>
<pubDate>Thu, 16 Feb 2012 07:08:23 GMT</pubDate>
<guid>http://snipplr.com/view/63364/ios-and-android-touch-icon-rules/</guid>
</item>
<item>
<title>(CSS) Cross browser inline block - amitmojumder</title>
<link>http://snipplr.com/view/61056/cross-browser-inline-block/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Nov 2011 10:09:11 GMT</pubDate>
<guid>http://snipplr.com/view/61056/cross-browser-inline-block/</guid>
</item>
<item>
<title>(jQuery) jQuery force display - kendsnyder</title>
<link>http://snipplr.com/view/59974/jquery-force-display/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 20 Oct 2011 05:03:02 GMT</pubDate>
<guid>http://snipplr.com/view/59974/jquery-force-display/</guid>
</item>
<item>
<title>(ActionScript 3) removeAllChildren - okhy</title>
<link>http://snipplr.com/view/58670/removeallchildren/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 14 Sep 2011 16:28:59 GMT</pubDate>
<guid>http://snipplr.com/view/58670/removeallchildren/</guid>
</item>
<item>
<title>(ActionScript 3) Remove and null all children of a display object container - radykal</title>
<link>http://snipplr.com/view/58071/remove-and-null-all-children-of-a-display-object-container/</link>
<description><![CDATA[ <p>I create this recursive function to remove and null all children inside a display object container.</p> ]]></description>
<pubDate>Sun, 21 Aug 2011 23:52:08 GMT</pubDate>
<guid>http://snipplr.com/view/58071/remove-and-null-all-children-of-a-display-object-container/</guid>
</item>
<item>
<title>(PHP) PHP - Display Updated time - erraja_07</title>
<link>http://snipplr.com/view/55652/php--display-updated-time/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 24 Jun 2011 04:06:31 GMT</pubDate>
<guid>http://snipplr.com/view/55652/php--display-updated-time/</guid>
</item>
<item>
<title>(PHP) sample php display order (sorting)  for an array - donkeykong</title>
<link>http://snipplr.com/view/52569/sample-php-display-order-sorting--for-an-array/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Apr 2011 19:43:38 GMT</pubDate>
<guid>http://snipplr.com/view/52569/sample-php-display-order-sorting--for-an-array/</guid>
</item>
<item>
<title>(PHP) Display current date - zealmurapa</title>
<link>http://snipplr.com/view/52363/display-current-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Apr 2011 17:13:22 GMT</pubDate>
<guid>http://snipplr.com/view/52363/display-current-date/</guid>
</item>
<item>
<title>(CSS) IE7  display inline block fix - kanampo</title>
<link>http://snipplr.com/view/47188/ie7--display-inline-block-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 15 Jan 2011 20:02:54 GMT</pubDate>
<guid>http://snipplr.com/view/47188/ie7--display-inline-block-fix/</guid>
</item>
<item>
<title>(CSS) Internet Explorer 7 - Display inline-block problem - ftcb</title>
<link>http://snipplr.com/view/46792/internet-explorer-7--display-inlineblock-problem/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 08 Jan 2011 23:02:31 GMT</pubDate>
<guid>http://snipplr.com/view/46792/internet-explorer-7--display-inlineblock-problem/</guid>
</item>
<item>
<title>(jQuery) Display Elements Sequentially with jQuery - alyssonweb</title>
<link>http://snipplr.com/view/45757/display-elements-sequentially-with-jquery/</link>
<description><![CDATA[ <p>http://net.tutsplus.com/tutorials/javascript-ajax/quick-tip-display-elements-sequentially-with-jquery/</p> ]]></description>
<pubDate>Wed, 15 Dec 2010 07:49:10 GMT</pubDate>
<guid>http://snipplr.com/view/45757/display-elements-sequentially-with-jquery/</guid>
</item>
<item>
<title>(Bash) Display last 10 lines of log - bionic</title>
<link>http://snipplr.com/view/45509/display-last-10-lines-of-log/</link>
<description><![CDATA[ <p>Handy, especially when you have large logs and you want to see what just happened</p> ]]></description>
<pubDate>Thu, 09 Dec 2010 19:53:52 GMT</pubDate>
<guid>http://snipplr.com/view/45509/display-last-10-lines-of-log/</guid>
</item>
<item>
<title>(PHP) Display PHP Errors when they don't show up. - BrunoDeBarros</title>
<link>http://snipplr.com/view/44890/display-php-errors-when-they-dont-show-up/</link>
<description><![CDATA[ <p>This will make all errors be shown and logged. Useful for when you want to figure out what's wrong but the production server doesn't display any errors.</p> ]]></description>
<pubDate>Fri, 26 Nov 2010 06:07:07 GMT</pubDate>
<guid>http://snipplr.com/view/44890/display-php-errors-when-they-dont-show-up/</guid>
</item>
<item>
<title>(PHP) Display Methods Available on a PHP object - jli</title>
<link>http://snipplr.com/view/44412/display-methods-available-on-a-php-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 19 Nov 2010 08:38:21 GMT</pubDate>
<guid>http://snipplr.com/view/44412/display-methods-available-on-a-php-object/</guid>
</item>
<item>
<title>(PHP) Wordpress Subpages, Tags, Blogroll and Tag Cloud - laurentzziu</title>
<link>http://snipplr.com/view/44145/wordpress-subpages-tags-blogroll-and-tag-cloud/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 15 Nov 2010 02:52:04 GMT</pubDate>
<guid>http://snipplr.com/view/44145/wordpress-subpages-tags-blogroll-and-tag-cloud/</guid>
</item>
</channel>
</rss>