Elsehemy® Jr. is a Slacker
Elsehemy Weblog on Microsoft® technologies , tips & tricks, news and more...
Sign in
|
Join
|
Help
Home
Contact
RSS
Atom
This site
DotNetSlackers home
Sponsors
MaximumASP
Social Bookmarking
Online Shopping
asp.net hosting
UK online local dating
Search
Tags
aspnetmvc
blogengine
jblogmvc
jquery
Tips & Tricks
Navigation
Home
Blogs
Forums
Downloads
Archives
November 2008 (1)
October 2008 (2)
June 2007 (1)
May 2007 (1)
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...
Filed under:
jblogmvc
,
blogengine
,
jquery
,
aspnetmvc
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...
Filed under:
jblogmvc
,
blogengine
,
jquery
,
aspnetmvc
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...
Filed under:
jblogmvc
,
blogengine
,
jquery
,
aspnetmvc
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:
Tips & Tricks
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:
Tips & Tricks