<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>url2jpeg</title><link>http://www.codeplex.com/url2jpeg/Project/ProjectRss.aspx</link><description>Capture web page. Save full or partial page to file or clipboard. Execute script for automatic thumbnail creation.   Winform app written in C&amp;#35;, one method in C&amp;#43;&amp;#43;.</description><item><title>CREATED ISSUE: memory leak?</title><link>http://www.codeplex.com/url2jpeg/WorkItem/View.aspx?WorkItemId=1154</link><description>Hello, there is a memory leak in case of using the batch mode.&lt;br /&gt;I make about 100 screenshots of websites &amp;#40;with java content in it&amp;#41; via the batch mode and a quite long .xml file. While doing the screenshots &amp;#40;each has about 250KB as .png&amp;#41; the memory usage grows up to around 140 MB. And now the real problem occurs&amp;#58; The following &amp;#126;10 pictures are the same, only the name of the files are correct, but the content is the same, so is the file size. Afterwards the next pictures in the list are okay again.&lt;br/&gt;</description><author>Schlumpfbert</author><pubDate>Fri, 31 Aug 2007 14:58:13 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: memory leak? 20070831025813P</guid></item><item><title>CREATED ISSUE: error after click 'go'</title><link>http://www.codeplex.com/url2jpeg/WorkItem/View.aspx?WorkItemId=959</link><description>I used the program to capture a few different sites.  Works great.  Then I went to my main site, and the debugger came up.  I am not a programmer, but in the debugger I got under eval code &amp;#39;menuitem8.thediv&amp;#39; is where the break happened.  The site I used when this happened has www.w3hackers.com .  I am uploading a screenshot of the debugger.  I am using Vista Business 32bit.&lt;br/&gt;</description><author>firewalker</author><pubDate>Wed, 22 Aug 2007 13:29:42 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: error after click 'go' 20070822012942P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/url2jpeg/SourceControl/ListDownloadableCommits.aspx</link><description>Converte absolute to relative path for setup</description><author>rthomas</author><pubDate>Wed, 18 Jul 2007 07:37:50 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070718073750A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/url2jpeg/SourceControl/ListDownloadableCommits.aspx</link><description>Added setup and lang.xml files</description><author>rthomas</author><pubDate>Wed, 18 Jul 2007 07:33:23 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070718073323A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/url2jpeg/SourceControl/ListDownloadableCommits.aspx</link><description>Project correction to correctly handle release version.</description><author>rthomas</author><pubDate>Mon, 16 Jul 2007 17:24:22 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070716052422P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/url2jpeg/SourceControl/ListDownloadableCommits.aspx</link><description>Remove unused personal include file</description><author>rthomas</author><pubDate>Mon, 16 Jul 2007 17:17:33 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070716051733P</guid></item><item><title>UPDATED RELEASE: url2jpeg v1.1 (Jul 09, 2007)</title><link>http://www.codeplex.com/url2jpeg/Release/ProjectReleases.aspx?ReleaseId=5573</link><description>The same version you can find at [url:http://www.url2jpeg.com]</description><author></author><pubDate>Mon, 09 Jul 2007 16:05:10 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: url2jpeg v1.1 (Jul 09, 2007) 20070709040510P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/url2jpeg/SourceControl/ListDownloadableCommits.aspx</link><description>First code source push</description><author>rthomas</author><pubDate>Mon, 09 Jul 2007 15:55:33 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070709035533P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/url2jpeg/SourceControl/ListDownloadableCommits.aspx</link><description>First code source push</description><author>rthomas</author><pubDate>Mon, 09 Jul 2007 15:55:33 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070709035533P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/url2jpeg/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Capture web page. Save full or partial page to file or clipboard. Execute script for automatic thumbnail creation.&lt;br/&gt;Main part written in C&amp;#35;, some part in C&amp;#43;&amp;#43;&amp;#47;CLI&lt;br/&gt;
&lt;br /&gt;&lt;b&gt;Project origin and future&lt;/b&gt;&lt;br /&gt;This is the exact code source of the famous freeware url2jpeg you can find here: &lt;a href="http://www.url2jpeg.com" class="externalLink"&gt;http://www.url2jpeg.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;You have full code source for version 1.1&lt;br /&gt;Next version is up to you.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Code you will find in source&lt;/b&gt;&lt;br /&gt;&lt;i&gt;I use to write very clean and object oriented code, you can easily reuse classes from this project&lt;/i&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;CreateBitmap2 C++ code that show you how to use IViewObject2::Draw method to capture IE page&lt;/li&gt;&lt;li&gt;ExtendedWebBrowser class that disable javascript error handling&lt;/li&gt;&lt;li&gt;AutoScroll and AutoScale classes for handling bitmap display, zoom and scrolling&lt;/li&gt;&lt;li&gt;CommandLineParsing class for command line parsing&lt;/li&gt;&lt;li&gt;LocalizedUserControl class that auto export screen in XML files and allow language selection&lt;/li&gt;&lt;li&gt;PlaceObject class that auto handle rectangle placement on drawing surface&lt;/li&gt;&lt;li&gt;XMLSerialize generic for xml serialize/deserialize in file or string&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>rthomas</author><pubDate>Mon, 09 Jul 2007 15:01:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070709030145P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/url2jpeg/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;Capture web page. Save full or partial page to file or clipboard. Execute script for automatic thumbnail creation.&lt;br/&gt;Main part written in C&amp;#35;, some part in C&amp;#43;&amp;#43;&amp;#47;CLI&lt;br/&gt;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project origin&lt;/b&gt;&lt;br /&gt;This is the exact code source of the famous freeware url2jpeg you can find here: &lt;a href="http://www.url2jpeg.com" class="externalLink"&gt;http://www.url2jpeg.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Code you will find in source&lt;/b&gt;&lt;br /&gt;&lt;i&gt;I use to write very clean and object oriented code, you can easily reuse classes from this project&lt;/i&gt;&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;CreateBitmap2 C++ code that show you how to use IViewObject2::Draw method to capture IE page&lt;/li&gt;&lt;li&gt;ExtendedWebBrowser class that disable javascript error handling&lt;/li&gt;&lt;li&gt;AutoScroll and AutoScale classes for handling bitmap display, zoom and scrolling&lt;/li&gt;&lt;li&gt;CommandLineParsing class for command line parsing&lt;/li&gt;&lt;li&gt;LocalizedUserControl class that auto export screen in XML files and allow language selection&lt;/li&gt;&lt;li&gt;PlaceObject class that auto handle rectangle placement on drawing surface&lt;/li&gt;&lt;li&gt;XMLSerialize generic for xml serialize/deserialize in file or string&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>rthomas</author><pubDate>Mon, 09 Jul 2007 14:50:05 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070709025005P</guid></item></channel></rss>