Amadiere

Stories submitted by Amadiere

ASP.NET MVC 3: Drop Down Lists / SelectLists(amadiere.com)

submitted by AmadiereAmadiere(74) 8 months, 26 days ago

Quick and basic intro into ASP.NET MVC's in-built drop down list control, as well as using the JQuery SelectMenu to theme and improve it's appearance. Razor views used in the example. read more...

add a comment |category: |Views: 23

tags: another

Unobtrusive JavaScript in ASP.NET MVC3 with JQuery(amadiere.com)

submitted by AmadiereAmadiere(74) 11 months, 6 days ago

I've recently experimented a little bit with some of the new unobtrusive JavaScript stuff that is now included as part of the default ASP.NET MVC 3 project template. While not an overly complex subject, it's been one of them plugins I wanted to have a dabble with, but I didn't quite find the time until now. And I must say, it was a lot easier to sort out than I thought it might be! read more...

add a comment |category: |Views: 27

tags: another

C#.NET & Classic ASP Password Hashing(amadiere.com)

submitted by AmadiereAmadiere(74) 1 year, 3 months ago

One of the things I've recently been working on is a solution to allow both a .NET application and a legacy VBScript / Classic ASP to be able to validate a specific username / password combination, comparing two hashed passwords. In the process, I discovered (with the help of Google and StackOverflow) that accessing .NET objects from Classic ASP isn't really all that hard! read more...

add a comment |category: |Views: 25

tags: another

OpenID is NOT an ex-parrot!(amadiere.com)

submitted by AmadiereAmadiere(74) 1 year, 6 months ago

I’ve read a few Tweets recently that OpenID might be dead. Poppycock! OpenID is alive and kicking and as strong, if not stronger, than ever before. It’s great and makes it so easy to actually log into to a site. Is OpenID an ex-parrot? Not at all – it’s here for the foreseeable future in my opinion. And that is a great thing! read more...

add a comment |category: |Views: 3

tags: another

HTC HD7 (Windows Phone 7) vs Apple iPhone 4 (iOS 4)(amadiere.com)

submitted by AmadiereAmadiere(74) 1 year, 6 months ago

With Windows Phone 7 released in the US, the UK have had the devices for over a week and these are thoughts on how the HTC HD7 compares with the market leader - the Apple iPhone 4! What it lacks in Apps, the WP7 sure makes up for in ability to make 'em! read more...

add a comment |category: |Views: 0

tags: another

Isolated Storage on Windows Phone 7(amadiere.com)

submitted by AmadiereAmadiere(74) 1 year, 8 months ago

As Windows Phone 7 doesn't have an SQL Server edition available for use, and that some of the community libraries are quite big for most scenarios, I set about creating my own simplistic class that would allow me to persist data to the on-device Isolated Storage... read more...

add a comment |category: |Views: 33

tags: another

Windows Phone 7: Getting Started Link-dump(amadiere.com)

submitted by AmadiereAmadiere(74) 1 year, 8 months ago

One of the things Microsoft will be hoping on is a massive uptake of application developers, and to try and encourage that they’ve released and helped circulate a bunch of things to the community! This post hopes to point to some of the articles, videos, blogs and other sites by both Microsoft and others to help you learn and get started with WP7. read more...

add a comment |category: |Views: 22

tags: another

Development SMTP Servers for IIS7.5 on Windows 7(amadiere.com)

submitted by AmadiereAmadiere(74) 2 years, 1 month ago

For some reason, Microsoft decided they didn’t want to include the SMTP Server in Windows 7 anymore. So, I had to find an alternative... read more...

add a comment |category: |Views: 100

tags: another

Good Quality Image Resizing in C#(amadiere.com)

submitted by AmadiereAmadiere(74) 2 years, 2 months ago

While GetThumbnailImage() is fine for small thumbnail images (the clue I guess, was in the name), it somewhat struggled on the larger versions. read more...

add a comment |category: |Views: 17

tags: another

4 Top Tips for portable ASP.NET MVC Apps(amadiere.com)

submitted by AmadiereAmadiere(74) 2 years, 2 months ago

A few top tips on what can make an ASP.NET MVC App's views portable and deployable within changing web-server environments and layouts. read more...

add a comment |category: |Views: 15

tags: another

Multiple Subversion Projects in one Visual Studio Solution using svn:e(amadiere.com)

submitted by AmadiereAmadiere(74) 2 years, 3 months ago

How to add multiple projects, stored in different locations, to the same Visual Studio solution. read more...

add a comment |category: |Views: 18

tags: another