| | |
Active Server Pages ASP programs help tutorial tutorials routine routines jobs listserve mailinglist bulletin board bulletin boards programming snippet snippets CJWSoft ASPProtect ASPBanner ASPClassifieds
| Listings Main Page NEWS FROM 2006-03-26
Listings Entry: 3/26/2006 4:39:35 PM
LoudASP http://www.loudasp.com/howto Offers a wide range of HOWTOs and write ups on various ASP topics.
ASP+: An Introduction http://www.4guysfromrolla.com ASP+ is the next "version" of ASP. ASP+ is not really a natural evolution from ASP 3.0; ASP+ offers an entirely new paradigm for creating server-side Web scripts. It's about how the fundamentals of creating ASP+ pages differs from creating ASP pages.
HTML code reduction script http://www.asptutorial.info/script/codereduction This ASP script will allow you to reduce the file size of your html pages so that they will be transfer faster to your visitors. Free and easy to understand.
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.
Aurigma Media Gallery .NET http://www.aurigma.com Media Gallery-the ASP.NET app for fusing media. Slap video, images, audio where and how you want-simple, scalable Aurigma juice-juice to weave that world wide web: hit counts, ratings, email friend, postcard tags, IPTC support, and much more.
Creating your first ASP.NET page http://www.mastercsharp.com Learn how to create your first ASP.NET Page without Visual Studio.NET.
TraceLog http://www.tracelog.co.uk You can use TraceLogs simple tracing facilities to view events on remote servers straight from a Windows PC. Events are easily added to ASP scripts using 2 lines of code. Events includes the Form,QueryString,Session & Cookie collections
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.
DbQwikEdit SQL and Data Manager http://www.dbQwikEdit.com/index.html DbQwikEdit - SQL made easy! Point and click SQL builder. Export and move data. Even publishes data to HTML. This tool will help any webmaster that deal with databases. Uses ADO, works with all databases (access, SQL server, mySQL, Oracle, and more)
Guide to ASP.NET Web Hosting http://www.aspnetworld.com This article provides an introductory guide to ASP.NET web hosting. Although this guide suggests content specific to ASP.NET hosting, many of the elements in this guide can be applied to non-ASP.NET hosting scenarios as well.
ASP Web Database Interface Builder http://www.awdib.com Builds a fully featured web interface for your database. Just point it at your database, select a few options and click build. Includes validation to, for example, ensure a letter isnt entered in a numeric field, or a decimal point in an integer fi
Using ASP and HTML Meta TAGS To Make A Dynamic Delay Message http://www.powerasp.com/content/hintstips/dynamic-meta-refresh.asp This is a little trick to display a timed message to the user after doing some sort of task. By mixing some creative ASP with a simple HTML META Refresh you can display a message to a user for a specified period of time and then redirect them back.
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.
SiteWorkz CMS Lite http://www.zidekick.com SiteWorkz CMS Lite is a easy to use, professional web-based Content Management System written 100% in ASP (No DLLs). Key features: WYSIWYG content editor, Template Based ,Easy to Install, 100% ASP Script, Complete Source Code included. Access/MySQ
ASPN Mass Mailer http://www.asppages.net/massmail.html The ASPN Mass Mailer is a web based ASP Application which allows you to send out text or html messages using an on-line address book. Many great features in this 1st of a kind thin client app.
Using Common Sense With ASP http://www.powerasp.com/content/hintstips/common_sense.asp This article contains some hints & tips as well as some things the average ASP user just doesn't do when using Active Server Pages.
ASP Function Making http://www.loudasp.com/howto/AspFunctions.asp ASP Functions are like functions in any other language. They are "packaged code". You put in any number of values and it spits out the results.
2eNetWorX - StatCounteX http://www.2enetworx.com/dev/projects/statcountex.asp StatCounteX is an OpenSource ASP application to collect statistics from the site visitors. View reports by: Browser, OS, Resolution, Color, IP, Unique Visitors, Referers. Graphical reports include: Page Views, Visitors by Hour, and more.
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.
Site Search Pro :: Searching your web site! http://www.site-search-pro.com Site Search Pro 2.0 is comprehensive web site search script. Easy to install and full support. Perfect integration with any web site. Index several web sites and store data in one database. Check it now! Let us show you, check out FREE ONLINE DEMO!
FragCache/ASP Page Fragment Caching Component http://www25.brinkster.com/fragcache/ Speed up ASP with Page Fragment Caching. The performance benefits are significant, typically resulting in throughput gains of 10 times (compared to generating the page fragment for every request) and reduced database load.
ASPRunner http://www.xlinesoft.com/asprunner ASPRunner creates set of ASP pages to access and modify Oracle, SQL Server, MS Access , DB2, MySQL, FileMaker database or any other ODBC datasource. Using generated ASP pages users can search, edit, delete and add data into database. ASP runner is ea
Active Image http://www.tonec.com/download4.html Active Image is an ActiveX component to create PNG, GIF, WBMP and Jpeg images on the fly. The distribution package includes full source code and documentation.
ASP & Arrays http://www.loudasp.com/howto/ASPArrays.asp What is an array? - Think of an array as a block of information. Or information that is linked under a common name. The links or blocks are called cells. Confused? Ok here is a what an array looks like:
How to make a custom configuration file to use with your ASP scripts. http://www.powerasp.com/content/code-snippets/functions/GetConfig.asp This function was designed by my Co-worker Tim Lasek. It allows you to make a config file and read values from it easily. This is a pretty neat little function.
Common ASP+ Questions http://www.4guysfromrolla.com What are the system requirements needed to run ASP+?, Will I need/be able to write ISAPI DLLs with ASP+?, Will I be able to run ASP+ pages on IIS 4 or PWS, or is IIS 5 needed?. Here are some common beginner-level questions, and their answers.
AbyssLabs.Environment http://www.abysslabs.com/products/com/environment.phtml Provides an access to the operating system environment variables (e.g. PATH, TEMP, COMPUTERNAME, SystemRoot and etc.)
ASP Random Numbers http://www.loudasp.com/howto/ASPRandomNumbers.asp For some reason or another there comes a time in every programmers life when they need to create random numbers. ASP provides a way for us to get what we want with very and I do mean very little programming effort.
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.
Sample ASP.NET Guestbook in VB.NET http://www.vb2themax.com This app shows how to use data-binding, database programming, Web Forms security, caching and the Web.Config settings. You'll also see in action the DataGrid control with templated columns, default pagination, editing mode, UI personalization etc.
Shopsmart Store Shopping Cart http://www.shopsmart.com.au Shopsmart Store is an ASP based shopping cart. It’s extremely powerful for an online store and very simple to setup. It contains many feature, customer management, supplier input, unlimited categories, tax rates, shipping and payment methods
DrTaskScheduler http://www.dataroad.sk/dr/drts/default.asp Use this COM component to manage your local or remote tasks from VB, WSH, C++, ASP. All you need is one dll file DrTS.dll and Task Scheduler Component from Microsoft (included in IE4).
"Hello World" ASP.NET Sample Code http://www.asp101.com Not quite your basic "Hello World" script, this one shows four different ways of getting the text onto the page.
Active Data Online GroupCalendar http://www.activedataonline.com.au A web calendar powered by ASP.NET. This database driven calendar system is ideal for managing events, meetings, deadlines, tasks, schedules, and more, for teams and individuals. Use as a standalone application or integrate within a larger system.
Do-it-Yourself Database Driven Website http://www.forgotwhere.com Easy-Site eliminates 95% of the cost and time required to build a feature rich web site.Now anyone can add, delete or modify their own web site content in seconds. Webmasters have increased sales by 1200% using Easy-Site System. ACT NOW
CoverYourASP http://CoverYourASP.com/ The site IS the content - download the entire source code of the site! Live examples of membership management, ad banner system, newsletter, online database add/edit/delete, yahoo-style categories and much more.
ASP & ASP.NET Navigation Components http://www.visualasp.net Classic ASP and ASP.NET Components v5.1. The Component Pack includes the TreeView, ListView, Calendar and TabStrip Components with over 70 sample scripts to get the most out of every property and method from standard HTML output to advanced DHTML out
Commonly asked .NET questions http://www.aspalliance.com This article discusses about some of the commonly asked questions about the installation of ASP .NET V1.0.
Advance Service Manager-ASM http://www.vyapin.com/products/enterprisenetworktools/asm.htm Advanced Service Manager (ASM) helps manage Services on NT machines, across the enterprise from a single machine at the same time. ASM provides a power-packed set of features to perform the basic as well as more advanced and complex operations, thus
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
ASP.NET Enterprise Manager for SQL Server and MSDE http://www.aspenterprisemanager.com Open-Source, web-based administration for SQL Server and MSDE Databases written using ASP.Net. The user interface is built to resemble Microsoft's SQL Server Enterprise Manager Software.
ASP.NET Side-by-Side Execution of .NET Framework 1.0 and 1.1 http://www.asp.net This article describes how to configure ASP.NET applications for side-by-side execution along with detailed steps.
www.csharphelp.com http://www.csharphelp.com A site for C# programmers with forums, download area, and more.
IE toolbar remotely generated by server script http://www.hexatech.com/webtoolbar.htm WebToolBar lets you integrate your own toolbar into Internet Explorer and tie the toolbar to your website. The IE toolbar can be dynamically and remotely driven by your web server script for easy update and maintenance. You have the option to load yo
Getting Started with ASP.net http://aspfree.com ASP+ introduces an entire suite of Webcontrols, most are close to HTML elements and some are completely new such as the Calendar control, DataGrid to name a few...
Database Web Explorer http://www.monocerossoft.com Database Web Explorer is an universal Web-based database manager. It allows you easy and quickly to get access to any database via Internet and manipulate the data stored in databases via Internet.
Flash AdRotator for ASP.NET http://www.echinos.com Flash AdRotator will give you all the features you wish that standard AdRotator had. It will let you display Flash Banners, count clicks and impressions.
Image Canvas 1.0 http://www.silkwebware.net You can use Image Canvas to deliver real time dynamically generated images including charts, diagrams or any other graphical application that requires On-The-Fly image delivery to browsers. Drag Image Canvas from your toolbox and set its Image.
Freekot http://www.digiappz.com/freekot2.asp?id=6 FREEKOT is a free tool which allows you to insert a random quotation system or a quote of the day in your website. You will be able to customize the text colors and background colors. In the admin part you can add, modify and delete all the quotation
WebCharts3D.NET http://www.gpoint.com GreenPoint, Inc. released WebCharts3D.NET version 4.7. The software is a native .NET component and is fully integrated with Visual Studio.NET.
Timecard Entry: 3/26/2006 4:39:35 PM
finish letter to the board and start mailing 90 letters., Marketing, TIm Hamil, DOm Doldo, Scott Wilhelm- needs 3 offices networked., phones radlog online issues slow, Climax MFG - mail problems, Trish Stroemberg re: Simmons Server, timecards, email, voicemail, call backs, trouble report autoworks, bernier carr, vermont, Resellers site, posted for emerald as Cathy was out sick among a miilion other things, another setup. helped a few people that couldn't get connected, responding to emails from morning.., worked on creating automatic expiration of hot links, couple calls... last call around 7:27.. lasted almost 30 minutes before i transfered the call., Lunch with Randy and mutual friend at Applebee's for a lunch date, Talked to Steve about the nnymls.com upgrade in November., Posted accounts and did a detail of checks and cash for a deposit. Customer inquiries, cc authorizations, and coupon referrals. Ans phone. , had a few billing questions. not a lot going on, travel to watertown for commercial, Reveiw CREG documents and research trademark matter, radius work, another call from Lance Evans, travel time to watertown, Reconcile & print cash flow stmt, Travel back from Plattsburgh 162 miles, email, voicemail, callbacks, Work on softmls, had to upload picutres to FX Caprara Trailers site, had to edit links so that they worked with the upload component on all the pages (requested by Amy via email, fxcapraratrailers.com, programming), site is still having problems with the ASPImage component not working on the server that the web is on, Nortel Training Schedule, not incredibly busy. one user who was getting disconnected. general connection problems,
|
|
|
|