Home | Advertising Info122 USERS CURRENTLY ONLINE   
PowerASP
   Site Search Contact Us Friday, March 14, 2025  

Active Server Pages asp source code database MS SQL MS Access .mdb adovbs.inc cookies calendar codes sql commands scripts asp programming tutorials iis web server components CJWSoft ASPProtect ASPBanner ASPClassifieds



Blog Entry: 3/25/2006 1:39:51 PM

Hello,

While there is no option in the admin area / asp code we give you here is what I can tell you.

You have the source code and we also use an open database structure. (MSAccess or MSSQL) So that means you can really run any query you want on the database whether with ASP code or directly in your database.  You can even tie other systems and code into the database via OBDC and manipulate data. The sky is the limit.

In MSSQL you can run queries in SQL enterprise manager or query analyzer. Using Access you can run queries in query view.

It's really not that hard if you do some research on SQL Statements and how to use them. You can do some very powerful queries and save yourself a lot of time. ,

this error really does not mean anything specific

Your browser must support a standard called RFC 1867. Please check with your browser vendor for support of this standard"

If you get an error its real weird that the file is being uploaded.
Generally if you get an error during upload it is because of one of these 3 things

Invalid physical path specified

Unsupported upload method chosen

Permissions


See my article on XP and permissions
http://www.powerasp.com/content/new/windows_xp_pro_and_permi ssions.asp

many people dont do their permissions right on XP Pro and that article covers everything

,



That is by design, removing and deleting are two different things as far as the classifieds system goes.

A regular user can only remove an ad from the category index. (which makes the ad inactive)

An admin however can truly delete an ad from the system.

, If it stopped working it has nothing to do with the ASP code. YIf could have stopped for any number of reasons as hosts often change email server requirements and info. You need to go over the email settings. Of course make sure you and the person you are sending to have valid email addresses and try different methods/settings until you get emailing to work again.

Testing it by sending emails off from the users screen.. in each email type in what you are trying at that time so you know what worked if emails make it through. Also, be sure to check junk filters when testing to make sure the emails are not being put in any of those.

That's what I would do. CDOSYS is always your best bet for sending emails as it has so many options and all new server support it. , When I go to set up a new user, my user name and password are already in the window. And I am un-sure why. I start a new browser, and again that my same user name and password is in that window.,

ya, thats basically what I was gonna do..

BTW.. if that other app is going crazy with an access database it could be the cause of all the slowdown with ASPProtect... what happens there is it is using so much database driver time that it robs other things that also access a database... so basically ASPProtect isn't asking its database for much but your other application and database are cripping that part of the system and causing it to run like crapola

If your other app is using a system dsn try changing it to use a dsn-less connection... it might actually help

,

ok

thanks

,

Good Morning - I am receiving an Http 500 internal server error when I go to add a new user via the register.asp page.   the url when the error appears is: .../users/add_new_account.asp

I think the error has to do with my email component setting - becuase it works fine otherwise.

I have the email component setting set to CDOSYS (using remote server) with the mail.remote.server set to email.cidra.com - email address set to webmaster@cidra.com

Note: I receive the email notification and the user does get added.

Can you help please? Shirley

UPDATE...I just figured out that it only errors when the email address I use for the user is NOT from cidra.com -- Any idea why?

 

,

Tony,

ASPBanner.NET was discontinued about 14 months ago. It is no longer supported in any way because quite frankly the classic ASP version is faster, more stable, has more features, and is a lot easier to install and get running.

If you PM me via the forum you are welcome to a copy of the current ASP Unlimited Version. It can serve banners to any type of page extension. All you have to do is ask for a copy.

Whether or not your existing ASPBanner.NET database is exactly the same structure I do not know, but I believe it is. You should compare the two if you plan to keep using the old database and make any neccessary changes so the old database has the exact same structure as the new version. If there are any differences they are very few.

,

Microsoft has a free version of SQL server 2000 than you can run on a development machine.


