Pages

Thursday, April 30, 2009

CAPTCHA Image

CAPTCHA stands for "completely automated public Turing test to tell computers and humans apart." What it means is, a program that can tell humans from machines using some type of generated test. A test most people can easily pass but a computer program cannot.

You've probably encountered such tests when signing up for an online email or forum account. The form might include an image of distorted text, like that seen above, which you are required to type into a text field.

Click here for details ......

Free CAPTCHA ASP.NET Server Control

Key features of Mondor's Captcha ASP.NET 2.0 Server Control:
  • Ability to set any size for your captcha
  • Set alphabet and string length
  • Set the level of noise and line noise
  • Timer to make your captcha obsolete after specified period of time
  • Set various fonts for your captcha
Click here for details .....

Wednesday, April 29, 2009

ListView Header Sort Direction Indicators

The ASP.NET version 3.5 ListView provides developers with a much needed breath of fresh air with respect to simplifying HTML complexity when a data bound grid control is needed. The ListView enables developers to have full control over generated HTML, yet have simplified data binding, custom paging, and column sorting features.



While column sorting is provided with ListView, a clear indication as to which column has been most recently sorted is not provided. There are many techniques on the Internet for providing DataGrid and GridView column sort indicators. The purpose of this posting is to provide a custom control for providing a ListView column sort indicator.

Click here for details .....

Please Wait Button ASP.NET Server Control

It is often useful upon a form submission in a web application to display a "please wait" message, or animated .gif image, particularly if the submission process lasts a few seconds or more. I recently developed a survey submission application in which internal users upload excel spreadsheets through a web page. The application inserts the uploaded data from the spreadsheets into a database.

The upload/insert process may only take a few seconds, but even a few seconds on the web is a noticeable wait. When testing, some users clicked the upload button repeatedly; it was useful to provide a visual clue that the upload was underway. For that matter, it was useful to hide the upload button altogether, preventing multiple clicks. The control presented here, a subclass of the Button control, demonstrates how client-side JavaScript code encapsulated in an ASP.NET server control can provide such functionality conveniently.

Click here for details ......

Web 2.0 AJAX Portal using jQuery, ASP.NET 3.5, Silverlight, Linq to SQL, WF and Unity

Dropthings – my open source Web 2.0 Ajax Portal has gone through a technology overhauling. Previously it was built using ASP.NET AJAX, a little bit of Workflow Foundation and Linq to SQL. Now Dropthings boasts full jQuery front-end combined with ASP.NET AJAX UpdatePanel, Silverlight widget, full Workflow Foundation implementation on the business layer, 100% Linq to SQL Compiled Queries on the data access layer, Dependency Injection and Inversion of Control (IoC) using Microsoft Enterprise Library 4.1 and Unity. It also has a ASP.NET AJAX Web Test framework that makes it real easy to write Web Tests that simulates real user actions on AJAX web pages. This article will walk you through the challenges in getting these new technologies to work in an ASP.NET website and how performance, scalability, extensibility and maintainability has significantly improved by the new technologies. Dropthings has been licensed for commercial use by prominent companies including BT Business, Intel, Microsoft IS, Denmark Government portal for Citizens; Startups like Limead and many more.

Click here for details ......

Tuesday, April 28, 2009

Dragging and dropping with ASP.NET 2.0 and Atlas

This tutorial is intended to help readers understand how certain aspects of Microsoft's new AJAX Extensions technology works. AJAX Extensions is intended to simplify the development of AJAX-style functionality. As with all technologies, however, to use a tool well, it is important to understand the underlying technology that Atlas abstracts. One of the key ASP.NET AJAX abstractions is the new XML markup syntax developed to make coding with AJAX easier (originally included with the core Atlas files, XML markup is now a part of the CTP called AJAX Futures). With XML markup, developers can modify their code declaratively.

However, there are times when a developer may want to be able to change her code programmatically, and in order to accomplish this, she will need to understand that underneath the markup abstraction, she is actually dealing with good 'ol JavaScript and some custom JavaScript libraries developed by Microsoft. In order to demonstrate the relationship between the Atlas declarative model and the programmatic model, I will go through a series of examples in which the same task will be accomplished both declaratively and programmatically. I will be demonstrating how to use the PreviewDragDrop library file to perform basic drag-drop operations as well as setting up drop zones.

