<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - valcartei</title>
<link>http://snipplr.com/users/valcartei</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 18:40:17 GMT</pubDate>
<item>
<title>(JavaScript) Pop up once</title>
<link>http://snipplr.com/view/3843/pop-up-once/</link>
<description><![CDATA[ <p>displays a popup window only the first time the visitor gets to the website for expDays.
It uses cookie to do that. expDays set the n. of days you want the cookie to live, default set to 1.</p> ]]></description>
<pubDate>Thu, 04 Oct 2007 05:24:04 GMT</pubDate>
<guid>http://snipplr.com/view/3843/pop-up-once/</guid>
</item>
<item>
<title>(CSS) highlight selected item in menu CSS only</title>
<link>http://snipplr.com/view/3666/highlight-selected-item-in-menu-css-only/</link>
<description><![CDATA[ <p>give a class name to each link according to the page it redirects to.
give attribute id to the body of the template and make the attribute editable (Dreamweaver lets you do that: select the attrib, Modify>Templates>Make attribute editable and tick the checkbox.
For each page change id value to be the same as the class of the link referring to the page.
(to do that, go to Modify>Template properties)</p> ]]></description>
<pubDate>Tue, 11 Sep 2007 08:10:28 GMT</pubDate>
<guid>http://snipplr.com/view/3666/highlight-selected-item-in-menu-css-only/</guid>
</item>
<item>
<title>(CSS) alert messages - that pass the HTML validation</title>
<link>http://snipplr.com/view/3597/alert-messages--that-pass-the-html-validation/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Aug 2007 01:16:51 GMT</pubDate>
<guid>http://snipplr.com/view/3597/alert-messages--that-pass-the-html-validation/</guid>
</item>
<item>
<title>(CSS) boxes with headings</title>
<link>http://snipplr.com/view/3542/boxes-with-headings/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Aug 2007 07:50:36 GMT</pubDate>
<guid>http://snipplr.com/view/3542/boxes-with-headings/</guid>
</item>
<item>
<title>(PHP) image resize dynamically</title>
<link>http://snipplr.com/view/3537/image-resize-dynamically/</link>
<description><![CDATA[ <p>get the image size and reduces it dynamically</p> ]]></description>
<pubDate>Mon, 20 Aug 2007 07:48:59 GMT</pubDate>
<guid>http://snipplr.com/view/3537/image-resize-dynamically/</guid>
</item>
<item>
<title>(PHP) parse msql fields -  ATL library</title>
<link>http://snipplr.com/view/3499/parse-msql-fields---atl-library/</link>
<description><![CDATA[ <p>to use apostrophs in the field values 
i.e. st john's</p> ]]></description>
<pubDate>Fri, 10 Aug 2007 04:06:46 GMT</pubDate>
<guid>http://snipplr.com/view/3499/parse-msql-fields---atl-library/</guid>
</item>
<item>
<title>(PHP) PHP form validation and processing same page</title>
<link>http://snipplr.com/view/3498/php-form-validation-and-processing-same-page/</link>
<description><![CDATA[ <p>great to validate and process a form in the same page</p> ]]></description>
<pubDate>Fri, 10 Aug 2007 03:00:20 GMT</pubDate>
<guid>http://snipplr.com/view/3498/php-form-validation-and-processing-same-page/</guid>
</item>
<item>
<title>(CSS) Styling forms with definition lists</title>
<link>http://snipplr.com/view/3433/styling-forms-with-definition-lists/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Aug 2007 06:12:38 GMT</pubDate>
<guid>http://snipplr.com/view/3433/styling-forms-with-definition-lists/</guid>
</item>
<item>
<title>(CSS) link with background icon/image</title>
<link>http://snipplr.com/view/3432/link-with-background-iconimage/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 01 Aug 2007 05:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/3432/link-with-background-iconimage/</guid>
</item>
<item>
<title>(JavaScript) submit buttons as images + rollover</title>
<link>http://snipplr.com/view/3365/submit-buttons-as-images--rollover/</link>
<description><![CDATA[ <p>replace submit buttons with nice images and does also the rollover. Easy.</p> ]]></description>
<pubDate>Tue, 24 Jul 2007 08:58:58 GMT</pubDate>
<guid>http://snipplr.com/view/3365/submit-buttons-as-images--rollover/</guid>
</item>
<item>
<title>(CSS) Styling input based on their type with CSS</title>
<link>http://snipplr.com/view/3362/styling-input-based-on-their-type-with-css/</link>
<description><![CDATA[ <p>Style form fields</p> ]]></description>
<pubDate>Tue, 24 Jul 2007 07:58:52 GMT</pubDate>
<guid>http://snipplr.com/view/3362/styling-input-based-on-their-type-with-css/</guid>
</item>
<item>
<title>(PHP) definition list, dt and dd on same line IE7</title>
<link>http://snipplr.com/view/3331/definition-list-dt-and-dd-on-same-line-ie7/</link>
<description><![CDATA[ <p>have dt and dd inline is done automatically in Firefox, but screws up in IE7. So we need additional css rules, which have to be applied only if IE is used.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 06:12:42 GMT</pubDate>
<guid>http://snipplr.com/view/3331/definition-list-dt-and-dd-on-same-line-ie7/</guid>
</item>
<item>
<title>(CSS) use specific styles for IE</title>
<link>http://snipplr.com/view/3330/use-specific-styles-for-ie/</link>
<description><![CDATA[ <p>To use css which will only be applied if the browser is IE.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 06:09:49 GMT</pubDate>
<guid>http://snipplr.com/view/3330/use-specific-styles-for-ie/</guid>
</item>
<item>
<title>(PHP) multiple cases for switch construct</title>
<link>http://snipplr.com/view/3312/multiple-cases-for-switch-construct/</link>
<description><![CDATA[ <p>put case value1:case value2:case value3: to allow the same code be executed when the value passed equals value1 or value2 or value3.</p> ]]></description>
<pubDate>Wed, 18 Jul 2007 06:25:52 GMT</pubDate>
<guid>http://snipplr.com/view/3312/multiple-cases-for-switch-construct/</guid>
</item>
<item>
<title>(SQL) search</title>
<link>http://snipplr.com/view/3271/search/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 Jul 2007 08:26:41 GMT</pubDate>
<guid>http://snipplr.com/view/3271/search/</guid>
</item>
<item>
<title>(PHP) word wrap</title>
<link>http://snipplr.com/view/3262/word-wrap/</link>
<description><![CDATA[ <p>word-wrap refers to forcing the text to stay within its div, instead of extending to its length, which makes a div stretch.
It is a built-in function in PHP, go to the url to see its descr in the PHP manual.</p> ]]></description>
<pubDate>Tue, 10 Jul 2007 03:29:19 GMT</pubDate>
<guid>http://snipplr.com/view/3262/word-wrap/</guid>
</item>
<item>
<title>(PHP) Postcode validation</title>
<link>http://snipplr.com/view/3152/postcode-validation/</link>
<description><![CDATA[ <p>a function to check the validity of the postcode according to UK rules</p> ]]></description>
<pubDate>Fri, 06 Jul 2007 08:02:02 GMT</pubDate>
<guid>http://snipplr.com/view/3152/postcode-validation/</guid>
</item>
<item>
<title>(JavaScript) Table: unwanted padding</title>
<link>http://snipplr.com/view/3148/table-unwanted-padding/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 06 Jul 2007 04:26:40 GMT</pubDate>
<guid>http://snipplr.com/view/3148/table-unwanted-padding/</guid>
</item>
</channel>
</rss>