I have a preatty cool website builder and editor. It alows the user to make pages, edit, and delete them. It also makes the navigation bar for the user automatically. You can even change the colors, your user id, password, secret question, and more.
The editor allows the user to use an editor like the one here on sitepoint. I was wondering, are there anymore features in asp that I could add? Any suggestions would be greattly appresiated. By the way, I am using a database, I believe it is access 2002, not sure, but I do use a SQL statement to connect to it.
I am developing an ASP page for clients. I will host the page on my server, but it must appear on the clients' websites. That means that the user should not be redirected to my site, but instead should remain on the client's site. Or at least appear that they are remaining on the client's site.
One thing that would be acceptable is to host the page on the client's site, but have it hit my site to get the data. I have looked into XMLHTTP and also just having the ASP page hit a remote SQL Server instead of a local one, but haven't made any decisions yet.
How to make asp site rating system? i want to make it as:
1. A List menu with 5 sterics 2. When u select any one, it submits 3. Next page should display results in images, Like 1 to 5 stars, the rated stars should be in one color and the unrated in other color.
I want to send the registerd users on my web site emails on a specific time automatically for example: a birthdate reminder.
But I need this to be done automatically when the time reached as they specified in the registeration form. Others said to me that the only available ways is to make an application for this, and make it run forever on the server to check the DB, and when the time reached it sends the reminders.
I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?
The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp
If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?
Can a Html website be loaded and working on an asp server or host?
Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.
I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.
Whenever I do a site that is mostly static but with some semi-dynamic sections, I've struggled to find a good site search solution without paying for a hosted search service.
I like the FSO-based search engines, but they fail to pick up on some of the dynamic part.
I was just creating a Google sitemap and it made me wonder: has anyone created or seen a script that uses the XML Google sitemap to power a search engine for your own site?
Seems like if you were keeping it updated for Google, why not use it for your own site?
I work mostly with PHP but occasionally a client can only use ASP on their server. Is there anyway I can develop in ASP for free? Is there a stand-alone ASP editor, that can execute ASP code withotu a server? Can ASP work under Apache for free? Does ISS come with Windows XP Home? I'm downlaoding Visual Web Developer Express to try.
i have a table which saves stories written by different students. its a simple thing..no problem in it. but what i want is that when a teacher selects the story (ie. when she retrieves the story from the databse which the student has saved), she should have extra rights.
like she should be able to mark corrections of spelling mistakes by strikethorugh, make something in bold, or highlight in red. how can i achieve this. has anyone done something similar to it?
I'm using Visual Studio 6 Interdev for my ASP pages, but reading from some posts here and there I've read people don't use it and use other editors. What other editor could be better?
Right now I can do step by step debugging with Interdev, with watches and with an immediate window just like in VB6 where I can see values of variables as the program runs. Are there any better editors that let me do the same thing? (pref. free of course)
I need to design a website whereby I have to provide an editor where the user can save some content (this gets stored in Access).
But apart from this the requirment is like if I want to check the content then i should be able to highlight the spelling mistakes, strikethrough some words. DO i need to attach some editor to ASP? if yes how can I do that? Code:
I am new to ASP and presently I use a simple text editor (ConText, freeware) to write my ASP code. Is there any good tools outhere to facilitate coding and debugging ASP files?
i need to make some text editor like this in the sitepoint which we enter our threads
i saw it in many asp sites with many enhanced features so how can i desig some 1 or get a it from the web
i need to unserstand it's idea how can i format the text into html format and how can i save the formated text into the database and the important point how can i display it as html
Is anybody aware of an ASP-based online CSS editor? I'd like to be able to manage my site's CSS files online. Ideally, I'd like to be able to change the colors and such online, then have ASP write the changes to the styles.css file. I know I could have dynamic asp tags throughout my site that would pull the styles from a database, but I'd like to just write to the text file. I haven't seen anything in aspin or hotscripts, so I was wondering if anybody has seen something out there.
I'm using EDITPLUS now, but this editor really stupid for writing and testing ASP code, I emphasize "small" is because of I'm using 32K MODEM, I can't online too long time or I'll pay much money to my ISP, I'm sorry my english is so poor, so forgive me if my word had make you uncomfortable. I'll try my best to express my question correctly
I need the simplest online html editor available for a content management system I am building for a client. I would normally just use a text area, but they want to add links and have the option to bold/italic text, so need something I little bit more advanced. I don’t want to give them anymore options other than that as this will reduce user error and keep the correct look of the site. The content management system is very simply ASP to MS Access database. Does anyone one know of any freebie html editors I could easily adopt into my system.
Is anyone familiar with this feature in Front Page 2003?
When editing a record, I want an email sent to an address in one of the fields when I update the record. This is not as simple as some would believe and I don't think it can be solved with the ususal asp mail solutions.
Is any Text Editor with intellisense except Visual interDev? Recently I am using FrontPage to develope my Webdesign (presentation layer) and use Visual interDev to do the coding. The reason why I use VID is it has intellisense
I want to use a simple editor which has the capability of changing color or bold it... a very simple one in my application of asp/access. Can anyone suggest any such editor whereby I can use it?
my purpose is to get story written by a student in the textbox/textarea of that editor from the database. The teacher highlights using the editor features.... making letters bold or in red to highlight changes. and then save it to the database.
When it comes to making an WYSIWYG editor.. What I want is to create a simple editor to : Bold, Font Color, Underline, and automatically enter a <br> when a user presses enter to get to a new line. Thats all I want.. I tried going through the tutorial here : http://www.devarticles.com/c/a/HTML/Building-a-WYSIWYG-HTML-Editor-Part-1/ but it doesn't provide <br> and doesn't seem to work in Firefox. I am strongest with ASP, which is why I would prefer it written in ASP although I am unsure if it is possible to work entirely in ASP for what I need it for.
I would like to edit some of the databases on my site but I do not have any version of Microsoft Access. How would I go about doing this? Is there an .asp script that I can use while online via my browser? I thoght I would be able to do this with this script
I need a text editor with add attachment facility.I already download some texteditors that do not support for upload then send the attachment as email.Our hostiing provider (www.intermedia.net) support for 'SoftArtisans.FileUp' componet.Enyone how download the better texteditor with add attachment
I have thousands of static html files on remote server and would like to be able to edit these files online . What online HTML editor software in ASP recommended for this purpose?
Can someone please suggest me a text editor especially for DEBUGGING ASP scripts apart from Microsoft Visual Interdev?
I tried using Visual Interdev & created a project but Interdev generates some error related to FrontPage extensions. I couldn't exactly understand the error. I tried to create the project in C: Inetpubwwwroot. If I just open a ASP file by navigating to the File-->Open File... menu, then Interdev doesn't give the option to debug.
Please do not suggest using Response.Write, Response.End etc.
get a simple HTML editor textarea for a CMS I am building in ASP. All I need the textarea to do is format the text i.e Bold,underline, Italic and more important have the ability to add a hyperlink to words within the textarea. I know I could just use a simple textarea, but ideally I need these extra options as the client has requested them.