<?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/hide</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 05:06:33 GMT</pubDate>
<item>
<title>(PHP) Hide Page/Post Editor in Admin Backend - rickahontas</title>
<link>http://snipplr.com/view/70325/hide-pagepost-editor-in-admin-backend/</link>
<description><![CDATA[ <p>This is a combined version of Bill Erickson's hide post editor and rilwis' Metabox include for specific IDs. It hides the editor for a specified post ID. You can have multiple IDs, just separate with commas.</p> ]]></description>
<pubDate>Sat, 09 Mar 2013 03:26:05 GMT</pubDate>
<guid>http://snipplr.com/view/70325/hide-pagepost-editor-in-admin-backend/</guid>
</item>
<item>
<title>(C++) Hiding Passwords With C++ - eiger824</title>
<link>http://snipplr.com/view/69819/hiding-passwords-with-c/</link>
<description><![CDATA[ <p>In C++ console there's no way to make our passwords invisible when typing them. Here is a really simple funcion that resembles the behavior of hiding passwords.</p> ]]></description>
<pubDate>Thu, 07 Feb 2013 02:40:41 GMT</pubDate>
<guid>http://snipplr.com/view/69819/hiding-passwords-with-c/</guid>
</item>
<item>
<title>(Objective C) Hide and show buttons or textfields - Develomentional</title>
<link>http://snipplr.com/view/67051/hide-and-show-buttons-or-textfields/</link>
<description><![CDATA[ <p>Shows how to make a text field or UIButton visible or hidden in a method by passing a bool in you can make it hide or show the object just change states if its hidden it would show or if visible it would become hidden but I like to control that so it does what I want when I want.</p> ]]></description>
<pubDate>Wed, 05 Sep 2012 03:49:19 GMT</pubDate>
<guid>http://snipplr.com/view/67051/hide-and-show-buttons-or-textfields/</guid>
</item>
<item>
<title>(CSS) hide text indent trick thingy for css - skopp</title>
<link>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</link>
<description><![CDATA[ <p>Hiding text can be extremely useful to hide company logo. As logos are usually an image, you will want to use text indent to place it in a h1 tag for SEO (Search Engine Optimization). The technique we use is to hide the text far away off the screen, and apply a background image instead.</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:48:27 GMT</pubDate>
<guid>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</guid>
</item>
<item>
<title>(JavaScript) paslėpti elementus CRM - ptomas</title>
<link>http://snipplr.com/view/66184/paslpti-elementus-crm/</link>
<description><![CDATA[ <p>paslėpti CRM elementus</p> ]]></description>
<pubDate>Tue, 17 Jul 2012 19:52:45 GMT</pubDate>
<guid>http://snipplr.com/view/66184/paslpti-elementus-crm/</guid>
</item>
<item>
<title>(CSS) Hide DIV scrollbars with CSS - TheJasonParker</title>
<link>http://snipplr.com/view/65992/hide-div-scrollbars-with-css/</link>
<description><![CDATA[ <p>overflow: hidden; will hide both vertical and horizontal scrollbars
overflow-y: hidden; will hide the vertical scrollbar
overflow-x: hidden; will hide the horizontal scrollbar</p> ]]></description>
<pubDate>Fri, 06 Jul 2012 19:15:48 GMT</pubDate>
<guid>http://snipplr.com/view/65992/hide-div-scrollbars-with-css/</guid>
</item>
<item>
<title>(JavaScript) How to show/hide input value on focus - fackz</title>
<link>http://snipplr.com/view/64376/how-to-showhide-input-value-on-focus/</link>
<description><![CDATA[ <p>The simplest approach I know.</p> ]]></description>
<pubDate>Fri, 06 Apr 2012 04:53:53 GMT</pubDate>
<guid>http://snipplr.com/view/64376/how-to-showhide-input-value-on-focus/</guid>
</item>
<item>
<title>(CSS) replacement for -9999px hide text - aberdas</title>
<link>http://snipplr.com/view/64148/replacement-for-9999px-hide-text/</link>
<description><![CDATA[ <p>replacement for text indent: -9999px to hide text for labels &amp; buttons, that doesn't require the browser to render a box 9999+ px wide.</p> ]]></description>
<pubDate>Sat, 24 Mar 2012 10:38:32 GMT</pubDate>
<guid>http://snipplr.com/view/64148/replacement-for-9999px-hide-text/</guid>
</item>
<item>
<title>(CSS) Hide Text - OrngTicTac</title>
<link>http://snipplr.com/view/63804/hide-text/</link>
<description><![CDATA[ <p>Really long strings of text will never flow into the container because they always flow away from the container.
    Performance is dramatically improved because a 9999px box is not drawn. Noticeably so in animations on the iPad 1.</p> ]]></description>
<pubDate>Thu, 08 Mar 2012 13:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/63804/hide-text/</guid>
</item>
<item>
<title>(PHP) EE March Lab Cart Hide - ryarwood</title>
<link>http://snipplr.com/view/62879/ee-march-lab-cart-hide/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:36 GMT</pubDate>
<guid>http://snipplr.com/view/62879/ee-march-lab-cart-hide/</guid>
</item>
<item>
<title>(JavaScript) Confirm closing Dojo Dialog - simondiercks</title>
<link>http://snipplr.com/view/60215/confirm-closing-dojo-dialog/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Oct 2011 20:12:54 GMT</pubDate>
<guid>http://snipplr.com/view/60215/confirm-closing-dojo-dialog/</guid>
</item>
<item>
<title>(PHP) Hide your e-mail address using PHP - fackz</title>
<link>http://snipplr.com/view/58326/hide-your-email-address-using-php/</link>
<description><![CDATA[ <p>usage:
</p> ]]></description>
<pubDate>Wed, 31 Aug 2011 03:53:03 GMT</pubDate>
<guid>http://snipplr.com/view/58326/hide-your-email-address-using-php/</guid>
</item>
<item>
<title>(jQuery) Generic concertina class - paulo72</title>
<link>http://snipplr.com/view/58085/generic-concertina-class/</link>
<description><![CDATA[ <p>The containing object takes the class 'conc-scope'. This says that any 'conc-trigger' inside this object will open and close any 'conc-content'. This allows for greater flexibility with the markup.
   We can also set a class of 'conc-exclusive' on the root (where we set the scope). This will ensure that as one concertina opens any other currently open ones will close. This is currently a bit crude in terms of the animation.
    You can also set a class of conc-default on the root of any concertina that you want to be open as default when the page loads.
   If you want to have a different label to show when the concertina is active, and again when it is inactive add the spans seen in the markup for the trigger.

Todo: make accessible by hiding triggers in screenreader and ensuring content is only visually hidden.

Mandatory:
.conc-scope
   .conc-trigger
   .conc-content

Optional
.conc-exclusive
.conc-default
.active-message
.inactive-message</p> ]]></description>
<pubDate>Mon, 22 Aug 2011 19:02:19 GMT</pubDate>
<guid>http://snipplr.com/view/58085/generic-concertina-class/</guid>
</item>
<item>
<title>(ActionScript 3) Hide Mouse in AIR - flashdeveloper</title>
<link>http://snipplr.com/view/57900/hide-mouse-in-air/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Aug 2011 18:12:48 GMT</pubDate>
<guid>http://snipplr.com/view/57900/hide-mouse-in-air/</guid>
</item>
<item>
<title>(JavaScript) Hotdog.hu - hide counters - Oroborus9</title>
<link>http://snipplr.com/view/56708/hotdoghu--hide-counters/</link>
<description><![CDATA[ <p>This small javascript hides the table that holds statistical counters on hotdog.hu profile pages [footer part].</p> ]]></description>
<pubDate>Sun, 17 Jul 2011 19:21:23 GMT</pubDate>
<guid>http://snipplr.com/view/56708/hotdoghu--hide-counters/</guid>
</item>
<item>
<title>(PHP) PHP Hide CSS id/class for iPad - kbrown</title>
<link>http://snipplr.com/view/55036/php-hide-css-idclass-for-ipad/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Jun 2011 03:11:27 GMT</pubDate>
<guid>http://snipplr.com/view/55036/php-hide-css-idclass-for-ipad/</guid>
</item>
<item>
<title>(CSS) Methods for hiding content - thesmu</title>
<link>http://snipplr.com/view/54500/methods-for-hiding-content/</link>
<description><![CDATA[ <p>The first two mechanisms are probably the most popular, with display: none; being the go-to option implemented by nearly every JavaScript library on the planet and the lion’s share of ready-made JavaScript widgets. If you don’t want your hidden content to be read by a screen reader, those defaults may work for you, but if you want to ensure users have access to content (even if it isn’t displayed visually in the current interface), the final option (positioning content offscreen) is really the way to go.</p> ]]></description>
<pubDate>Fri, 27 May 2011 20:14:05 GMT</pubDate>
<guid>http://snipplr.com/view/54500/methods-for-hiding-content/</guid>
</item>
<item>
<title>(jQuery) Show/hide content with matching checkboxes - gellpak</title>
<link>http://snipplr.com/view/54393/showhide-content-with-matching-checkboxes/</link>
<description><![CDATA[ <p>This function follows the following naming conventions: Give your checkboxes ID tags of "[contenttitle]trigger", where [contenttitle] is whatever you like. Then, give your hide-able content classes that match, without the "trigger". This function will look at the checkbox ID and checked state, and then show/hide the content with those classes accordingly.

So for example, you have a checkbox with the ID "content4trigger", and two divs with the class "content4". This will show and hide the divs based on the id of the checkbox.</p> ]]></description>
<pubDate>Thu, 26 May 2011 04:39:11 GMT</pubDate>
<guid>http://snipplr.com/view/54393/showhide-content-with-matching-checkboxes/</guid>
</item>
<item>
<title>(jQuery) hide if empty using jquery - rumremix</title>
<link>http://snipplr.com/view/53729/hide-if-empty-using-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 18 May 2011 10:58:49 GMT</pubDate>
<guid>http://snipplr.com/view/53729/hide-if-empty-using-jquery/</guid>
</item>
<item>
<title>(JavaScript) Auto hide input field on focus - cfergus</title>
<link>http://snipplr.com/view/53415/auto-hide-input-field-on-focus/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 May 2011 03:14:54 GMT</pubDate>
<guid>http://snipplr.com/view/53415/auto-hide-input-field-on-focus/</guid>
</item>
</channel>
</rss>