<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx</link><description>PNG and JPEG are two most popular formats for web graphics. JPEG is used for photographs, screenshots and backgrounds where PNG is used for all other graphics need including cliparts, buttons, headers, footers, borders and so on. As a result, these two</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1669277</link><pubDate>Thu, 05 Feb 2009 10:57:18 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1669277</guid><dc:creator>Haytham</dc:creator><description>&lt;p&gt;Dear Omar, please help me.&lt;/p&gt;
&lt;p&gt;when i&amp;#39;m trying to open the project &amp;quot;dropthings&amp;quot;, I got an error as following &lt;/p&gt;
&lt;p&gt;&amp;quot;cannot open the Dropthing.Silverlight , this project is not supported by this installation &amp;quot;&lt;/p&gt;
&lt;p&gt;can you please help me to solve this problem?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1669277" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1647712</link><pubDate>Sat, 13 Sep 2008 22:41:11 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1647712</guid><dc:creator>Mark Entingh</dc:creator><description>&lt;p&gt;since optiPNG and jpglib are both command line tools, you can use them within your ASP.net project easily without using powershell scripts.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s an example for executing command line tools via ASP.net at &lt;a rel="nofollow" target="_new" href="http://www.willasrari.com/blog/run-a-command-shell-executable-from-aspnet/000155.aspx"&gt;www.willasrari.com/.../000155.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1647712" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1644907</link><pubDate>Mon, 18 Aug 2008 01:18:44 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1644907</guid><dc:creator>Rishi</dc:creator><description>&lt;p&gt;Really nice article! Many thanks.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1644907" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1642542</link><pubDate>Tue, 29 Jul 2008 14:17:34 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1642542</guid><dc:creator>Aashish</dc:creator><description>&lt;p&gt;Thanks omar for your quick reply from your busy schedule. I am &amp;nbsp;new to powershell and i tried to do what you asked for but it gave me some errors as follows:&lt;/p&gt;
&lt;p&gt;cmdlet foreach at command pipeline position 2&lt;/p&gt;
&lt;p&gt;Supply values for the following parameters:&lt;/p&gt;
&lt;p&gt;Process[0]:&amp;lt;$filename = $_.FullName; cmd /c &amp;quot;C:\soft\png\optipng.exe -o7 &amp;#39;&amp;quot;$fileName&amp;#39;&amp;quot;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;I dont know what it wants to say i have already copied the optiping.exe to the specified folder and i am running this command from my website root, do i have to run it from my App_Themes images folder or what i cant figure it out.Please Help.&lt;/p&gt;
&lt;p&gt;Thankx&lt;/p&gt;
&lt;p&gt;Aashish&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1642542" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1642439</link><pubDate>Mon, 28 Jul 2008 16:27:18 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1642439</guid><dc:creator>omar</dc:creator><description>&lt;p&gt;Install powershell and run powershell&lt;/p&gt;
&lt;p&gt;Go to you website folder within powershell console&lt;/p&gt;
&lt;p&gt;Run the scripts&lt;/p&gt;
&lt;p&gt;It will compress all the pictures inside your website folder&lt;/p&gt;
&lt;p&gt;Now you can copy those compressed files to your production environment.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1642439" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1642437</link><pubDate>Mon, 28 Jul 2008 16:13:15 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1642437</guid><dc:creator>Aashish</dc:creator><description>&lt;p&gt;Can you please tell me the procedure to use these scripts in my website project. Do i have to make a separate deployment project to run those scripts or i have to place this code inside a batch file. i am simply not getting the way to do this.Please help me to handle this.&lt;/p&gt;
&lt;p&gt;Otherwise your post sounds really interesting and is going to save a lot of bandwidth.&lt;/p&gt;
&lt;p&gt;Thanks in advance for help and support and good work out their to help everyone.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1642437" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1639439</link><pubDate>Sat, 05 Jul 2008 07:17:02 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1639439</guid><dc:creator>omar</dc:creator><description>&lt;p&gt;Yep, I love these two tools. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1639439" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1624309</link><pubDate>Mon, 19 May 2008 11:30:06 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1624309</guid><dc:creator>Kunal</dc:creator><description>&lt;p&gt;Very interesting and helpful&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1624309" width="1" height="1"&gt;</description></item><item><title>re: Reduce website download time by heavily compressing PNG and JPEG</title><link>http://msmvps.com/blogs/omar/archive/2008/04/07/reduce-website-download-time-by-heavily-compressing-png-and-jpeg.aspx#1613281</link><pubDate>Sun, 04 May 2008 20:42:01 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1613281</guid><dc:creator>Morteza</dc:creator><description>&lt;p&gt;Excellent omar! thank you&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1613281" width="1" height="1"&gt;</description></item></channel></rss>