MikeD1

Stories kicked by MikeD1

New jQuery Plugin - ImageSwitch, amazing effect with simple code(hieu.co.uk)

submitted by hieuukhieuuk(175) 3 years, 2 months ago

ImageSwitch is a new jQuery plugin and this is one of my most favorite plug-ins. The main point of this plug-in is to make an easy-to-use, simple and fast plug-in to create effect when you switch between images. Minimize the arguments you need to input and still give you beautiful effects read more...

add a comment |category: |Views: 48

tags: another

Developing with Source Code Control Best Practices Part 2(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 3 years, 2 months ago

Peter continues his series on Source Code Control best practices. read more...

add a comment |category: |Views: 512

tags: another

jQuery Fun: Greeting Your Site Referrals (moretechtips.net)

submitted by MikeD1MikeD1(290) 3 years, 3 months ago

This is a complete javascript example to detect your site visitors referrer and greeting them with a message based on their referrer url read more...

add a comment |category: |Views: 319

tags: another

Using jQuery with ASP .NET(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 3 months ago

A brief introduction to jQuery and ways in which we can integrate it into ASP .NET read more...

add a comment |category: |Views: 492

tags: another

Building a jQuery-Powered Tag-Cloud(nettuts.com)

submitted by MikeD1MikeD1(290) 3 years, 3 months ago

Tag-clouds are easy to do badly; whether from a design perspective or from a code perspective. Thanks to jQuery, it’s also easy to do well. read more...

add a comment |category: |Views: 43

tags: another

jQuery & Ajax Fun: Implementing a Paging Listbox(moretechtips.net)

submitted by MikeD1MikeD1(290) 3 years, 3 months ago

Many times in web forms we need to provide a listbox with lots of elements, A good solution is to filter and page these elements to speedup page loading and optimize DB/Network usage.. This is a complete implementation of a paging listbox using jQuery on client side and ASP.Net on server side.. read more...

add a comment |category: |Views: 164

tags: another

C# Design Patterns - Observer Pattern(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 3 months ago

Continuing to use our city dog registration software senario, one of the project’s requirements is that the dog’s owner’s be notified whenever a dog is processed for an infraction (i.e. picked up by the dog catcher). The Observer pattern is perfectly suited to solve this problem. read more...

add a comment |category: |Views: 697

tags: another

Install SQL Server (Express) with your Application(nablasoft.com)

submitted by GuardianGuardian(1104) 3 years, 3 months ago

A bootstrap to allow the deployment of SQL Server Express along with your Application read more...

add a comment |category: |Views: 356

tags: another

Best Practice: An Introduction To Domain-Driven Design(msdn.microsoft.com)

submitted by MikeD1MikeD1(290) 3 years, 4 months ago

Domain-Driven Design (DDD) is a collection of principles and patterns that help developers craft elegant object systems. Properly applied it can lead to software abstractions called domain models. These models encapsulate complex business logic, closing the gap between business reality and code. read more...

add a comment |category: |Views: 34

tags: another

More Web Design Trends For 2009(smashingmagazine.com)

submitted by MikeD1MikeD1(290) 3 years, 4 months ago

take a closer look at some of the trends identified, discovered and observed over the last months. In this overview, you’ll find a review of each trend and more beautiful examples that can inspire you in your next project. read more...

add a comment |category: |Views: 15

tags: another

jQuery, JSON and ASP.NET(dotnet.dzone.com)

submitted by MikeD1MikeD1(290) 3 years, 4 months ago

Lately, I’ve been demonstrating how to use jQuery. Both use a considerable amount of JavaScript so if there is some way we could eliminate or reduce the amount of code we had to load, performance would naturally increase. read more...

add a comment |category: |Views: 373

tags: another

jQuery Playground from Google(code.google.com)

submitted by verbalKintverbalKint(585) 3 years, 4 months ago

Awsome tool to test jquery online read more...

1 comment |category: |Views: 2419

tags: another

Developer Productivity - 5 Ways To Kill It(geekdaily.net)

submitted by justinbezansonjustinbezanson(1555) 3 years, 4 months ago

In keeping with the sarcastic tone of my How To Be The Worst Developer Ever post I’m going to explore several ways for managers to systematically destroy productivity among their developers. Unfortunately I am writing some of these from experience, then again, I’m sure we have all experienced some of these at one time or another. read more...

5 comments |category: |Views: 763

tags: another

Learning how to use the XML Serializer(dimecasts.net)

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

Taking a look at how you can simplify your coding efforts when you need to turn an object model into XML or your XML document into an object model. read more...

add a comment |category: |Views: 360

tags: another

Classic ASP is Dead(stemkoski.com)

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

ASP is dead. I think that all developers currently developing in classic ASP should move to ASP.NET or another language like PHP or JSP. If that isn’t an option, then they should give up web development. Like Internet Explorer 6, classic ASP was once a great tool for online development. Unfortunately, it has stayed on the shelf long past the expiration date. read more...

3 comments |category: |Views: 383

tags: another

Creating Data Access Layer for A Multi-Language ASP.Net Application(moretechtips.net)

submitted by MikeD1MikeD1(290) 3 years, 4 months ago

After i posted a simple Data Access Layer using Custom Entity Classes. it is time to extend it to support a multi-language ASP.Net Application.. read more...

add a comment |category: |Views: 47

tags: another