Click here for details ......

Sunday, April 26, 2009

Download Barcode Studio - Barcode Maker Software

For barcode developers it would be a very useful website where they can find the tools to develop barcode applications include the detailed documentation.

Click here for details .....

Free Progress Bar for ASP.NET

Feature Highlights:

  • Completely FREE
  • Cross browser, cross platform
  • Works Great with Long Running Server Side Task
  • Fully Customizable
  • Percentage Number Support
  • Client side JavaScript interface
Click here for details and download .....

Saturday, April 25, 2009

ASP.NET, MySQL and Paging

In this article we will create a simple one page ASP.NET web application, implementing paging using the cool MySQL feature LIMIT and SQL_CALC_FOUND_ROWS.

One of the coolest things about MySQL is some of its non standard features. It might sound like a weird thing to say, but being a web developer I just love the simplicity and performance MySQL gives me when it comes to paging. Cause in the typical web app you need paging.

Click here to read article in details ......

ASP.NET JW FLV Flash Video Player Control

ASP.NET JW FLV Flash Video Player Control is FREE custom ASP.NET Control that enables ASP.NET Web application to manipulate and show Flash video files on web page by using server side ASP.NET code. Since Flash is client side technology, this control uses JW FLV Player on client side.

Click here for details .......

ASP.NET Online Forum

ASP.NET Forum Share the knowledge and get all the help you need to start developing secure ASP.NET Web applications and share your development issues.

Click here for download this forum .....

Free Statistical Tool for any ASP.NET website

miniStat .net is a simple yet robust hit tracker/ hit counter. It provides statistical information on the users to any asp.net website. It tracks unlimited users and is only limited to the size of your database. miniStat .net tracks your user?s hits, unique hits, referring domains, search engine queries, operating system, browser type, recent referrers, and languages. All of this for free. It is intended to be an open source development project where asp.net developers can use free of license or charge, it can also be added on to. The hope is to create a powerful opensource asp.net statistical tool that is 100% free.

Click here for details ......

Outsource .NET Development

Microsoft .NET Framework 3.5 penetrates the websphere with a projectile force - re-engineering your workflow to provide secure cubical for developers. More to know ....

Click here for details ......

Thursday, April 23, 2009

ASP.NET tutorials for beginners

A huge collection of simple tutorials will guide you through various stages of web programming.

Click here to get complete tutorial of ASP.NET for beginners

dotNet CMS and dotNet web development

dotNet CMS is a customised content management system based on Microsoft's .Net framework, and the DNN CMS development framework.

dotNet CMS is an advanced content management system with a similar feature set to web2growCMS. However it is better suited for clients that:

  • Are looking to integrate their website more fully into Microsoft backend systems;
  • Need extensive CMS functionality (eg forums, secure areas, paid downloads, fully featured integrated shopping cart);
  • Are developing an Intranet or Extranet; or
  • Require custom development.
Click here for details ......

Wednesday, April 22, 2009

How to create a CustomValidator for testing for certain file types such as GIF or JPG Images

Click here to see that how to create a custom validator that checks that an uploaded file is either a Jpeg or Gif with client-side and server-side validation.

ListView Drag & Drop With Auto Scrolling in .NET (Upgraded)

Need to have your ListView scroll while using Drag and Drop? This article shows the code. It's not complex, but the documentation is hard to locate in .NET. I actually looked, off and on for several days, in Google and MSDN, and never found any .NET code for making the ListView scroll.

Click here for details .....

3 Different Ways to Display Progress in an ASP.NET AJAX Application

In this article, we will study three different techniques that allow you to visually display progress to users while performing partial-page updates using the UpdatePanel.

Click here for details .....

Tuesday, April 21, 2009

ASP.NET Documentation Tool

The ASP.NET Documentation Tool creates technical documentation for ASP.NET 1.0, 1.1 and 2.0 projects written in VB.NET and C#. The ASP.NET Documentation Tool is based on the popular ASP Documentation Tool, and is intended to the the quickest and most cost effective way of automatically documenting and understanding ASP.NET projects [full list of features]. It is also able to document Windows Forms and Console applications written in .NET

Click here for details .....

Obout Controls

The world's most popular free Obout controls.

Just a Click away .....

Sunday, April 19, 2009