http://www.microsoft.com/downloads/details.aspx?FamilyID=413 744d1-a0bc-479f-bafa-e4b278eb9147&DisplayLang=en

This is really the same thing as the MSDN version of SQL server that comes with Visual Studio

It is limited in two ways.

  • No single database can exceed 2 gigabytes in size. However, each Desktop Engine server instance can contain many databases, each of which can be up to 2 gigabytes in size. Each computer can host up to sixteen instances of Desktop Engine.

  • Performance will rapidly decline when more than five simultaneous users use the database engine at the same time. With five users or less Desktop Engine will operate with full SQL Server speed.

    After you install this your going to need a way to connect to your sql server as well as a way to run queires on it.

    I suggest either install the client tools off any SQL 2000 Installation Disc (giving you enterprise manager and query manager)

    or use the FREE SQL Server Web Data Administrator which will do amost everything you  will need to do. It is really very slick
    http://support.cjwsoft.com/forum/forum_posts.asp?TID=127& ; ; ;PN=1

    Then you have a pretty sweet setup for testing and developing locally using SQL server.

    If you are wondering why someone with a real SQL Server 2000 cd wouldn't just install the real SQL server locally it is because the server part will usually not install on XP Pro or non server versions of windows for licensing reasons. (at least every SQL 2000 CD I have is like that regardless of whether it is standard or enterprise) But the client side tools on the cd are invaluable so I just install the Desktop Version of SQL along with the client side tools and everything works great.

  • , well, like I said.. I am leaving in about 5 minutes for the wedding.

    If you put this up on a live server that I can connect to I will look at it tommoro for you. I have told you everything I could possibly tell you so I dont think your going to figure it out based on the things you have told me so far.

    Only other thing I can think of is make sure your not running anything goofy on that server 2003 box. Norton Antivirus script blocking... various ad blockers.. anti spyware applications... etc etc... They can cause problems as well. ,

    ok, I am home.. missed flight.. just got home an hour ago.

    lets see.. I really need more info...

    For starters are you using the delayed stats feature ? that is expirmental and could cause that problem

    ,

    I've downloaded this neat little app, but I'm having troubles understanding what I should be using.  Cassinni or IIS, can you help?  I've tried to look at the help, but it is very vague on what to use in each situation. 

    Any help is appreciated. 

    Cheers

    , the email address thing could be done many ways... personally I would remove the username field from the registration form.. and modify things so the email field got used for username and for email when everything gets saved on the page that register.asp posts to. ... it would all require some messing around with the code and time... nothing too hard really

    as for the password thing it all happens in the register.asp file.. the same page the registration screen is on in the web browser.. again a little bit of fooling around and time but not difficult ,

    Yes, you are right.

    We have now tested it using the DSN less connection with Access 2002 and it works fine. We have also tested it again with a DSN using 2002 and this also seems to work.

    The comment about speed is a consideration although I have not noticed any differences. ( we only have a few database entries at this time).

    Thanks for your help

    , recently i've been getting a lot of unspecified errors.  i've been running aspbanner for about a year and a half now.  i don't know what would have caused all these problems.  also, for some reason it won't maintain my log-in, ever time i got from page to page or try to submit a form it asks me log-in again.

    Jason S.
    cwilliams38389.8791550926,

    I just moved servers and now my "code" ads are giving me errors...

    "google_ad_width" is undefined.

    I have tried adding the width and height... taking it out.. all the basic stuff.

    Any ideas?

    TIA  

    ,

    I have a customer who is asking the following:

    ... could you make a link from it to our website and is there a way to see what traffic goes from us to them.  They are going to pay a commission on sales, however I need to be able to track who views their site...

    Wishful thinking or could you add code to track their IP address and display in the report section?  Not sure that would be enough to satisfy this request.   Suggestions?

    Thanks, Lance

    ,

    ok, well if you want to test on your own....  in the ipn.asp file for the subscription folder you will see this area of code used for testing

    ' Un-comment this section and give this directory proper permissions to enable logging to a text file
    ' Very helpful for troubleshooting
    '   Set ObjMyFile = CreateObject("Scripting.FileSystemObject")
    '   LogFileName = ("paypal.txt")
    '   'Open Text File.. If doesn't exist create it and append to it .. If exists just append to it
    '   Set WriteMyData = ObjMyFile.OpenTextFile(Server.MapPath("paypal.txt"),8,True)
    '   RowHeaderString =  ""
    '   RowHeaderString =  RowHeaderString & OrderID & vbTab
    '   RowHeaderString =  RowHeaderString & Custom & vbTab
    '   RowHeaderString =  RowHeaderString & User_ID & vbTab
    '   RowHeaderString =  RowHeaderString & subscr_id & vbTab
    '   RowHeaderString =  RowHeaderString & txn_type & vbTab
    '   RowHeaderString =  RowHeaderString & subscr_date & vbTab
    '   RowHeaderString =  RowHeaderString & Access_level & vbTab
    '   RowHeaderString =  RowHeaderString & Groups
    '   WriteMyData.WriteLine(RowHeaderString)
    '   WriteMyData.Close

    now that folder will need modify permissions for the text file to be written to but this is a good way to test if the ipn.asp page ever gets hit by paypal.

    ITS REAL IMPORTANT THAT THE TEST FILE CAN BE WRITTEN TO OR DOING THIS WILL JUST CAUSE MORE ISSUES

    To ensure the text file can be written to and permissions are correct for that folder you can make a new .asp in there and run this to see if the text file writing works

       Set ObjMyFile = CreateObject("Scripting.FileSystemObject")
       LogFileName = ("paypal.txt")
       'Open Text File.. If doesn't exist create it and append to it .. If exists just append to it
       Set WriteMyData = ObjMyFile.OpenTextFile(Server.MapPath("paypal.txt"),8,True)
       WriteMyData.WriteLine("the file was written to")
       WriteMyData.Close

    Now, you can even change the location of the text file to place that does have permissions if you like.

    This is what I would do if I was in there... then I would make some test payments using 1 cent and another paypal account (your allowed 2)

    and see what happens

    it is always possible the subscription code may have a bug in it. The last time I tested I only tested the single payment folder which worked perfectly. If I have time in the next couple days I am going to test the subscription stuff again. If there is something wrong I can cure it quickly.

    The two routines share a lot of code in common.

    cwilliams38421.6488773148,

    You can mix and match banner calling methods all you want.
    Try it and see what happens.

    However, the only method that is going to work on non ".asp" pages is the javascript or the new iframe method listed in the support forums.

     

    cwilliams38209.532349537,

    I'm all set - after thinking about your replies - i checked a bit more and changed the email component type -- thanks again for all your help.

    , still.. its got to be somthing along those lines.. I have seen times when even dbo didnt have full rights to a particular database so permissions should always be manually checked..

    The import data routine is most likely the source of the trouble

    For troubleshooting sake I would create a fresh installation from scratch using the sql script we provide and a new SQL user. Then see if that works. If it does then try to import your data into that.

    There are no other things I can think of doing. Sometimes you just have to start with a clean slate. ,

    What other information do you have ?

    Details are very important.

    Info on situations where it works... like OS, browser version.. etc etc

    Info on situations where it does not work... same stuff

    size of the PDF files ?

    server info ?

    Maybe protect a page and offer a PDF file so myself and some of the forum users can try it and report back what happens.

    Also, Many people zip up PDF files when letting people download them as browsers can act pretty odd at times with them. Perhaps that is an option.

    ,

    (Indemnification Agreement Mod)

    This very simple mod will add an Indemnification Agreement Pop-up to the registration signup form which must be agreed to before continuing. This is often done for legal reasons to help cover yourself if something should come up later on.



    Instructions:

    Download 2006-03-19_212700_Indemnification_Agreement_Mod.zip which contains "terms.js" and put it in your scripts folder. It contains the text that will be displayed in the pop-up. You can of course carefully edit it with a text editor to say whatever you like.

    Now carefully edit "users/register.asp" with a text editor. Add this bit of code in blue right after the include to the "footer_inc.asp" file like so. It will be near the bottom of the page.


    <!--#INCLUDE FILE="footer_inc.asp"-->

    <% If ErrorMessage = "" Then %>
    <script language="JavaScript" src="../scripts/terms.js">
    </script>
    <% End If %>


    Your done, that's it. Now when "users/register.asp" is run for the 1st time the pop-up will come up.

    ,

    New Version 8.1 Released

    Whats new..
    http://www.aspbanner.com/v8_notes.asp




    Upgrade Instructions...

    Upgrade at your own risk. Though we try new versions are not always perfect due to minor bugs we may miss.


    Back up your old setup so you can revert back if necessary..!!!
    Save your data connection string info in a text file so you have it.
    You can get that by viewing the system info page in the admin area.

    Carefully copy all the ".asp" files from the new version to the old.
    Your going to want all the .asp files in the aspbanner folder.
    Your going to want all the .asp files in the aspbanner/scripts folder

    Copy the aspbanner/images folder because there are some new images

    Be sure to also copy the "data/config" folder files.folders as well as a lot of that is new including the actual config file. If you dont get the new config file copied in there you will have problems later on with some of the new features.

    Be sure to create a new folder in the "data" folder called "tempstats"
    Make sure it has proper permissions if you plan on using the delayed stats feature as the stats gets temporarily stored there. 

    Go back to the area where you originally setup the data connection and do that again...

    From the web browser run the following URL

    http://yoursite/data/config/aspbanner_unlimited.asp


    Replace "yoursite" with the proper url info relevant to your web site location.

    When run via the web server that page will ask for a password. By default it is "temp". You should change it later on for security reasons. That page tells you how.

     

    Now... moving on..

    There were no changes to the database except for SQL Server users so you can use your existing database.

    SQL Server users that want to use the new stored procedures feature (it's optional) will need to update their SQL database with the stored procedures.

    Scripts to do that are provided.


    ALSO: I have been running this new version using SQL Server Stored Procedure mode for a 1 week on a special banner server that serves banners to many of my own sites. I have also been using the new Delayed Stats feature.

    All I can say is it is running like a champ and the SQL server is using less memory than it ever did before.

    cwilliams38291.7372800926, just FYI -- i added in a new data table into the database.  I havent finished implementing the whole thing across the entire site, but it wasn't too difficult.  Once I have all of the functionality complete I'll post some details.  Some of the changes are the addition of a new album nav style which combines style 2 and some of the features of the new data table.

    Very easy app to work with guys.
    ,

    When I add a user, I can not activat it.

    What do you have the registration type set to in the settings ?
    They wont be activated automatically unless you have "automatically" selected ?

    It sends me back to log on and will now allow me to log in as admin???

    I am not quite sure I understand ? Seems to me like that would be normal because you can always log in as the admin at any time. If you cant log in as the user you just signed up as that could be for a couple reasons relating to the registration type you have slected in the settings. There are 3 types all epxlained in the settings screen. Some require manual activation byt the admin, some involve a registration email.. etc etc

    I can restart the APP and log in as Admin, but the user I added
    is still not activated??

    How and why are you restarting the applicaton ? Please explain what your doing there.

    My system will also not allow me to set the Stay Loged in FLag.
    It just ignores it....

    As I told you in an email earlier cookies must be enabled for authentication to work. You mentioned now you can not log off ? I am not sure I know what you mean by that. I assume you know to close all browser windows when testing things like this and I assume you know you have specifically log off and confim it in order to remove the remember me cookie and have to log in again when you return to the site.

    ,

    Which page should a user see next after completing a Paypal transaction?  Where do I set that?

    Nick

     

    ,

    Hi

    I would like to ensure the the user uses a UK style postcode not a clue how to ensure this as I am new to asp. Any ideas?

     

    regards

    John

    ,

    First pass through, I don't see anything changed in the groups section of the check_user asp file. the logoff asp wasn't touched.

    I noticed the demo online (on this site) only has pages protected with access levels; you say it works fine with groups also?

    ,

    UPDATE:  read whole thread..
    Version has been delayed





    These are my personal notes on the new version of ASP Photo Gallery that should be out sometime in May/June 2004. Please ingore any typos.

    This version may be more expensive than the current pro version as this is a major re-write and there will be a ton of new features.

    Regardless, special pricing will be offerered to existing users.

    If you see any features not listed that you think would be nice please post them here. We will of course consider them.

     






    ASP Photo Gallery Version 4

    ------------------------------------------------------------ --------------------------------------------

    Finished Improvements:

    new setup page makes setting up the data connection easier than ever
    it attempts to determine the possible data paths and makes suggestions for what to try
    when you finally get the data connection working it gives you a link to the admin area of the application
    so you can get started using the application

    all database table names can be specified in the config_inc.asp file for advanced users that they may need
    to change the table names in the database.. helpful for sql installation where one sql database must be
    shared by many applications

    new data folder is the only folder that needs permissions set
    before multiple folders needed permissions
    now everything can be put in this folder... database,logfiles,configuration files,picture upload folders...
    eventually all cjwsoft applications will do this allowing multiple cjwsoft applications to use that same folder
    therefore making it easier than ever to setup more applications without asking your host to set more permissions

    new text based config file makes it easier to add new options to the program without making changes to
    the database structure... therefore the need for the configuration table in the database has been eliminated
    this also reduces system resources needed to load the config data for each page because it eliminates calls to the
    database for config data

    added voice effects for data connection page, intro users page, and settings page

    made it so ratings color was an option (red or blue)

    fixed minor bug that wasn't showing fixed category heights when that was selected and am image wasn't originally sized that way during initial upload

    changed logfiles dates so they always show up in the proper order 09 vs 9

    added config option to change bit query value to 1 or -1
    default it to 1.... this is a technical thing

    added the extra options currently in the config file to the settings page so people do not have to manually edit that
    file any longer...

    added new persits email option and authentication options to the settings page

    added new CDOSYS emailing option

    added support for dundas emailer

    added support for ASPSMARTMAIL

    fixed word filter so if it is empty it doesn't mess up
    also make editing it part of the main settings

    made email functions include file and edited all page that email to use it

    added css/style sheet support and removed a lot of the old font tags

    seperated the settings page into sections because it was too big and confusing

    added ability for text watermarking when using the ASPImage component

    made the picture upload error message no longer mention browsers that do not support picture uploading
    as that is confusing people... and the problem is never that anymore

    Made the ASPImage test page delete the bar graph before creating it so if it is already there they will
    not think it is working

    added crystal ball feature to admin users screen... shows additional user info when you hold the mouse over it

    Made search function highlight search word in results.
    Made the search function search the image description text files as well

    Eliminated the guestbook directory as there was no need for the guestbook to be in it's own directory. This also simplified the menu.asp file as the guestbook section could be removed.

    ------------------------------------------------------------ --------------------------------------------

    Possible Improvements:

    eventually make new and much better directions/documentation... html based for multiple reasons

    Eliminate the need for parent paths to be enabled on the web server.
    (THIS MAY NOT BE POSSIBLE)
    Many hosting companies disabled parent paths and will not enable them for their users.
    On Windows 2003 Server Parent Paths are disabled by default.

    make it so users ability to upload pics can be optionally disabled

    possibly make some of the special functions in the extras folder built in to the admin area

    Make the category picture uploader smarter because of the jpg gif issue when reuploading cat icons
    A jpg loaded over a gif.. doesn't delete the old gif graphic and vice versa

    Reduce number of ".asp" pages in general.

    Use more functions for redundant tasks.

    Optimize all instances of the old filefound function which is using more resources than are necessary

    option.explicit the entire application and get all the variables dimmed once and for all

    possibly incorporate the new category system I am working on which allows for unlimited categories and levels
    also simplifies the heck out of the pages that call the categories

    possibly add some cool image manipulation functions such as rotation for the various image components supported

    possibly add the ability to move pictures around in an album. and maybe between albums
    I must also remember to move the ratings and desc as well for that image.

    possibly add the ability to make individual pictures require approval

    possibly add the streaming image ability (asp page called from image tag) I came up with as an option for
    people that can use it. this will better secure images in password protected albums and also possibly make
    it so images can only be viewed from certain urls.. and maybe make an interface for a list of allowed urls

    improve the .net support to also resize the larger images.. currently it does not

    possibly add a feature to store 3 versions of images uploaded
    thumbnail, medium res, and high res/original
    this will appeal to professionals or people that may want to sell prints
    storing a large version will be optional

    possible support for multimedia content other than gif and jpg images

    fix... url to link to..   problem on control pics page when both a jpg and a gif are present... which also relates to a another slight
    bug that needs to be taken care of

    make interface in admin to listen to installed midi files
    and also to upload / delete them

    possibly make per album guestbook... or call it something else like disussion or comments

    add option to store the images orginal name in the images description area during upload
    may be helpful to people that name their images in a somewhat descriptive way

    change approval settings so they work on a per user basis
    eliminate access levels from edit user screen and get rid of the level 4 stuff mentioned
    possibly add a per user option for individual pic approval as well if I get that feature implemented

    add support for the ibulc bulk upload client that I recently discovered
    it is very cool

    cwilliams38325.8264583333, You can not edit that code with dreamweaver. It will re-arrange the asp and kill it.
    If you want to change the look of the login html you have to edit the html by hand in a text editor.

    Or create what you want on a blank page using your editor of choice and carefully use parts of that in the ASPProtect code.

    In version 7 the login screen is one asp page by itself and is much easier to edit with just about any editor. In version 6 you have to know your html and be careful.

    Either way I am not sure templates are a good idea for something like that. That sort of thing tends to cause problems with dynamic code that executes under different directory levels. You want to stick to regular html techniques. ,

    Perfect exactly what I was looking for.

    Thanks

    , I see what your saying.. its just hard to troubleshoot something when a  lot of changes have been made.

    Did you test things before you started modifying the code ?

    If its SQL server it is very important that the database was created with the provided SQL scripts.,

    [QUOTE=cwilliams]
    Is that a real term or just something you named it cause they have like a zillion people using that SQL server?[/QUOTE]

    yeah thats it, you buy into a part of the sql server so it's an sql server hotel...

    , does emailing work at the simplest level.. ??

    meaning does a user get an email when you send an email from the admin users screen ?

    if emails are not sending it could very well be the setting you have chosen for emails in the settings.

    the best thing to do is keep trying to send an email there and try different emails settings until you get something that works... even when I do installs for people I often have to try a lot of various things before I get emails to send.. like picking different components and trying different things for the email server address because what they tell me is often wrong

    also, sometimes emails get sent but depending on where they go they may get deleted as spam.. aol, hotmail, msn, and yahoo are famous for that ,

    sorry your having so much trouble. A good host is a must.

    Yes, that is most likely permissions related.
    http://support.cjwsoft.com/code/moreinfo27-1.htm


    You may want to read over my article on how permissions are set. It will give you a very good understanding of the process and may help yo when dealing with your hosting company.

    http://www.powerasp.com/content/new/windows_2003_server_and_ permissions.asp

    there is also an xp pro version of the article for people doing locl development and running iis on their xp box
    http://www.powerasp.com/content/new/windows_xp_pro_and_permi ssions.asp

    ,

    I have just started to move my sites to a new dedicated Windows 2003 box.  I have parent paths enabled, SSI turned on but I still can't get ../ to work with server side includes.  Everything I read online says that I need to turn on parent paths but again, they are already turned on.

    The hosting company where the server is located can't tell me anything, they just say that that is the way it is with Windows 2003.  I don't buy it!

    Can anyone tell me anything on this issue to help enable the ../ for serverside includes? 

    ,

    I'm in a bind cause I'm supposed to be launching on Monday!?  I have four different subscriptions set up in ASPProtect and I'm going to 2Checkout for payment.  When I go to 2checkout I have the same 4 subscriptions setup. 

    How does ASPProtect know what product id to use in 2Checkout? 

    I have the redirect setup etc. but it's using the default URL in 2checkout and not the product(Subscriptions).  The only way I can tell what the user selects is from the price... and I'm specifying the time period, the cost, group in the 2checkout1.asp but I'm not getting the user set for the periods either....  my main problem is the interface to 2checkout... I think if a product id is added somehow it might work.  What can I do?

    thanks, -Jason

    , while technically that shouldnt be showing that with two slashes that is actually valid and will not effect whether that feature works or not.

    so if you are getting an error that is not the reason.. as far as windows is concerned // is the same as slash in that scenario?

    what is your error? I need details. Like some code and an error at a line number ?

    99% of the time it is permissions and sometimes it is related to the filesystem object being disabled on the server or script blocking software such as norton antivirus ,


    Timecard Entry: 3/25/2006 1:39:51 PM

    working on new GOGiSCO designs, layout ideas, reseraching other websites, Teal's, Lunch, Total chaos - helped Terri, Henderson Manufacturing to GiSCO in Watertown, fixing a imc-net domain for Lisa Hunneyman, customer had about 4 websites going in various directories (bad setup done a LONG time ago. Consolidated them into one website for the customer., Emails, Nortel Conference call with Randy, Darrell, and Howard, training....working on the TIITC canadian zip function...site is already live, putting together some softMLS customization requests for committee to consider. Sent to Kelly, Shopping baby - it's personal!, Took tech calls, checked RAD, AUAQ, DUI, and Voice Mail. It was pretty slow. , Supervisor's meeting with Jeff W. , I actually ate a sub at my desk, trade show- business in syracuse, helped ben jump start his car, Trouble MS Access issues for Matt, E-mail, meet with representative re: 401k benefit plan, had a few email problems, Email from/replies to Peggy, Kelly Vergin, & Jim Corbin., tech supervisor duties, helped techs, dial up issues (none) ask us a questions(none), voice mail (none), dsl contracts, radlog, callbacks, follow up issues, qlight, incoming calls, emails, training of new tech, moch calls and setups, open incidents. good night and productive as well. new tech justin went on the phone with customers and did fine.. may need a little monitoring yet but is doing great., realrockfm.com: Text changes to site BILLABLE, *TaskForce: Exchange 2000 Development and Research, calendar updates and appointments-emails to Paul, helped a few people with their email, Printed timecards, marketing meeting with Tom McCall, Tons of stuff: getting projects off my to do list; making changes to various MLS sites per the Boards' requests (maps, graphics, text changes); wrote and answered a lot of email, finished up catching up so that i could work with darrell for inventory,

       Active Server Pages Rule The World
    Contact Us  
    All artwork, design & content contained in this site are Copyright © 1998 - 2025 PowerASP.com and Christopher J. Williams
    Banner ads ,other site logos, etc are copyright of their respective companies.
    STATS Unless otherwise noted - All Rights Reserved.

    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 www.aspclassifieds.com, www.powerasp.com,www.cjwsoft.com,www.aspphotogallery.com,www.codewanker.com,www.aspprotect.com,www.aspbanner.com