<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetslackers.com/Community/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Elsehemy®  Jr. is a Slacker</title><subtitle type="html">Elsehemy Weblog on Microsoft® technologies , tips &amp;amp; tricks, news and more...</subtitle><id>http://dotnetslackers.com/Community/blogs/amrelsehemy/atom.aspx</id><link rel="alternate" type="text/html" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/default.aspx" /><link rel="self" type="application/atom+xml" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.30415.43">Community Server</generator><updated>2007-05-20T13:30:00Z</updated><entry><title>jBlogMvc : part 3 Themable View Engine, Archive and Filtering by year, month and day</title><link rel="alternate" type="text/html" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/11/01/jblogmvc-part-3-themable-view-engine-archive-and-filtering-by-year-month-and-day.aspx" /><id>http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/11/01/jblogmvc-part-3-themable-view-engine-archive-and-filtering-by-year-month-and-day.aspx</id><published>2008-10-31T22:10:00Z</published><updated>2008-10-31T22:10:00Z</updated><content type="html">NOTE: In this series I build a blogengine using ASP.NET MVC and jQuery from scratch in order to learn more about these new technologies. If you haven&amp;#39;t read the first post in this series, I would encourage you do to that first , or check out the jBlogMvc category . You can also always subscribe to the feeds . jBlogMvc is converted to be used on ASP.NET MVC Beta 1 if you haven&amp;#39;t downloaded it yet you can find it here , to read about the changes and additions in the beta 1 I do recommend reading...(&lt;a href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/11/01/jblogmvc-part-3-themable-view-engine-archive-and-filtering-by-year-month-and-day.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=29739" width="1" height="1"&gt;</content><author><name>amrelsehemy</name><uri>http://dotnetslackers.com/Community/members/amrelsehemy.aspx</uri></author><category term="jblogmvc" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/jblogmvc/default.aspx" /><category term="blogengine" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/blogengine/default.aspx" /><category term="jquery" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/jquery/default.aspx" /><category term="aspnetmvc" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/aspnetmvc/default.aspx" /></entry><entry><title>jBlogMvc : part 1 Building the Administration Area</title><link rel="alternate" type="text/html" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/10/06/jblogmvc-part-1-building-the-administration-area.aspx" /><id>http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/10/06/jblogmvc-part-1-building-the-administration-area.aspx</id><published>2008-10-06T14:45:00Z</published><updated>2008-10-06T14:45:00Z</updated><content type="html">NOTE: In this series I build a blogengine using ASP.NET MVC and jQuery from scratch in order to learn more about these new technologies. If you haven&amp;#39;t read the first post in this series, I would encourage you do to that first , or check out the jBlogMvc category . You can also always subscribe to the feeds . In this part of the series, I build the administration area of the blog engine I am building using the ASP.NET MVC and jQuery, in this part I will cover more basic features used in any blog...(&lt;a href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/10/06/jblogmvc-part-1-building-the-administration-area.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=29381" width="1" height="1"&gt;</content><author><name>amrelsehemy</name><uri>http://dotnetslackers.com/Community/members/amrelsehemy.aspx</uri></author><category term="jblogmvc" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/jblogmvc/default.aspx" /><category term="blogengine" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/blogengine/default.aspx" /><category term="jquery" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/jquery/default.aspx" /><category term="aspnetmvc" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/aspnetmvc/default.aspx" /></entry><entry><title>jBlogMvc : part 2 Editing, Deleting, Paging Posts and Rss feeds</title><link rel="alternate" type="text/html" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/10/06/jblogmvc-part-2-editing-deleting-paging-posts-and-rss-feeds.aspx" /><id>http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/10/06/jblogmvc-part-2-editing-deleting-paging-posts-and-rss-feeds.aspx</id><published>2008-10-06T14:39:00Z</published><updated>2008-10-06T14:39:00Z</updated><content type="html">NOTE: In this series I build a blogengine using ASP.NET MVC and jQuery from scratch in order to learn more about these new technologies. If you haven&amp;#39;t read the first post in this series, I would encourage you do to that first , or check out the jBlogMvc category . You can also always subscribe to the feeds . What about new features this part will cover : Configuration is saved in the database. Managing Posts (Editing, Deleting). Posts are now paged. Some jquery magic is used. So, lets have a...(&lt;a href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2008/10/06/jblogmvc-part-2-editing-deleting-paging-posts-and-rss-feeds.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=29378" width="1" height="1"&gt;</content><author><name>amrelsehemy</name><uri>http://dotnetslackers.com/Community/members/amrelsehemy.aspx</uri></author><category term="jblogmvc" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/jblogmvc/default.aspx" /><category term="blogengine" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/blogengine/default.aspx" /><category term="jquery" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/jquery/default.aspx" /><category term="aspnetmvc" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/aspnetmvc/default.aspx" /></entry><entry><title>Enhanced Windows Form with Minimized, Maximized and Restored Events</title><link rel="alternate" type="text/html" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2007/06/01/Form_5F00_Minimize_5F00_Maxmize_5F00_Events.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="16400" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/attachment/1426.ashx" /><id>http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2007/06/01/Form_5F00_Minimize_5F00_Maxmize_5F00_Events.aspx</id><published>2007-06-01T14:07:00Z</published><updated>2007-06-01T14:07:00Z</updated><content type="html">Hello again, A new tip for windows forms developers, If you ever wantedto gain more control on the windows form you might have need the Minimizebox pressed event, and Maximizebox pressed too. So all you need is to override the WndProc of the form and check for the Windows message of the (minimize , maximize , restore) and then raise the appropriate event. I provided here a sample. protected override void WndProc( ref Message m) { if (m.Msg == WM_SYSCOMMAND) { switch (m.WParam.ToInt32()) { case SC_MINIMIZE...(&lt;a href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2007/06/01/Form_5F00_Minimize_5F00_Maxmize_5F00_Events.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=1426" width="1" height="1"&gt;</content><author><name>amrelsehemy</name><uri>http://dotnetslackers.com/Community/members/amrelsehemy.aspx</uri></author><category term="Tips &amp;amp; Tricks" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/Tips+_2600_amp_3B00_+Tricks/default.aspx" /></entry><entry><title>Extracting Icons from files.</title><link rel="alternate" type="text/html" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2007/05/20/Extracting-Icons-from-files_2E00_.aspx" /><link rel="enclosure" type="application/x-zip-compressed" length="12960" href="http://dotnetslackers.com/Community/blogs/amrelsehemy/attachment/1377.ashx" /><id>http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2007/05/20/Extracting-Icons-from-files_2E00_.aspx</id><published>2007-05-20T07:30:00Z</published><updated>2007-05-20T07:30:00Z</updated><content type="html">Have you ever seen a file with a pretty icon you wanted to use but you couldn&amp;#39;t get a similar one in your program? If yes, try this method &amp;gt;&amp;gt; Icon .ExtractAssociatedIcon here is the code I wrote that works fine, you will also find the sample attached Icon ico; public Form1() { InitializeComponent(); ico = this.Icon; } private void btnGetIcon_Click(object sender, EventArgs e) { if(dlgOpen.ShowDialog() == DialogResult.OK) { ico = Icon.ExtractAssociatedIcon(dlgOpen.FileName); this.Icon = ico;...(&lt;a href="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/2007/05/20/Extracting-Icons-from-files_2E00_.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://dotnetslackers.com/Community/aggbug.aspx?PostID=1377" width="1" height="1"&gt;</content><author><name>amrelsehemy</name><uri>http://dotnetslackers.com/Community/members/amrelsehemy.aspx</uri></author><category term="Tips &amp;amp; Tricks" scheme="http://dotnetslackers.com/Community/blogs/amrelsehemy/archive/tags/Tips+_2600_amp_3B00_+Tricks/default.aspx" /></entry></feed>