Cross-Browser Layout with Internet Explorer 8

Learn the new layout and how to take advantage of new layout functionality in Microsoft Internet Explorer 8 to create cross-browser-compatible layout designs.

Presented by: Scott Dickens

Click here to watch live OR
Click here to download video

Coding Anytime and Anywhere with PHPanywhere

PHPanywhere is a web based free Integrated Development Environment or IDE for the PHP language, in other words it is an application that gives developers all the code editing capabilities they need to develop PHP applications online. It includes a real-time syntax code editor with support for all web formats and a powerful FTP editor.

PHPanywhere works in a browser, you can start coding right away, no need for installing anything. Best of all you can work from anywhere. You can also share your work and allow others to work on your projects on PHPanywhere easily.



Click Here for Demo
License: License Free

What's new in Xceed DataGrid for WPF v3.1

Source: http://www.youtube.com

Saturday, April 18, 2009

Introducing Expression Blend

Microsoft Expression Blend is a professional design tool offered by Microsoft to create rich WPF applications. In this article, we will take a brief overview of the features and prerequisites of Expression Blend.

Click here for details .....

Executing ClientScript Before and After an Asynchronous PostBack using ASP.NET AJAX

A user recently mailed me to find out if there is a way to determine, when an asynchronous postback begins and ends in an ASP.NET AJAX page. He wanted to fire some JavaScript code during these events. Here’s how to determine the events.

Click here for details .....

ASP.NET AJAX SlideShow Extender - Some Common Tips and Tricks

The ASP.NET AJAX SlideShow is cool extender control that comes with the ASP.NET AJAX control toolkit and can be used to create a Slide show by looping images in a round robin fashion.

The images are configured with the SlideShow by using a PageMethod or a webservice. In this article, we will see common tips and tricks while using the SlideShow Extender control.

Click Here for details ....

101 Samples for Visual Studio 2005

101 Samples, in both Visual Basic and C#, featuring many of the new features available with Visual Studio 2005 and the .NET Framework 2.0. For more samples using Visual Studio 2003 .NET

Click here to Download Link # 1
Click here to Download Link # 2

Citrix Web Interface with Microsoft Silverlight and AJAX

Source: http://www.youtube.com
For more information, Click Here

Friday, April 17, 2009

Microsoft Silverlight Alpha

Source: http://www.youtube.com
For more information, Click Here

Refactor Your Code

Refactoring is a technique to change the existing ugly code and make it beautiful without changing the workings of the code.

In short, making the code suck less! This website RefactorCode is developed to help developers refactor the code, therefore improving programming skills and overcome many challenges one faces when coding. You can submit your ugly code and other developers can find ways to improve it. Presenting to you, your very own refractor code station!

so HURRY UP!!! and Click Here

Monday, April 13, 2009

Movie Trailer for Microsoft Expression Blend Training

Source: http://www.youtube.com

PHP on IIS

The IIS Team is excited to announce the official release of Microsoft FastCGI Extension for IIS 6.0 as a free download. We are providing hosters and PHP developers full support for a stack of technology that enables reliable, scalable PHP hosting on production Internet Information Services 6.0 (IIS 6) Web servers.

Download FastCGI

ASP.NET version of "Ad Rotator"

This sample illustrates the basics of how to use the ASP.NET Ad Rotator control. The control is quite simple and even if you're not actually serving advertisements it's a great way to rotate the display of other images as well.

Hint: If you're using it to display images that you don't want to be hyperlinked, simply remove the NavigateUrl elements from your AdvertisementFile.

Here's a zip file of the code along with the sample AdvertisementFile and images (14 KB).

Play with the running version.

View the live source code.

Saturday, April 11, 2009

MIX Videos

MIX Online is a community for web designers and developers who build and believe in the innovative web. We also have a sister conference called MIX. Simply, this is who we are.

We are: Click here for MIX Videos ..... !!!

Free eBooks for IT Persons

This page wll be periodically updated with additional free offers.

Click here for today's link for free eBooks

Note: This is the serial of posting for ebooks, please keep visiting my blog to see new links for free ebooks.

Friday, April 10, 2009

Free eBooks for IT persons

This page wll be periodically updated with additional free offers.

Click here for today's link for free eBooks

