NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Average Visitor Rating: 0.00 (out of 5)
Number of ratings: 0 Votes

Visitor Rating

Themes and skins in ASP.NET 2.0
36294 Themes and skins in ASP.NET 2.0 http://www.beansoftware.com/ASP.NET-Tutorials/Themes-Skins.aspx As a web application developer, you always strive to give uniform and consistent look to your application. Clients have varied requirements; site should like aesthetic and should have a pleasing look. Good decent font and size and many more styles. We employ many different techniques like CSS, HTML style properties and any known methods to make the things work as desired. ASP.NET > Tips and Tutorials Nov 15, 2007 Richard Bean send email to Richard Bean

Write a Review   Add to My Favorite   Refer it to Friend   Report Broken Link  



Other links owned by this user
phpCheckZ is free software. It is licensed under the GNU General Public License (GPL) version 2 , or (at your option) any later version. This means you are free to use it and modify it, but if you distribute your modifications you must distribute them as GPL code.
Category:

The fast and easy way for creating Robots.txt files manual, free upgrades etc.
Category:

This chapter provides tutorial notes on downloading, installing and setting up Java DB (Derby) server. Topics include downloading and installing Java DB 10.2.2; verifying Java DB execution environment; running Java DB in Network Server mode; using 'ij' to create database and tables.
Category:

This is an Excellent script that can be used as a Web Site in its own right which will gain revenue from ppc advertising or it can be incorporated into an existing website to build up visitors and keep them coming back for more.
Category:

The best, most cost efficient, exclusive "full-view" image protection solution on the web. Created to offer the average webmaster or professional developer of copyrighted images using thumbnail image display, an affordable, safe, secure way to achieve state of the art protection for all their full view images. Protec™ offers the same protection as our featured Protec Pro™ without the database and cataloging features. An excellent value
Category:

'Easy Testimonal.' is an easy-to-use PHP/MySQL driven script you can use
to collect testimonials for your site or product.
Category:

Keyword Density analysis tool to help webmasters analyze the keyword density from their web pages and include a tag cloud for easy display of the most important keywords from your site. Keyword density is the measurement in percentage from the number of times a keyword or phrase appears compared to the total number of words in a web page.
Category:

Terrific Content Rotators," "image rotator", or rotate links, text, ads, articles, url's, news, web pages, banners, colors, styles, etc.,--by day, hour, minutes, seconds, milliseconds, and in order! Random rotators comes with all of these. These rotate precisely, probably anything you'll ever need.
Category:

This script has many features that will allow your clients to have full satisfaction when they visit your website!
Category:

Using this tutorial, you will learn how to create advanced picture animation using the action script code. You will not see the picture, until you don't move the mouse over it. After that, the picture animation will start. You can use this complex animation when you want to hide some object, and when you have moved your mouse over it, unhide it. You will also learn how to apply flash
Category:

basics of PHP and continue it with how to enable visitors to search your site, using PHP.

We'll take you step by step on a fairly simple search feature. From the actual form, to the results and several things you can do to make your search better.
Category:

With CMS Builder, you create your own customized CMS in minutes, even if you've never installed a web script before. You don't need to be a programmer: whether it's for your own site or a client's project, even a novice web developer can easily create a custom system for managing your whole site.
Category:

E Gold Miner is a turn based game that will get you started in your destiny to become the richest gold miner. When you start out simply buy a claim and your mining supplies. Then your journey begins and you work your way up to the top. It costs 1 turn to check out a spot on the grid. Once you do find diamonds you can cash them in and see where you stand in the rankings! This script is sure to bring in a lot of clicks
Category:

PerlEncryptor (c) is a commercial software running under linux for encode perl scripts to unreadable. You can issue your web application which using PerlEncryptor to secure your hard work coding. It included a web-based toolkit for you to easy use encrypt your script. There are serval features: 1. Project based workspace 2. Support Expire Date 3. Customized tag in encrypted script. The trial version is limit the maximum file size to 3k (3072 bytes) and encrypted output has a AD pop-up window to our web-site. The Licensed version have not limitation of file size, number of file and AD pop-up.
Category:

