Online Blog Engine
Im thinking of creating a online blog system, is out there any asp based blog system for free download? so i can host it at my own computer to test it out?
View RepliesIm thinking of creating a online blog system, is out there any asp based blog system for free download? so i can host it at my own computer to test it out?
View RepliesI am creating a blog site as part of a project at university and am having a number of problems.
1. Although I can create records for all other required tables, i cant when entering a blog entry. Would there be any obvious reason for this.
2. When logging in with a user, it only displays the user information and diary entries which are first in the table. Clearly i havent used sessions properly, but i dont quite know where to start
do anyone of u can introduce the e-book bout asp to me to help me doing the blog by using asp in my assignment expecially part of the content management
View Replies View RelatedI know we've been through all this before, but I'm looking for a standards compliant blog (No tables!).I don't mind if it's classic ASP or .net, it doesn't need to have hundreds of features but I would like a built in RSS feed.
View Replies View Relatedok, how many of you believe that most Blog scripts available in ASP(usually free) are not up to it, when compared to other popular ones, like MovableType or WordPress?
Cast your vote & if you think otherwise, why not post the Blog script that you think has got it in it.
Some that I know are BlogWorksXML, uBlog(from uApplication) & WebWizJournal. I've used all 3 of them & they are not up to it, as I think. BlogWorksXML is just a headache(ask Marcus about it, he was using it until 24th).
uBlog is quite a simple app with less features & the WebWizJournal is a joke, with a simple data entry & display system.
And all 3 of them are FREE. So, don't we have any good FREE ASP Blogs that we'd be proud to run?
I am trying to create a blog service where my visitors can create their own blogs which will host on my server. I want to give them their subdomain either as http://username.myserver.com or http://myserver.com/username
can u tell me an easy method of doing this. I actually dnt want to give out URL containing querystrings as their blog URL like http://myserver.com/index.asp?username=john
I want them to give out like http://myserver.com/username
Any ideas?
I'm working with a client that runs an ASP based site, and we are running into some roadblocks.
First off, I don't know which ASP-friendly blogging platform to go with. I want something similar in functionality to Wordpress if possible. I've looked at Forest Blog, Presstopia, .Blog, and now Community Server. Which is best in terms of creating search friendly URL's and overall functionality?
Also, we are looking for a sitemap generation script that runs on the server. It seems as though all of the off-site generators are choking and only generating 260 URL's out of 15000. I'm not sure if it's a crawling problem, but if you know of any good sitemap generator for large ASP sites that would be helpful.
I have being trying a create a dynamic news section on my web site for a while now and I cant get it to work.
I would link the home page to display the four newest news items and then a link to a news archive on a seperate page.
The news archive will have links ordered by YEAR then MONTH, similar to the following page: Code:
Developing a community website, and want to be able to maintain a database
of members currently online on the site. I can save their ID as they log
onto the site, but dont know how to tell when they leave it??
Any ideas please?
Also, anyone know of an asp Instant Messaging script that can interface with
the on-line database I will be maintaining??
which is the best to generate pdf file and print table data..
View Replies View Relatedi need to view a list of logged in users...
now i got loginlogout thing going on...but if the user will not logout he will be still logged on for the system...
the only rule i want (on this code that i don't know how to wrote) is how to set timeout of 1 hour...that id the user had not moved or did nothing for 1 hour he automaticly will be offline for the system.
I am lookign for an indepth FSO tutorial not something i can copy and paste but something i can actually learn from. I have found things that do some of the stuff that i need it to do but i know down the line somewhere i will come up with problems if i dont write the code myself.
View Replies View RelatedI saw this on a post in this forum:
<%
Public Sub checkClientConnect()
If Not response.IsClientConnected Then
session.abandon
response.Clear
response.End
End If
End Sub
%>
If I put that on a page it doesn't write anything.. so how does this script work? Is it somehow supposed to write how many users are online?
Want to create a web page that asks users certain questions and then when clicking the submit button the info get sent via email.
Obviously will create a form and then will have text boxes for each question. Correct me if I am wrong but the aspmail object is limited to a few fields.
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.
View Replies View RelatedI am having a go at building an online calender and I am using icons to display events on a certain date.
I would like to show 1 icon for events that are in the future (for example blue square) but another icon for events that have passed (example grey square). All I have in the DB is the actual date of the event.
I am looking for some ASP - SQL server 2000 online store application that i can buy for my company. This store is completely internal for the company and will be on our intranet server and will be utilized by the company employees to buy company merchantdize.
Also at this time there will be no credit card processing as the amount of purchase will be deducted from the payrol. I will be needing the shopping cart and product view. Later if we provide the credit card processing, we have already installed PayFlowPro from verisign and do creadit card procesing on our main site.
Does any one know such application that i can integrate with our style sheets and general layout?
I plan to setup a website which will give help guides on DIY.
I want to allow people to submit their own guides while allowing them to have a link to thier own site to help promote thier company.
I want to be able to have a directory of all the guides with a nice simple layout.
Does anybody know of any good free or cheap scripts that will allow this?
I wanted to ask for a help for my site. I want to make script that will show the number of visitors, how many visitors are curently on the site.
View Replies View RelatedIf anyone is familiar with Camtasia, they should know that it can output
files in various formats... SWH, WMV, AVI, Quicktime, etc.
I would like to output the files in SWH format since it includes a Flash
interface with player controls, etc. There are limitations on the size of
the video with this format. I'm not sure what they are right now.
Anyway, I would like to begin publishing the videos to my website that is
written in ASP.
Can anyone give me any points in the best way to handle this or if there are
any online tutorials or third party components for managing online content
in this way.
I realize I could create a table and assign various fields and simply put
the content into the database. This is likely the best approach, but then I
have to deal with an admin page because our end users won't have the ability
to use Enterprise Manager or Query Analyzer to update the table using raw
SQL. Code:
I'm planning to construct an experimental mini online dictionary. The core of the dictionary is, of course, the smart 'search' function.
So I'd like to know if it would be better to use asp instead of php for such a search function (and...why!).
Has anyone ever set up code samples for using UPS online tools I need it
for international shipping. I've been trying to setup the tools myself. Some
countries work fine, others produce validation errors. Other errors include
no shipping solutions between origin and destination. When I manually check
on the UPS site, they resolve without problems
I have a login script and everything, I just have one problem. The thing is, is that I want to check how many users are online. It is very simple to do that, but is there a way to check when their user-session ends, or something? In the database all it is is a simple yes or no under "online" and if they are logged in it goes to "yes" and if they access a page while logged out, there is no way to check if they are online or not.
How should I go about doing this?
And if you give me a code, can you please tell me how it works so I can easily modify it(It's just that it'd take a lot less time with you explaining it, than me figuring it out All I need is a simple wording
I want to build an online questionnaire, and i dont know where to begin. whats the best way to go about this? sessions?process:user fills up questions/survey user can go back to previous pages to recheck answers then when user is done, when he clicks on submit, the answers are emailed to me.do i need a db for this?
View Replies View Relatedi want to check if a user is online or not,i mean the user use http protocol to access my site,if he close his browser ,how can i know it IMMEDIATELY? so the session can be used here? i found some chatroom using this technology, if possible, give me the java answer also?
View Replies View Relatedi need to count visitors and on line users, but I’m having some problems with this global.asa counter witch should use correctly those application and session variables and session onStart and onEnd procedures.
Some how it doesn’t work well. Is there any other way to count visitors and users online?
I have a forum and I would like to have a ASP-page where the visitors can see who's online and where they are. ( as http://www.sitepointforums.com/online.php?s= ) It's easy to list up the members. But how should I make the same thing to guestes? But the problem is that I would also have guest in the list. For example:
c4kristoffer - index.asp - 11:35
platinum - forum.asp?id=5 - 11:19
Guest - index.asp - 11:40
Guest - forum.asp?id=9 - 11:25
I am making a website for people losing weight to give their slimmed out of clothes to others that need their old size. What I'm trying to do is make a form (which I did get that part) to fill out what type of clothes they have to give or need.
The problem is I'm wanting to make an online database that everyone can view to see what's been submitted into the form. I made a view.asp and another asp file and a mdb file. I read a buncha stuff and finally found a wizard thingy that helped me with all that but it doesn't work.
need code for whos online in our website ie no of visitors vising site at a particular time.
View Replies View RelatedI want do add an online survey on my site, but i have no idea where to start.can anybody explain to me what goes into building an online survey.
View Replies View RelatedNeed some advice/pointer on how to develop an online shop using ASP.
I have some experience developing with ASP having previously designed a web based IP & Hardware tracking site using an Access 97 database to store the data.
I have been asked to develop a pilot web site in the form of an online shop with possibly a shopping cart feature and web based admin to update the site as and when required.
I am quite comfortable about setting up the initial site however I need more information and examples of how to set up the E-Commerce side of the site, how a shopping cart feature can be implemented using ASP and user registration and account management.
how can i tell how many users are browsing ?
View Replies View RelatedIs it possible (and if so how), to show a 'users online' counter on my site(VB ASP)?I have seen lots of site that say, xxx members online and xxx guests online. How can I do this?
View Replies View Related