| | |
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
| Listings Main Page NEWS FROM 2006-03-26
Listings Entry: 3/26/2006 4:36:50 PM
ACCESS DATABASES ( DSN vs DSN-LESS ) http://www.powerasp.com/content/database/dsn_vs_dnsless.asp If you are using an ACCESS Database try to avoid using a system DSN. They are much slower because they go through ODBC which then uses the Jet Drivers to access the database. They also have to do a registry lookup.
RemoteMethods Web Services Guide http://www.remotemethods.com Your source for finding reliable Web Service Providers (WSP). Our guide allows you to quickly find and compare quality Web Services from various providers. Non platform dependant.
Active Data Online GeneralLedger http://www.activedataonline.com.au GeneralLedger is a Web-based accounting information system. It provides a means to record, store and query accounting journal entries, and generate a trial balance, a balance sheet and a profit and loss report.
ASP.NET Barcode Server Control http://www.idautomation.com These advanced server controls allow the creation of barcodes on the Internet from your ASP web application as high quality JPEG graphic images - they do not use fonts. Supports several barcode types including Code 128, ITF, Code 3 of 9, and more...
XMLObjectGenerator http://www.adersoft.com/objectgenerator/ XML ObjectGenerator generates custom COM components from your xml files and schemas. It also provides complete customized html help files (.chm).
DotNetISP.com http://www.dotnetisp.com Dotnet Hosting : the first french dotnet hosting service. 15 days trial account. Plans from 20 euros No setup fees
What is ASP+? http://www.aspfree.com This article is intended to briefly explain what ASP+ is, where it came from and some of the exciting new features!
PortSight Task Scheduler for .NET http://www.PortSight.com PortSight Task Scheduler is a .NET component for immediate or planned execution of server-side tasks from ASP.NET. It allows you to process long-running ASP.NET pages, run command line utilities or other server-side tasks without page time outs.
Polar Reports Enterprise http://www.polarreports.com Polar Reports Enterprise is the new enterprise-class web reporting tool specifically designed for delivering fast, agile, presentation-quality HTML reports available to anyone with a web browser. When you need precision printable reports for your In
The Evolution Of Microsoft: .NET Explained http://www.devarticles.com This article is specifically targeted at those who are already competent with one or more of Microsoft’s web/application languages such as ASP, Visual Basic and C++. Provides a brief overview of .NET.
ChitChat.NET http://www.clickcess.com ChitChat.NET is an ASP.NET based discussion forum designed specifically for SQL Server.
VS.Net version of the Guestbook application http://aspfree.com This application was adopted from Steve Schofield's original VB Guestbook DotNet application - I converted it to C# and added a few features that work better for me.
ASP.NET Basics (part 3): Hard Choices http://www.aspfree.com In this third part of our introductory ASP.NET tutorial, learn all about C#s logical and comparison operators with simple examples and illustrations. And while you're at it, get a crash course in adding decision-making logic to your ASP.NET programs.
Xheo.WebTemplate http://www.xheo.com Add fast, powerful and flexible skinned page templates to your ASP.NET application. Based on the same skinning engine as Xheo.WebSkin, developers use multiple page templates of varying styles or skins.
What is ASP.Net http://www.tagconsulting.com A brief description of ASP.Net for the novice developer. This is the first in a series of articles aimed at novice developers working in ASP.Net.
Working with Properties and Data Types http://www.aspnextgen.com In classic ASP a color name and a string didn't seem any different in that they were both string values. In .NET data types are much more important and much more strict.
Creating ASP.NET Pages http://www.4guysfromrolla.com When creating ASP pages, developers commonly use VBScript, aMicrosoft-created scripting language that closely resemblesthe VisualBasic syntax. Of course ASP pages can be createdusing any scripting language that has a ActiveX ScriptingEngine...
Active Auction http://www.activewebsoftwares.com Active Auction is web based auction software. It has many features similar to large auction sites. Features include Standard, Dutch, Reverse, and Price Drop auctions. Easy to configure and includes the full source code.
Web Burner - .NET Hosting http://www.webburner.com Offering Microsoft Windows 2000 hosting featuring full .NET support, fully automated web console, many ASP Components, SQL 2000, 24x7 support, and much more. Web Burner continues to offer great services and features for affordable prices
Server Side Form Validation http://www.powerasp.com/content/hintstips/server_side_form_validation.asp Here is a simple example of how to do server side form validation. It will give you the general idea and then you can make it as complex as you want to.
The ASP.NET QuickStart http://www.aspfree.com ASP.NET is a rich programming framework for building web-based applications. It offers outstanding support for both developers and administrators, providing improved ease-of-use, tool support, reliability, scalability, administration and security.
Namespace Reference http://www.go-mono.com Online reference to most of the available namespaces within the .NET framework.
Adminimizer - Web Content Editor http://www.adminimizer.com a powerful tool that makes Web site maintenance easy. Full font, CSS style, and color control without needing to know HTML. The Adminimizer is a full-featured HTML editor that sits inside your Internet Explorer browser on your PC
ChartDirector Charting and Graphics Component http://www.advsofteng.com A powerful charting and graphics component library for creating professionally looking and clickable charts in PNG/JPEG/WBMP/GIF. Supports pie, bar, line, area, high-low-open-close and combo charts. API in .NET/COM/ASP/C++/PHP/Perl/Python.
Khanh Code Library http://www.kprofile.com Collection of over 180 code snippets. Covering everything from converting your .NET datasets to creating custom configuration in Web.Config. Well worth a look.
Create Dynamic HTML Using the Response Object http://www.tagconsulting.com Describes how to generate HTML pages dynamically using in-line scripting and the Response object. This is one in a series of articles aimed at helping new developers learn about ASP.Net
.netCoders http://www.dotnetcoders.com .netCoders assists developers in learning and applying .NET tools and techniques for their projects through code samples, articles, and case studies full of reusable code.
Introduction to ASP+ http://www.asp-zone.com Microsoft's update to their Active Server Pages architecture is more than a touchup, it's a complete overhaul.
ASPBanner Unlimited http://www.aspbanner.com Highly Optimized Banner Rotation System. Extremely Fast and Robust. Rotate Images, Custom Code, Flash, etc. Detailed statistics for advertisers. Pure ASP, no Dll's to install on the server. Many methods of calling banners.
csDrawGraph http://www.chestysoft.com/drawgraph/default.asp This ASP component draws pie and bar charts and line graphs "on the fly". Output options include GIF (non-LZW), PNG, JPG and bitmap as a stream for BinaryWrite, or as a file. A wide range of properties allow the customisation of colour, size and text
mp3handler http://mp3handler.boom.ru Mp3Handler is a component to run under IIS or other programs that helps you to extract mp3 tags (version 1 or 1.1) from your favourite files. When run on IIS web-server it enables you to control the downloads as its done at mp3.com! In fact it is inv
Forms - Populating radio buttons with info from a database http://www.powerasp.com/content/code-snippets/forms-populate-radio-buttons.asp Forms - Populating radio buttons with info from a database
Find links http://www.asptutorial.info/script/Findlinks A small script to help you find links to your site in the net. A good way to spy your competitors.
Five Steps to Getting Started with ASP.NET http://msdn.microsoft.com In this first column we’re going to walk through the five steps to getting started with ASP.NET. In later columns we will explore some of the cool features found in ASP.NET, such as: changes in deployment, state management and process model.
CMS2003 http://www.cms2003.com The CMS2003, Content Management System is the ideal solution to effectively manage and distribute content through one or more web sites. The CMS2003 system easily incorporates with a variety of languages including .NET, ASP, CF and others.
csWAPDraw http://www.chestysoft.com/wapdraw/default.asp This COM object can create, edit and join wireless bitmaps. Convert to and from standard bitmaps. Draw shapes, lines, pixels and text to dynamically produce graphics for WAP enabled web pages. Use it with ASP, Visual Basic or other COM tools. Free tr
INIReader http://www.allapi.net The INIReader class reads data from and writes data to INI files.
ASP:Source http://fx-scripts.com/aspsource.asp A source-viewing script for ASP files. Displays contents of ASP scripts in blue. Displays ASP comments in green. Displays ASP keywords such as 'if', 'then', 'else', etc.. in red. This feature can be turned off.
Real-World ASP http://www.realworldasp.net This site is all about real ASP web development problems and practical solutions. The aim is for you to benefit from my experiences, and those that I get to hear about it.
ACES EventLog OLEDB Provider http://www.acesdev.com/products/components/el_oledb/ Perform administrative tasks on event logs on your local and remote computers, such as reading any event logs, writing an entry to an event log, creating your own special logs, deleting event logs, and clearing log entries, provide data access via OL
easy portal http://aspscripter.com/Index.asp?Page=4 Easy Portal is a complete portal website that include all the tools a web master need to build, maintain and administrate his webiste.
Advanced Data Form Wizard http://www.serbix.com/?Toolbar=2&Menu=18 The code produced is standard ASP code - clean, readable and comprehensive. The page is fully customisable and can be altered to meet your exact requirements. No new things to learn, no limitations and no components to install! The wizard is usefu
FREE Web Site File Manager User Control http://www.bipinjoshi.com ASP.NET Custom user controls and web controls provide great amount of code reuse and flexibility. This FREE user control is a file manager for typical web sites. The download also includes a sample ASPX page ready to use in your applications.
Dundas Chart http://www.dundas.com Dundas Chart - ASP.NET Professional Edition is a fully managed, CLR (Common Language Runtime) compliant charting component taking full advantage of Visual Studio's design time support and is designed for ASP.NET development.
ASP.NET, ASP+... what is what? http://www.aspalliance.com .NET names, keywords and buzzwords.
Get Differance between two dates http://www.loudasp.com/howto/aspdatediff.asp How can we find out how many days are between two dates?
Code-Generator http://www.code-generator.com The tool to maximize reuse in your project. Code-Generator allows you to generate code from simple ASP style scripts. Samples include n-tier, web and database applications using ASP, VB, XML, SQL Server, EJB, JSP and much more.
High-quality Jpeg to GIF conversion in ASP.NET http://www.asppainter.com With this product you can convert a True Color image to palettized one using Floyd-Steinberg dithering algorithm. New algorithm gives images without grain looking just like original ones. You just need to copy one file.
Guest Book Developed in ASP.NET http://www.bipinjoshi.com This application is simple Guest Book developed using ASP.NET and VB.NET. Eventhough the application is simple it illustrates many .NET concepts like creating web forms, creating components, using config.web and sending emails.
Corewebsoft website tracker ASP.NET http://www.corewebsoft.com/order_website_tracker.aspx ASP.NET application/script for high-volume web site tracking and comprehensive web stats. You can spy on your visitors and see what they do in a real time! Invisible to your visitors. Available as a hosted service too. Free 15-day trial/demo.
Timecard Entry: 3/26/2006 4:36:51 PM
Reclassify budget, Figuring out/filling out info for per diem for next week's travel, Fixing a problem with the DHCP server downstairs., busy with customers, to northern glass to drop off materials to display, went through web site to submit web design leads., entered payroll in QB, inc exec checks, Ordered year end tax forms, payroll upgrade, general accounting, reading.DSL;phones;customer.service, Taking in many calls from the lowville area, solving e-mail problems., some cancels due to t storm last nite. some DSL info given to customers. , Move clicksright.com to new server, Computer crashed. Got it back up., lunch, Talked with Dave about getting the SoftVendor package to put on my machine and then install SA-SMTP mail, timecards and payroll, Research, and time put into ordering computer as per Paul for crispin, Checking voice mail. Responding., Did a new computer setup for a customer. , Lunch, Talked to Kelly about how training is going, Talked to Pam Nalbone RE DB conversion., updated ZipLink numbers on partners, gogisco and home.gisco web sites, Resetting all open modems., Very busy morning quality checked sign ups cancellations, callbacks from voicemail, checked emails, answering phone taking sign ups. , Organizing of construction equipement and supplies, technical support supervisor duties. helped techs with issues, maintained and managed --- qlight, radlog, new user call backs, expired user call backs, dial up issues, ask us a questions, voice mail, emails, emonitor, NOC calls, follow ups on noc and customers, customer calls in, calls made out to the customer, radlog, open incidents...., Created PVC chart for potential Bell order to upgrade st lawrence radiology. Typed out pricing, faxed info to Kareta at SLR., Office moves, Organize support files, Forever Broadcasting - Added South Jefferson Central and Richville Christian Academy to school delay/cancelation program & database (froggy97.com, classichitsz93.com, & 790wtny.com). Converted frogpad to active server page and added school program link to froggy97.com. Changed cbs news link on 790wtny.com,
|
|
|
|