DTM Query Reporter is a reporting tool for database query. This utility helps technical writers, developers and database administrators create a report based on database query within seconds.
Category:

Server Status Indication is a very small PHP script, you simply upload it to your website and it will tell you what services are online and offline. However, it doesn't end there. There are 13 pre-defined services, including: HTTP, FTP, SSH, cPanel, Web Host Manager & MySQL. It is also very easy to add new services to the list.
Category:

Sitedesigns4u.com is a professional website design and ecommerce development company base in Berryville, Arkansas. We specialize in custom website design, php application development, corporate identity, internet marketing, and print media graphic design. With our personal approach we bring to every project you are sure to get the result you need to build a successful online presence.
Category:

In the tutorial listed below I will instruct you on how to make photo appearance disappearance using the mouse. When you're moving your mouse nearer photo, photo will become more and more clearer - slowly appear...and when you're moving your mouse cursor out of photo, photo will slowly disappear. To make this tutorial, you have to use action script code.
Category:

Other links at ASP.NET > Tips and Tutorials
ASP.NET 2.0 Training : Working with Web Parts - In this tutorial you will learn about Understanding Web Parts, Building pages with Web Parts, Web Part Display Modes, Advantages of using WebParts, To create a new Web site using WebParts, The Web.config File and Adding the WebPartManager Control.
Category:

ASP.NET 2.0 Tutorials : Displaying Master-Detail Data on Separate Pages - In this tutorial you will learn how to display Master-Detail Data on Separate Pages, create the details page, test the pages and Allow Editing, Deleting, and Inserting Using a DetailsView DataBound control.
Category:

Validation controls are used to validate the user's input. The validation controls can be attached to input controls to check the values that are entered by the user. You can use a validation control to perform tasks, such as checking whether a user has entered any value for the required filed, testing the entered value against a specific value or pattern of characters, and verifying that the entered value lies within a range. For example, you can use validation controls to check whether a user has entered a password, whether the enterer password contains a minimum of four characters and a maximum of twenty characters, and whether the entered password is a combination of letters and numbers.
Category:

Client-Server architecture is 2-Tier architecture because the client does not distinguish between Presentation layer and business layer. The increasing demands on GUI controls caused difficulty to manage the mixture of source code from GUI and Business Logic (Spaghetti Code). Further, Client Server Architecture does not support enough the Change Management. Let suppose that the government increases the Entertainment tax rate from 4% to 8 %, then in the Client-Server case, we have to send an update to each clients and they must update synchronously on a specific time otherwise we may store invalid or wrong information. The Client-Server Architecture is also a burden to network traffic and resources. Let us assume that about five hundred clients are working on a data server then we will have five hundred ODBC connections and several ruffian record sets, which must be transported from the server to the clients (because the Business layer is stayed in the client side). The fact that Client-Server does not have any caching facilities like in ASP.NET, caused additional traffic in the network. Normally, a server has a better hardware than client therefore it is able compute algorithms faster than a client, so this fact is also an additional pro argument for the 3.Tier Architecture. This categorization of the application makes the function more reusable easily and it becomes too easy to find the functions which have been written previously. If programmer wants to make further update in the application then he easily can understand the previous written code and can update easily.
Category:

VB.NET 2005 Tutorials: Adding Controls - In this tutorial let's discuss about Adding Controls to a Windows Form, Adding Controls using Windows Forms Designer, Adding Controls Dynamically and Setting properties of Controls. Sample source codes used in this tutorial are included. Forms are containers for control objects. All controls have properties, methods and events that can be used to customize their functionality. Controls can be manipulated in the designer mode and code can be added to dynamically add controls at run time.
Category:




Main Category
178
2033
792
284
174
1802
1113
905
1157
7351
70
898
59
2186
172

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 19152
Categories: 1275
Registered Users: 698
Mailing List Subscribers: 2042
Unique Outgoing Hits: 222396

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
37 site(s)
PR 7
291 site(s)
PR 6
827 site(s)
PR 5
2015 site(s)

PHP News