Best jQuery plugins for Twitter integration

Today we presents collection of jQuery plugins for working with Twitter. read more

Direct Link

Read the rest of this entry »

How to Add Custom Configuration Settings for an (ASP).NET Application

Since its release, ASP.NET applications and components have looked to the web.config file to load any settings they need to function. However, adding custom settings to add flexibility and robustness to an application or component isn’t as straight forward as most would like. This article teaches you how to write the necessary classes to handle XML configuration elements and use the settings they contain within your code.

Direct Link

Read the rest of this entry »

.NET LINQ from Scratch

As software developers, we spend a lot of time extracting and displaying data from many different data sources. Whether it’s a XML webservice of some sort, or a full featured relational database, we have been forced to learn different methods of data access. Wouldn’t it be great if the method of access was the same for all data sources?

Direct Link

Read the rest of this entry »

ASP.NET for PHP Developers: Part 2

In part one of the “ASP.NET for PHP Developers” tutorial, we learned the basics of ASP.NET and the C# language. Part two builds on that foundation, and introduces some more advanced features and techniques to take your ASP.NET pages to the next level. Tutorial Details Technology : ASP.NET (C#) Difficulty: Advanced Estimated Completion Time: 1 hour Part: 2 of 2 Before you Start… Ensure you have read and completed the examples in part 1 of the tutorial .

Direct Link

Read the rest of this entry »

The Even Background under the Text

One of web-design fashionable trends of last years is designing the heading with contrast background. For instance, in this way: In this article we will show how to solve this task with CSS. read more

Direct Link

Read the rest of this entry »

Developing Usable (.NET) Components

When building an application, developers often face the decision of either writing functionality themselves or look to a third party component to get the job done in a timely manner. In the case of the latter, a well-designed component can greatly enhance a developer’s productivity. If you write components, you have an obligation to ensure your components are well-designed, easy to deploy, and above all, easy to use.

Direct Link

Read the rest of this entry »

Best jQuery Plugins – December 2009

Today we presents the collection of best jQuery plugins for December 2009. read more

Direct Link

Read the rest of this entry »

ASP.NET from Scratch: Lesson 3

Picking up where Lesson two left off, this new installment of ASP.NET From Scratch covers more C# programming fundamentals – namely class inheritance and interfaces. In this lesson, you’ll learn how to use inheritance to save time and code. You’ll also learn about the concept of interfaces, and how they can make your applications and components flexible and maintainable.

Direct Link

Read the rest of this entry »

ASP.NET for PHP Developers

This tutorial, for PHP developers, will provide you with an introduction to ASP.NET using the C# language. If you’ve wondered what ASP.NET is about, this tutorial will strive to answer at least some of your questions. Even if you’re an ardent open-source fan, ASP.NET contains some techniques and features that are useful to know about.

Direct Link

Read the rest of this entry »