Note: This is the serial of posting for ebooks, please keep visiting my blog to see new links for free ebooks.

Thursday, April 9, 2009

Get a Paid XML Feed

Become a publisher today and get rewarded for your Quality Traffic

We take traffic from all markets and our pay per click sponsored search and content solutions can be deployed across the broad array of online advertising implementation including sponsored search, sponsored email, and a variety of other keyword advertising based solutions.

Click here for details ......

Free eBooks for IT persons

This page wll be periodically updated with additional free offers.

Click here for today's link for free eBooks

Note: This is the serial of posting for ebooks, please keep visiting my blog to see new links for free ebooks.

Wednesday, April 8, 2009

Free eBooks for IT Persons

This page wll be periodically updated with additional free offers.

Click here for today's link for free eBooks

Note: This is the serial of posting for ebooks, please keep visiting my blog to see new links for free ebooks.

Tuesday, April 7, 2009

Iron Speed Designer

Accelerate your web application development!

Generate database and reporting applications for .NET in minutes. Quickly create visually stunning, feature-rich Web 2.0 applications that are easy to customize and ready to deploy.

  • Reporting & tracking apps
  • Data entry & management
  • Workflow & scheduling apps
  • Administrative apps
  • Business process automation
  • Prototyping & proof-of-concept
  • Generate a database-driven .NET Web Application in just 15 minuts!




Free eBooks for IT Persons

This page wll be periodically updated with additional free offers.

Click here for today's link for free eBooks

Note: This is the serial of posting for ebooks, please keep visiting my blog to see new links for free ebooks.

Sunday, April 5, 2009

Free eBooks for IT persons

Hello! There is a website providing free download for IT and computer technical programming ebooks. As you all know free ebooks come very handy when you need any reference on C#, VB.NET, ASP.NET, SQL 2005, ADO.NET, AJAX, .NET Framework, MCTS, Dumps, Exchange Server, Sharepoint, Crystal Reports, XML, SEO, OOPS.

Freshers can also take advatage of this site by downloading the best ebooks.

So, Click Here to Free eBooks

Enjoy and Happy browsing Free eBooks .......!!!

Note: This is the serial of posting for ebooks, please keep visiting my blog to see new links for free ebooks.

Saturday, April 4, 2009

COMET: Multi-client update Grid for Asp .net web App

Nature is so amazing that almost no two entities are identical, but every entity is unique. No two human faces are identical, but every one is unique. Likewise, business needs are never the same, but are unique. This brings a need to design customized software systems for every business even if they are in the same industry - say finance or healthcare. i.e., No two finance companies competing in same area are satisfied with same set of software. Their methodology differ, requirements differ, design differ. This makes one of them more successful.

After an article on COMET grid control (click link), this article focuses on taking a step further in the area with a specialized case. In the previous article, we discussed on a generalized COMET grid control. In this article we will discuss on using COMET approach to update multiple clients with varying data. That is, consider we have an ASP .net page that displays weather information. One web client, say Alice, sits in NYC and another web client, say Bob, sits in Chicago. Obviously we need to post different weather data to Alice and Bob. The previous article's COMET grid control have the capability to update all the clients with just same data. But that will not serve well our requirement here. We need to update Alice and Bob with different data. This article explains about a grid control with that capability: 'COMET: Multi Client update grid control. As always, fully working samples are available for download.

DevExpress controls for ASP.NET including support for Visual Studio 2005/2008

Your DevExpress controls just a click away,




Click on the image and get your free license includes the following DevExpress products:

WinForms Controls (the XtraEditors Library)

Embeddable Editors

Controls

Framework Controls

Controllers and Repositories

StyleControllerToolTipControllerDefaultLookAndFeel
PersistentRepositoryDXErrorProviderDXValidationProvider

Learn more about the XtraEditors Library

ASP.NET Controls (the ASPxperience Suite)

Components

ASPxCallbackASPxCallbackPanelASPxCloudControl
ASPxDataViewASPxHeadlineASPxMenu
ASPxNavBarASPxNewsControlASPxObjectContainer
ASPxPageControlASPxPagerASPxPanel
ASPxPopupControlASPxPopupMenuASPxRoundPanel
ASPxSiteMapControlASPxSiteMapDataSourceASPxTabControl
ASPxTimerASPxTitleIndexASPxUploadControl