<?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/favorites/diogoweb</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 11:11:21 GMT</pubDate>
<item>
<title>(CSS) sharepoint 2010 css reset - diogoweb</title>
<link>http://snipplr.com/view/52395/sharepoint-2010-css-reset/</link>
<description><![CDATA[ <p>The "inherit" aspect of this did not always work for me. For example, font-family may need to be explicitly specified in the generated css (in place of "inherit"). But this just takes a couple seconds. Simply search for "family" and replace "inherit" with the correct font family -- only appears in two places so this is really easy. May need to do this for other inherit declarations also.</p> ]]></description>
<pubDate>Thu, 21 Apr 2011 03:24:57 GMT</pubDate>
<guid>http://snipplr.com/view/52395/sharepoint-2010-css-reset/</guid>
</item>
<item>
<title>(jQuery) Clear default textfield value on click - diogoweb</title>
<link>http://snipplr.com/view/51976/clear-default-textfield-value-on-click/</link>
<description><![CDATA[ <p>No need to create a seperate function for this one. Just one line to clear the default value on click and leave the value when it has been altered.</p> ]]></description>
<pubDate>Tue, 12 Apr 2011 19:58:54 GMT</pubDate>
<guid>http://snipplr.com/view/51976/clear-default-textfield-value-on-click/</guid>
</item>
<item>
<title>(jQuery) Two level JQuery check and uncheck all child checkboxes of a parent checkbox - diogoweb</title>
<link>http://snipplr.com/view/48119/two-level-jquery-check-and-uncheck-all-child-checkboxes-of-a-parent-checkbox/</link>
<description><![CDATA[ <p>Allows you to check or uncheck a checkbox and select or deselect all child checkboxes beneath it.</p> ]]></description>
<pubDate>Mon, 31 Jan 2011 05:04:18 GMT</pubDate>
<guid>http://snipplr.com/view/48119/two-level-jquery-check-and-uncheck-all-child-checkboxes-of-a-parent-checkbox/</guid>
</item>
<item>
<title>(CSS) Device orientation - diogoweb</title>
<link>http://snipplr.com/view/47944/device-orientation/</link>
<description><![CDATA[ <p>These are just two css media queries you may want to use for your website development. With lots of smart-phones, and tablets being able to orientate their screens from landscape to portrait, you may want to include different styles for each. This is how you would go about achieving this.</p> ]]></description>
<pubDate>Thu, 27 Jan 2011 04:16:51 GMT</pubDate>
<guid>http://snipplr.com/view/47944/device-orientation/</guid>
</item>
<item>
<title>(HTML) HTML Element Test Code - Valid Strict XHTML - diogoweb</title>
<link>http://snipplr.com/view/22504/html-element-test-code--valid-strict-xhtml/</link>
<description><![CDATA[ <p>I first posted this code on my http://sitefromscratch.com site, but I decided to repost it up here on snipplr.com with some of the most recent modifications I've made.  This code validates through W3C Strict XHTML Standards.</p> ]]></description>
<pubDate>Wed, 04 Nov 2009 13:53:40 GMT</pubDate>
<guid>http://snipplr.com/view/22504/html-element-test-code--valid-strict-xhtml/</guid>
</item>
<item>
<title>(JavaScript) iPhone Orientation Javascript - diogoweb</title>
<link>http://snipplr.com/view/10935/iphone-orientation-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 Jan 2009 10:17:51 GMT</pubDate>
<guid>http://snipplr.com/view/10935/iphone-orientation-javascript/</guid>
</item>
<item>
<title>(CSS) Handy CSS Debug Snippet - diogoweb</title>
<link>http://snipplr.com/view/746/handy-css-debug-snippet/</link>
<description><![CDATA[ <p>Great little debuging snippet found while browsing. The code adds different coloured borders to the assets depending on its level. Leave commented out if not needed.</p> ]]></description>
<pubDate>Mon, 07 Aug 2006 13:30:38 GMT</pubDate>
<guid>http://snipplr.com/view/746/handy-css-debug-snippet/</guid>
</item>
<item>
<title>(CSS) Dead Centre a DIV - diogoweb</title>
<link>http://snipplr.com/view/231/dead-centre-a-div/</link>
<description><![CDATA[ <p>Taken from Dead Centre. Adjust #content depending on the size div you need.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:02:21 GMT</pubDate>
<guid>http://snipplr.com/view/231/dead-centre-a-div/</guid>
</item>
</channel>
</rss>