ashraf_eme

Stories kicked by ashraf_eme

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

What a developer needs from their manager(ytechie.com)

submitted by SuperJasonSuperJason(2740) 3 years, 11 months ago

I've a read a lot of articles talking about what it takes to be a good development manager. There are also articles about what makes a good developer. I thought it would be a good idea to describe what a developer needs from their manager. read more...

3 comments |category: |Views: 495

tags: another

Building a better web forms: Context highlighting using jQuery (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows how to highlight a current context on a complex web forms using jQuery. You can see how to highlight current row or current group of rows, and how easily it could be done by uisng powerful jQuery selectors. read more...

3 comments |category: |Views: 363

tags: another

Rock the iPhone with ASP.NET MVC and iUI(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 3 years, 11 months ago

An intro to using iUI and ASP.NET MVC to write web applications for the iPhone. read more...

add a comment |category: |Views: 804

tags: another

CSS Message Boxes for different message types (jankoatwarpspeed.com)

submitted by jankojanko(2555) 4 years ago

Can you believe this: Few days ago I went to my bank to check my credit score with the Credit Bureau. The bank official typed in my personal data and sent a request. Web application responded by displaying a yellow message box with an exclamation icon saying that data processing is still in progress. He checked several more times, but he didn't notice that at one moment the message changed to "Account available". But the message box hasn't changed. He continued to check a few more times and eventually he realized that the request was successful. I don't know what was in the minds of developers and designers who created this application, but it certainly wasn't the user. This poor bank official was really frustrated. I can't imagine what the rest of the application looks like. read more...

add a comment |category: |Views: 576

tags: another