<?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/working</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 18:26:47 GMT</pubDate>
<item>
<title>(PHP) Fix Timthumb Script When Using a URL That Contains Tildes (~) - tacudtap</title>
<link>http://snipplr.com/view/69694/fix-timthumb-script-when-using-a-url-that-contains-tildes-/</link>
<description><![CDATA[ <p>If you are using the [TimThumb](http://code.google.com/p/timthumb/ "TimThumb on Google Code") script with a URL the contains tildes (~) and images are breaking, here is the fix...

I did not create this snippet but found it extremely useful so I thought I'd make it available here. The URL listed is not mine but where I found it. Enjoy :-)

At line 209 (as of 01-29-13) in the script you will find the following line of code:

`$this->src = $this->param('src');`

Replace that line with the following snippet:</p> ]]></description>
<pubDate>Wed, 30 Jan 2013 02:24:32 GMT</pubDate>
<guid>http://snipplr.com/view/69694/fix-timthumb-script-when-using-a-url-that-contains-tildes-/</guid>
</item>
<item>
<title>(PHP) concept: php multidimentional methods - Knarf</title>
<link>http://snipplr.com/view/62598/concept-php-multidimentional-methods/</link>
<description><![CDATA[ <p>A class i started to implement, which ended up in a working concept
However I'm not sure if it's a legal way of programming since I unnessesery
changes the structure of php without some real value except nicer structure

For now it remain a concept

Usage:

	concept::create()->create1();
	concept::create()->create2();
	concept::test()->test1();
	concept::test()->test2();</p> ]]></description>
<pubDate>Tue, 17 Jan 2012 19:55:11 GMT</pubDate>
<guid>http://snipplr.com/view/62598/concept-php-multidimentional-methods/</guid>
</item>
<item>
<title>(Ruby) count working days in month - stancox</title>
<link>http://snipplr.com/view/55546/count-working-days-in-month/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Jun 2011 19:04:48 GMT</pubDate>
<guid>http://snipplr.com/view/55546/count-working-days-in-month/</guid>
</item>
<item>
<title>(Windows PowerShell) Echo print the current working directory in windows batch file - shadevampire</title>
<link>http://snipplr.com/view/55289/echo-print-the-current-working-directory-in-windows-batch-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Jun 2011 06:24:19 GMT</pubDate>
<guid>http://snipplr.com/view/55289/echo-print-the-current-working-directory-in-windows-batch-file/</guid>
</item>
<item>
<title>(VB.NET) Adaptar formulario a tamaño pantalla - goo</title>
<link>http://snipplr.com/view/41421/adaptar-formulario-a-tamao-pantalla/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Oct 2010 17:36:08 GMT</pubDate>
<guid>http://snipplr.com/view/41421/adaptar-formulario-a-tamao-pantalla/</guid>
</item>
<item>
<title>(C++) Linked List (Tester.cpp) - itsok2kry</title>
<link>http://snipplr.com/view/9083/linked-list-testercpp/</link>
<description><![CDATA[ <p>this doesn't work at all.</p> ]]></description>
<pubDate>Fri, 17 Oct 2008 16:36:44 GMT</pubDate>
<guid>http://snipplr.com/view/9083/linked-list-testercpp/</guid>
</item>
<item>
<title>(CSS) PNG support in Internet Explorer 5.5 - 6 with working links - HerrSerker</title>
<link>http://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links/</link>
<description><![CDATA[ <p>IE 5.5 to 6 don't support generic PNG with Alpha-Channel
To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ).

But because the AIL is a DirectX-processing, some links and mouseover effexts in front of the PNG, when used as background-image, won't work, because the AIL will put itself in front of the links (like in the DOM or surface, but not visually).

A workaround for this is, to let the anchor or a surrounding element inside the element with the AIL-filter get the position:relative, or a different position (except static, I guess).

This will again work.

P.S.: AIL will not work with repeated background-mages, because the AIL-filter doesn't support repeating of images</p> ]]></description>
<pubDate>Fri, 02 May 2008 08:28:32 GMT</pubDate>
<guid>http://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links/</guid>
</item>
</channel>
</rss>