| | |
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 5:00:27 PM
Introducing ASP.NET http://www.learnxpress.com ASP.NET (Active Server Pages) is a new and extended technology to the earlier classic ASP, introduced by Microsoft Corporation, which fully supports Microsoft's .NET Framework.
Belong2It Blaster http://www.belong2it.com A complete email marketing and newsletter application built in ASP.NET and SQL Server 2000. This application handles unlimited email campaigns, multiple recipient lists, tracking statistics, non-deliverables, plus much more. Full source available.
scottgu: asp.net tips and tricks http://www.eraserver.com This site contains a semi-random collection of samples and tips/tricks that I've posted on various listservs and newsgroups about ASP.NET and the .NET Framework.
Antechinus C# Programming Editor http://www.c-point.com Antechinus supports the new Microsoft's C# (C Sharp) programming language color-coded syntax and allows you to compile and run applications from the integrated environment.
Active Data Online Discussion Board http://www.activedataonline.com.au/discussionboard.html Noteworthy features are a WYSIWYG editor, a spell checker, the capacity to mark topics as read, topic bookmarks, a powerful search engine, a fully localised GUI, support for all languages, linear and threaded views, polls, events, pictures...
Getting started with .NET http://www.managedworld.com .NET represents a new way of developing for the Windows platform. For the first time, all languages are equal, and all languages can access all of the functionality of the .NET platform in a single consistent way.
4GuysFromRolla.com http://4guysfromrolla.com/ Always a lot going on at this site including new articles and code examples.
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.
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.)
DMB Dynamic Buttons http://www.dmbcllc.com Use one image on your server to create multiple images on your web pages. Stop wasting time creating buttons for your web site.
HTTP Commander 4 .NET ver. http://www.http-com.com Powerfull web based file manager for IIS webservers. It has two excellent designs, FULL SECURITY, Main features: CUT, COPY, DELETE, PASTE, RENAME, EDIT and Advanced: disk QUOTA, ZIP/UNZIP, UNDO, UPLOAD with progress bar, shortest HTML code
ASP Express http://www.aspexpress.com/aspexpress.asp Basically, this site is about ASP Express - an ASP/HTML Text editor. You dont have to give up one to have the other. Powerful ASP Connection and SQL builder wizards among many more features.
FanBlast! http://www.fanmass.com The FanBlast! application lets developers quickly provide a rich content newsletter system for their non-technical clients. It features full online account administration, multiple address books, HTML, template storage, subscriber management, doub
WAP-Chat http://ee.gimenei.com/products/Wapchat.aspx WAP-Chat is a new service, which allows you to chat with people all around the world through the convenience of your WAP mobile device. With WAP-Chat you can make a place, where WAP users can chat in real time. You can set up a range of chat rooms so
Introduction to ASP.NET http://www.c-sharpcorner.com Ashok Kumar P presents a good general overview of ASP.NET and lists the major benefits .NET provides over classic ASP.
ASPNextGen http://www.aspnextgen.com AspNextGen.com is a destination website that is a resource for the emerging Microsoft ASP.NET community. Our positioning within the .NET community allows us to bring educational materials and tools to developers in the ASP.NET development arena.
Show Directory Contents Using ASP http://www.powerasp.com/content/code-snippets/show-directory-contents.asp This is an example of using the FileSystemObject to list the files in a directory.
ASP.NET Graphical Hit Counter http://www.allscoop.com Create a nice and simple graphical hit counter using only asp.net and msaccess database. This code can easily be modified to fit into your site. This is a pure hit counter, it will count each and every hit..
smNetServerControls http://www.synergymedia.net smNetServerControls is an asp.net web server controls add-on suite consisting of Tag Editors, Tag Insight, Property Inspectors and New Document Wizards for HomeSite® and ColdFusion Studio®.
A .Net/ASP+ Interview with MS http://www.mcpcentral.com Want to know about .NET, C# or ASP+? Hear it from one of the creators of the .NET Framework. MCPCentral.com talks with Microsoft's Mark Anders, Product Unit Manager of the .NET Framework in this exclusive interview.
Creating your first ASP.NET page http://www.mastercsharp.com Learn how to create your first ASP.NET Page without Visual Studio.NET.
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.
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)
eNetricity OChart http://ochart.enetricity.co.uk The OChart is a simple to use component for rendering hierarchical charts in .NET. OChart supports User Web Controls to allow the developer complete control over the presentation of the organisation chart.
csFileDownload http://www.chestysoft.com/filedownload/default.asp This ASP component enables file downloads to be controlled from within a script. It allows for password protection of individual files, and for record keeping. A built in access code generator is included. There are also some file utility functions.
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
.NET Framework Frequently Asked Questions http://www.andymcm.com This FAQ tries to answer some commonly asked questions about the fundamentals of the .NET Framework. By fundamentals I mean the nuts and bolts of how the .NET Framework works at a low level.
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.
Error Bank http://www.error-bank.com The database of .NET errors, exceptions and their solutions. Got exception? Get solution!
What's In A Namespace http://www.dotnetjunkies.com This article is not intended to give you a full understanding of Namespaces, but just to give you an idea of what they are.
The Quick and Dirty .NET Guide to C#/VB Object-Oriented Programming http://www.dotnetjunkies.com Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming.
Using Forms to send information between ASP Pages http://www.powerasp.com/content/hintstips/asp-forms.asp Many beginner ASP programmers have a hard time with this concept. Here is an example if you want to use forms to transfer information between ASP pages. It is actually very simple and is used quite often when building ASP applications.
Welcome to My .NET -Part 2 http://theaspsite.com In this tutorial we will look further into using VB.NET to create ASPX pages. I am guessing that you have read 'Welcome to My .NET -Part 1'. So today we will look at an ASPX page is created, how it's functions are written and look at the basic coding
ASP Experts.com http://www.aspexperts.com ASP.Net and Classic ASP resource site. Wide variety of resources include: Applications, Components, Tutorials and more.
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.
The Object-Oriented Thought Process http://www.developer.com This is the third installment in a series of articles that introduces and describes the fundamental object-oriented concepts. These concepts are part of the foundation that any programmer needs to make the paradigm shift from procedural programming.
ASP.Net Marquee Webcontrol http://www.silkwebware.net This Multi-browser Marquee Webcontrol renders a rectangular banner region of moving/scrolling text or html allowing many different movement behaviours. Supports IE 4.0+(including IE based AOL versions) and NS 6.0+ (Gecko based browsers AOL 7.0 etc)
AspEmail http://www.aspemail.com/ Mail component which supports file attachments in BASE64 encoding. Now with v4.2 provides a new method, SendToQueue, which places the message in a message queue, and immediately returns. Live demo available.
TrackingAll Client http://net.intranext.it TrackingAll Client is a free ASP.net application that works with the TrackingAll Web Service: the tracking system to track orders, delivering, shipping etc. Tracking history, cutomers access reports and tracking e-mail notification are support.
ASP: Learning by Example http://www.amazon.com/exec/obidos/tg/detail/-/1887902686/qid=1119152795/sr=8-1/ref=pd_csp_1/102-5291399-3933729?v=glance&s=books&n=507846 Focusing on the essential knowledge needed to quickly learn how to write Active Server Pages, this book teaches by example rather than theory.
Flash and ASP Integration http://www.bizwerk.net/asp20tutorial/flash_multiple_fields.htm Tutorial outlining the steps needed to display multiple records and fields simultaneously in Flash using ASP. Source code and screen shots provided.
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...
SOTINET Developer http://www.sotinet.com/devsuitcase.asp Built for the ASP developer, it is comprised of high-performance COM objects, perfectly safe for use in a multithreaded environment like Microsoft Internet Information Server without compromising scalability. Similar with Microsoft Site Server 3.0 C
ASP.NET Introduction http://www.w3schools.com Very basic introduction to ASP.NET from the acclaimed W3Schools.
ASP Express http://aspexpress.com ASP Express allows you the extreme flexibility of an HTML text editor, while giving you the automation of a great ASP text editor. This new version also supports ASP+
Mycos Charts .NET Enterprise Edition for ASP.NET http://www.mycostech.com Mycos Charts .NET is an enterprise class charting solution for ASP.NET with drill-down, hidden data-points, native .NET design, VS integration, real 3D charts, combination charts, frames, and much, much more. No-hassle licensing starts at $189.00
eCriteria Web Database Publishing http://www.eCriteria.net/default.asp eCriteria is a web-hosted database facility. You create your database on eCriteria, and then link into the database using tags and HTML code that we generate on our site for you. Since we host the data, there is no need to install a relational databa
Google search in your site http://www.asptutorial.info/sscript/Accessremotepages_google.asp Google allows at the moment and for learning porpoises to get access to their search engine and to get XML files with search results. In the script this feature is used to access that XML file and to extract from it the information we will latter dis
What is ASP.NET http://www.dotnetjunkies.com While many web developers are just embracing ASP 3.0, Microsoft has announced the next generation of Active Server Pages, ASP.NET.
Corewebsoft visitors restrictor ASP.NET script http://www.corewebsoft.com/products_visitors_restrictor.aspx Restrict frauders and cheaters from visiting your site, stealing your bandwidth and wasting your server resources - save money. Limit single IP, whole IP range, specific regions, countries, continents. Variable SQL usage, easy installation.
Timecard Entry: 3/26/2006 5:00:27 PM
cbt, Email and stuff on my desk from yesterday, SCAN AND ADD PICTURES TO SITE AS WELL AS CONTENT, CHR conference call, Vermont, Ken Mills, tech support calls radlog and some callbacks, GoGiSCO.Net - Showing jason changes to public and administrative areas. Adding additional upload component areas., ran phone line, Researching network cards for my computer at home (will need when 56k lines are installed)., updated pager web page for techs, sent out column request email for newsletter, worked on home page cookies, made contest entry forms for Jim, Lunch, Labor Day, Prep for Board Mtg, All taken care of. Good job guys.....these were responded to very quickly, CREG transaction, looksmart stats, hutchinsons boat works, watertown auto sales, watertown city school district, steve adams, work with tim/michele on getting budget better.
, corp meeting -brought back Watertown mail, creat workorders for moby dick
remar rentals
ad irondack gift baskets- go over with tom for merchantinfo
Jerry Ladtead- set up meet8ng- info for web site
Sa cket harbor visitor center- get infor for lisa- web site hosting
Contact UMCI- with web site info
contact renzi broithers
contact cfm foods
work on tracking
baldwinsville chamber search engines- get ready
, Call to Brian Lindquist (w/Steve, Kelly, Chris, Nic) re: the status of Warren BOR MLS site. Then talked amongst ourselves about the next steps., talked to dave from cplus about corporate partnerships with mcdonald's and law firm. talked to errol about distributor partnerships with seneca data and denver company., LUNCH, helped a customer with DUN problems. helped another install OE, callbacks. helped one user that couldn't surf. and one with email problems, Very Busy day, download info from web, installation of wireless network, NY Air Brake, Email, Checked expired account and just to see what was going on, Costguard Demo in Clayton., email, etc,
|
|
|
|