raghda_amr

Stories kicked by raghda_amr

jBlogMvc : part 3 Themable View Engine, Archive and Filtering by year,(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 6 months ago

Now using beta 1, add a theme support, built a new viewengine to support themes pathes, added archive view read more...

add a comment |category: |Views: 179

tags: another

jBlogMvc : part 2 Editing, Deleting, Paging Posts and Rss feeds(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 7 months ago

In this part of the series I add editing and deleting posts, the blog posts now has feeds, I also use jquery and the jeditable plugin fot inline editing, I added paging for the posts as well read more...

4 comments |category: |Views: 168

tags: another

jBlogMvc : part 1 Building the Administration Area(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 8 months ago

In this part, I used some features of the ASP.NET MVC to build an administration area, jQuery too was used on client side (validator plugin). Used membership for validation, Model Binders, jQuery Client validation,Small validation framework for business rules and server side validation.(originally written by scott gu), Using nested master pages in ASP.NET MVC, Applying the "Post/Redirect/Get" (aka PRG) pattern. read more...

add a comment |category: |Views: 263

tags: another

Introducing jBlogMvc(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 3 years, 8 months ago

In this part, I just announced jBlogMvc the ASP.NET MVC and jQuery blogengine which I build in order to learn more about the two new technologies (at least for me) read more...

1 comment |category: |Views: 354

tags: another

ASP.NET Security : 2- More Basics(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

Basic information on how the IIS worker process takes an identity to run within, IIS 5 and 6 process models. read more...

add a comment |category: |Views: 9

tags: another

Exploring GDI+ : Using the Pen(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

This post describes how to use the Pen object in drawing and using sepcial characteristics of the pen like DashStyle and LineCaps. read more...

add a comment |category: |Views: 24

tags: another

Enabling Design Time Template Editing(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 2 months ago

This post describes how to enable design time editing for templated controls. read more...

1 comment |category: |Views: 24

tags: another

Adding Auto Format for ASP.NET Custom Controls Design Time(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to add Auto Format.. link in the Smart Tag of the ASP.NET web controls, to give the user of the control a variety of different styles in the design time. read more...

add a comment |category: |Views: 98

tags: another

Extracting Icons from Files(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

Extracting the icon of any file including executable ones. read more...

1 comment |category: |Views: 5

tags: another

Exploring GDI+ : Using The Brush(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows the different types of brushes built in GDI+, how to work with them and how they look. read more...

add a comment |category: |Views: 28

tags: another

The ASP.NET Configuration Model(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post describes the ASP.NET configuration model, shows the all the config files that are used when running an ASP.NET application, describes the merging process and shows some Tools for editing web.config. read more...

add a comment |category: |Views: 2

tags: another

Custom Controls Design Time Support Part 15: Debugging Design Time(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

The final part in the series describing how to debug design time support. read more...

add a comment |category: |Views: 81

tags: another

Custom Controls Design Time Support Part 14: Extra Property Tab(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to let your custom controls to have an extra tab in the property window by building a new PropertyTab. read more...

add a comment |category: |Views: 16

tags: another

Custom Controls Design Time Support Part 13: Adding Snaplines(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post shows how to add custom Snaplines for your custom windows controls. Includes a sample and source code. read more...

add a comment |category: |Views: 42

tags: another

Custom Controls Design Time Support Part 12: Adding SmartTag(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 3 months ago

This post describes how to add a smart tag panel to your custom control. read more...

add a comment |category: |Views: 39

tags: another

Custom Controls Design Time Support Part 11: Designer Verbs(amrelsehemy.net)

submitted by AmrElsehemyAmrElsehemy(2585) 4 years, 4 months ago

This post describes how to use a control designer to add custom menu items on the custom controls by adding Designer Verbs. read more...

add a comment |category: |Views: 27

tags: another