docluv

Stories kicked by docluv

Touch Friendly Design – Bringing Life to Lists(professionalaspnet.com)

submitted by docluvdocluv(1575) 6 months, 16 days ago

Yesterday I talked about how creating traditional <A> driven navigation can be problematic in today’s touch first world. In yesterday’s demonstration I pointed out how using hyperlinks and a traditional menued navigation scheme can lead to user error when touching a target. Today I wanted to extend my thoughts by showing how even using a hyperlink in a list of links can be just as problematic. read more...

1 comment |category: |Views: 13

tags: another

Touch Friendly Design–Making Touchable Targets(professionalaspnet.com)

submitted by docluvdocluv(1575) 6 months, 16 days ago

The way we design application clients has radically changed in the past couple of years with the proliferation of SmartPhone and tablets with touch screens. Touch is the newest common user input methodology. Sadly it seems to be broadly ignored by the developer majority. By this I want to call attention to the way we design modern web and native mobile applications, which tends to retain aspects common to legacy web sites. read more...

add a comment |category: |Views: 10

tags: another

Use Local storage to make your web applications rock(professionalaspnet.com)

submitted by vijaystvijayst(1311) 7 months, 18 days ago

Single page web applications are on the rise that use sophisticated HTML5, Javascript, CSS3. Local Storage is useful for these applications to store application specific data upto 5 MB. This post describes how to use Local storage in your applications. read more...

2 comments |category: |Views: 77

tags: another

Making a Mobile MVC Music Store Part 3: Creating The Controllers and V(professionalaspnet.com)

submitted by docluvdocluv(1575) 1 year, 1 month ago

This is part 3 of a series creating a mobile web version of the MVC 3 Music Store. In this installment the core controllers and views are created. read more...

add a comment |category: |Views: 11

tags: another

Adding Custom Menu in Html Helper class using Extension Method(c-sharpcorner.com)

submitted by melaniecmelaniec(660) 2 years, 9 months ago

This article will show how to add new functionality in HtmlHelper class using Extension method. This will give step by step explanation of, how to create or add MENU functionality n Html helper class and then use that in view of ASP.Net MVC application. read more...

add a comment |category: |Views: 114

tags: another

Testing E-Mail Functionality(professionalaspnet.com)

submitted by docluvdocluv(1575) 2 years, 11 months ago

If you are looking for a very robust testing utility for e-mailing applications, you need to get Neptune. This is a quick introduction to how Neptune works. Every software developer who has ever written software that sends e-mail of any kind will appreciate the features this little testing utility. read more...

1 comment |category: |Views: 369

tags: another

Making a Sharp Dressed Web Form – Thin ASP.NET 8(professionalaspnet.com)

submitted by docluvdocluv(1575) 2 years, 11 months ago

The past few months I have been trying to learn more about user experience and design patterns. This has led me to learn more about how to use the tools available to me to provide better user experiences, namely CSS and JQuery. I have been writing quite a bit about JQuery stuff lately, so today I am going to shift gears a little and talk about leveraging some CSS layout goodness to lay out a web form. read more...

add a comment |category: |Views: 23

tags: another

Asp.Net Loves Html(aspdotnetloveshtml.com)

submitted by birdchestbirdchest(595) 2 years, 11 months ago

a site aimed at helping convince you to take the Asp.Net HTML challenge. What is the Asp.Net HTML challenge? It is a challenge asking you, enthusiastic web developer, to create an Asp.Net web site with good HTML practices in mind. read more...

add a comment |category: |Views: 14

tags: another

Abandon ASP.NET WebForms!(itmeze.com)

submitted by michalzygulamichalzygula(100) 2 years, 11 months ago

Interesting experiance with classic web forms.... read more...

9 comments |category: |Views: 899

tags: another

I Love Code Generation – Why Don’t You? (professionalaspnet.com)

submitted by docluvdocluv(1575) 2 years, 11 months ago

I have a passion for code generation. I use it everyday to create thousands upon thousands of lines of boring, routine code. In this article I explore 3 reasons why I love code generation. I hope it causes those who don't use code generation to adopt it. read more...

add a comment |category: |Views: 764

tags: another

Control TextBox’s AutoComplete Action (professionalaspnet.com)

submitted by docluvdocluv(1575) 2 years, 11 months ago

Ever wonder how your browser knows you are typing in your first name or e-mail and magically drops down a list of suggestions? Ever wonder how you can control this action in browsers? This article explores the concept of Browser Autocomplete functionality and how to control it using ASP.NET Web Controls and HTML elements. read more...

add a comment |category: |Views: 48

tags: another

Displaying a Confirmation Dialog with the JQuery UI Dialog(professionalaspnet.com)

submitted by docluvdocluv(1575) 2 years, 11 months ago

This article shows how to construct a Confirmation Dialog using the JQuery UI Dialog plugin. Confirmation dialogs are useful when you need to force a user to acknowledge something like a license, terms of use or other required content before procdeding with the application. read more...

add a comment |category: |Views: 290

tags: another

Life After Loops(codethinked.com)

submitted by markheathmarkheath(1485) 2 years, 11 months ago

Eliminating cumbersome looping code using Linq read more...

1 comment |category: |Views: 684

tags: another

Asp.Net vs php : Speed Comparison(naspinski.net)

submitted by naspinskinaspinski(610) 2 years, 11 months ago

Why is the myth that php is faster than Asp.Net so prevalent? Asp.Net is faster than php, here are the facts. So many times I have heard php pushers claim that php is so much faster than Asp.Net and that Asp.Net is clunky and slow. The most annoying part is that everything I have read (that is not factless opinion), and I mean everything, says that this is wrong; but for some reason, this myth is widely accepted. It has become a religious argument that ignores the facts... read more...

add a comment |category: |Views: 1321

tags: another

C# Regions are not Useful? Give me a Break(codezest.com)

submitted by daveschinkeldaveschinkel(1720) 3 years, 1 month ago

I often see arguments about use of regions in C# code. And this is one of the most annoying things I see on the Internet in my opinion when it pertains to code structure. Whoever says regions are not to be used, I’d love to see your code and know what standards you have established as a team with your code base. I bet you it’s a mess and the reason you don’t like regions is because the developers on your team has abused use of them and that there is no logical pattern or team standard established. read more...

add a comment |category: |Views: 631

tags: another

Creating an Ajax Login Form With jQuery (dev102.com)

submitted by razamitrazamit(4566) 3 years, 2 months ago

In this post I want to show you how to use jQuery to create an AJAX login screen. I am going to use an ASP.NET MVC application for this demonstration read more...

add a comment |category: |Views: 522

tags: another