Up until the punching, it was a real nice party.

Kaylee ,'Shindig'


Buffistechnology 3: "Press Some Buttons, See What Happens."

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


Typo Boy - Feb 01, 2007 5:39:16 am PST #522 of 25496
Calli: My people have a saying. A man who trusts can never be betrayed, only mistaken.Avon: Life expectancy among your people must be extremely short.

I have a friend involved with a small non-profit mag who can't pay for assistance.

They are having to raise subscription prices. So as an inexpensive way to provide some value added, they are putting their content online, but they want to limit access to subscribers only (accepting that some of it will then be forwarded). They want to do it cheaply, with off the shelf software. Right now they are looking at a "merchant" package that will require logged in subscribers to put articles in their shopping cart and check them out for $0. That is a really kludgy way to do this. I'm sure there have to be off the shelf access management systems that are not full blown merchant systems. Anyone able recommend a good one? Failing that anyone know a good source for software for the tiny end of the publishing spectrum?

On Edit: I think I've figured out the buzzwords. They are looking for a web site content manager that includes password management as well. Can't find one, but maybe that will help you help me. Or at least maybe someone can suggest alternate search terms for google. So far "Website content management" comes closer than anything, but does not quite hit what they want.


tommyrot - Feb 01, 2007 6:03:44 am PST #523 of 25496
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

Sophia,

Here is something simple to try:

Create a new version of your query without any criteria. Create a new form. For the form's record source, select the new query you just made. Change the Default View of the form to Datasheet. Click on the Field List icon on the toolbar (if it's not open) and then drag every field (that you want to see) down to the form. Since the form is in Datasheet View you don't need to arrange any of the fields. Save this form.

Now when you open the form, it'll sorta' appear like a table or query view. You can right-click on any of the fields in order to sort or filter by that field. You can also enter wildcards. You can filter on one field and then filter on another and it will then use both filters at once. You can also select and move columns, and select more than one column at a time and sort by all the columns you've selected. And you can do a bunch of other stuff.

You could also create a report that will only print the records that you've just filtered for - ask me how!


Gudanov - Feb 01, 2007 6:03:51 am PST #524 of 25496
Coding and Sleeping

Thanks tommy and Gud.

Thank Tommy, I haven't been helpful. I don't know enough about Access to offer any advice. I only use Access databases through ODBC.


tommyrot - Feb 01, 2007 6:07:24 am PST #525 of 25496
Sir, it's not an offence to let your cat eat your bacon. Okay? And we don't arrest cats, I'm very sorry.

Access makes a pretty good front end, in our experience. (If you don't mind a thick client.) Generally we use SQL Server as a back end. We will generally create most of the queries in Access, but if a query is too slow we'll convert it into an SQL Server stored procedure or view.


Gudanov - Feb 01, 2007 6:07:50 am PST #526 of 25496
Coding and Sleeping

I think I've figured out the buzzwords. They are looking for a web site content manager that includes password management as well.

Could you just use some Wiki software, I'm pretty sure most, if not all, provide user management to read / edit articles. I've used docuWiki and I know there is user management to limit the ability to edit articles and I'm pretty sure you can limit reading as well.


Gudanov - Feb 01, 2007 6:09:54 am PST #527 of 25496
Coding and Sleeping

Technically we don't support Access as a back end, but it still is used quite a bit in demos and testing and, sadly, production.


esse - Feb 01, 2007 6:14:31 am PST #528 of 25496
S to the A -- using they/them pronouns!

Oh my god, I love this: [link]

Steampunk lightsaber!


flea - Feb 01, 2007 7:00:51 am PST #529 of 25496
information libertarian

I have an HTML question. I am taking this page [link] and moving it into our CMS. To do that, I have to change the table width from 700 to 550, since our CMS requires content fit in the correct sized box.

When I change the table width, the hand-coded, using 'div class' tags, spacing gets frelled up. (It comes out like this: [link] ) Is there any way to fix this other than going in to each example and counting the spaces required and moving the hand-coded tags? This is one page of about 20, each with about 10 exmples, that I need to move.

Or should I thow myself on the mercy of our in-house web developers?


Ginger - Feb 01, 2007 7:23:25 am PST #530 of 25496
"It didn't taste good. It tasted soooo horrible. It tasted like....a vodka martini." - Matilda

The odd jumps to the next line seem to be caused by a div starting at that point. On most entries, the div class "apa" opens and closes, and then opens again to cause the line break. It's made fuzzier by the font size not being part of the div class.


flea - Feb 01, 2007 7:26:09 am PST #531 of 25496
information libertarian

The guy who originally coded it is an asshole, if that matters.

Can I just strip out the whole div thing and put in ' ' spaces by hand? I'm thinking that would be easier. I can't imagine why he used a div in the first place.