Development Articles
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDevelopment Articles

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old March 13th, 2001, 05:49 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
very good, but I still cannot understand, I wish to learn more and teach me please, tks

Reply With Quote
  #2  
Old March 14th, 2001, 06:51 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re:

if you dont' understand then how can you say that it's very good ?
usually you find all this articles in books.

Reply With Quote
  #3  
Old March 14th, 2001, 04:07 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
How to extend this to a "normal" website ?

Hi,

Good Article ! I'd like to implement this in my website.
However, my website is currently a bunch of .html textfiles with SSI, and some php & perl scripts (integrated some webapps).
IE: I don't have a SQL back-end for the pages.
Would it be possible to memorize the URL of the page instead of the article/section ?
What are your thoughts ?

Reply With Quote
  #4  
Old March 15th, 2001, 02:19 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Re:

very good, I mean the websiteS designed with php seems alive and the users can interactive/communicate with each other, the pages are more friendly and more human, the users can put their ideas and thought immediately on the same page after they read the pages like this page you sent to.
I used design some pages for somebody, but those pages do not alive, users can communicate with the webmater through filling the predesigned form or by email. But, through the php, the webmaster can monitor how people react on your content and design, you can see what the users are doing, many other things.

I don't understand means I don't know to use PHP to design a website liker your, alive. I don't know to use PHP design my pages. Here, in Malaysia, it is hard to find a place to learn PHP.

by the way, my system is win95/98
I use frontpage98 and Netobjects fusion 4.0 to design my pages, and those pages are mostly for NGOs, volunteer basis.

so I am very happy to see those pages designed by using PHP are good, in the same time I don't know how to use PHP design my pages, can you teach me? TQS



.


Reply With Quote
  #5  
Old March 15th, 2001, 10:58 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Re:

mr ma is a stupid idoit.

Reply With Quote
  #6  
Old March 15th, 2001, 11:43 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: How to extend this to a

Where do you plan to store the comments?

Reply With Quote
  #7  
Old March 15th, 2001, 04:21 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: How to extend this to a

http://yelvington.com/annotate.php3

Reply With Quote
  #8  
Old March 16th, 2001, 12:23 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Great Tutorial....

This is soo kewl..
very simple/clear to understand, straight to the point and it targets the things you are likely to have problems with.. this is easy to integrate with my current page with just a few/mimor changes...

thankx! Vikram Vaswani
keep them comming..

Reply With Quote
  #9  
Old March 16th, 2001, 07:07 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Making this better?

Ok. I think that this is really nice & well explained. However, what might be better is to use a MYSQL database to update the html articles themselves, and provide certain users the ability to write articles from a browser themselves. Does anyone have any ideas how to implement this? The only problem that I forsee is the article number and id that is used to define each article.

Reply With Quote
  #10  
Old March 16th, 2001, 12:39 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: How to extend this to a

.....

Reply With Quote
  #11  
Old March 16th, 2001, 01:51 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
This tutorial

I tried to walk through this tutorial today, and when I clicked to go to the next page, I received a page unavailable error. Just to give you a heads up.



PKnull

Reply With Quote
  #12  
Old March 18th, 2001, 12:06 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Generating Article ID's

The ideal solution of course is to provide
an ID Server that would provide the next
available Article ID.

In the simplest case you could write a
C++ program that uses a mutex to avoid contention and that kept the latest ID
stored in a file.

The ID Server could be implemented as a
simple command that is invoked locally
on the web server. This is the low end
solution.

If you have a large scale system it should
be implemented as a client/server app.
This could be done quite simply in C++
using sockets. If you decide that you
want to implement more complex services
than just an ID Server then Corba may
be more suitable than using sockets.

Of course you'll still be faced with
scalabilty issues as it gets dfficult to
run more than a single server for a given
ID space. You could have one ID Server
for each Category from the example provided.
Beyond that you would best be served by
a DB Application Service such as Oracle
Parrallel Server.




Reply With Quote
  #13  
Old March 18th, 2001, 10:53 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Your link to PHPbuilder is off by a w

hey just thought you might want know that your PHPBuilder link is WWWW.phpbuilder.com

Later
Aron B

Reply With Quote
  #14  
Old March 19th, 2001, 01:58 AM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Generating Article ID's

Why don't you just use a table that generates the unique id, and lock the table prior to the transaction?

Lock tabe
get next id
perform whatever needs to be performed
Unlock table

Reply With Quote
  #15  
Old March 19th, 2001, 02:16 PM
guest
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Re: Re:

I agree

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDevelopment Articles > Talk To Me!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT