Recent Posts


Comments

jBlogMvc : part 3 Themable View Engine, Archive and Filtering by year, month and day by amrelsehemy

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't read the first post in this series, I would encourage you do to that first , or check out the jBlogMvc...

Comments

jBlogMvc : part 1 Building the Administration Area by amrelsehemy

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't read the first post in this series, I would encourage you do to that first , or check out the jBlogMvc...

Comments

jBlogMvc : part 2 Editing, Deleting, Paging Posts and Rss feeds by amrelsehemy

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't read the first post in this series, I would encourage you do to that first , or check out the jBlogMvc...

Comments

Enhanced Windows Form with Minimized, Maximized and Restored Events by amrelsehemy

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...
Filed under:

Comments

Extracting Icons from files. by amrelsehemy

Have you ever seen a file with a pretty icon you wanted to use but you couldn't get a similar one in your program? If yes, try this method >> Icon .ExtractAssociatedIcon here is the code I wrote that works fine, you will also find the sample...
Filed under: