willasrarikicks

Stories kicked by friends of willasrarikicks

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

submitted by docluvdocluv(1575) 6 months, 17 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, 17 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

Tweet Snippet(www.tweetsnippet.com)

submitted by chrcar01chrcar01(560) 1 year ago

Easy code snippet tweeting. read more...

add a comment |category: |Views: 1

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

WPF Tutorials(www.wpftutorial.net)

submitted by RyanFarleyRyanFarley(585) 2 years, 4 months ago

Great site for those getting started with WPF. Includes tutorials, walk-throughs, and all the basics for getting started with WPF. read more...

add a comment |category: |Views: 48

tags: another

Welcome to the new DotNetKicks(blog.dotnetkicks.com)

submitted by javeryjavery(5523) 2 years, 4 months ago

Welcome to the new DotNetKicks - Lots of improvements and even more on the way! read more...

6 comments |category: |Views: 436

tags: another

Using RestSharp to consume RESTful Web Services(stum.de)

submitted by johnsheehanjohnsheehan(4785) 2 years, 5 months ago

Michael Stum demonstrates the basic concepts of RestSharp, a new open source project for consuming RESTful APIs. Includes an introduction to REST concepts and a good overview of RestSharp's basic functionality. read more...

add a comment |category: |Views: 307

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

OpenForum – new ASP.NET MVC based forum(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 2 years, 10 months ago

There is new project in CodePlex called OpenForum. With source code you get also some samples you can run on your machine. OpenForum is pretty new and simple. There are no advanced forum features and currently it is suitable for smaller forums. You can change the look of OpenForum and write your own user repositories. Let’s see how OpenForum looks like. read more...

add a comment |category: |Views: 238

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