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

Creating a Website Statistics Application – Creating Line, Bar, and Area Charts using ASP.NET
36096 Creating a Website Statistics Application – Creating Line, Bar, and Area Charts using ASP.NET http://www.stardeveloper.com/articles/display.html?article=2007092201&page=1 In this tutorial, we will learn the basics of developing and creating PNG charts on-the-fly using ASP.NET 2.0 and C#. The charts will be line chart, bar chart, and area chart. We will then incorporate these charts in our website statistics application. For demonstration purposes, we will display two charts on our reports page, which will display the daily unique users and page views for the last 12 months. These two will be area charts. ASP.NET > Tips and Tutorials Oct 4, 2007 Faisal Khan send email to Faisal Khan

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



Other links owned by this user
HostScreen is a Hosting Control Panel for Windows Servers.

It makes the control and maintainance of your windows server so much easier! No more hassle to simply add a new hosting account. You can add new domains in seconds. This panel gives you clients and resellers the control they deserve and greatly reduces the load on your system administrators at the same time.
Category:

Learn how to create random effect and apply it on any picture using the action script. You will also learn how to Import any picture into a flash, how to use action script panel and more.
Category:

Learn how to make a cool text fading animation effect. Acturlly I got inspired to do this effect from a movie, or from the introduction text of what actors was in the movie, they used this effect.
Category:

Usually "captcha" scripts store actual text/numbers shown on protection images in a session cookie
and check user entered code by comparing it with session stored string.

My script does not use any session/cookies. Image is generated within one script and checked against
md5 hash of a random code.
Category:

A thumbnail based navigational system or a portfolio/photo gallery in a grid or pyramid style layout. The thumbnail content is clickable and zooms in to display the selected full size content while the other thumbnails are pushed aside. Content can be external images, animated SWFs or movie clips. Content can be added or changed directly in the Component Inspector, through ActionScript or using an external XML file. Available for ActionScript 2.0 and 3.0
Category:

AJAX, short for asynchronous javascript and XML, is one of the "in" web technologies at the moment. Although it is currently being utilized in a wide variety of ways, it's original intended method was simply sending data and retrieving responses without waiting for a page to reload. We're going to take a step back to the time where that was all it was used for.
Category:

For example, you got distracted: went for lunch, having some tea, having a smoke break. Computer is idle, i.e. fans are working, lights are blinking, but it has nothing to do.
That’s when our wonderful program kicks in. It will start to clean disks, install updates, defragment – everything that usually requires specialist to complete and uses additional time and requires unoccupied computer.

This is wonderful!
Application will effectively optimize the system using defragmentation, clean it from junk and do antivirus check.
With this application you divide these 2 hours of computer tuning into free 5 minute periods and don’t even think about it! How wonderful!
Category:

Deliver remote support to any PC through firewalls in seconds.

Instant Housecall is the award-winning remote support tool that lets you access and control your customer's desktop remotely from anywhere.
Category:

The ajax cms script are seo frindly and it is 100% buzzword compliant, and makes child's play of building content managed sites with validating, accessible CSS layouts – hence Ajax CMS. It empowers its users to build engaging "Web 2.0" sites today, with its pre-integrated MooTools, Scriptaculous and Prototype libraries. If you're a CSS designer or Ajax aficionado, this is the CMS for you; and if you like what you see today, you'll love what's coming.

The ajax script has a flexible API and a robust event override system, it makes building engaging web projects straightforward — or changing core functionality without hacking the core code possible.

Not only does this ultimate web 2.0 seo script help you build sites quickly, but it also is both robust and simple. As far as end-users know, it is just an easy-to-use online application.

For bloggers, webmasters and other members of the digerati looking for more, The userfriendly ajax cms script can help take it to the next level. If you've ever cringed when "calling the web guys" to make simple site updates, chances are it fits equally as well. It makes working with the tools du jour easy, be it Ajax or the most highly search optimized CSS/XHTML sites.
Category:

ZeeCareers v2.0 or Zee Recruitment Consulting Solution 2.0 or also called as Applicants Tracking System is designed for HR consultancies to manage their affiliated companies job postings and applications with ease, which are commonly called as "Careers" on the Web site.
Category:

Enterprise Service Bus integration solutions for Java developers


* Enterprise Service Bus (ESB) for integrating loosely coupled, pluggable services.
* See Enterprise Integration Patterns (EIP) in action, in code.
* ESB integration solutions using Apache open source tools
* JBI features explained with the help of real world examples
Category:

Smiletag is a free (GPL License) shoutbox written in PHP.
Category:

A fully featured, professional job listing website, main features include:
Control panel for Job Seekers and Employers.
Advance search facility.
Easily managable categories and sub categories.
Job seekers can easily post Cvs to employers.
Easily customizable, two templates.
Administrator can send separate newsletters to job seekers and employers.
Job listing verification by administrator.
Users can send job proposals to friends.
And much more!
Buy Now at amazing low cost Only 24 US Dollars
Category:

Instantly create an online store to sell Calendars as a Calendars.com affiliate. The script comes complete with a default template, integrated Google Adsense, and a current copy of the Calendars.com datafeed. You can tailor the store to display all calendars from every category, or display calendars from a particular category or sub-category.
Category:

FlexiGallery - is xml-driven flash image gallery web application.
Publish your photos and artworks in the web with easy.
Make products presentation on your website spectacular.
Create your own interactive photo album.
FlexiGallery is easy to install and configure, customize it for your site look-and-feel in a few minutes, upload and enjoy.
Category:

Create model classes dynamically
Category:

have created this script, that allows users to upload multiple files in PHP (find it attached at the end of this article). It is great for anyone that needs to add any sort of upload functionality, and would be a good base to make an upload service with.
Category:

First things:
If you are trying to build a quick but reliable client code to do a transaction through Paypal SOAP API's, if you are using PHP, then don't even bother-to, or, worry-about the Paypal SDK or samples that you can download at the Paypal integration center. Trust me, those samples only make it look like its so complex.
Category:

By using this script you can Check Page Rank, Check Page Rank Is Valid, Check Dmoz and Yahoo Directory Listings, Check Domain Age, Check Backlinks, Check Alexa Traffic Data, View Site Thumbnail, Check Domain WhoIs, Check Archive.org History.
Category:

Before diving in to programming Message Queuing, this section discusses the basic concepts of messaging and compares it to synchronous and asynchronous programming. With synchronous programming, when a method is invoked, the caller has to wait until the method is completed. With asynchronous programming, the calling thread starts the method that runs concurrently. Asynchronous programming can be done with delegates,class libraries that support asynchronous methods(e.g Web service proxies) or by using custom threads.With both synchronous and asynchronous programming, the client and the server must be running at the same time.
Category:

Other links at ASP.NET > Tips and Tutorials
While working with file system, sometimes we must list all directories in a folder. This sample shows us how to list all directories in a folder. Source code written in Visual Basic.NET can easily modify to work in an application.
Category:

You produce high quality applications but you suffer from that your applications have much small market share if compared to lower quality competitive applications?
Category:

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.
Category:

We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.
Category:

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:




Main Category
178
2033
792
284
174
1802
1113
905
1157
7350
70
898
59
2185
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: 19151
Categories: 1275
Registered Users: 690
Mailing List Subscribers: 2041
Unique Outgoing Hits: 219969

Pagerank Statistics
PR 10
2 site(s)
PR 9
9 site(s)
PR 8
36 site(s)
PR 7
289 site(s)
PR 6
828 site(s)
PR 5
2007 site(s)

PHP News