marshp3

Stories kicked by marshp3

Why ASP.NET Developers Should Care about Windows Azure(stephenwalther.com)

submitted by JemmJemm(9604) 3 years, 4 months ago

"Even though I sat in the audience at the Microsoft Professional Developers Conference during the November keynote session when Azure was announced with great fanfare, I did not fully comprehend why Windows Azure should matter to me. Why, as an ASP.NET developer, should I care about Windows Azure?" read more...

add a comment |category: |Views: 499

tags: another

Clearing Vista's saved passwords(geekzilla.co.uk)

submitted by marshp3marshp3(965) 3 years, 6 months ago

Ever wondered where your saved credentials are stored on Windows, and how to delete them? Find out here! A handy little tool if you need to clear down access to remote resources read more...

add a comment |category: |Views: 18

tags: another

Nested Master Page Events not being called(geekzilla.co.uk)

submitted by marshp3marshp3(965) 3 years, 7 months ago

Its the silly features that soak up the time on any development project..... here's one that caught me out before. Nested MasterPage Events not being fired. read more...

add a comment |category: |Views: 16

tags: another

Downloading Videos From YouTube(jeffblankenburg.com)

submitted by jblankenburgjblankenburg(1264) 3 years, 7 months ago

I've finally figured out a reliable way to download videos from YouTube. It involves one website and Microsoft's Expression Video Encoder. Now I can get anything I want to put on my Zune or iPod. read more...

1 comment |category: |Views: 38

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

Create apple.com-like breadcrumb using simple CSS(jankoatwarpspeed.com)

submitted by RyanFarleyRyanFarley(585) 3 years, 9 months ago

Janko shows an extremely simple and nicely polished way to create graphical breadcrumbs like on apple.com. read more...

1 comment |category: |Views: 662

tags: another

XML Data Manipulation with XLinq(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 9 months ago

A short screencasts on how to do XML Data Manipulation with XLinq read more...

add a comment |category: |Views: 147

tags: another

C#: Generate WebPage Thumbmail Screenshot Image(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 10 months ago

There are a few services out there that serve up screenshots of any webpage for you to display on your website. One popular one is Kwiboo; this is the one that DotNetKicks uses. For some time now I've wondered what the easiest way to do this in .NET was, and today I stumbled upon the undocumented WebBrowser.DrawToBitmap method that makes this extremely easy to do. read more...

add a comment |category: |Views: 759

tags: another

Move ASP.Net ViewState to SQL Server(geekzilla.co.uk)

submitted by marshp3marshp3(965) 4 years, 1 month ago

ViewState is a great feature, but it can get really bloated with data, especially if you have loads of controls on a page, repeaters etc. You could think about setting enable viewstate to false, but you'll need it for posting pages back. This tutorial moves the viewstate to a SQL database, by implementing a simple class that all your pages will inherit from. read more...

2 comments |category: |Views: 493

tags: another

Customise Password Recovery Email (geekzilla.co.uk)

submitted by marshp3marshp3(965) 4 years, 1 month ago

Implement your own Password Recovery Email rather than rely on the simple mail defination of the PasswordRecovery control. Using this method you can replace the password recovery mail with more sophisticated emails using alternate views and linked resources read more...

add a comment |category: |Views: 22

tags: another

stylizedweb.com - Most used CSS tricks(stylizedweb.com)

submitted by wisemxwisemx(8074) 4 years, 2 months ago

Earlier before I have written an article about current best CSS hacks which you can see here And now here’s the list of today’s most used CSS tricks – tips. I have added image examples for most of them because of critics on CSS hacks article. If you think I have missed any please let me know. read more...

add a comment |category: |Views: 11

tags: another

4 ASP.NET AJAX JavaScript UI methods you should learn(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 4 months ago

A closer look at some of the ASP.NET AJAX client side framework's less utilized UI functionality. Examples include CSS manipulation, measuring the size of a rendered element, and finding/changing the location of an element. read more...

1 comment |category: |Views: 12

tags: another

Specifying an originator IP Address on a WebService Request using Serv(geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 5 months ago

If you're running multiple IP Addresses on the same NIC in Windows 2003 server and you need a webservice call to originate from a certain one, you'll probably have found the same thing I did. .net uses the default machine IP address. read more...

2 comments |category: |Views: 2

tags: another

Set Input Focus on a Control Programatically Added to an ASP.Net Page(geekzilla.co.uk)

submitted by marshp3marshp3(965) 4 years, 5 months ago

Here's a handy tip for those of you who are dynamically building a form add and removing controls as required by the user's responses. If you need to set the focus of a recently added control, here's how to do it using AJAX. read more...

add a comment |category: |Views: 3

tags: another

Backup ALL your SQL Server 2005 databases using a script (geekzilla.co.uk)

submitted by phaymanphayman(3550) 4 years, 6 months ago

I wanted to backup all my databases... I had loads, creating a step for each db was getting tedious, so I wrote this script. read more...

add a comment |category: |Views: 65

tags: another

Editing the IIS Metabase from .net(agramont.net)

submitted by phaymanphayman(3550) 4 years, 6 months ago

When searching (alot) for how to edit the Host Header dynamically in the IIS metabase, I stumbled across this handy library.. awesome. Certainly makes life easier. read more...

add a comment |category: |Views: 11

tags: another